$(function () {
  $("div.photothumb:nth-child(5n)").css("margin", "0px");

  $("div.nextdate.clickable").click(function() {
      window.location = $(this).attr("url");
      return false;
  });
	


});





