legend_cocorat();
function legend_cocorat() {
var shtml = '<div style="width:175px">';
shtml += ('<object id="myId" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="175" height="320">');
shtml += ('<param name="movie" value="http://cocorat.com/images/regend_1.swf" />');
   
shtml += ('<!--[if !IE]>-->');
shtml += ('<object type="application/x-shockwave-flash" data="http://cocorat.com/images/regend_1.swf" width="175" height="320">');
shtml += ('<!--<![endif]-->');
shtml += ('<div>');
shtml += ('<h1>Alternative content</h1>');
shtml += ('<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>');
shtml += ('</div>');
shtml += ('<!--[if !IE]>-->');
shtml += ('</object>');
shtml += ('<!--<![endif]-->');
shtml += ('</object>');

shtml +=('<div style="margin-top:5px;text-align:right;font-size:12px">全国版</div>');

shtml += '</div>'
document.write(shtml);
}
