var g_iRealMode = 0;
var g_iRealPlayer5 = 0;
var g_iRealPlayer4 = 0;
var g_iRealPlayerG2 = 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") {
			g_iRealMode = 1;
		}
	}
}

//document.write('<script language="VBScript"\> \n');
//document.write('on error resume next \n');
//document.write('g_iRealPlayerG2 = (NOT IsNull(CreateObject("rmocx.RealPlayer G2 Control")))\n');
//document.write('g_iRealPlayer5 = (NOT IsNull(CreateObject("RealPlayer.RealPlayer(tm) ActiveX Control (32-bit)")))\n');
//document.write('g_iRealPlayer4 = (NOT IsNull(CreateObject("RealVideo.RealVideo(tm) ActiveX Control (32-bit)")))\n');
//document.write('</SCRIPT\> \n');

function canAccessTSR() {

//	if (!(g_iRealMode || g_iRealPlayerG2 || g_iRealPlayer5 || g_iRealPlayer4)) {
//		if (confirm('You do not have Real Audio Media Player installed.\n\nWould you like to visit the Real Player website to download and install it?')) {
//			var win = window.open("http://www.real.com"); 
			//try { win.focus(); } catch (e) {}
//		}
//		return false;
//	}
	return true;
}
