function google_ad_request_done(google_ads) {
	if (google_ads.length) {
		document.write("\n<h3>");
		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("</h3>");
		for (var i = 0; i < google_ads.length; i++) {
			document.write("\n<div>\n");
				document.write("<h4>");
					document.write("\n<a href=\"" + google_ads[i].url + "\" onmouseover=\"window.status='" + google_ads[i].visible_url + "'; return true;\" onmouseout=\"window.status='';return true;\" target=\"newwin\">" + google_ads[i].line1 + "</a>\n");
				document.write("</h4>\n");
				document.write("<p>");
					document.write("\n<a href=\"" + google_ads[i].url + "\" onmouseover=\"window.status='" + google_ads[i].visible_url + "'; return true;\" onmouseout=\"window.status='';return true;\" target=\"newwin\">" + google_ads[i].line2 + " " + google_ads[i].line3 + "</a>\n");
				document.write("</p>\n");
				document.write("<p class='adSenseUrl'>");
					document.write("\n<a href=\"" + google_ads[i].url + "\" onmouseover=\"window.status='" + google_ads[i].visible_url + "'; return true;\" onmouseout=\"window.status='';return true;\" target=\"newwin\">" + google_ads[i].visible_url + "</a>\n");
				document.write("</p>\n");
			document.write("\n</div>\n");
		}
	}
}

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';
