function google_ad_request_done(google_ads) {  
	if (google_ads.length > 0) {
		var first_ad_unit = '', second_ad_unit = '';
		for(var i = 0; i < google_ads.length; ++i) {
			if (i < 1) {
			    first_ad_unit += '<table cellpadding="0" cellspacing="0" bordercolor="#cccccc" border=1><tr><td><table border="0" cellpadding="0" bgcolor="#eeeeee" width="385px"><tr>';
			    
				  first_ad_unit += '<td valign="top" nowrap><a style="text-decoration: none" href="' + google_ads[i].url + '"><span style="color: black; font-weight: bold; font-family: times new roman; font-variant: small-caps; font-stretch: wider; font-size: 10pt">' + google_ads[i].line1 + '</span><br><span style="font-size: 10pt; font-family: times new roman; color: black">' + google_ads[i].line2 + '<br>' + google_ads[i].line3 + '</span><br><span style="font-family: times new roman; color: #CC6666">' + google_ads[i].visible_url + '</span></a></td>';
          first_ad_unit += '</tr><tr><td></td><td></td><td></td><td align="right">';
          if (google_info.feedback_url) {
              first_ad_unit += '<a href=\"' + google_info.feedback_url + '\" style="text-decoration: none"><span style="font-family: times new roman; font-size: 10pt; color:black">Ads by Google</span></a>';
          } else {
              first_ad_unit += 'Ads By Google';
          }
              first_ad_unit += '</td></tr></table></td></tr></table>';
          i++;
                        
			} else {
				if (i == 2) {
				  second_ad_unit += '<table cellpadding="0" cellspacing="0" bordercolor="#cccccc" border=1><tr><td><table border="0" cellpadding="0" bgcolor="#eeeeee" width="385px"><tr>';
			    
				  second_ad_unit += '<td valign="top" nowrap><a style="text-decoration: none" href="' + google_ads[i].url + '"><span style="color: black; font-weight: bold; font-family: times new roman; font-variant: small-caps; font-stretch: wider; font-size: 10pt">' + google_ads[i].line1 + '</span><br><span style="font-size: 10pt; font-family: times new roman; color: black">' + google_ads[i].line2 + '<br>' + google_ads[i].line3 + '</span><br><span style="font-family: times new roman; color: #CC6666">' + google_ads[i].visible_url + '</span></a></td>';
          second_ad_unit += '</tr><tr><td></td><td></td><td></td><td align="right">';
          if (google_info.feedback_url) {
              second_ad_unit += '<a href=\"' + google_info.feedback_url + '\" style="text-decoration: none"><span style="font-family: times new roman; font-size: 10pt; color:black">Ads by Google</span></a>';
          } else {
              second_ad_unit += 'Ads By Google';
          }
              second_ad_unit += '</td></tr></table></td></tr></table>';
        }			
      }
		      
		}
	}
	
	document.getElementById("first_ad_unit").innerHTML += first_ad_unit;
	document.getElementById("second_ad_unit").innerHTML += second_ad_unit;
	
}


randNum = Math.floor(Math.random()*100);
if ( (0 <= randNum ) && ( randNum < 33) ) {
google_ad_client = "ca-pub-7451232131633930";
google_ad_output = 'js';
google_max_num_ads = '8';
google_feedback = "on";
google_ad_type  = "text";
	google_ad_channel ="DTBetweenPostsFinance";
	google_kw = "social responsibility investing whole foods natural organic community global warming";
	google_kw_type = "broad";
}
if ( (33 <= randNum ) && ( randNum < 66) ) {
google_ad_client = "ca-pub-7451232131633930";
google_ad_output = 'js';
google_max_num_ads = '8';
google_feedback = "on";
google_ad_type  = "text";
	google_ad_channel ="DTBetweenPostsFinance";
	google_kw = "interest rates investing loans prime mortgage real estate stock";
	google_kw_type = "broad";

}
if ( (66 <= randNum ) && ( randNum < 100) ) {
google_ad_client = "ca-pub-7451232131633930";
google_ad_output = 'js';
google_max_num_ads = '8';
google_feedback = "on";
google_ad_type  = "text";
	google_ad_channel ="DTBetweenPostsHealth";
	google_kw = "cholesterol hypertension natural remedies cancer diabetes supplements high blood pressure healthcare medicare prescription drugs melanoma blood pressure pph vitamins";
  google_kw_type = "broad";
}







