google_ad_client   = 'ca-pub-1718995873402338';
google_ad_output   = 'js';
google_max_num_ads = '3';
google_ad_channel  = '5794323214';
google_feedback = 'on';

function google_ad_request_done(google_ads) {
	var i;
	  document.write('<h5><a href="' + google_info.feedback_url + '" target="_blank">Ads by Google</a></h5>');
	
	// Display each ad in turn
	for(i = 0; i < google_ads.length; ++i) {
	  document.write('<div class="googleAd">' +
	  '<h6><a target="_blank" 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></h6>' +
	  '<p>' + google_ads[i].line2 +
	  google_ads[i].line3 + '</p>' +
	  '<a href="' + google_ads[i].url + '"' +
      'onmouseout="window.status=\'\'"' +
      'onmouseover="window.status=\'go to ' +
      google_ads[i].visible_url + '\';return true;" target="_blank">' + 
      google_ads[i].visible_url + '</a></div>');
	}
}