window.defaultStatus='';


browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
ns4 = (browserName == "Netscape" && browserVer==4);

if (!ns4){
	document.write('<link rel="stylesheet" href="/fSize.css" type="text/css">');
}

// Browser Detect
First='true';
staying='true';
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
ns4 = false;
ns3 = false;
ie4 = false;
ns4 = (browserName == "Netscape" && browserVer >=4);
ns3 = (browserName == "Netscape" && browserVer <4);
var GoToURL='';
location.search?GoToURL='http://www.boyscondo.com/popup/pop-up.html?'+location.search.substring(1,location.search.length):GoToURL='http://www.boyscondo.com/popup/pop-up.html';

function check () {
        if ( staying == 'true') {
                staying='false';
        } else {
                // Browser Detect
                browserName = navigator.appName;
                browserVer = parseInt(navigator.appVersion);
                ie = (browserName == "Microsoft Internet Explorer");
                ie4=false;
                if (ie) {
                    var ua = window.navigator.userAgent
                    var msie = ua.indexOf ( "MSIE " )
                    if ( msie > 0 ) {
                                if ( parseInt(ua.substring( msie+5, ua.indexOf ( ".", msie ) ) ) >= 4 ) {
                                        ie4=true;
                                } else {
                                        ie4=false;
                                }
                        }
                }
                if (ns4) {
                        available_width=screen.availWidth-60;
                        available_height=screen.availHeight-230;
                        //opts="width=" + available_width + ",height=" + available_height+",top=0,left=0,status,resizable,scrollbars,location,toolbar";
                        opts="width=700, height=700, top=0,left=0,status,scrollbars,resizable,location,toolbar";
                } else if (ie4) {
                        available_width=screen.availWidth-62;
                         available_height=screen.availHeight-230;
                        //opts="width=" + available_width + ", height=" + available_height + ", top=0, left=0,scrollbars,location,status,toolbar";
                        opts="width=530, height=400, top=0, left=0,location,scrollbars,status,toolbar";
                } else {
                        opts="height=530,width=400,top=0,left=0,location,status,scrollbars,toolbar";
		}
                blah=window.open(GoToURL, 'Sexscape');
        }
}

if (First=='true') {
                First='false';
                staying='false';        
}

window.defaultStatus='';




function go(url){
     staying='true';
     location.search?top.location.href=url+'?'+location.search.substring(1,location.search.length):top.location.href=url;
}
