// <![CDATA[

  $(function () {
			var tabContainers = $('div.tabs > div');
			tabContainers.hide().filter(':first').show();
			$('div.tabs ul.tabNavigation a').click(function () {
				tabContainers.hide();
				tabContainers.filter(this.hash).slideDown('slow');
				$('div.tabs ul.tabNavigation a').removeClass('selected');
				$(this).addClass('selected');
				return false;
			}).filter(':first').click();
      $('ul#FpArticlesItems').innerfade({
        speed: 1000,
        timeout: 5000,
        type: 'sequence',
        containerheight: '21px'
      });
      $('.fpHafaSamband').tooltip({
        track: true, 
        delay: 0, 
        showURL: false, 
        opacity: 1, 
        fixPNG: true, 
        showBody: "|", 
        extraClass: "pretty fancy", 
        top: -15, 
        left: 5 
      });
      //$('.FpMainBox').mouseover(function () {
			//  $(this).children('.ContentFooter').css('background','#E97824');
			//});
      //$('.FpMainBox').mouseout(function () {
			//  $(this).children('.ContentFooter').css('background','#efefef');
			//});
    });
  
//]]>
