﻿Cufon.replace("#content div > ul > li > a", { fontFamily: "Whitney Semibold" });
		
$(function() {
	// Clear the 5th list item
	$("#content div > ul > li:nth-child(4n+1)").css("clear", "left");
});