$(document).ready(function () {
	$('a[href^="http://"],a[href*=".pdf"],a.external').attr({
	    target: "_blank", 
	    title: "Opens in a new window"
	});
	$("a#contact").fancybox({
		'height': 620,
	    'width': 710,
		'type': 'iframe',
		'showCloseButton': false,
		'autoScale': false
		});
});
