//------------------------------------------------------------------------------
// File:	flashembed.js
//			Copyright 2006, LightScape Interactive, Inc. All rights reserved.
// Desc:	Workaround for the Eolas patent claim.
//			ActiveX controls embedded by external script are not subject to
//				the patent claim.
//------------------------------------------------------------------------------
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="556" height="270" id="RotatingHeaders" align="middle">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="RotatingHeaders.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="RotatingHeaders.swf" quality="high" bgcolor="#ffffff" width="556" height="270" name="RotatingHeaders" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');