function google_ad_request_done(google_ads) {
	if (google_ads.length) {
		document.write("<div class=\"gap9\" style=\"font-weight:bold; color:#00006F\">");
		google_info.feedback_url ? document.write("<a href=\"" + google_info.feedback_url + "\" target=\"newwin\">Ads by Google</a>") : document.write("Ads by Google");
		document.write("</div>");
		for (var i = 0; i < google_ads.length; i++) {
			document.write("<div class=\"gap9\"><a href=\"" + google_ads[i].url + "\" onmouseover=\"window.status='" + google_ads[i].visible_url + "'; return true;\" onmouseout=\"window.status='';return true;\" target=\"newwin\"><span class=\"bold\">" + google_ads[i].line1 + "</span><br><span class=\"black\">" + google_ads[i].line2 + " " + google_ads[i].line3 + "</span><br>" + google_ads[i].visible_url + "</a></div>");
		}
	}
}

google_ad_client = 'pub-8167943371744716';
//google_ad_channel = 'www.vnunet.com';
google_ad_output = 'js';
google_encoding  = 'utf8';
google_max_num_ads = 5;
google_safe = 'medium';
google_adtest = 'off';
