    $(function(){            $(".pg-events .secondary .s_headlines").hide();            $(".secondary #s_more_albums h2 a span").replaceWith('Albums');            $(".secondary #s_more_singles h2 a span").replaceWith('Others');            $(".secondary #s_more_dvds h2 a span").replaceWith('DVDs');			$(".pg-photos .nav-photos").addClass('selected');    });	$(function(){    Shadowbox.init({         handleOversize:     "resize",    	 displayNav:         false,         handleUnsupported:  "remove",         autoplayMovies:     false    });	function openMailingList() {        Shadowbox.open({                player:     'iframe',                title:      'Join Rise Against&#8217;s Mailing List',				content:    'https://pages.email.interscope.com/riseagainst/emailsignupET/',                height:     500,                width:      650        });	}	//openMailingList();		$("#btn-mailinglist").click(function(e) {		openMailingList();		e.preventDefault();	});});function mycarousel_initCallback(carousel){    // Disable autoscrolling if the user clicks the prev or next button.    carousel.buttonNext.bind('click', function() {        carousel.startAuto(0);    });    carousel.buttonPrev.bind('click', function() {        carousel.startAuto(0);    });    // Pause autoscrolling if the user moves with the cursor over the clip.    carousel.clip.hover(function() {        carousel.stopAuto();    }, function() {        carousel.startAuto();    });};jQuery(document).ready(function() {    jQuery('#twitter_update_list').jcarousel({        auto: 4,		scroll: 1,        wrap: 'last',        initCallback: mycarousel_initCallback    });});
