Cufon.replace('.cufon',{fontFamily: 'Champagne'});

$(document).ready(function() {
	$("#IntroContent p:first-child").addClass("main");
	$("#IntroContent p:nth-child(2)").addClass("main");
	$("body.about #PostContent p a img:even").parent().parent().addClass("image even fR");
	$("body.about #PostContent p a img:odd").parent().parent().addClass("image odd fL");
	$("body.about #PostContent p a img").click(function() {
		return false;
	});
});
