I am loading a page which contains Google ads in to another page using jQuery's load function.
But Google ads don't appear even though they do when I open the page itself.
What should I do?
EDIT:
Some code:
function load php page:
function get_fb(g) {
$("#hhs").load("hhs.php?rid="+g);
}
and that hhs.php contains the google ads code...