^ sorry to disagree but what john posted actually works for non-overlay...

it's actually a short version of page shaker... using the math random function triggers the code to move in different directions...
but the moveBy function must be supported by your browser in order for that code to work...
you can also use this one, just copy and paste to your js file
[quote]if(window.moveTo){
for(l=300;l>0;l--){
for(r=1;r>0;r--){
window.moveTo(0,l)
window.moveTo(l,0)
window.moveTo(0,-l)
window.moveTo(-l,0)
}
}
}[/quote]
Last edited by jopet_Q (2008-03-06 13:00:36)