  jQuery(document).ready(function(){  
    jQuery("#first_switchable .first_switch").click(function () {
    jQuery('#first_switchable .switch_b1').show("slow");
    jQuery('#first_switchable .switch_b2').hide("slow");
    jQuery("#first_switchable .first_switch").addClass("active");
    jQuery("#first_switchable .second_switch").removeClass("active");
    });    
 });  
  jQuery(document).ready(function(){  
    jQuery("#first_switchable .second_switch").click(function () {
    jQuery('#first_switchable .switch_b2').show("slow");
    jQuery('#first_switchable .switch_b1').hide("slow");
    jQuery("#first_switchable .second_switch").addClass("active");
    jQuery("#first_switchable .first_switch").removeClass("active");
    });  
 
  });  
 
  jQuery(document).ready(function(){  
    jQuery("#second_switchable .first_switch").click(function () {
    jQuery('#second_switchable .switch_b1').show("slow");
    jQuery('#second_switchable .switch_b2').hide("slow");
    jQuery("#second_switchable .first_switch").addClass("active");
    jQuery("#second_switchable .second_switch").removeClass("active");
    });    
 });  
  jQuery(document).ready(function(){  
    jQuery("#second_switchable .second_switch").click(function () {
    jQuery('#second_switchable .switch_b2').show("slow");
    jQuery('#second_switchable .switch_b1').hide("slow");
    jQuery("#second_switchable .second_switch").addClass("active");
    jQuery("#second_switchable .first_switch").removeClass("active");
    });  
 
  });  

  
jQuery(document).ready(function(){
jQuery(".un_footer .link").corner("5px");
jQuery(".hd_menu").corner("top 10px");
jQuery(".netbloga_body").corner("bottom 10px");
jQuery(".sb_switchable, .sbo_back_adv").corner("10px");
jQuery(".sb_switchable_in").corner("10px");
jQuery(".twitter_string").corner("25px");
jQuery(".netbloga_footer").corner("25px");
jQuery(".ko_block .text").corner("10px");

  });
