var alternateContent = '<table cellpadding="0" cellspacing="0" border="0" align="center" height="237"><tr><td valign="top" colspan="2">';
				alternateContent += '<img src="graphics/index_01.gif" width="61" height="36" border="0"><a href="index.asp" onmouseout="a_1.src=\'graphics/index_02.gif\'" onmouseover="a_1.src=p1.src;"><img src="graphics/index_02.gif" width="80" height="36" border="0" name="a_1" alt="HOME" title="HOME"></a><a href="index.asp?Show=AU" onmouseout="a_2.src=\'graphics/index_03.gif\';exitTopItem(1);" onmouseover="a_2.src=p2.src;enterTopItem(1);"><img src="graphics/index_03.gif" width="103" height="36" border="0" name="a_2" ALT="ABOUT US" title="ABOUT US" ></a><a href="#" onmouseout="a_3.src=\'graphics/index_04.gif\';exitTopItem(0);" onmouseover="a_3.src=p3.src;enterTopItem(0);"><img name="a_3" src="graphics/index_04.gif" width="151" height="36" border="0" alt="BUILDING SERVICES" title="BUILDING SERVICES"></a><a href="index.asp?show=JL" onmouseout="a_4.src=\'graphics/index_05.gif\'" onmouseover="a_4.src=p4.src;"><img src="graphics/index_05.gif" name="a_4" width="108" height="36" border="0" alt="VACANCIES" title="VACANCIES"></a><a href="index.asp?show=CU" onmouseout="a_5.src=\'graphics/index_06.gif\'" onmouseover="a_5.src=p5.src;"><img src="graphics/index_06.gif" name="a_5" width="118" height="36" border="0" alt="CONTACT US" title="CONTACT US"></a><a href="index.asp?show=LG" onmouseout="a_6.src=\'graphics/index_07.gif\'" onmouseover="a_6.src=p6.src;"><img src="graphics/index_07.gif" width="79" height="36" border="0" name="a_6" alt="LOGIN" title="LOGIN"></a><img src="graphics/index_08.gif" width="68" height="36" border="0" alt="" title="">';
				alternateContent += '</td></tr><tr><td colspan="2"><img src="graphics/index_09.gif" width="768" height="13" border="0" alt=""></td></tr><tr><td>';
				alternateContent += '<img src="graphics/index_10.gif" width="193" height="188" border="0" alt="maddison consultants" title="maddison consultants"><img src="graphics/index_11.gif" width="2" height="100%" border="0" alt=""><img src="graphics/index_12.gif" width="200" height="188" border="0" alt=""><img src="graphics/index_13.gif" width="226" height="188" border="0" alt=""><img src="graphics/index_14.gif" width="143" height="188" border="0" alt="">';
				alternateContent += '</td><td valign="top"><img src="graphics/index_15.gif" width="4" height="188" border="0" alt=""></td></tr></table>';
				var flashshowing = false;
				if (!useRedirect)
				{		
					if(hasRightVersion)
					{	
						flashshowing = true;						
						var oeTags = '<OBJECT name="object" CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
						+ 'WIDTH="768" HEIGHT="237"'
						+ 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
						+ '<PARAM NAME="MOVIE" VALUE="flash/Maddison_flash_header.swf">'
						+ '<PARAM NAME="PLAY" VALUE="true">'
						+ '<PARAM NAME="LOOP" VALUE="false">'
						+ '<PARAM NAME="QUALITY" VALUE="high">'
						+ '<PARAM NAME="MENU" VALUE="false">'
						+ '<EMBED SRC="flash/Maddison_flash_header.swf"'
						+ 'WIDTH="768" HEIGHT="237"'
						+ 'PLAY="true"'
						+ 'LOOP="false"'
						+ 'QUALITY="high"'
						+ 'MENU="false"'
						+ 'TYPE="application/x-shockwave-flash"'
						+ 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
						+ '</EMBED>'
						+ '</OBJECT>';
						document.write(oeTags); 	// embed the flash movie
					}
					else
					{	// flash is too old or we can't detect the plugin
						flashshowing = true;
						document.write(alternateContent);	// insert non-flash content
					}	
				}
				if(flashshowing  == false)
				{
					document.write(alternateContent);	// insert non-flash content
				}