Cufon.replace('h2, h4');


$(document).ready(function() {

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

