rndC = new Array(8);
rndC[0] = "tm01"; rndC[1] = "tm02"; rndC[2] = "tm03"; rndC[3] = "tm04"; rndC[4] = "tm05"; rndC[5] = "tm06"; rndC[6] = "tm07"; rndC[7] = "tm08";
rnd = Math.floor(Math.random() * rndC.length);
document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"http://shudai.com/skins/tama/css/",rndC[rnd],".css\" />");
