function homepage()
{
//7
var ranNum= Math.round(Math.random() * 6);
if (ranNum == 0){document.write('
'); } // NEW
if (ranNum == 1){document.write(''); } // NEW2
if (ranNum == 2){document.write(''); } // New3
if (ranNum == 3){document.write(''); } // New4
if (ranNum == 4){document.write(''); } // New5
if (ranNum == 5){document.write(''); } // New6
if (ranNum == 6){document.write(''); } // New7
}