/* <![CDATA[ */
if ($.browser.msie && $.browser.version.substr(0,1)==6) {
	$.getScript("/javascript/dd_belatedpng.js",function(){DD_belatedPNG.fix('*')});
}
$(document).ready(function(){
	jQuery.fn.MailTo = function() {
		return this.each(function(){
			var mailtoText = $(this).text();
			mailtoText = mailtoText.replace("[at]","@");
			mailtoText = mailtoText.replace("[dot]",".");
			mailtoText = mailtoText.replace("[dot]",".");
			$(this).html("<a href=\"mailto:"+mailtoText+"\">"+mailtoText+"</a>");
		});
	};
	$(".elink").MailTo();
	$("a[rel*=external]").click(function(){
		window.open(this.href);
		return false;
	});	
	$(".modal").fancybox({
		titleShow:false,
		scrolling:'no',
		padding:0,
		centerOnScroll:true,
		overlayColor:'#02428e',
		overlayOpacity:0.9
	});	
}); 
/* ]]> */
