<!-- Begin

version = navigator.appVersion;
if (version.toLowerCase().indexOf("mac")!=-1) { 
document.write('<br>');
}
else
{
document.write('<div id="ticker">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="400" HEIGHT="25" id="ticker" ALIGN="">');
document.write('<param name=movie VALUE="ticker.swf">');
document.write('<param name=quality VALUE=high>');
document.write('<param name=wmode VALUE=transparent>');
document.write('<param name=bgcolor VALUE=#86B29B>');
document.write('<embed src="ticker.swf" quality=high wmode=transparent bgcolor=#86B29B  WIDTH="400" HEIGHT="25" NAME="ticker" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</embed>');
document.write('</object><br>');
document.write('</td></tr></table></DIV>');
}

//  End -->