// 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://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="500" height="500" title="Olden Lighting Splash">');
document.writeln('<param name="movie" value="flash/FlareSplash.swf" />');
document.writeln('<param name="quality" value="high" />');
document.writeln('<embed src="flash/FlareSplash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="500" height="500"></embed>');
document.writeln('</object>');