var google_adnum = 0;
function google_ad_request_done(google_ads) {
var s = '';
var i;
if (google_ads.length == 0) {
return;
}
if (google_ads[0].type == "flash") {
} else if (google_ads[0].type == "image") {
} else if (google_ads[0].type == "html") {
s += google_ads[0].snippet;
} else {
if (google_ads.length == 1) {
s += '<div width="50%" style="font-size:12px;"><span><a target="_blank" style="color:#515151;padding:5px 0px 5px 10px;" href=\"' + google_info.feedback_url + '\"><b>Ads by Google</b></a></span><b><a target="_blank" style="font-size:14px;color:#0230C6;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].line1 + '</a></b><br><span> ' + google_ads[0].line2 + '&nbsp;' + google_ads[0].line3 + ' - </span><a target="_blank" style="color:#339900;text-decoration:none;font-size:11px;font-weight:normal;" 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 + '</a></div><br>';
} else if (google_ads.length > 1) {
s += '<div style="padding:5px 0px 5px 10px;text-align:left;width:630px;"><a target="_blank" style="font-size:12px;color:#515151;text-decoration:none;" href=\"' + google_info.feedback_url + '\"><b>Ads by Google</b></a></div>'
s += '<table cellpadding="0" border="0" cellspacing="0" width="630" align="center">';
for(i = 0; i < google_ads.length; ++i) {
s += '<td width="50%" style="padding-left:10px;"><b style="line-height:18px;"><a target="_blank" style="font-size:14px;color:#0230C6;text-decoration:none;" href="' + google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[i].visible_url + '\';return true">  ' + google_ads[i].line1 + '</a></b><br><span> ' + google_ads[i].line2 + '&nbsp;' + google_ads[i].line3 + ' - </span><span ><a target="_blank" style="color:#339900;text-decoration:none;font-size:11px;font-weight:normal;" 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 + '</a></span><br></td>';
}
s += '</table>';
if (google_ads[0].bidtype == "CPC") {
google_adnum = google_adnum + google_ads.length;
}}}
document.write(s);
return;
}
google_ad_client = 'pub-6148336175649168';
google_ad_channel = '3787451083';
google_ad_output = 'js';
google_max_num_ads = '2';
google_ad_type = 'text';
google_feedback = 'on';
google_skip = google_adnum;