 $(document).ready(function() {
   $('#shoutcast').hide();
   $('#shoutcast_toggle').click( function() {
    $('#shoutcast').toggle();
   });
//   $("#hero_toggle").mouseover(function(){$(this).addClass("hover_hero");}).mouseout(function(){$(this).removeClass("hover_hero");});
 });
