function jaftop()
{
//4
var ranNum= Math.round(Math.random() * 4);
if (ranNum == 0){document.write('
'); } // jpg
if (ranNum == 1){document.write('
'); } // msmas
if (ranNum == 2){document.write(''); } // akemi2
if (ranNum == 3){document.write('
'); } // thirdw
}