var type = 0; if(type==0){ var id = 'picAd9'; document.write('
'); var imgs = $('#'+id); var adFiles = [{"id":11,"path":"ads/20101119032846/news.jpg","description":null,"available":null,"url":"http://www.yongcheng.com","adId":9,"sortflag":0}]; var width = '760px'; var height = '120px'; 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 = 'textAd9'; document.write('
'); $('#'+id).append($('').append($('
').html('媒体关注右侧广告'))); $('#'+id).css({width: '760px',height:'120px'}); $('#'+id+' a').click(function(){ window.open('http://www.alltrust.com.cn'); }); }