function google_ad_request_done(google_ads) {  
	if (google_ads.length > 0) {

if (google_ads[0].type == 'text') {
		var first_ad_unit = '', second_ad_unit = '', third_ad_unit = '';
		for(var i = 0; i < google_ads.length; ++i) {
			if (i < 4) {
				if (i == 0) first_ad_unit += '&nbsp;&nbsp;<img src="/images/ads.gif" width="108" height="9" border="0" align="absmiddle" vspace="3"><br><table width="100%" class="text_google" cellpadding="0" cellspacing="4" bgcolor="#ffffff"><tr>';
				first_ad_unit += '<td><table width="100%"  cellpadding="0" cellspacing="1" bgcolor="E8F3FF"><tr><td><table width="100%"  cellpadding="3" cellspacing="0"><tr><td valign="top" bgcolor="#F2F9FF" nowrap><a href="' + google_ads[i].url + '" onmouseover="status=\'' + google_ads[i].visible_url  + '\'; return true;" onmouseout="status=\'\'; return true;" class="ads"><b>' + google_ads[i].line1 + '</b></a><br><a href="' + google_ads[i].url + '" class="footer" onmouseover="status=\'' + google_ads[i].visible_url  + '\'; return true;" onmouseout="status=\'\'; return true;"><font color="#333333">' + google_ads[i].line2 + '<br>' + google_ads[i].line3 + '</a><br><a href="' + google_ads[i].url + '" onmouseover="status=\'' + google_ads[i].visible_url  + '\'; return true;" onmouseout="status=\'\'; return true;"><font size="1" color="#009900">' + google_ads[i].visible_url + '</font></a></td></tr></table></td></tr></table></td>';
				if (i == 3) first_ad_unit += '</tr></table>';
			} 
			

		
		}
	}
	
	document.getElementById("first_ad_unit").innerHTML += first_ad_unit;
}


if (google_ads[0].type == 'image') {
      document.write("<table cellpadding=\"2\" width=\"100%\" align=\"centert\" bgcolor=\"#f5f5f5\"><tr><td align=\"center\">" +
        "<a href=\"" + google_ads[0].url + "\"style=\"text-decoration: none\">" +
        "<img src=\"" + google_ads[0].image_url + 
        "\" height=\"" + google_ads[0].height + 
        "\" width=\"" + google_ads[0].width +
        "\" border=\"0\"></a></td></tr></table>");
    }

	
}


google_ad_client = 'pub-7019512989564856';
google_hints = "news, technology, hardware, tech, it, software, windows, mac, linux, microsoft, apple, ibm, hp"; 
google_ad_output = 'js';
google_max_num_ads = '4';
google_adtest = 'off';
google_safe = 'medium';
google_feedback = "on";
google_ad_type  = "text_image";
google_ad_channel ="4379847286";
google_color_line = "ff0000";
      