	function ws(w){window.status=w;return true;}
		
	function google_ad_request_done(google_ads)
	 {
	    // Proceed only if we have ads to display!
    	if (google_ads.length < 1 )
      	return;
		document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"410\" align=\"center\">");
		document.write("<tr><td width=\"1\"></td><td align=\"left\" width=\"408\" height=\"20\">");
		if (google_info.feedback_url) 
		{
      		document.write("<a href=\"" + google_info.feedback_url + "\" class=\"capgoogle\">Ads by Google</a>");
    	}else
		{
      		document.write("<div class=\"capgoogle\">Ads by Google</div>");
    	} 
		document.write("</td><td width=\"1\"></td></tr>");
		document.write("<tr><td colspan=3 width=\"410\" background=\"http://www.hindustantimes.com/on/img/home/black-dot-line.gif\"><img src=\"on/img/0.gif\" width=\"402\" height=\"1\"></td></tr>");

		document.write("<tr><td width=\"1\"></td><td width=\"408\">");
		//inner table start
		
		document.write("<table cellspacing=\"0\" cellpadding=\"0\" width=\"408\" align=\"center\">");

document.write("<tr><td width=\"6\" height=\"5\"><img src=\"on/img/0.gif\" width=\"6\" height=\"1\"></td><td width=\"402\"><img src=\"on/img/0.gif\" width=\"402\" height=\"1\"></td></tr>");
		if (google_ads[0].type == 'text') 
		{
      		for(i = 0; i < google_ads.length; ++i) 
			{
			document.write("<tr><td width=\"6\"></td><td width=\"402\" class=\"txt\">" +
          "<a href=\"" +  google_ads[i].url + "\" onmouseover=\"window.status='"+ google_ads[i].visible_url + "';return true\" onmouseout=\"window.status='';return true\"" + " class=\"lnkbgoogle\" >" +
          google_ads[i].line1 + "</a><br>" +
          "<a href=\"" +  google_ads[i].url + "\" onmouseover=\"window.status='"+ google_ads[i].visible_url + "';return true\" onmouseout=\"window.status='';return true\"" + "\" class=\"capgoogle\" >" +
          google_ads[i].line2 + ", " +
          google_ads[i].line3 + "</a><br>" +
          "<a href=\"" + google_ads[i].url + "\" onmouseover=\"window.status='"+ google_ads[i].visible_url + "';return true\" onmouseout=\"window.status='';return true\"" + "\" class=\"lnkgoogle\">" +
          "" + google_ads[i].visible_url + "</a></td></tr>");
	document.write("<tr><td></td><td><img src=\"on/img/0.gif\" width=\"1\" height=\"5\"></td></tr>");
      		}
    	}
		
		document.write("</table>")
		
		//inner table end
		document.write("</td><td width=\"1\"></td></tr>");
		document.write("<tr><td colspan=3 width=\"408\" background=\"http://www.hindustantimes.com/on/img/home/black-dot-line.gif\"><img src=\"on/img/0.gif\" width=\"402\" height=\"1\"></td></tr>");

		document.write("<tr><td colspan=\"3\" height=\"1\"></td></tr>");
		document.write("</table>");
	}
