function ss(w,id) {window.status = w;return true;}function cs(){window.status='';}function ha(a){  }function ca(a) {  window.open(document.getElementById(a).href);}function ga(o,e) {if (document.getElementById) {a=o.id.substring(1);p = "";r = "";g = e.target;if (g) {t = g.id;f = g.parentNode;if (f) {p = f.id;h = f.parentNode;if (h)r = h.id;}} else {h = e.srcElement;f = h.parentNode;if (f)p = f.id;t = h.id;}if (t==a || p==a || r==a)return true;window.open(document.getElementById(a).href);}}


  function google_ad_request_done(google_ads) {

    // Proceed only if we have ads to display!
    if (google_ads.length < 1 )
      return;

 /*       document.write("<div align=\"left\"><font color=\"#333333\" face=\"verdana\" style=\"font-size:11px;\">");
    	    if (google_info.feedback_url) {
    	      document.write("<a href=\"" + google_info.feedback_url +
    	        "\">Ads by Google</a>");
    	    } else {
    	      document.write("Ads By Google");
    	    }
    	    document.write("</font></div>");
*/
    // Display ads in a table
    
    document.write("<table width=\"100%\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
   

    // For text ads, display each ad in turn.
    // In this example, each ad goes in a new row in the table.
    if (google_ads[0].type == 'text') {
      for(i = 0; i < google_ads.length; ++i) {
        document.write("<tr><td id=\"taw" + i +"\" align=\"left\" valign=\"middle\" onFocus=\"ss(\'" + google_ads[i].visible_url + "\',\'aw" + i + "\')\" onMouseOver=\"return ss(\'" + google_ads[i].visible_url +"\',\'aw" + i + "\')\" onMouseOut=\"cs()\">" +
          "<a style=\"font-family:verdana; font-size:11px; color:#0066FF; font-weight:normal; text-decoration:none;  font-weight:bold; padding:0px;  margin:0px;  float:left;  clear:left;\" id=\"aw" + i + "\" onFocus=\"ss(\'" + google_ads[i].visible_url + "\',\'aw" + i + "\')\"  onMouseOver=\"return ss(\'" + google_ads[i].visible_url +"\',\'aw" + i + "\')\" onMouseOut=\"cs()\"  href=\"" +  google_ads[i].url + "\" target=\"_blank\" "+">" +
          google_ads[i].line1 + "</a>" +"<font style=\"font-family:verdana; font-size:11px; color:#666666; font-weight:normal; text-decoration:none; margin:0px; padding:0px; float:left;  clear:left;\">"+ 
          google_ads[i].line2 + " " +
			google_ads[i].line3 + "</font><br>" +
          "<a href=\"" + google_ads[i].url + "\" target=\"_blank\""+"\" style=\"font-family:verdana; font-size:11px; color:#333333; font-weight:normal; text-decoration:none; padding-bottom:10px; margin:0px;  float:left;  clear:left;\">" +
          google_ads[i].visible_url +
          "</a></td></tr>");
      }
    }
    // Finish up anything that needs finishing up
    document.write ("</table>");
  }



