You are on page 1of 1

var home_page_tab=location.href;if(home_page_tab.indexOf("blogger.com")!

=-1){var
starttab=-1;var endtab=-1}var $jtab1=jQuery.noConflict();$jtab1(document).ready(
function(){var a="<div class='widget-wrapper'><ul class='tab-wrapper'></ul>";for
(i=starttab;i<=endtab;i++){$jtab1("#"+sidebarname+" .widget h2").eq(i).hide();$j
tab1("#"+sidebarname+" .widget").eq(i).hide();$jtab1("#"+sidebarname+" .widget .
widget-item-control").eq(i).hide()}$jtab1("#"+sidebarname+" .widget").eq(startta
b).before(a);i=0;j=0;$jtab1("#"+sidebarname+" .widget > h2").each(function(){if(
i>=starttab&&i<=endtab){var b=$jtab1(this).text();$jtab1("#"+sidebarname+" .tabwrapper").append("<li class='tab' id='tabid"+sidebarname+j+"'>"+b+"</li>");j++}i
++});i=0;j=0;$jtab1("#"+sidebarname+" .widget").each(function(){if(i>=starttab&
&i<=endtab){$jtab1(this).attr({id:"widgtabid"+sidebarname+j});$jtab1(this).addCl
ass("widget-tab");j++}i++});$jtab1("#"+sidebarname+" .tab").click(function(){$jt
ab1("#"+sidebarname+" .widget-tab").slideUp();$jtab1("#widg"+$jtab1(this).attr("
id")).slideDown();$jtab1("#"+sidebarname+" .tab").removeClass("active-tab");$jta
b1(this).addClass("active-tab")});$jtab1("#"+sidebarname+" .tab:first").click()}
);

You might also like