function cloud(){var cloud=new Element('img',{'src':'http://www.phatapples.com/images/jet_150x45.png','class':'tips2','title':'PHATPPLES AIRLINES::We Fly High','styles':{'position':'fixed','top':'12%','right':'40px', 'z-index':'20'}}).inject(document.body);var cloud_style=function(){var right=this.getStyle('right');right=right.substr(0,right.indexOf('px'));this.setStyle('right',right.toInt()+1+'px');}
cloud_style.periodical('100',cloud);}
window.addEvent('domready',function(){if($('field1'))$('field1').focus();if(!window.ie6)cloud();});