$(document).ready(function() {

	// photoWidth = $("div.photo-frame img").width();
	// if (photoWidth < 480){
	// 	// $(this).hide();
	// 	alert("ashfjksf");
	// }

	$("li.post:last-child").addClass("last");

});
