function RunFoo()
{
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="972" height="639" align="middle">\n');
    document.write('<param name="movie" value="index.swf" />\n');
	document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="menu" value="false">\n');
	document.write('<param name="bgcolor" value="#FAFAFA" />\n');
	document.write('<param name="loop" value="false">\n');	
	document.write('<embed src="index.swf" menu=false quality="high" bgcolor="#FAFAFA" width="972" height="639" name="movie" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
    document.write('</object>\n');
	function notes(eve){
if(document.all){
if(event.button == 2){
alert("2010 Produced by KSHOCK NEW TYPE FACTORY");
return false;
}
}
}
if(document.layers)document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=notes;
}

                  