<!--
var ad=new Array()
ad[0]='';



var i=Math.floor(Math.random()*ad.length);
document.write(ad[i]);

//-->
