		$(document).ready(
			function(){
			$('#sponsorfade1').cycle({
			fx:    'fade', 
			speed:  2000 		
		});
			$('#sponsorfade2').cycle({
			fx:    'fade', 
			speed:  2000 		
		});
			$('#sponsorfade3').cycle({
			fx:    'fade', 
			speed:  2000 		
		});
			$('#sponsorfade4').cycle({
			fx:    'fade', 
			speed:  2000 		
		});
			$('#sponsorfade5').cycle({
			fx:    'fade', 
			speed:  2000 		
		});		
			$('#sponsorfade6').cycle({
			fx:    'fade', 
			speed:  2000 		
		});
			$('#headerfade').cycle({
			fx:    'fade', 
			speed:  10000 		
		});	
			$('#whatson .fade').cycle({
			fx:    'fade', 
			speed:  2000, 
			slideExpr: 'img'
		});			
	});
	
$(function(){
    $('#news-fading-image').cycle({
        fx:     'fade',
        speed:  'slow',
        timeout: 5000,
    	prev:   '#prev',
        next:   '#next',
        cleartype: 1,
        pager:  '#news-fading-list',
        pagerAnchorBuilder: function(idx, slide) {
            // return sel string for existing anchor
            return '#news-fading-list li:eq(' + (idx) + ') a';
        },
        pagerEvent: 'mouseover'
    });
});

$(document).ready(function(){
$("#headerfade").each(function(){
      $(this).removeClass("loadingheaderfade");
});
$("#header").each(function(){
      $(this).removeClass("loadingheader");
});
$(".topnews").each(function(){
      $(this).removeClass("loadingcycle");
});
$(".loadingbox").each(function(){
      $(this).removeClass("loadingimage");
});
});


