// Setup background
var bgImages = new Array(
	"http://zonethemes.com/sundevilhockey.com/DI/wp-content/themes/DI/images/bg-02.jpg"
);

// Apply background
jQuery('body').css('background-image', 'url(' + bgImages[Math.round(Math.random()* (bgImages.length - 1))] + ')');
