
(function($){$(document).ready(function(){historyKeeper.addCallback(function(hash){$.get(window.location,hash,function(html){$('#main').replaceWith(html);$('.category-info').tabs();$('#spotlight').spotlight();$('#designer-showcase').showcase();});});$('body').delegate('.pagination a','click',function(e){e.preventDefault();var href=$(this).attr('href').split('?'),url=href[0],query=href[1];$.get(url,query,function(html){$('#main').replaceWith(html);$('.category-info').tabs();$('#spotlight').spotlight();$('#designer-showcase').showcase();historyKeeper.addHistory(query);});})});})(jQuery);
