<!--
var msg="                    We are best Airlines Solution - Marketing, Individual Service, Ticketing and Call Center, Customer Service!";
var pos=0;
var len=msg.length;
function statusteksts() {
  window.status=msg.substring(pos,len)+msg.substring(0,pos);
  pos=(pos>len ? 0 : ++pos);
  window.setTimeout('statusteksts()',160);
}
statusteksts();
//-->
