function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<a href="http://track.webgains.com/click.html?wglinkid=52463&wgcampaignid=22383" target="_blank"><img src="http://track.webgains.com/link.html?wglinkid=52463&wgcampaignid=22383&js=0" width="160" height="600" border="0"  alt=""/></a>'/*webgain homydoll*/
mycontent[2]='<a href="http://www.cashtrafic.com/script/clic.php?id=84932&ban=6033&data=" target="_blank"><img src="http://www.cashtrafic.com/script/image.php?id=84932&ban=6033" border="0" alt="monzoo"></a>'/*monzoo*/
var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
