function main3()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<p id="intro">&ldquo;<strong>Basic Web Hosting.</strong>&rdquo;</p><center><p>Starting @ $7.95 per month</p></center>'); } // SummerDeal
if (ranNum == 1){document.write('<p>&ldquo;<strong>Professional Web Hosting.</strong>&rdquo;</p>'); } // SummerDeal
if (ranNum == 2){document.write('<p>&ldquo;<strong>All-Axis Web Hosting.</strong>&rdquo;</p>'); } // SummerDeal
}
