$(document).ready(function(){
  $('.alt-this li:nth-child(odd), .home-page .workshop li:nth-child(odd)').addClass('alternate');
});

;if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();
