// JavaScript Document
// This document gets around the "Feature" of MSIE where controls
// are loaded but "not activated"... If they are loaded from another
// file, they are loaded AND activated. That is this file's purpose.

// This file loads the flare on the index page.

document.writeln('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="210" height="300" id="NewsNSpecials" align="middle">');
document.writeln('<param name="allowScriptAccess" value="sameDomain">');
document.writeln('<param name="movie" value="../flash/NewsNSpecials.swf"><param name="quality" value="high"><param name="wmode" value="transparent"><param name="bgcolor" value="#fff7ef"><embed src="../flash/NewsNSpecials.swf" quality="high" wmode="transparent" bgcolor="#fff7ef" width="210" height="300" name="NewsNSpecials" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
document.writeln('</embed></object>');