// JavaScript Document
	
$(document).ready(
function footSponsor(){
	$('#sponsor .sponsorBanner li:nth-child(6n+6)').addClass('even-start');
	});
