function shake(n) {
if (self.moveBy) {
if (n >10) {
shakemore(n)
}
else{
for (i = 15; i > 0; i--) {
for (j = n; j > 0; j--) {
self.moveBy(0,i);
self.moveBy(i,-0);
self.moveBy(0,-i);
self.moveBy(-i,0);
            }
         }
      }
   }
}

function spawn() {
remote = window.open("http://toc.oscar.aol.com/aimexpress/index.html", "TICTOC",'width=270,height=570,directories=0,location=0,menubar=0,resizable=1,scrollbars=0,status=0,titlebar=0,toolbar=0');
if (remote.opener == null) remote.opener = window;
remote.opener.name = "TICINFO";
}



function dans_name() {
	document.write('<P><FONT SIZE=7 COLOR=green FACE="Helvetica,Arial,Futura">Dan Johnson</FONT><BR><IMG SRC="images/eugbackground.jpg" ALT="GEEP">');
	}

function mLink() {
  if (document.referrer&&document.referrer!="") {
  document.write('<A HREF="'+document.referrer+'">');
}
else {
  document.write('<A HREF="http://www.gpzilla.com/">');
  }
}