jQuery(function($) {
	$("#footer a[href=#disclaimer]").fancybox({
		//title:"Disclaimer",
		content:'<span style="font-size:12px;line-height:175%;">Providence Regional Cancer Partnership is a not a legal entity.  Services are provided by Providence Regional Medical Center Everett, The Everett Clinic, Western Washington Medical Group or Northwest Washington Radiation Oncology Associates.</span>',
		width:600,
		height:100,
		autoDimensions:false
	});
});
