function frontpagebanner()
{
//4
var ranNum= Math.round(Math.random() * 4);
if (ranNum == 0){document.write('<a href="http://www.calida3d.com/calidastore/index.php?main_page=product_info&cPath=4&products_id=21"><img border="0" src="http://www.calida3d.com/calidastore/images/banners/FEyes_banner_1.jpg"/></a>'); } // FantasyEyes
if (ranNum == 1){document.write('<a href="http://www.calida3d.com/calidastore/index.php?main_page=product_info&cPath=3&products_id=17"><img border="0" src="http://www.calida3d.com/calidastore/images/banners/AncientTechBanner468x60.jpg"/></a>'); } // AncientTech
if (ranNum == 2){document.write('<a href="http://www.calida3d.com/calidastore/index.php?main_page=product_info&cPath=3&products_id=18"><img border="0" src="http://www.calida3d.com/calidastore/images/banners/SnakedBanner02_468x60.jpg"/></a>'); } // Snaked
if (ranNum == 3){document.write('<a href="http://www.calida3d.com/calidastore/index.php?main_page=product_info&cPath=5&products_id=49"><img border="0" src="http://www.calida3d.com/calidastore/images/banners/SunsetsAndStormsBanner468x60.jpg"/></a>'); } // SunsetsAndStorms
if (ranNum == 4){document.write('<a href="http://www.calida3d.com/calidastore/index.php?main_page=product_info&cPath=1&products_id=48"><img border="0" src="http://www.calida3d.com/calidastore/images/banners/CementInlayBanner468x60.jpg"/></a>'); } // CementInlay
}
