$(document).ready(function(){
$("a[rel='large']").colorbox();
$(".colorbox").colorbox({width:"680px", height:"540px"});
$("ul li:last-child").addClass('last');
$("article:last-child").addClass('last');
$(".box:last-child").addClass('last');
$(".class:last-child").addClass('last');
$("blockquote.hreview:last-child").addClass('last');
});