$(document).ready(function() { $.get('http://ink-drop.net/4ads/index.php/core/display_ads', function(data){ $('#advertisements').html(data); }); });