// JavaScript Document
function employmentflash()
	{
		document.write('<OBJECT height=176 width=212 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">\n');
		document.write('<PARAM NAME="movie" VALUE="files/employment.swf">\n');
		document.write('<PARAM NAME="quality" VALUE="high">\n');
		document.write('<param name="wmode" value="transparent" />\n');
		document.write('<embed src="files/employment.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="212" height="176">\n');
		document.write('</embed>\n');
		document.write('</object>\n');
	}