﻿function popWindow(url,_001,w,h){
newwindow=window.open(url,_001,"height="+h+",width="+w+",resizable=yes,scrollbars=yes,toolbar=yes,status=yes,menubar=yes,location=yes");
if(window.focus){newwindow.focus();}
return false;}
function setThreeRowAdsense(_1,_2,_3,_4)
{
    var s=_setAdsenseDisplayThreeRow(_1,_2,_3);
    if(s!=null)
    {
        var _5=document.getElementById(_4);
        if(_5!=null)
        {
            _5.innerHTML=s;
        }
    }
}
function setTwoRowAdsense(_1,_2,_3,_4)
{
    var s=_setAdsenseDisplayTwoRow(_1,_2,_3);
    if(s!=null)
    {
        var _5=document.getElementById(_4);
        if(_5!=null)
        {
            _5.innerHTML=s;
        }
    }
}
function _setAdsenseDisplayThreeRow(_101a,_102a,end){
var s="";var i;
if(_101a.length==0){return;}
if(end>_101a.length){end=_101a.length;}
if(_102a>=end){return;}
var sAdsByGoogle = 'Google 提供的广告';

s+='<div class=\"tdflbt2\" style="margin:10px 0 0;\"><div class=\"tdl\"><div class=\"tdr\"><strong><a href="' + google_info.feedback_url + '">'+sAdsByGoogle+'</a></strong></div></div></div><div class=\"tdflbshow\"> ';
for(i=_102a;i<end;i++){
var a="<a href=\""+_101a[i].url+"\" onclick=\"return popWindow('"+_101a[i].url+"','AdSense',800,600)\" onmouseout=\"window.status=''\" "+"onmouseover=\"window.status='go to "+_101a[i].visible_url+"'; return true;\" "+"style=\"text-decoration:none\">";
s+="<div class=\"google\">";
s+="<div class=\"title\">"+a+""+_101a[i].line1+"</a></div>";
s+="<div class=\"txt\">"+_101a[i].line2+" "+(_101a[i].line3?_101a[i].line3:"")+"</div>";
s+="<div class=\"link\">"+a+""+_101a[i].visible_url+"</a></div>";
s+="</div>";}
s+="</div>";
return s;}
function _setAdsenseDisplayTwoRow(_101a,_102a,end){
var s="";var i;
if(_101a.length==0){return;}
if(end>_101a.length){end=_101a.length;}
if(_102a>=end){return;}
var sAdsByGoogle = 'Google 提供的广告';
s+='<div class=\"tdflbt2\"><div class=\"tdl\"><div class=\"tdr\"><strong><a href="' + google_info.feedback_url + '">'+sAdsByGoogle+'</a></strong></div></div></div><div class=\"tdflbshow\"> ';
for(i=_102a;i<end;i++){
var a="<a href=\""+_101a[i].url+"\" onclick=\"return popWindow('"+_101a[i].url+"','AdSense',800,600)\" onmouseout=\"window.status=''\" "+"onmouseover=\"window.status='go to "+_101a[i].visible_url+"'; return true;\" "+"style=\"text-decoration:none\">";
s+="<div class=\"google\">";
s+="<div class=\"title\">"+a+""+_101a[i].line1+"</a> "+_101a[i].line2+" "+(_101a[i].line3?_101a[i].line3:"")+"</div>";
s+="<div class=\"link\">"+a+""+_101a[i].visible_url+"</a></div>";
s+="</div>";}
s+="</div>";
return s;}
