i'm thinking about implementing ajax on my site, but i have a doubt about ads using ajax. for example, if I have a "file.php" which shows information received from "ajax.php", I suppose i have to put the ads only on "file.php", as "ajax.php" doesn't outputs html, but outputs a text squence which...