jQuery(function($) { 
	
	$("ul.rosterPlayerList li a").hover( 
			function() {
				$(this).addClass('hover');
			},
			function() {
				$(this).removeClass('hover');
			});	
	
	$.cacheImage([
	              '/templates/default/img/bg/head/g01.png',
	              '/templates/default/img/bg/head/g02.png',
	              '/templates/default/img/bg/head/g03.png',
	              '/templates/default/img/bg/head/g04.png',
	              '/templates/default/img/bg/head/g05.png',	          
	              '/templates/default/img/bg/head/g07.png',	            
	              '/templates/default/img/bg/head/g09.png',
	              '/templates/default/img/bg/head/g10.png',
	              '/templates/default/img/bg/head/g11.png',
	              '/templates/default/img/bg/head/g12.png',
	              '/templates/default/img/bg/head/g13.png',
	              '/templates/default/img/bg/head/g14.png',
	              '/templates/default/img/bg/head/g15.png',
	              '/templates/default/img/bg/head/g16.png',
	              '/templates/default/img/bg/head/g17.png',
	              '/templates/default/img/bg/head/g18.png',
	              '/templates/default/img/bg/head/g19.png',
	              '/templates/default/img/bg/head/g20.png',
	              '/templates/default/img/bg/head/g21.png',
	              '/templates/default/img/bg/head/g22.png',
	              '/templates/default/img/bg/head/g23.png',
	              '/templates/default/img/bg/head/g24.png',
	              '/templates/default/img/bg/head/g25.png',
	              '/templates/default/img/bg/head/g26.png',
	              '/templates/default/img/bg/head/g27.png',
	              '/templates/default/img/bg/head/g28.png',
	              '/templates/default/img/bg/head/g29.png',
	              '/templates/default/img/bg/head/g31.png',
	              '/templates/default/img/bg/head/g32.png',
	              '/templates/default/img/bg/head/g34.png',
	              '/templates/default/img/bg/head/g35.png',
	              '/templates/default/img/bg/head/g36.png',
	              ]);

	$.preloadCssImages();
	
});


hs.outlineType = 'rounded-white';
hs.expandCursor = ''; 
hs.restoreCursor = ''; 
hs.showCredits = 0;
hs.creditsText = '';
hs.creditsTitle = '';
hs.creditsHref = '';


