jQuery(function() {
    jQuery.noConflict();   
});

function initDownload() {
    if( jQuery("#subscribe").is(':checked') )
        jQuery(".downloadextra").show();
        
    jQuery("#subscribe").click(function() {
        if( jQuery("#subscribe").is(':checked') )
            jQuery(".downloadextra").show();
        else
            jQuery(".downloadextra").hide();
    });
}

var basic, commCovers;
document.addEvent('domready', function(){
	basic = new SlideShow('bannderadslideshow', {
		autoplay: true,
		delay: 10000,
		transition: 'pushLeft'
	});
	
	commCovers = new SlideShow('commCovers', {
		autoplay: true,
		delay: 12000,
		transition: 'fade'
	});
});

