<!--
  var googlead_s = '';
  function google_ad_request_done(google_ads) {
    var i;
    if (google_ads.length == 0) {
      return;
    }
    else if (google_ads[0].type="text") {
		googlead_s += '<p><a href=\"http://www.google.com/intl/en/ads/\" target=\"_blank\"><span style="font-family:Arial;">Google</span> 提供的廣告</a><br/></p>';
        if (google_ads.length == 1 ) {
            googlead_s += '<ul><li><a href="' + google_ads[0].url + '" ' +
                            'onmouseout="window.status=\'\'" ' +
                            'onmouseover="window.status=\'連線至  ' +
                            google_ads[0].visible_url + '\'" ' +
                            'style="text-decoration:none; color:#000000" target="_blank">' +
                            '<span style="text-decoration:underline">' +
                            '<b>' + google_ads[0].line1 + '</b><br /></span></a>' + 
                            google_ads[0].line2 + '&nbsp;' +
                            google_ads[0].line3 + '<br /></span>' + '<a target="_blank" href="' + google_ads[0].url + '" ' +
                            'onmouseout="window.status=\'\'" ' +
                            'onmouseover="window.status=\'連線至  ' +
                            google_ads[0].visible_url + '\'" ' +
                            '<span style="font-family:Arial; font-size:12px; text-decoration:none; color:#999999;">' +
                            google_ads[0].visible_url + '</span></a><br/></li></ul>';
        } else if (google_ads.length > 1) {
			googlead_s += '<ul>';
            for(i=0; i < google_ads.length; ++i) {
                googlead_s += '<li><a href="' + google_ads[i].url + '" ' +
                                  'onmouseout="window.status=\'\'" ' +
                                  'onmouseover="window.status=\'連線至  ' +
                                  google_ads[i].visible_url + '\' ;return true" ' +
                                  'style="text-decoration:none; color:#000000" target="_blank">' +
                                  '<span style="text-decoration:underline;">' +
                                  '<b>' + google_ads[i].line1 + '</b><br /></span></a>' + 
                                  google_ads[i].line2 + '' +
                                  google_ads[i].line3 + '<br /></span>' + '<a target="_blank" href="' + google_ads[0].url + '" ' +
                            'onmouseout="window.status=\'\'" ' +
                            'onmouseover="window.status=\'連線至  ' +
                            google_ads[0].visible_url + '\'"> ' +
                            '<span style="font-family:Arial; font-size:12px; text-decoration:none; color:#999999;">' +
                            google_ads[i].visible_url + '</span></a><p><br/></p></li>';
            }
			googlead_s += '</ul>';
        }
    }
    //document.write(googlead_s);
    return;
  }		

	netDrive.Utils.addLoadEvent(function() {							 
			var newdiv = document.createElement('div');
			newdiv.id = 'adGoogleAFC';
			newdiv.innerHTML = googlead_s;
			newdiv.style.marginTop='20px';
			
			//var divnode1=document.getElementById("articleReleatedLink"); 
			var divnode1=document.getElementById("pageController");

			document.getElementById("tbl_content").insertBefore(newdiv, divnode1); 
			
			
//			document.getElementById('article_left').appendChild(newdiv);
	})
	
     google_ad_client = 'ca-pub-9194151886151999'; // substitute your client_id
     google_ad_channel = 'applesup-art';
     google_ad_type = 'text';
     google_ad_output = 'js';
     google_max_num_ads = '3';
     google_language = 'zh-TW';
     google_encoding = 'big5';
     google_safe = 'high';
     google_gl='HK';
	 //google_page_url = 'http://appledaily.atnext.com';
  // -->
