Cufon.replace('h2, h3, h4');


$(document).ready(function() {

	if (jQuery().lightBox) {
		$('a[rel^="lightbox"]').lightBox();	
	}
	
});

