$(function(){
    $('.fcb,.index_4cb, .index_3cb, div .book').addClass('hover');
    $('.index_4cb .section, .index_3cb .section, div .book').click(function(event){
	    if ($(this).attr('id') == 'academy_introbox') ;
	    else if ($(this).attr('id') == 'radio-trio-about') ;
	    else if ($(this).attr('id') != 'rygltvbox')
		document.location = $(this).find('a').attr('href');
	    else
		window.open( $('#rygltvboxlink').attr('href'),$('#rygltvboxlink').attr('target') );
    });
    $('.fcb .section,.index_4cb section, .index_3cb section').click(function(key,index){
        $(this).find('a').trigger('click');
    });
    $('.fcb .section a').hide();
    
});

