var quoteWidth = $("div.quote-of-day").width();
var quoteHeight = $("div.quote-of-day").height();
$("div.quote-of-day-bg").width(quoteWidth);
$("div.quote-of-day-bg").height(quoteHeight);

