function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<a href="http://track.webgains.com/click.html?wglinkid=52466&wgcampaignid=22383" target="_blank"><img src="http://track.webgains.com/link.html?wglinkid=52466&wgcampaignid=22383&js=0" width="728" height="90" border="0"  alt=""/></a>'
mycontent[2]='<a href="http://track.webgains.com/click.html?wglinkid=52447&wgcampaignid=22383" target="_blank"><img src="http://track.webgains.com/link.html?wglinkid=52447&wgcampaignid=22383&js=0" width="728" height="90" border="0"  alt=""/></a>'
mycontent[3]='<iframe src="http://action.metaffiliation.com/emplacement.php?emp=41685Icff0614ca98dd131" width="728" height="90" scrolling="no" frameborder="0"></iframe>'/*728-annonceurs-perfo netaf 728x90*/
var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
