function seoPopUpBlocker() {
	var current_href = self.location.href;
    if(current_href.indexOf("?id=") > 0 || current_href.indexOf("&id=") > 0) {
        return 0;
    } else {
		return 1;
	}
}
