$(document).ready( function() {
	$("#podPress_footer").toggle();
	$('ul#nav-menu > li > a').click(function() {
		$(this).next().slideToggle();
	});
	$(".jCarouselLite").jCarouselLite({
	    btnNext: ".next",
	    btnPrev: ".prev",
	    vertical: true,
	    auto: 7000,
	    speed: 1000
	});
	$("#mudar").click(function () {
	$("#mudar .handcursor img").toggle();
	});
	$("#mudar2").click(function () {
	$("#mudar2 .handcursor img").toggle();
	});
	$("#mudar3").click(function () {
	$("#mudar3 .handcursor img").toggle();
	});
	$("#mudar4").click(function () {
	$("#mudar4 .handcursor img").toggle();
	});
	$("#mudar5").click(function () {
	$("#mudar5 .handcursor img").toggle();
	});
	$("#mudar6").click(function () {
	$("#mudar6 .handcursor img").toggle();
	});
});
function radioonline(){
	window.open('http://www.cbncascavel.com.br/playerAudio/','','width=541,height=81,left=0,top=0,resizable=yes,menubar=no,location=no,status=no,scrollbars=no');
}
function playerVideo(){
	window.open('http://www.cbncascavel.com.br/playerVideo/','','width=400,height=352,left=0,top=0,resizable=yes,menubar=no,location=no,status=no,scrollbars=no');
}
function radiosp(){
	window.open('http://cbn.globoradio.globo.com/Player/playerAoVivoSP.htm','','width=728,height=366,left=0,top=0,resizable=yes,menubar=no,location=no,status=no,scrollbars=no');
}

function goSelect(){
    if(!document.entrevistas.formentrevistas.selectedIndex=="") {
          window.location.href = document.entrevistas.formentrevistas.options[document.entrevistas.formentrevistas.selectedIndex].value;
    }
}
