// JavaScript Document
function homeFlashOne() {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="218" height="123">\n');
	document.write('<param name="movie" value="Flash/218x123.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="wmode" value="transparent">\n');
	document.write('<param name="BGCOLOR" value="C9B382">\n');
	document.write('<embed src="Flash/218x123.swf" width="218" height="123" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgcolor="C9B382"></embed>\n');
	document.write('</object>');
}

function homeFlashTwo() {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="276" height="123">\n');
	document.write('<param name="movie" value="Flash/276x123.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="wmode" value="transparent">\n');
	document.write('<param name="BGCOLOR" value="C9B382">\n');
	document.write('<embed src="Flash/276x123.swf" width="276" height="123" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgcolor="C9B382"></embed>\n');
	document.write('</object>');

}

function homeFlashThree() {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="220" height="123">\n');
	document.write('<param name="movie" value="Flash/220x173.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="wmode" value="transparent">\n');
	document.write('<param name="BGCOLOR" value="C9B382">\n');
	document.write('<embed src="Flash/220x173.swf" width="220" height="123" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgcolor="C9B382"></embed>\n');
	document.write('</object>');
}