var google_adnum = 0; /* only insert this line for your first ad unit */
function google_ad_request_done(google_ads) 
{
var s = '';
var i;
if (google_ads.length == 0)
{
return;
}
if (google_ads[0].type == "html") 
{
s += google_ads[0].snippet;
}
else
{
if (google_ads.length == 1)
{
s += 'Ads by Google<br> <a style="text-decoration:none" href="' + google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[0].visible_url + '\';return true"> <span style="text-decoration:underline;font-size:20pt"> <b>' + google_ads[0].line1 + '</b><br></span></a> <span style="color:#000000;font-size:16pt">' + google_ads[0].line2 + '&nbsp;' + google_ads[0].line3 + '<br></span> <span><a style="color:#008000;font-size:14pt;text-decoration:none" href="' + google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[0].visible_url + '\';return true">' + google_ads[0].visible_url + '</span></a><br>'; 
} 
else if (google_ads.length > 1)
{
s += '<p align="right" style="margin-bottom:2px; margin-top:5px; padding-right:6px; font-family:arial;font-size:10px;">Ads by Google'

for(i = 0; i < google_ads.length; ++i) 
{
s += '<DIV style=" background-color:#ffffff; padding-top:8px; padding-bottom:8px; padding-left:6px; padding-right:6px; width:220px; border:1px #EAEAEA solid; text-align:left;"><span class="gl-hover"> <a href="' + google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[i].visible_url + '\';return true"> <b>' + google_ads[i].line1 + '</b><br></a></span><span style="color:#000000;font-size:12px;font-family:arial">' + google_ads[i].line2 + '' + google_ads[i].line3 + '<br></span><span class="google-url"><a href="' + google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[i].visible_url + '\';return true">' + google_ads[i].visible_url + '</span></a></DIV><br>';
}
}
}
if (google_ads[0].bidtype == "CPC")
{
google_adnum = google_adnum + google_ads.length;
}
document.write(s);
return;
}
google_ad_client = 'pub-8525015516580200'; // substitute your client_id (pub-#)
google_ad_channel = '0635517462';
google_ad_output = 'js';
google_max_num_ads = '2';
google_ad_type = 'text';
google_feedback = 'on';
google_skip = google_adnum; /* insert this snippet for each ad call */

