// Radiobrunel.com scripts

// In this file:
// 1) Cycle init.
// 2) Click script(s)
// 3) Popup script





// 1) Cycle init


/*$(window).load(function(){
	containerHeight = $('#main-content .container').height();
	sidebarHeight = containerHeight + 40;
	$('#main-content').find('#sidebar').css('height', sidebarHeight + 'px');
});*/


$(document).ready(function(){
	$('.wpcf7-submit').addClass('btn');
	
	$('.wpcf7-not-valid-tip').siblings('input').addClass('required');
});

// 2) Click script(s)

// $(document).ready(function(){
// 
//     $("div.imagelist").click(function(){
//     	 window.location=$(this).find("a.btn").attr("href"); return false;
//     });
// 
// });

$(document).ready(function(){

    $("div.info").click(function(){
    	 window.location=$(this).find("a").attr("href"); return false;
    });

});


// 3) Popup script

function listenwindow() {
    window.open("http://www.radiobrunel.com/popup.php","Listen Live","width=530,height=320,toolbar=no");
}

