<!-- 

	var str_url=document.URL
	var variable = str_url.substr(str_url.indexOf("?"))
	var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
	+ 'width="759" height="216" id="lecteurVideo" align="middle"'
	+ 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
	+ '<param name="movie" value="/image_library/home/banner_revised.swf" />'
	+ '<param name="quality" value="high" />'
	+ '<param name="bgcolor" value="#ffffff" />'
	+ '<param name="allowScriptAccess" value="sameDomain" />'
	+ '<embed src="/image_library/home/banner_revised.swf" quality="high" bgcolor="#ffffff" '
	+ 'play="true"'
	+ 'loop="false"'
	+ 'quality="high"'
	+ 'width="759" height="216" name="lecteurVideo" align="middle"'
	+ 'allowScriptAccess="sameDomain"'
	+ 'type="application/x-shockwave-flash"'
	+ 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
	+ '<\/embed>'
	+ '<\/object>';
	document.write(oeTags);   // embed the flash movie
// -->

