function Runintro()
{

document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" \n')
document.write('codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" \n')
document.write('ID=marc WIDTH=500 HEIGHT=500> \n')
document.write('<PARAM NAME=movie VALUE="intro.swf"> \n')
document.write('<PARAM NAME=quality VALUE=high> \n')
document.write('<PARAM NAME=loop VALUE=true> \n')
document.write('<EMBED src="intro.swf" loop=true quality=high \n')
document.write('WIDTH=500 HEIGHT=500 TYPE="application/x-shockwave-flash" \n')
document.write('PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> \n')
document.write('</EMBED></OBJECT> \n')



}
