// Cufon Custom Calls
			//Cufon.replace('h1, h2, h3, h4, h5',{ hover: true }); 
Cufon.replace('#headduh nav .menu-main-container ul li a, #headline h1, footer h1, #yearbook nav ul li, .page-id-11067 h2, .page-id-11067 #main .full-width #header-wrap h1 span.neutra',{ fontFamily: 'Neutraface Slab Display Titl', hover: true });
Cufon.replace('h1.mission, .page-id-9486 h1, .page-id-9486 h2, .page-id-9487 h1, .page-id-9487 h2, .page-id-9491 h1, .page-id-9491 .content span, .page-id-9492 .content h1 , .page-id-9487 .content.grandtotal h3 span, .page-template-work-php h2,  .page-template-work-php #content h1',{ fontFamily: 'Neutraface Slab Text Bold', hover: true });
Cufon.replace('.page-id-9487 .content.grandtotal h3',{ fontFamily: 'Neutraface Slab Text Book', hover: true });
// Fancybox Gallery Call
$(document).ready(function() {
			
			$("a[rel=fancybox]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'inside',
				
			});
		});
// ShapeWrapper
function shapeWrapper(lineHeight,Xs) {
	var out = '';
	Xvalues = Xs.split('|');
	for(i=0; i < Xvalues.length; i++) {
		parts = Xvalues[i].split(',');
		out += '<div style="float:left;clear:left;height:'+lineHeight+'px;width:'+ parts[1]+'px"></div>';
		out += '<div style="float:right;clear:right;height:'+lineHeight+'px;width:'+ parts[2]+'px"></div>';
	}
	document.write(out);
}
