function flasher_piece()
{
   document.write('	<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="550" height="400">\n');
   document.write('<param name="movie" value="quiz.swf" />\n');
			document.write('<param allowScriptAccess="true" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="quiz.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" allowScriptAccess="true" type="application/x-shockwave-flash" width="550" height="400"></embed>\n');
   document.write('</object>\n');
}


function flash_video()
{
   document.write('	<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="480" height="360">\n');
   document.write('<param name="movie" value="video.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="video.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="480" height="360"></embed>\n');
   document.write('</object>\n');
}