function random_msg( ) {
var r ;
var xx = new Array( ) ;


xx.push( '<a href="http://www.eclabo.com/store/" target="_blank"><img src="http://www.hplabo.com/common/images/tpl/catch/eclabostore_catch.png" width="790" height="200" alt="ネットショップ運営支援 ECLABO STORE" title="ネットショップ運営支援 ECLABO STORE" /></a>' ) ;

xx.push( '<img src="http://www.hplabo.com/common/images/op/catch/top.png" width="790" height="200" alt="ホームページカスタムはHPLABOにお任せください。" title="ホームページカスタムはHPLABOにお任せください。" />' ) ;


r = Math.floor( Math.random( ) * xx.length ) ;
document.write( xx[r] ) ;

}

