<!-- 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="600" HEIGHT="37.5" 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=#FFFFFF>');
document.write('<EMBED src="ticker.swf" quality=high wmode=transparent bgcolor=#FFFFFF 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 -->