function ident()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('
'); } // kimono
if (ranNum == 1){document.write(' '); } // martial
if (ranNum == 2){document.write(' '); } // origami
if (ranNum == 3){document.write(''); } // jpop
}