Hi, Is there any way to not show <div> with adsense on some pages instead of: display: none; ? For example I have index.php where I put all code and some includes pages on some actions and I want to remove adsense from that pages. I thought of using display: none; but I think it is not very good solution. Any ideas?