	retrievalGuid = top.location.search;
	if (retrievalGuid.charAt(0)=="?") {
		retrievalGuid=retrievalGuid.substring(1,retrievalGuid.length);
		document.write('<object data="/Flash/charlotte_fashion.swf?' + retrievalGuid + '" type="application/x-shockwave-flash" height="400" width="617">');
		document.write('<param name="movie" value="/Flash/charlotte_fashion.swf?' + retrievalGuid + '">');
		document.write('<param name="wmode" value="transparent">');
		
		document.write('<param name="menu" value="false">');
		
		document.write('<param name="quality" value="best">');
		
		document.write('</object>');
		//alert ("Game")
	}
	else {
        document.write('<object data="/Flash/charlotte_fashion.swf" type="application/x-shockwave-flash" height="400" width="617">');
		document.write('<param name="movie" value="/Flash/charlotte_fashion.swf">');
		
		document.write('<param name="wmode" value="transparent">');
		
		document.write('<param name="menu" value="false">');
		
		document.write('<param name="quality" value="best">');
		
		document.write('</object>');
		//alert ("Game")
	}



