$(document).ready(function(){
	  $('#prop').cycle({
					fx:'fade',
					speed:    1000, 
					delay:    5000,
					
		    		pause: 1 
					});
			
					$('#noticias').cycle({
					fx:'fade',
					speed:    1000, 
					delay:    5000,
					next:   '.news_prox', 
					prev:   '.news_ant', 
		    		pause: 1 
					});
					
					$('#progs').cycle({
					fx:'fade',
					speed:    2000, 
					delay:    2000,
					pause: 1 
					});
					
					$('.mediaplayer').click(function() {
						window.open('wp-content/themes/dimensao2010/ao_vivo_wma.html','popup','width=300,height=305,menubars=0,scrollbars=0,scroling=0,statusbar=0');
					});
					$('.winamp').click(function(){
						window.open('wp-content/themes/dimensao2010/ao_vivo_winamp.html','popup','width=300,height=305,menubars=0,scrollbars=0,scroling=0,statusbar=0');
					});


}); 


