/*jQuery(window).resize(function(e) {
updateCarouselWidth();
});

jQuery(document).ready(function() {
updateCarouselWidth();

d = document.createElement(‘div’);
jQuery(d)
.attr(“id”,”workingBG”)
.prependTo(jQuery(“body”));
});

function updateCarouselWidth() {
jQuery(‘.wa_wps_image_carousel .caroufredsel_wrapper’).each(function(index) {
var carousel = jQuery(this);
var firstContent = carousel.find(‘.wa_wps_foo_content:first’);
carousel.width((firstContent.outerWidth() + 12) * 5);
jQuery($0).closest(‘.caroufredsel_wrapper’).width((jQuery($0).outerWidth() + 12)*5);
});
}*/

jQuery(document).ready(function() {
var d = document.createElement(‘div’);
jQuery(d).attr(“id”,”workingBG”).prependTo(jQuery(“body”));
});