  $(document).ready(function(){
    $("div.innerbodysection:first").css("display", "block");
	$("a.tab:first").css("color", "#F50");
  });
