Greetings Recently Im having problems with my text adsense banners with the new code, the one thas goes like this: google_ad_client = "pub-code"; /* 120x240, creado 16/08/09 */ google_ad_slot = "number"; google_ad_width = 120; google_ad_height = 240; Sometimes, it just does appear. But, I also keep on some pages the banners with the old code as I call it, the ones that look like this: <script type="text/javascript"><!-- google_ad_client = "pub-code"; google_ad_width = 160; google_ad_height = 600; google_ad_format = "160x600_as"; google_ad_type = "text"; google_ad_channel = ""; google_color_border = "666666"; google_color_bg = "bfbfbf"; google_color_link = "666666"; google_color_text = "666666"; google_color_url = "009900"; //--></script> These ads with the old code (the ones tha lets you alter the parameters on the fly), never fail!, they always appear complete and flawless no matter what. My question is, can I abandon the new code and keep using this old one? or the old one is not working as a valid click gatherer?? Please anyone who can orient me in this.