function carouselOptions(b,d,c){var a=tmpl("slideshowTemplate","slideshowTemplate");this.visible=c;this.callback=function(f,e){if(f.has(f.first,f.last)){return}$.getJSON(b,{bucketName:d,start:f.first-1,number:c},function(h){for(var g=0;g<h.length;g++){f.add(f.first+g,a({doc:h[g]}))}})}}function initTopTabs(a){$("#latestonhomepage").tabs({selected:0,select:function(b,c){vertTracker.push(["_trackEvent",a,"TopTabClick",$(c.tab).text()+" - "+(c.index+1)])}})}function initTopTen(a){$(".toptenlist").jcarousel({scroll:5,animation:1000,buttonNextHTML:null,buttonPrevHTML:null,initCallback:function(c,b){var d="#"+c.container.parent().parent().attr("id");if($.browser.msie&&parseInt($.browser.version)==6){$(d+" ul.toptenlist").css("width",parseInt($(d+" ul.toptenlist").css("width"))+2)}$(d+" img.next").click(function(){var e="Forward";if(c.last==c.size()){c.prev();e="Backward"}else{c.next()}vertTracker.push(["_trackEvent",a,"TopTenScroll",e]);return false})}});$("#toptenonhomepage").tabs({selected:0,select:function(b,c){vertTracker.push(["_trackEvent",a,"TopTenTabClick",$(c.tab).text()+" - "+(c.index+1)])}})};
