

	jQuery(window).load(function() {

		jQuery("a.fancybox").fancybox();

	});

	

	//Popup Script

	function popitup(url) {

		newwindow=window.open(url,'popUpWin','height=540,width=640,scrollbars=1');

		if (window.focus) {newwindow.focus()}

		return false;

	}

	

	//Email Script

	function emailPage() {

	window.location = "mailto:"+"?subject=I thought this link might interest you." + " &body="+ window.location;

	return false;

	}

// -->



