function topmovie()
{
document.write('<object id="WMP" height="300" width="360" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">\n');
document.write('<param name="Filename" value="movie/080811d.wmv" />\n');
document.write('<param name="ShowControls" value="true" />\n');
document.write('<param name="AutoStart" value="true" />\n');
document.write('<param name="mute" value="-1" />\n');
document.write('<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" name="WMP" src="movie/080811d.wmv" height="201" width="208" showcontrols="1" autostart="1" mute="-1">\n');
document.write('</embed>\n');
document.write('</object>\n');
}
function kaerumovie()
{
document.write('<object id="WMP" height="260" width="320" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">\n');
document.write('<param name="Filename" value="movie/kaerukaeru.wmv" />\n');
document.write('<param name="ShowControls" value="true" />\n');
document.write('<param name="AutoStart" value="true" />\n');
document.write('<param name="mute" value="-1" />\n');
document.write('<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" name="WMP" src="movie/kaerukaeru.wmv" height="260" width="320" showcontrols="1" autostart="1" mute="-1">\n');
document.write('</embed>\n');
document.write('</object>\n');
}