function writeFlash() {
	var so = new SWFObject("riShell.swf", "riShell", "100%", "100%", "8", "#FFFFFF", true);
	so.setAttribute("xiRedirectUrl", "http://www.residenceinn.com");
	so.addVariable("location", getURL());
	so.addParam("menu", "false")
	so.addParam("scale", "noscale");		
	if( so.write('flashcontent') )
	{
		var forcesize = new SWFForceSize( so, 800, 600 );
	}
}
