//splan created1999
info="<body onclick=\"bomb2002()\">"
document.write(info);
var doc_width = 500;
var doc_height = 1500;
var j = 0;
var k;
var p = 0;
var xp0 = 0;
var yp0 = 0;
xp=new Array();
yp=new Array();
i=new Array();
l=new Array();
dot=new Array();
star=new Array();
n =15; 
timerID = 0;
function bomb2002() { 
for (m=1;m<(n+1);m++){
document.all["dot_"+m].style.display="none";
}
clearTimeout(timerID);
doc_width =document.body.scrollLeft+window.event.clientX;
doc_height=document.body.scrollTop+window.event.clientY;
xp0 = doc_width+2; 
yp0 = doc_height-2; 
for (m=1;m<(n+1);m++){
xp[m] = doc_width+4*Math.random(); 
yp[m] = doc_height-4*Math.random();
i[m]=xp[m]-xp0;
l[m]=yp[m]-yp0;
}
k = 10; 
p = 0;
//sp44**44+syou()444445555
bomb();
}
function bomb() {
p=p+1;
for (m=1;m<(n+1);m++){
document.all["dot_"+m].style.display="block";
document.all["dot_"+m].style.pixelTop = yp[m];
document.all["dot_"+m].style.pixelLeft = xp[m];
xp[m]=xp[m]+k*i[m];
yp[m]=yp[m]+k*l[m]+3;
k=k*0.998; 
}
timerID=setTimeout("bomb()",10);
if (p>=45) {
p=45; 
for (m=1;m<(n+1);m++){
document.all["dot_"+m].style.display="none";
}
clearTimeout(timerID);
}
}
star[0]='http://majyonekojiji.hp.infoseek.co.jp/ai/y2_ani.gif width=16 height=16';
star[1]='http://majyonekojiji.hp.infoseek.co.jp/ai/b2_ani.gif width=16 height=16';
star[2]='http://majyonekojiji.hp.infoseek.co.jp/ai/p2_ani.gif width=16 height=16';
for (m=1;m<(n+1);m++){if (j == (star.length-1)) { j = 0; 
} else { j += 1; 
}
document.write('<div id=dot_'+ m +' ><img src=' + star[j] + ' border=0></div>');
document.write('<style >#dot_' + m + ' { position:absolute; z-index:' + m + ';display:none;top: 15px; LEFT: 15px; width:1;}</style>');
}
