//
//
function writeFlashMain(){
//

    document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="100%" HEIGHT="100%" id="tinkerhell" ALIGN="">\n');
    document.write('<PARAM NAME=movie VALUE="media/flash/tinkerhell.swf">\n');
	document.write('<PARAM NAME=quality VALUE=high>\n');
	document.write('<PARAM NAME=scale VALUE=noscale>\n');
	document.write('<PARAM NAME=salign VALUE=LT>\n');
	document.write('<PARAM NAME=bgcolor VALUE=#000000>\n');
	document.write('<EMBED src="media/flash/tinkerhell.swf" quality=high scale=noscale salign=LT bgcolor=#000000  WIDTH="100%" HEIGHT="100%" NAME="tinkerhell" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>\n');
	document.write('</OBJECT>\n');
	document.write('\n');
	document.write('\n');


	}//  function
//
//

//
//