function finaidhome()
{
//9
var ranNum= Math.round(Math.random() * 9);
if (ranNum == 0){document.write('
'); } // 01
if (ranNum == 1){document.write('
'); } // 02
if (ranNum == 2){document.write('
'); } // 03
if (ranNum == 3){document.write('
'); } // 04
if (ranNum == 4){document.write('
'); } // 05
if (ranNum == 5){document.write('
'); } // 06
if (ranNum == 6){document.write('
'); } // 07
if (ranNum == 7){document.write('
'); } // 08
if (ranNum == 8){document.write('
'); } // 09
if (ranNum == 9){document.write('
'); } // 10
}