<!-- function quake() {for (var i=0;i<=15;i++) {shake(i); }for (var i=15;i>=0;i--){shake(i); } } function shake(i) { window.moveBy(0,i); window.moveBy(i,0); window.moveBy(0,-i); window.moveBy(-i,0); } function ctck() {var sds = document.getElementById("dum");if(sds == null){ alert("You are using a free package.\n You are not allowed to remove the tag.\n");}var sdss = document.getElementById("dumdiv");if(sdss == null){alert("You are using a free package.\n You are not allowed to remove the tag.\n"); } } document.onload ="ctck()"; -->