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


xx.push( '<img src="http://www.hplabo.com/common/images/tpl/catch/ec_catch.png" width="790" height="200" alt="さあ、ネットショップを始めよう" title="さあ、ネットショップを始めよう" />' ) ;

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/netshop/area/images/area_ec_catch.png" width="790" height="200" alt="あなたにあったネットショップ制作、ご提案をいたします" title="あなたにあったネットショップ制作、ご提案をいたします" />' ) ;

xx.push( '<a href="http://www.hplabo.com/netshop/service/start/" title="ネットショップ開店パック"><img src="http://www.hplabo.com/common/images/ec/open/catch/ec_open_catch.png" width="790" height="200" alt="ネットショップ開店パック" title="ネットショップ開店パック" /></a>' ) ;

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

}
