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/RRregionMapSm.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/RRregionMapSm.swf"></embed>');
		}
	} else {
		document.writeln('<img id="imgid558108564" name="imgid558108564" width="350" height="200" border="0" usemap="#87935782" src="/graphics/programs/RRregionMapSm.jpg" />');
			if(!document.layers) getImageMap2064450788();
	}
}