$(document).ready(function(){
	$("ul.quick-links").each(function(){
    	$(this).find("li:even").addClass("alt");
  	})
});