$(document).ready(function() { $('body').prepend("
"); $("#orbit_bar_temp").load('/load_orbit_bar',function(){ $('body').prepend($(this).html()); $(this).remove(); }); });