       <!--
        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 ( RealPlayerG2 || RealPlayer5 || RealPlayer4 ) 
        {
       		document.write('<OBJECT ID="RealPlayerIE" NAME="RealPlayerIE2"CLASSID="CLSID:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"> \n');
		document.write('</OBJECT> \n');


        }
	else if ( RealMode )
	{
        	document.write('<EMBED TYPE="audio/x-pn-realaudio-plugin" NAME="RealPlayerNS" ID="RealPlayerNS2" CONTROLS="HomeCtrl" HEIGHT=0 WIDTH=0> \n');
		document.write('</EMBED> \n');
	}
        else 
        {
                alert("RealPlayer is needed to view the videos on this web site. RealPlayer is NOT installed on your system or is not set up to work with this web browser.  You can get the free player from real.com or direct from this site by using the link at the bottom of this page. ");
        }

        //-->
