<!--
rancss = new Array();
rancss[0] = "http://neobeat.web9.jp/uchidasalon/common/css/style1.css";
rancss[1] = "http://neobeat.web9.jp/uchidasalon/common/css/style2.css";


//chip = Math.floor(rancss.length * Math.random());

now = new Date();

s = now.getSeconds();

chip = s%2;

document.write('<link rel="stylesheet" type="text/css" href="'+ rancss[chip] +'">');
// -->
