function bodyOnLoad(){
    $('div.player').css({'position': 'fixed'});
    $('div.player').css({'position': 'relative'});
}
