function google_ad_request_done(google_ads) {
	var i;
	var s = '<div id="brandGateAD"><div id="ad-head" class="fs11"><a href="'+ google_info.feedback_url +'" title="Ads by Google とは何ですか？" rel="nofollow" target="_blank">Ads by Google</a></div>';

	if (google_ads.length == 0)
		return;


// [image AD]
    if (google_ads[0].type == "image") {
      s += '<a href="' + google_ads[0].url + '" ' +
           'onmouseout="window.status=\'\'" ' +
            'onmouseover="window.status=\'go to ' +
            google_ads[0].visible_url + '\';return true;'+
            '"> <img border="0" src="' + google_ads[0].image_url +
              '"width="' + google_ads[0].image_width +
              '"height="' + google_ads[0].image_height + '"></a>';
    }
// end [image AD]


// [SWF AD]
    else if (google_ads[0].type == "flash") {
      s += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' +
              ' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"' +
              ' WIDTH="' + google_ad.image_width +
              '" HEIGHT="' + google_ad.image_height + '">' +
              '<PARAM NAME="movie" VALUE="' + google_ad.image_url + '">' +
              '<PARAM NAME="quality" VALUE="high">' +
              '<PARAM NAME="AllowScriptAccess" VALUE="never">' +
              '<EMBED src="' + google_ad.image_url +
              '" WIDTH="' + google_ad.image_width +
              '" HEIGHT="' + google_ad.image_height + 
              '" TYPE="application/x-shockwave-flash"' + 
              ' AllowScriptAccess="never" ' + 
              ' PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>';
     }
// end [SWF AD]
   s += '</div>';
   document.write(s);
	 if(google_adtest=='on') alert(s);
    return;
}
 	google_ad_client   = 'ca-nec-site_js';
	google_ad_output   = 'js';
	google_safe      = 'high';
	google_language  = 'ja';
	google_encoding  = 'utf-8';
	google_page_url  = '';
	google_ad_type     = 'image,flash';
	google_ad_channel  = 'sports-image';
       	google_ad_section  = 'section1';
	google_max_num_ads = 1;
	/* delete this after adtest */
	google_image_size  = '300x250 ';
