 $(document).ready(function(){
   $("img.dropshadow").wrap("<div class='wrap1'><div class='wrap2'>" +
     "<div class='wrap3'></div></div></div>");
   $("ul li:first-child").addClass("first");
   $("ul li:last-child").addClass("last");
   $("#teasers li:nth-child(odd)").addClass("odd");
   $("#primary-content, #secondary-content, #footer, #masthead").wrapInner('<div class="gutter"></div>');
 });
