function homepage() { //6 var ranNum= Math.round(Math.random() * 6); if (ranNum == 0){document.write('
DIALUP ACCESS
Easy to use templates
No HTML skills needed
Try it FREE for 30 days
No set-up fee!
read more


'); } // dialup if (ranNum == 1){document.write('
BUILD A WEB SITE
Easy to use templates
No HTML skills needed
Try it FREE for 30 days
No set-up fee!
read more


'); } // BuildSite if (ranNum == 2){document.write('
DESKTOP DEALS!
read more


'); } // Desktops if (ranNum == 3){document.write('
NOTEBOOK DEALS!
read more


'); } // Notebooks if (ranNum == 4){document.write('
SERVER SPECIALS!
read more


'); } // Servers if (ranNum == 5){document.write('
GET SITE PAL!
Personalize Your Site!
read more


'); } // SitePal if (ranNum == 6){document.write('
GET CARBONITE!
Protect Yourself Today!
read more


'); } // Carbonite }