“ADSENSE premium status like this Sample: http://img188.imageshack.us/img188/5796/ads.gif The tricks that this article say is using this 4 steps: STEP 1.Remove all our Google adsense script and change to this script (ofcourse the pub number should be replace with our <script language=â€JavaScriptâ€> <!– // This script sets the attributes for requesting ads. google_ad_client = “pub-xxxxxxxxxxxxxxxxâ€; google_min_num_ads = 4; google_max_num_ads = 6; google_feedback = “onâ€; google_ad_output = “jsâ€; google_ad_channel =â€6632411210″; google_ad_type = “text_imageâ€; google_image_size = “300×250″; google_encoding = “utf8″; –> </script> <script language=â€JavaScript†src=â€http://pagead2.googlesyndication.com/pagead/show_ads.jsâ€> </script> 2.Step define the variable isA at the top of your webpage like this var sA = ; I am sorry I dont know the point of this step 2 ,if somebody can help me please add reply step3;This method displays the ad results. It must be defined above the script that calls show_ads.js to guarantee that it is defined when show_ads.js makes the call-back. this is the script:†function google_ad_request_done(google_ads) { // Proceed only if we have ads to display! if (google_ads.length < 1 ) return; // Display ads in a table sA += <table width=â€300″ cellspacing=â€1″ cellpadding=â€0″ border=â€0″ bgcolor=â€#ffffffâ€>; // Print “Ads By Google†— include link to Google feedback page if available sA += <tr><td align=â€rightâ€> + <div style=â€text-align:left;font-size:12pxâ€>; if (google_info.feedback_url) { sA += <a href=†+ google_info.feedback_url + “><font style=â€font-size:12px†face=â€Arial†color=â€#000000″>Ads by Google</font></a> ; } else { sA += Ads by Google; } sA += </div><font style=â€font-size:10pxâ€><br></td></tr>; var TopRand=Math.floor(Math.random() * 2); // For text ads, display each ad in turn. // In this example, each ad goes in a new row in the table. if (google_ads[0].type == ext) { for(i = 0; i < google_ads.length; ++i) { var first_line=google_ads.line2.split(†“); var new_f_l=; for(l = 2; l < first_line.length; ++l) { new_f_l += †“+first_line[l]; } if (i < 4 ){ if(TopRand <1){ sA += <tr><td bgcolor=â€#ffffff†id=â€taw1″ class=â€ch†width=â€" height=â€" align=â€left†valign=â€top†onFocus=â€ss(go to + google_ads.visible_url +,aw1)†onMouseOver=â€ss(go to + google_ads.visible_url +,aw1)†onMouseOut=â€cs()†onClick=â€javascript:top.location.href= + google_ads.url + “><div style=â€overflow:hidden; width:580px; padding-left:2pxâ€> + <font style=â€line-height:16px;font-size:16px;font-weight:bold;†face=â€arial,sans-serif†color=â€#000088″><a id=â€aw0″ onclick=â€javascript:top.location.href= + google_ads.url + †onmouseover=â€window.status=go to + google_ads.visible_url + †onmouseout=â€window.status=†style=â€text-decoration:noneâ€> + <b><font style=â€font-family:Arial,sans-serif;text-decoration:none;border-bottom:1px #009999 solid; color:#009999;font-size:18px;font-weight:bold;â€> + google_ads.line1 + </b></a></font></font><font style=â€line-height:3px;font-size:3pxâ€><br><br></font> + <font style=â€font-size: 90%;text-decoration: none;color: #000000;font-size:small;font-family:Verdana,Arial;†color=â€#000000″>+<b>+first_line[0] + + first_line[1]+</b> + new_f_l + + google_ads.line3 + <br></font> + <font style=â€line-height:14px;font-size:12px†face=â€Verdana,Arial,sans-serif†color=â€#999999″> + google_ads.visible_url + </font></div><font style=â€font-size:10pxâ€><br></div></td></tr>; }else{ sA += <tr><td bgcolor=â€#ffffff†id=â€taw1″ class=â€ch†width=â€" height=â€" align=â€left†valign=â€top†onFocus=â€ss(go to + google_ads.visible_url +,aw1)†onMouseOver=â€ss(go to + google_ads.visible_url +,aw1)†onMouseOut=â€cs()†onClick=â€javascript:top.location.href= + google_ads.url + “><div style=â€overflow:hidden; width:580px; padding-left:2pxâ€> + <font style=â€line-height:16px;font-size:16px;font-weight:bold;†face=â€arial,sans-serif†color=â€#000088″><a id=â€aw0″ onclick=â€javascript:top.location.href= + google_ads.url + †onmouseover=â€window.status=go to + google_ads.visible_url + †onmouseout=â€window.status=†style=â€text-decoration:noneâ€> + <b><font style=â€font-family:Arial,sans-serif;text-decoration:none;border-bottom:1px #4c7373 solid; color:#4c7373;font-size:18px;font-weight:bold;â€> + google_ads.line1 + </b></a></font></font><font style=â€line-height:3px;font-size:3pxâ€><br><br></font> + <font style=â€font-size: 90%;text-decoration: none;color: #000000;font-size:small;font-family:Verdana,Arial;†color=â€#000000″>+<b>+first_line[0] +</b> + new_f_l + + google_ads.line3 + <br></font> + <font style=â€line-height:14px;font-size:12px†face=â€Verdana,Arial,sans-serif†color=â€#4c7373″> + google_ads.visible_url + </font></div><font style=â€font-size:10pxâ€><br></div></td></tr>; } } } } // For an image ad, display the image; there will be only one . if (google_ads[0].type == image) { sA += <tr><td align=â€centerâ€> + <a href=†+ google_ads[0].url + “style=â€text-decoration: noneâ€> + <img src=†+ google_ads[0].image_url + †border=â€0″></a></td></tr>; } // Finish up anything that needs finishing up sA += </table>; document.write(sA); 4.See the New result adsense with a bigger font like this: http://img188.imageshack.us/img188/5796/ads.gif Well the final question is like the thread title above :is it allowable ,is it break GOOgle adsense tos or not,
You are not allowed to modify the Adsense code is any way. If Google detects that you have modified the Adsense code, then they may stop serving ads, and they could disabled your account. You are actually allowed to select a larger font size when you are generating the Adsense for Content code. It's not as big as your example, but it's bigger than the default.
Hope it was worth it when you get banned. Theres a reason there called premium publishers and your not.
lol.... I am not using it.. someone just sent me this in an email I would never do anything on purpose to get banned by the all mighty 'G"