function frontpage()
{
//1
var ranNum= Math.round(Math.random() * 1);
if (ranNum == 0){document.write('<a href="http://dmp.com/entre/"><img src="http://www.dmp.com/File/XQGT/Entr%C3%83%C2%A9_Banner_Front_Page.jpg" width="400" height="59" border=0></a>'); } // Image1
if (ranNum == 1){document.write('<a href="http://www.dmp.com/chooseDMP/"><img src="http://www.dmp.com/File/Mwbl/Ads_banner.jpg" width="400" height="59" border=0></a>'); } // Image2
}

