// JavaScript Document to workaround the MS Active Content Update blocking Flash in IE.
// The "?pages=" query string appended to the end of the <param value> and the <embed src> control which Page Heading is displayed in the /flash/foreground.swf file.
document.write('<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="800" height="146" id="navigation" align="middle">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="../flash/navigation.swf?page=rural" /><param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#ffffff" />');
document.write('<embed src="../flash/navigation.swf?page=rural" quality="high" bgcolor="#ffffff" width="800" height="146" name="navigation" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');