
$("#home .category h2").each(function(){
	$(this).replaceWith("<h3>" + $(this).text() + "</h3>");
});

$("#container").dropShadow();