  /////////////////////////////////////////////////////////////////////////////////////////////
  //  File: ModuleSiteindexCompendium.js                                                     //
  //  Author: 2011 Q2E GmbH                                                                  //
  //  Last Change: 24.05.2011                                                                //
  /////////////////////////////////////////////////////////////////////////////////////////////

jQuery(document).ready(function() {
	var total = $('#slider img').length;
	var rand = Math.floor(Math.random()*total);
	$('#slider').nivoSlider({
    slices:1,
		startSlide:rand,
		effect:'fade',
		animSpeed:900,
		pauseTime:6000,
		directionNav:false,
		controlNav:true,
		keyboardNav:true,
		pauseOnHover:false,
		captionOpacity:1,
		opacity:1
	});

  jQuery('.logo a').attr('href','javascript:void(0);');
	jQuery('.logo img').attr({
			title: logo_link_label_si,
			alt: logo_link_label_si
	});

	$($(".si_container_content .si_container_box .si_container_text")).each(function(index) {
    	if($.trim($(this).text()) == "") {
        $(this).parent().remove();
      } 
  });
});
