// jQuery Document

$(document).ready(function() {
			
	$("a[rel='pivotal-redirect']").click(function() {
		if ($.browser.msie && $.browser.version > 5) {
			window.open("https://sales.healthpartners.com/everticals/entry_eConsumer.asp", "top", "width=1024,height=740,resizable=yes,scrollbars=yes,toolbar=no,status=no"); return false;
	
		} else {
		
		window.location("http://www.healthpartners.com/portal/183n.html"); return false;
		
		}
	
	});

});
