 $(document).ready(function() {

//footer
$("#foxboro_col3 div.block:has(h3:contains(From the Blog))").addClass("recentposts");
$(".recentposts").prependTo(".col4");

});