function main()
{
//6
var ranNum= Math.round(Math.random() * 6);
if (ranNum == 0){document.write('<p id="intro">Check out this seasons <span style="color:#c60202">Hot Summer Deal</span>, save 50% off your entire purchase of any of our web hosting packaged plans when you enter promo code <acronym><b>SUMMER08</b></acronym> during the checkout process.</p><div class="clear-fix" id="learn-more"><a title="Learn More About Us" href="http://clients.hostsign.com/billing/announcements.php?id=1"><img style="width: 132px; height: 39px;" alt="Learn More" src="../images/learn_more_button.png" /></a></div>'); } // SummerDeal
if (ranNum == 1){document.write('<p id="intro"><span style="color:#c60202">Double your storage space</span> just by signing up! Use pomotion code <acronym><b>DOUBLEHDD</b></acronym> during the checkout process and instantly double your storage space for your website.</p><div class="clear-fix" id="learn-more"><a title="Learn More About Us" href="http://clients.hostsign.com/billing/announcements.php?id=2"><img style="width: 132px; height: 39px;" alt="Learn More" src="../images/learn_more_button.png" /></a></div>'); } // DoubleSpace
if (ranNum == 2){document.write('<p id="intro">Since 2006 we have been satisfying our many clients every web hosting needs. If you have been satisfied by <span style="color:#c60202">HostSign</span> in the past or present years, please <acronym>Tell Us</acronym> about it. Vote for us on a hosting review site!</p><div class="clear-fix" id="learn-more"><a title="Vote For Us" href="http://www.hostreview.com/cgi-bin/search_hosts/company_link.cgi?id=1211997977" target="_blank"><img style="width: 120px; height: 60px;" alt="Vote For Us" src="../images/vote4us4.gif" /></a></div>'); } // HostReview
if (ranNum == 3){document.write('<p id="intro">Now offering dual xeon 2.4ghz dedicated servers, all servers are setup in minutes of ordering. Dual Xeon Starting price <span style="color:#c60202">$99.95/mo</span> You can save by purchasing annually!</p><div class="clear-fix" id="learn-more"><a title="Learn More About Us" href="http://clients.hostsign.com/billing/announcements.php?id=3"><img style="width: 132px; height: 39px;" alt="Learn More" src="../images/learn_more_button.png" /></a></div>'); } // DedicatedServer
if (ranNum == 4){document.write('<div class="clear-fix" id="gascard"><img style="width: 125px; height: 80px;" alt="Chevron Gift Card" src="../images/specials/card_lg_chevron.jpg" /></div><p id="intro">Gas prices got you down? Order a web hosting package from HostSign.com today and receive a free <span style="color:#c60202">$25.00 Chevron Gift Card</span> sent directly to your mailbox.</p><div class="clear-fix" id="learn-more"><a title="Learn More About Us" href="http://clients.hostsign.com/billing/link.php?id=1"><img style="width: 132px; height: 39px;" alt="Learn More" src="../images/learn_more_button.png" /></a></div>'); } // GasCard
if (ranNum == 5){document.write('<p id="intro"><img alt="PHPMotion Logo" src="../images/specials/phpmotion_logo.gif" /><br />Order now and receive free PHPMotion v2 software installation and support. Ever wanted a <span style="color:#c60202">YouTubeİ</span> style website? Well now you can by just ordering a HostSign level hosting plan.</p><div class="clear-fix" id="learn-more"><a title="Learn More About Us" href="http://blog.hostsign.com/?p=12"><img style="width: 132px; height: 39px;" alt="Learn More" src="../images/learn_more_button.png" /></a></div>'); } // PHPMotion
if (ranNum == 6){document.write('<p id="intro">Add your review and share your opinions of HostSign with the world. If you add your review we will send out a <span style="color:#c60202">75% off coupon</span> to your <acronym>email address</acronym> to use on your new or current account.</p><div class="clear-fix" id="learn-more"><a title="Web Host Review" href="http://www.webhostingstuff.com/addcomments/HostSign.html" target="_blank"><img style="width: 125px; height: 95px;" alt="Web Host Review" src="../images/webhostingstuff.gif" /></a></div>'); } // WebHostingStuff
}
