jQuery(function($) {
  /*$(".socialnetwork-links img").fadeTo(0, 0.5);
  $(".socialnetwork-links img").hover(
    function () {
      $(this).stop(true).fadeTo("normal", 1);
    }, 
    function () {
      $(this).fadeTo("normal", 0.5);
    }
  );*/
	//$('#banner-slideshow').html('what is this?');
	//alert('haha');

	//$('#banner-slideshow').cycle();
	
});
