function entrypage()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<a target="_blank" href="http://www.racine-extreme.com/ingram_motorsports.htm"><img src="http://www.racine-extreme.com/advertisers/Ingram-MotorSports-Banner1.jpg">'); } // IngramMotorsports
if (ranNum == 1){document.write('<a target="_blank" href="http://www.racine-extreme.com/advertise_with_racine_extreme.htm"><img src="http://www.racine-extreme.com/Banners/REBANNERAD2.jpg">'); } // REadvertising
if (ranNum == 2){document.write('<a target="_blank" href="http://www.importmindedinc.com"><img src="http://www.racine-extreme.com/Banners/Importmindedban.jpg">'); } // ImpMinded
if (ranNum == 3){document.write('<a target="_blank" href="http://www.importmindedinc.com/Dyno.htm"><img src="http://www.racine-extreme.com/Banners/Dynoworks.jpg">'); } // Dynoworks
}

