

function homepageFlash() {

	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
	document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"\n');
	document.write('id="homepageFlash" width=603 height=252>\n');
	document.write('<param name="movie" value="includes/homepageFlash.swf">\n');
	document.write('<param name="bgcolor" value="#FFFFFF">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="devicefont" value="true">\n');
	document.write('<param name="scale" value="exactfit">\n');
	document.write('<param name="allowscriptaccess" value="always">\n');
	document.write('<embed type="application/x-shockwave-flash"\n');
	document.write('pluginspage="http://www.macromedia.com/go/getflashplayer"\n');
	document.write('name="homepageFlash"\n');
	document.write('width=603 height=252\n');
	document.write('src="includes/homepageFlash.swf"\n');
	document.write('bgcolor="#FFFFFF"\n');
	document.write('quality="high"\n');
	document.write('scale="exactfit"\n');
	document.write('swliveconnect="true"\n');
	document.write('allowscriptaccess="always">\n');
	document.write('<noembed></noembed>\n');
	document.write('</embed>\n');
	document.write('</object>\n');
}

function secondaryFlash() {

	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
	document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"\n');
	document.write('id="homepageFlash" width=620 height=154>\n');
	document.write('<param name="movie" value="includes/headerSecondaryFlash.swf">\n');
	document.write('<param name="bgcolor" value="#FFFFFF">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="devicefont" value="true">\n');
	document.write('<param name="scale" value="exactfit">\n');
	document.write('<param name="allowscriptaccess" value="always">\n');
	document.write('<embed type="application/x-shockwave-flash"\n');
	document.write('pluginspage="http://www.macromedia.com/go/getflashplayer"\n');
	document.write('name="homepageFlash"\n');
	document.write('width=620 height=154\n');
	document.write('src="includes/headerSecondaryFlash.swf"\n');
	document.write('bgcolor="#FFFFFF"\n');
	document.write('quality="high"\n');
	document.write('scale="exactfit"\n');
	document.write('swliveconnect="true"\n');
	document.write('allowscriptaccess="always">\n');
	document.write('<noembed></noembed>\n');
	document.write('</embed>\n');
	document.write('</object>\n');
}
	
	