function RandomNumber() 
{
  var today = new Date();
  var num= Math.abs(Math.sin(today.getTime()/1000));
  return num;
}

function RandomGraphics() 
{
  var x = RandomNumber();

	
if (x > .50) 
{document.write("<img src='http://www.latelanera.com/halloween/images/halloween-120x600-01.jpg' border=0 alt='La festa di Halloween: ricette, racconti, scherzi e decorazioni per il tuo 31 Ottobre in allegria' width=120 height=600 /><br />"); return; 
}

if (x > .00) 
{document.write("<img src='http://www.latelanera.com/halloween/images/halloween-120x600-01.jpg' border=0 alt='La festa di Halloween: ricette, racconti, scherzi e decorazioni per il tuo 31 Ottobre in allegria' width=120 height=600 /><br />"); return; 
}



}

RandomGraphics();






