$(function(){

    $('#viewOnline').click(function(){
        id = $(this).attr('href').replace('#', '');
        $('#screen').html('<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/' + id + '?version=3&rel=0&fs=1&showinfo=0"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/' + id + '?version=3&rel=0&fs=1&showinfo=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object>');
        return false;
    });

});
