Hey,Shake ur Browser
Just copy the code and save it as .html in notepad to shake your browser..........
<html>
<head>
<script LANGUAGE="JavaScript">
<!-- Begin
function shake(n) {
if (parent.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
parent.moveBy(0,i);
parent.moveBy(i,0)...