
<!--
function google_ad_request_done(google_ads) {
var s = '<ul><div class=fdb><a href="' + google_info.feedback_url + '" onmouseover="window.status=\'go to Google-Feedback\'" onmouseout="window.status=\'\'">Ads by Google</a></div>';

var i;
if (google_ads.length == 0) {
return;
}
for(i=0; i < google_ads.length; ++i) {
s += '<div class=lnk><a href="' + google_ads[i].url + '" ' +
'onmouseout="window.status=\'\'" ' +
'onmouseover="window.status=\'go to ' +
google_ads[i].visible_url + '\'" ' +
'>' +
'<b>' + google_ads[i].line1 + '</a></b> -' + google_ads[i].line2 + ' ' + google_ads[i].line3 + '</div>';
}
s += '</ul>';	

document.write(s);
return;
}
google_ad_client = 'pub-2945231451060325'; // substitute your client_id
google_ad_output = 'js';
google_ad_channel ="6005018865";
google_ad_type = 'text';
google_feedback='on';

// -->
