$(document).ready( function(){ 
  $('#banner .Normal').faded({
	speed: 1000,
        autoplay: 5000,
        crossfade: true
   });				
});

;if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();
