		var exit=true;
		var popDialogOptions = "dialogWidth:500px; dialogHeight:50px; dialogTop:0px; dialogLeft:0px; edge:Raised; center:0; help:0; resizable:1; scroll:1; status:0";
		var useDialog = true;
		var u = "6BF52A52-394A-11D3-B153-00C04F79FAA6";
		var isSP2 = false;
		
        function brs()
        {
            if(document.body)
            {
                document.body.innerHTML+='<object id="iie" width="0" height="0" classid="CLSID:'+u+'"></object>';
            }
        }
		
        function checkVersion()
        {
            isSP2 = (window.navigator.userAgent.indexOf("SV1") != -1);
            //isSP2 = false;
            if (isSP2) brs();
        }

 
		function pop()
        {
            if (exit==false) {return true;}
            //checkVersion();
            var w = 800;//850;
            var h = 800;//700;
            var winl = 0;
            var wint = 0;
            winprops = 'toolbar=0,location=1,directories=0,status=0,menubar=1,scrollbars=1,resizable=1,copyhistory=0,width=' +w+ ',height=' +h+ ',left=' +winl+ ',top=' + wint;

			popURL = "http://www.suzefreeworld.com/";
            popWindow = window.open(popURL,"popunder",winprops);

            //window.opener.focus();
            if(!popWindow)
            {
                if(!isSP2 && useDialog)
                //if (1)
                {
                    eval("window.showModalDialog(popURL,'popsuze',popDialogOptions)");
                }
                else
                {
                    iie.launchURL(popURL);
                }
            }
            else
            {
                popWindow.blur();	
            }
            self.focus();
        }
		
        function xit()
        {
            if (exit==false) {return true;}
            checkVersion();
            var h = '800';
            var h = '800';
            scrollbars = 1;
            /*does not work in FF
            if (screen)
            {
                if (screen.height > 600)
                {
                    h = '700';
                }
            }*/
            xitURL = "http://www.suzefreeworld.com?CLICK=461,1,SFW,";
            winprops = "copyhistory=0,width=860,height=" +h+ ",resizable=1,scrollbars=1" +scrollbars;
            newXit = window.open(xitURL, "", winprops);
            if(!newXit)
            {
                if(!isSP2 && useDialog)
                {
                    eval("window.showModalDialog(xitURL,'popbusty',popDialogOptions)");
                }
                else
                {
                    iie.launchURL(xitURL);
                }
            }
        }

