		<!--
		function AddBanner(){if(Math.round(bn.length/4)==bn.length/4){var elements=bn.length/4;document.write("<a href='"+ bn[3]+"' id='rL'><img src='"+bn[0]+"' width='"+bn[1]+"' height='"+ bn[2]+"' id='rI' border='0'></a>");setInterval(rotate,seconds*1000)}else{alert("invalid parameters")}}
		function rotate(){var src=Obj("rI").src;var y=0;for(var x=0;x<bn.length;x=x+4){if(src.indexOf(bn[x])!=-1){if(x+4>bn.length-1){y=0}else{y=x+4}}}Obj("rL").href=bn[y+3];Obj("rI").src=bn[y]}
		function Obj(o){var d=document;if(d.getElementById&&d.getElementById(o)){return d.getElementById(o);}else if(d.all&&d.all(o)){return d.all(o);}else{return false;}}
		//-->		
