$(document).ready(function() {
    $('div.songtext').hide();
    $('div.songtext').fadeIn('900','linear');
});               

