I believe this is the forum I should ask this because it is directly related to the AdSense code. If not, I apologize for any inconvenience and would ask if you could place it in the appropriate forum. I run a vBulletin forum and I am having a problem using an AdSense Sharing system I found for vBulletin.org call Ad Management and Forum AdManagement. I will also preface my question with the fact that the coder is not supporting questions being asked, and the question has been asked by others and over the months, no one has responded. I've turned to this forum to see if someone might have had the same problem and if they have a solution. I know this site served ads at one point and may have an alternative to this script or a solution to my problem. Here's the problem: My ads show, but the ads of others do not. The problem is that it appears that the modification it does not take into account the google_ad_slot field. I had other members create similar ads, but their google_ad_slot variable is different which is why their ads do not run. I tried running it with an additional variable for the google_ad_slot field. google_ad_client = "#field5"; google_ad_slot = "field6"; The problem is that it breaks the code at the google_ad_slot and doesn't show the ad. Looks like this on the screen. There's ad space but no ads and this on the bottom: 032862920"; google_ad_width = 728; google_ad_height = 90; //--> I believe the script is somehow changing the " character to it's html equivalent " I was able to remove the google_ad_slot from the code which means all ads run default Google styles (blue title / black text /green url) but I don't know if this is permissible under Google TOS - and I would really prefer to blend my ads better with customized ads. Any help here would be so greatly appreciated. d