// Setup background
var bgImages = new Array(

"http://1.cdn.nhle.com/capitals/v2/ext/customBackgrounds/2011StanleyCup_site_Background.jpg",
"http://1.cdn.nhle.com/capitals/v2/ext/customBackgrounds/2011StanleyCup_site_Background.jpg"
);

// Apply background
jQuery('body').css('background-image', 'url(' + bgImages[Math.round(Math.random()* (bgImages.length - 1))] + ')')
