// JavaScript Document

//setTimeout('popWin(110,35,20)',7000);

var count=1;

GB_myShow = function(caption, url, height, width, callback_fn) {
    var options = {
        caption: caption,
        height: height || 545,
        width: width || 910,
        fullscreen: true,
        show_loading: false,
        callback_fn: callback_fn
    }
    var win = new GB_Window(options);
    return win.show(url);
}

function checkCount(myParameter) {
	if (myParameter == 'maxmoneysecrets.com'){ 	
		GB_myShow("Sign Up Here", "http://www.kingofcopy.com/includes_global/maxpopup.html");
	}
	else if (myParameter == 'th310'){		
		GB_myShow("Sign Up Here", "http://www.kingofcopy.com/display/th310/th310popup.html");
	}
	else {
		count++;
	}
}





