I am trying to load advertisement after page load for that I am using jquery html() method.
Problem is that $(document).ready(function(){
is redirecting my page and only showing advertisement not the data.
I want to display advertisement and data both in same page and advertisement should be loaded after the page load.
This is my code link http://jsfiddle.net/2MTHE/1/
for checking purpose i have added in hello how are you
at .html()
starting that is also not displaying at page.