Jiggle mouse every 20 seconds

Hey guys is it possible to Jiggle the mouse every few seconds, im trying to build in the functionality of Jiggler into InsomniaX so the user doesnt need to use two applications.

Any ideas would be appreciated

Quickeys?

Extra Suites (about $10) can do it:

tell application "Extra Suites"
	ES move mouse {1, 1} with locally
	ES move mouse {-1, -1} with locally
end tell

This twitches the mouse from wherever it is to one pixel away and then back.

Kanzu says this in their ReadMe: