
yobo_dom_ready(function(){
    try{
    //    new Ajax.Request('/js/update_song_index', {
    //        asynchronous:true,
    //        evalScripts:true
    //    });
    }catch(e){
        alert(e);
    }
});
