
jQuery.fn.ADZone_Show=function(opts){opts.ADZonePageID=newGuid();return this.each(function(){function drawADZone(){document.write("<div  class=\"ADZone-Div-"+opts.ADZonePageID+"\" style=\"position: absolute;z-index:1;  height:"+opts.height+"px; width:"+opts.width+"px;top:"+opts.y+"px; "+opts.align+":"+opts.x+"px;\" >");document.write("</div>");drawAD();}
function drawAD(){$.getJSON("http://gg.jixue.cn/Handler/getad.ashx?ADZoneID="+opts.id+"&jsoncallback=?",function(data){if(data.ad.indexOf("Err-AD")==-1){$(".ADZone-Div-"+opts.ADZonePageID).html(data.ad);$(".ADZone-Div-"+opts.ADZonePageID).show();setInterval(ADZoneMove,20);}});}
function ADZoneMove(){opts.id++;var diff=(document.body.scrollTop+opts.y)*.40;var top=getScrollTop()+opts.y;$(".ADZone-Div-"+opts.ADZonePageID).css("top",top+"px");}
drawADZone();});}
$(this).ADZone_Show({id:15,height:266,width:126,x:5,y:80,align:'left'});
