var type = 0; if(type==0){ var id = 'picAd13'; document.write('
'); var imgs = $('#'+id); var adFiles = [{"id":15,"path":"ads/20101119033123/chexian.gif","description":null,"available":null,"url":"http://www.yongcheng.com","adId":13,"sortflag":0}]; var width = '176px'; var height = '98px'; var noImageUrl = 'images/ads/front-end/ads_noImage.jpg'; if(adFiles.length==0){ var aImg = $('').attr({src: '/'+noImageUrl}); aImg.css({width: width, height: height}); var a = $('').append(aImg).appendTo(imgs); }else{ var aImg = $('').attr({src: '/upload/'+adFiles[0].path}); aImg.css({width: width, height: height}); var a = $('').append(aImg).appendTo(imgs); a.click(function(){ window.open(adFiles[0].url); }); } }else{ var id = 'textAd13'; document.write('
'); $('#'+id).append($('').append($('
').html('公司简介左侧广告'))); $('#'+id).css({width: '176px',height:'98px'}); $('#'+id+' a').click(function(){ window.open('http://www.alltrust.com.cn'); }); }