$(function(){
// Lindsay didn't give me anything unique to be able to attach some CSS to for the addresses of the quilts, so I have to use jQuery to // select the first p tag because cross-browser css support for it is non-existent.
$(".quilt .summary p:first-child").addClass("address");
});

