jQuery(document).ready(function() { 
	
	$('a').live('click', function(){		
		// alert(this.href.toLowerCase().indexOf(window.location.host));
		// alert(this.href.toLowerCase());
				
		if ( this.href.toLowerCase().indexOf(window.location.host) == -1 && this.href.toLowerCase() != 'https://web15.secureinternetbank.com/pbi_pbi1961/pbi1961.ashx?rt=096000959&logonby=connect3&prmaccess=account&enroll=true' && this.href.toLowerCase() != 'javascript:bookmarksite("north%20star%20bank", "http://www.northstarbank.com")') {
			$.fancybox({ 'type' : 'iframe', 'href' : '/exit.php?site='+this.href });
			return false;
		}
	});
});
