function getFlashMovieObject(movieName){
	if (window.document[movieName]){
		return window.document[movieName];
	}
	if (navigator.appName.indexOf("Microsoft Internet")==-1){
		if (document.embeds && document.embeds[movieName])
		return document.embeds[movieName];
	}else if (navigator.appName.indexOf("Microsoft Internet")!=-1){
		return document.getElementById(movieName);
	}
}
function getPageURL(){
	getFlashMovieObject("globalreach").SetVariable("/:pageURL_str", window.location.href.toString());
}
document.write('<OBJECT id="globalreach" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="330" width="553"> \n');
document.write('<PARAM NAME="Movie" VALUE="/Binswanger/flash/GLOBALREACH.swf"> \n');
document.write('<PARAM NAME="WMode" VALUE="Transparent"> \n');
document.write('<PARAM NAME="Menu" VALUE="false"> \n');
document.write('<PARAM NAME="Loop" VALUE="false"> \n');
document.write('<PARAM NAME="Quality" VALUE="High"> \n');
document.write('<PARAM NAME="AllowScriptAccess" VALUE="always"> \n');
document.write('<PARAM NAME="bgcolor" VALUE="#006666" /> \n');
document.write('<PARAM NAME="swLiveConnect" VALUE="true" /> \n');
document.write('<embed name="globalreach" width="553" bgcolor="#006666" height="330" WMode="transparent" Menu="false" Quality="high" Loop="false" AllowScriptAccess="always" src="/Binswanger/flash/GLOBALREACH.swf" type="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/flashplayer/" swLiveConnect="true"></embed> \n');
document.write('</OBJECT>');