
function flash(c,d,e) {
 var flash_tag = "";
 flash_tag = '<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
 flash_tag +='codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" ';
 flash_tag +='WIDTH="'+c+'" HEIGHT="'+d+'"  tabindex="3">';
 flash_tag +='<param name="movie" value="'+e+'">';
 flash_tag +='<param name="quality" value="high">';
 flash_tag +='<PARAM NAME="wmode" VALUE="transparent">'; 
 flash_tag +='<embed src="'+e+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" ';
 flash_tag +='type="application/x-shockwave-flash"  WIDTH="'+c+'" HEIGHT="'+d+'"></embed></object>'

 document.write(flash_tag);

}

function chimae(txt) {
  var ranNum= Math.round(Math.random()*1);
  var wbody = "<table width=604 height=187 border=0 cellpadding=0 cellspacing=0>";
  wbody += "<tr><td height=155 rowspan=3><IMG SRC=/image/hh_img01.gif WIDTH=30 HEIGHT=155 ALT=></td>";
  wbody += "<td height=38><img src=/image/hh_img02.gif width=379 height=38 alt=></td>";
  wbody += "<td rowspan=3><IMG SRC=/image/hh_img03.gif WIDTH=37 HEIGHT=155 ALT=></td>";
  wbody += "<td rowspan=3><IMG SRC=/image/hh_ava" + ranNum + ".gif WIDTH=158 HEIGHT=155 ALT=></td></tr>";
  wbody += " ";
  wbody += "<tr><td height=40>" + txt + "</td></tr><tr>";
  wbody += "<td height=77><IMG SRC=/image/hh_img04.gif WIDTH=379 HEIGHT=77 ALT=></td></tr>";
  wbody += "<tr><td colspan=4><IMG SRC=/image/hh_img05.gif WIDTH=604 HEIGHT=32 ALT=></td></tr>";
  wbody += "</table>";
  document.write(wbody);
  return;
}