dataArray=new Array();var rotationtag="";var A="xml/banner.xml";$.ajax({url:A,type:"GET",dataType:"xml",
timeout:10000,
error:function(){
},
success:function(B){$(B).find("rotation banner").each(function(D){var E=$(this).text();var H=$(B).find("rotation banner:eq("+D+") id").text();var F=$(B).find("rotation banner:eq("+D+") alt").text();var G=$(B).find("rotation banner:eq("+D+") src").text();var C=$(B).find("rotation banner:eq("+D+") href").text();rotationtag+='<li><a href="'+C+'"><img src="'+G+'" alt="'+F+'" width="712" height="340" /></a></li>'});$("#rotatebnr").html(""+rotationtag+"");$("#rotatebnr").innerfade({'containerheight':  '340px'});}})

