function CreatePlugin()
{

	// OBJECT
	document.write('<OBJECT CLASSID="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');
	document.write('CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ');
	document.write('WIDTH="960" HEIGHT="600" ');
	document.write('ID="gerald_narr" ');
	document.write('ALIGN="middle">');

	// Params
	document.write('<PARAM NAME="movie" VALUE="gn_loader.swf">');
	document.write('<PARAM NAME="quality" VALUE="high">');
	document.write('<PARAM NAME="scale" VALUE="exactfit">');
	document.write('<PARAM NAME="bgcolor" VALUE="#3d3d3d">');
	document.write('<PARAM NAME="wmode" VALUE="opaque">');

	// embed
	document.write('<embed ');
	document.write('src="gn_loader.swf" ');
	document.write('quality=high ');
	document.write('bgcolor=#3d3d3d ');
	document.write('width="960" height="600" ');
	document.write('name="gerald_narr" ');
	document.write('align="middle" ');
	document.write('pluginspage="http://www.macromedia.com/go/getflashplayer ');
	document.write('type="application/x-shockwave-flash" ');
	document.write('scale="exactfit" ');
	document.write('wmode="opaque" ');
	document.write('>');

	document.write('</OBJECT>');

  var FMovie= document.getElementById("gerald_narr");
  FMovie.focus();

}
