$('#container').render(hello, function(){ $('#container').css("visibility","visible"); });
$('#container').render(hello).css("visibility","visible");