function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<a href="http://track.webgains.com/click.html?wglinkid=52434&wgcampaignid=22383" target="_blank"><img src="http://track.webgains.com/link.html?wglinkid=52434&wgcampaignid=22383&js=0" width="468" height="60" border="0"  alt="ohmydollz"/></a>'
mycontent[2]='<a href="http://track.webgains.com/click.html?wglinkid=52465&wgcampaignid=22383" target="_blank"><img src="http://track.webgains.com/link.html?wglinkid=52465&wgcampaignid=22383&js=0" width="468" height="60" border="0"  alt="ohmydollz"/></a>'
mycontent[3]='<a href="http://track.webgains.com/click.html?wglinkid=52501&wgcampaignid=22383" target="_blank"><img src="http://track.webgains.com/link.html?wglinkid=52501&wgcampaignid=22383&js=0" width="468" height="60" border="0"  alt="ilodino"/></a>'
mycontent[4]='<a href="http://track.webgains.com/click.html?wglinkid=52523&wgcampaignid=22383" target="_blank"><img src="http://track.webgains.com/link.html?wglinkid=52523&wgcampaignid=22383&js=0" width="468" height="60" border="0"  alt="poneyvallee"/></a>'
var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
