$(document).ready(function(){
	
	$("ul.explode li:last-child").addClass('last');
	$("ul.weekly-offers li:nth-child(2n)").addClass('alt');
	
});

