﻿
var msg = new Array(); 

msg[0] = '<div id="bg" class="mainimg">&nbsp;</div><div class="logobox"><img src="../img/logo.png" alt="広島の北欧住宅はスカンジナビアハウス" width="327" height="72" class="png" /></div>'; 

var no = Math.floor(Math.random() * msg.length); 

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

