

jQuery(document).ready(function(){

//let's open an element (we come from a link, or this is the default primetime element
jQuery('tr#selected td').animate({opacity: 'toggle' }, "slow");

jQuery("#right_column").html('');

//load right column content
jQuery("#right_column").load(rightColumnUri,'',function() {

//set the right font-size
jQuery(".iframe").css({ fontSize:"1em"});

//we load the day date, the today trailer is the first one
manage_trailer_nav(0,"");

//then launch the video
//loadFile('arteplus7_trailer',{file:'http://download.www.arte.tv/permanent/c0/teaser/080502_fr.FLV',javascriptid:'arteplus7_trailer',click_link:'',autostart:'true',width:'240',height:'180',volume:'0'});



//be sure not to load the javascript each time the website is called

$.ajaxSetup({ cache: true });

jQuery.getScript("/fr/2150258,templateId=renderJs,property=data,v=23,CmPart=com.arte-tv.www.js", function(){});

$.ajaxSetup({cache: false});

openElements();
});

});
