function setverticalalignment() {	
	var docheight;
	if (document.body.offsetHeight) docheight=document.body.offsetHeight;
	if (document.innerHeight) docheight=document.innerHeight;
	var availablemargin=docheight-423;
	var topmargin=availablemargin/3;
	document.getElementById('contentdiv').style.marginTop=topmargin;
}
	
function loadFlashContent() {

	document.write('<object style="" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="750" height="432" id="frontsightproductions" align="">');

	document.write('<param name="movie" value="frontsightproductions.swf">');

	document.write('<param name="quality" value="high">');

	document.write('<param name="scale" value="noscale">');

	document.write('<param name="bgcolor" value="#000000">');

	document.write('<embed src="frontsightproductions.swf" quality="high" scale="noscale" bgcolor="#000000" width="750" height="432" name="frontsightproductions" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');

	document.write('</embed>');

	document.write('</object>');

}
