function c()
{
//4
var ranNum= Math.round(Math.random() * 9);
if (ranNum == 0){document.write(''); } // 1
if (ranNum == 1){document.write(''); } // 2
if (ranNum == 2){document.write(''); } // 3
if (ranNum == 3){document.write(''); } // 4
if (ranNum == 4){document.write(''); } // 5
}