var google_adnum = 0;

function google_ad_request_done(google_ads) {

var s = '';
var i;


if (google_ads.length == 0) {
	return;
}



if (google_ads.length == 1) {

	s += '<div style="background:#F4F9FF;">' + 
	'<table width = "100%"><tr><td height="30">' +
	'<a rel = "nofollow" href="' + 
	google_ads[i].url + '" class = "link14" target="_blank" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
	google_ads[i].visible_url + '\';return true"><span class="ad_line1">' +
	google_ads[i].line1 + '</span></a>' +
	'<br><span class="Txt11">' + google_ads[i].line2 + ' ' +
	google_ads[i].line3  + '</span>' + 
	'&nbsp;&nbsp;&nbsp;<a style="text-decoration:none;" class="Linkgs" rel = "nofollow" href="' +
	google_ads[i].url + '"  target="_blank" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
	google_ads[i].visible_url + '\';return true">' + 
	'<strong>' +
	google_ads[i].visible_url + '</span></a></td></tr></table></div>';

} else if (google_ads.length > 1) {

    s += '<table width="100%" border = "0"><tr><td style="background:#FFFFFF"><a style="text-decoration:none"  rel = "nofollow" href=\"' +
		    google_info.feedback_url + '\" target = "_blank"><span class="Txt10" style="text-align:left"><strong>Ads by Google</strong></span></a></td></tr></table>'

	 for(i = 0; i < google_ads.length; ++i) {

		s += '<div style="background:#F4F9FF;">' + 
		'<table width = "100%"><tr><td height="30">' +
		'<a rel = "nofollow" href="' + 
		google_ads[i].url + '" class = "link14" target="_blank" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
		google_ads[i].visible_url + '\';return true"><span class="ad_line1">' +
		google_ads[i].line1 + '</span></a>' +
		'<br><span class="Txt11">' + google_ads[i].line2 + ' ' +
		google_ads[i].line3  + '</span>' + 
		'&nbsp;&nbsp;&nbsp;<a style="text-decoration:none;" class="Linkgs" rel = "nofollow" href="' +
		google_ads[i].url + '"  target="_blank" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
		google_ads[i].visible_url + '\';return true">' + 
		'<strong>' +
		google_ads[i].visible_url + '</span></a></td></tr></table></div>';
	}

	
	    google_adnum = google_adnum + google_ads.length;


}


document.write(s);


return;
}

google_ad_client = 'pub-4402322498696489'; // substitute your client_id (pub-#)
google_ad_channel = '2823336753';
google_ad_output = 'js';
google_max_num_ads = '3';
google_ad_type = 'text';
google_hints = adq;
//google_image_size = '728x90';
google_feedback = 'on';

google_skip = google_adnum;



   