I have added all your lens' (those that are relavent) to my lensroll. Click on the lensroll at the top of my lens if you wish to add mine to yours. It is a great way to network and help each other out!
That's a great idea. I've just added your lenses to my lensroll. I like this cooperation feeling
Global Moderator
Internet Junkie
Gender:
Posts: 1807
9006 credits Members referred : 6
« Reply #39 on: Sep 05, 2006, 06:38:37 PM »
maybe its just some adsense hack we didn't know about...
Code:
<div id="adwords">
<script type="text/javascript"> <!-- function cancelClick() { return false; }
// This function 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.
function google_ad_request_done(google_ads) { // Proceed only if we have ads to display! if (google_ads.length < 1 ) return;
var thetable = $('googleAdsDiv'); var contents = '<div class="header">';
if (google_info.feedback_url) { contents += '<a href="' + google_info.feedback_url + '">Ads by Goooooogle</a>'; } else { contents += 'Ads by Goooooogle'; } contents += '</div>';
// 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 == 'text') { for(i = 0; i < google_ads.length; ++i) { var ad = google_ads[i];