today=new Date(); jran=today.getTime(); 
function rnd() 
{ ia=9301; ic=49297; im=233280; jran = (jran*ia+ic) % im; 
return jran/(im*1.0); };
function rand(number) 
{ return Math.ceil(rnd()*number); }; 
document.write("<center>"); for(i=1;i<=1;i++) 
{ myNum=(rand(1)); if(myNum == 1) 
document.write("<img src='../ima/102411.jpg'>"); 
else { document.write(); } }; document.write("</center>");

