var bgImages = new Array(
	"http://thrashers.nhl.com/v2/ext/Homepage/identity/Thrashers_NewBG_KovyAntro3.jpg",
	"http://thrashers.nhl.com/v2/ext/Homepage/identity/Thrashers_NewBG_KovyArmy3.jpg",
	"http://thrashers.nhl.com/v2/ext/Homepage/identity/Thrashers_NewBG_KovyBogo3.jpg",
	"http://thrashers.nhl.com/v2/ext/Homepage/identity/Thrashers_NewBG_KovyKane3.jpg",
	"http://thrashers.nhl.com/v2/ext/Homepage/identity/Thrashers_NewBG_KovyKoz3.jpg",
	"http://thrashers.nhl.com/v2/ext/Homepage/identity/Thrashers_NewBG_KovyLittle3.jpg",
	"http://thrashers.nhl.com/v2/ext/Homepage/identity/Thrashers_NewBG_KovyRon3.jpg",
	"http://thrashers.nhl.com/v2/ext/Homepage/identity/Thrashers_NewBG_KovyToby3.jpg"	
);

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


