$(document).ready(function(){$.ajax({type:"GET",url:"banners.xml",dataType:"xml",success: x});});function x(x){for(i=1;i<=5;i++)k("Banner0"+i,x);}function k(b,x){l=new Array();$(x).find("record").each(function(){p=$(this).find("place").text();if(p==b){n=$(this).find("name").text();u=$(this).find("url").text();d=$(this).find("desturl").text();w=$(this).find("weight").text();if(w<=0)w=1;l.push(new B(n,p,u,d,w));}});e(t(l));}function t(l){s=0;for(j in l)s+=l[j].w;u=Math.floor(Math.random()*s);j=0;r=false;while((j<l.length)&&(!r)){s-=l[j].w;if(s<=u)r=true;else j++;}return l[j];}function B(n,p,u,d,w){this.n=n;this.p=p;this.u=u;this.d=d;this.w=parseInt(w);}function e(b){$("#"+b.p).append('<a href="'+b.d+'" title="'+b.n+'"><img src="'+b.u+'" title="'+b.n+'" / ></a>');}
