<!-- Begin

var RealMode=0;
var RealPlayer5=0;
var RealPlayer4=0;
var RealPlayerG2=0;
if (navigator.userAgent.indexOf("MSIE")<0 )
{
numPlugins = navigator.plugins.length;
for (i = 0; i < numPlugins; i++)
{
plugin = navigator.plugins[i];
if (plugin.name.substring(0,10)=="RealPlayer")
{
RealMode=1;
}
}
}
document.write('<SCRIPT LANGUAGE=VBScript\> \n');
document.write('on error resume next \n');
document.write('RealPlayerG2 = (NOT IsNull(CreateObject("rmocx.RealPlayer G2 Control")))\n');
document.write('RealPlayer5 = (NOT IsNull(CreateObject("RealPlayer.RealPlayer(tm) ActiveX Control (32-bit)")))\n');
document.write('RealPlayer4 = (NOT IsNull(CreateObject("RealVideo.RealVideo(tm) ActiveX Control (32-bit)")))\n');
document.write('</SCRIPT\> \n');
if (RealMode || RealPlayerG2 || RealPlayer5 || RealPlayer4)
{
document.write("");
}
else
{
alert("REAL PLAYER NOT DETECTED - FireFeeds did not detect the Real Player plug-in, which is required to listen to our live feeds. When you click the OK button below, we will open the Real Player download page which will begin the install process. Once you have installed Real Player, please return to this page and hit the Refresh button at the top of your screen. If you are using a Mac, please email support@firefeeds.com for further instructions.");
window.open('http://www.real.com/R/RC.060203r1cp_home_adfreq4.bodymain.img..R/forms.real.com/real/realone/realone.html?dc=926925924&beta_bypass=true&bbits=true&type=adfreq4&src=091803realhome_2_2_2,060203r1cp_home_adfreq4');
}

//  End -->