<!-- 

var msg = new Array(); 


// 設定開始（メッセージの内容を設定してください） 

msg[0] = '<link rel="stylesheet" type="text/css" href="css/yoru.css" />';
msg[1] = '<link rel="stylesheet" type="text/css" href="css/yoru.css" />';
msg[2] = '<link rel="stylesheet" type="text/css" href="css/yoru.css" />';
msg[3] = '<link rel="stylesheet" type="text/css" href="css/yoru.css" />';
msg[4] = '<link rel="stylesheet" type="text/css" href="css/yoru.css" />';
msg[5] = '<link rel="stylesheet" type="text/css" href="css/yoru.css" />';
msg[6] = '<link rel="stylesheet" type="text/css" href="css/asa.css" />';
msg[7] = '<link rel="stylesheet" type="text/css" href="css/asa.css" />';
msg[8] = '<link rel="stylesheet" type="text/css" href="css/asa.css" />';
msg[9] = '<link rel="stylesheet" type="text/css" href="css/asa.css" />';
msg[10] = '<link rel="stylesheet" type="text/css" href="css/asa.css" />';
msg[11] = '<link rel="stylesheet" type="text/css" href="css/asa.css" />';
msg[12] = '<link rel="stylesheet" type="text/css" href="css/asa.css" />';
msg[13] = '<link rel="stylesheet" type="text/css" href="css/asa.css" />';
msg[14] = '<link rel="stylesheet" type="text/css" href="css/asa.css" />';
msg[15] = '<link rel="stylesheet" type="text/css" href="css/asa.css" />';
msg[16] = '<link rel="stylesheet" type="text/css" href="css/yougata.css" />';
msg[17] = '<link rel="stylesheet" type="text/css" href="css/yougata.css" />';
msg[18] = '<link rel="stylesheet" type="text/css" href="css/yougata.css" />';
msg[19] = '<link rel="stylesheet" type="text/css" href="css/yoru.css" />';
msg[20] = '<link rel="stylesheet" type="text/css" href="css/yoru.css" />';
msg[21] = '<link rel="stylesheet" type="text/css" href="css/yoru.css" />';
msg[22] = '<link rel="stylesheet" type="text/css" href="css/yoru.css" />';
msg[23] = '<link rel="stylesheet" type="text/css" href="css/yoru.css" />'; 

// 設定終了 


var now = new Date(); 

var hour = now.getHours(); 

// 表示開始 
document.write(msg[hour]); 
// 表示終了 

// --> 

