
jQuery.fn.ADZone_Show=function(opts){opts.ADZonePageID=newGuid();return this.each(function(){var AdContent="";function drawADZone(){document.write("<div  id=\"ADZone-Div-"+opts.ADZonePageID+"\" style=\"  height:"+opts.height+"px; width:"+opts.width+"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){AdContent=data.ad;$("#ADZone-Div-"+opts.ADZonePageID).html(AdContent);$("#ADZone-Div-"+opts.ADZonePageID).show();}});}
drawADZone();});}
$(this).ADZone_Show({id:28,width:314,height:251});
