function flash_flashmovie ()
{
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"')
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"')
document.write('WIDTH="900" HEIGHT="600" id="flashmovie">')
document.write('<PARAM NAME=movie VALUE="meettvr.swf">')
document.write('<PARAM NAME=quality VALUE=high>')
document.write('<PARAM NAME=bgcolor VALUE=#000000>')
document.write('<EMBED src="meettvr.swf" quality=high bgcolor=#000000 WIDTH="900" HEIGHT="600"')
document.write('NAME="flashmovie" ALIGN="center" TYPE="application/x-shockwave-flash"')
document.write('PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">')
document.write('</EMBED>')
document.write('</OBJECT>')
}