$(function(){
	if($.browser.msie) {
		$("hr.colors").replaceWith('<div class="colors clearBoth">&nbsp;</div>');
		$("hr.greenDash").replaceWith('<div class="greenDash clearBoth">&nbsp;</div>');
	}

	/*$("a[target='_blank']").click(function(){
		alert("You are leaving the CBAE-funded website.");
	});*/
});
