function writeObj() {
if (hasFlash3up == true || hasFlash == true) {
		if (useVBMethod == true && hasFlash4 == true) {
			document.writeln('<object width="350" height="200" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0"><param name="MOVIE" value="/graphics/programs/HSregionMapSm.swf"></object>');
		} else {
			document.writeln('<embed width="350" height="200" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" src="/graphics/programs/HSregionMapSm.swf"></embed>');
		}
	} else {
		document.writeln('<img id="imgid1036051548" name="imgid1036051548" width="350" height="200" border="0" usemap="#31755922" src="/graphics/programs/HSregionMapSm.jpg" />');
			if(!document.layers) getImageMap1460814939();
	}

}