$(document).ready(function(){
			if($('#jsRotator').length != 0){
				$('#jsRotator').cycle({
					pager:'#bannerNav',
					pagerEvent: 'click',
					pauseOnPagerHover: true,
					timeout:8000});
				$('#jsRotator').hover(function() { 
				    $('#jsRotator').cycle('pause'); 
				},
				function(){
					$('#jsRotator').cycle('resume'); 
				});
				
			}
			
			if($('#jsRotatorCollage').length != 0){
				$('#jsRotatorCollage').cycle({
					pager:'#bannerNavCollage',
					pagerEvent: 'click',
					pauseOnPagerHover: true,
					timeout:8000});
				$('#jsRotatorCollage').hover(function() { 
				    $('#jsRotatorCollage').cycle('pause'); 
				},
				function(){
					$('#jsRotatorCollage').cycle('resume'); 
				});
				
			}
			
			
		
});
