var heroes={};var item={};var current={'item':null,'hero':null};var rt=null;window.addEvent('domready',function(){var footer=footers.getRandom();document.body.className=footer.name;$('footer').setHTML(footer.html);var rt=setTimeout(rotation,15000);(heroes['1']=(item['1']=$('1').addEvent('click',start)).getElements('div[class!=hero]')).each(function(h){h.setOpacity(0);h.setStyles({display:"block"})});(heroes['2']=(item['2']=$('2').addEvent('click',start)).getElements('div[class!=hero]')).each(function(h){h.setOpacity(0);h.setStyles({display:"block"})});item['1'].curr=-1;item['2'].curr=-1;document.addEvent('click',function(){if(rt)clearTimeout(rt);reset();rt=setTimeout(rotation,90000)})});function reset(){if(current.hero)show_hide(current.hero,0);current={'item':null,'hero':null};item['1'].curr=-1;item['2'].curr=-1}function start(e){var e=new Event(e).stop();if(rt)clearTimeout(rt);rotation(this)}function rotation(obj){obj=$type(obj)=='element'?obj:(current.item===item['1']?item['2']:item['1']);var next=(obj.curr=(heroes[obj.id][obj.curr+1])?obj.curr+1:0);if(current.hero){show_hide(current.hero,0)}current.item=obj;show_hide((current.hero=heroes[obj.id][next]),1);rt=setTimeout(rotation,10000)}function show_hide(obj,opacity){fx=obj.effects({duration:1200,transition:Fx.Transitions.Quart.easeOut});fx.start({'opacity':opacity})}var footers=[{name:'air',html:'<div class=\"bottom\">\r\n\t<div class=\"birds\"><\/div>\r\n\t<div class=\"bottom-copyright\">\r\n\t\t<div class=\"bottom-relative\">\r\n\t\t\t<div class=\"bottom-png-bg\"><img src=\"http:\/\/i.owox.ua\/engine\/bottom-content-bg-air.png\"><\/div>\r\n\t\t\t<div class=\"bottom-text-copy\">&copy;&nbsp;2002&mdash;2012&nbsp;<a href=\"http:\/\/www.owox.ua\/\">OWOX<\/a><\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/div>\r\n<div class=\"lainer\" id=\"1\">\r\n\t<div class=\"happy-pilot\"><img src=\"http:\/\/i.owox.ua\/engine\/air-happy-pilot.gif\"><\/div>\r\n\t<div class=\"happy-stuart\"><img src=\"http:\/\/i.owox.ua\/engine\/air-happy-stuart.gif\"><\/div>\r\n\t<div class=\"happy-pass\"><img src=\"http:\/\/i.owox.ua\/engine\/air-happy-pass.gif\"><\/div>\r\n\t<img src=\"http:\/\/i.owox.ua\/engine\/footer-lainer.gif\">\r\n<\/div>\r\n<div class=\"plain\" id=\"2\">\r\n\t<div class=\"bad-pilot\"><img src=\"http:\/\/i.owox.ua\/engine\/air-bad-pilot.gif\"><\/div>\r\n\t<div class=\"hero\"><\/div>\r\n<\/div>\r'},{name:'earth',html:'<div class=\"bottom\">\n\t<div class=\"birds\"><\/div>\n\t<div class=\"bottom-image\"><\/div>\n\t<div class=\"bottom-copyright\">\n\t\t<div class=\"bottom-relative\">\n\t\t\t<div class=\"bottom-png-bg\"><img src=\"http:\/\/i.owox.ua\/engine\/bottom-content-bg-earth.png\"><\/div>\n\t\t\t<div class=\"bottom-text-copy\">&copy;&nbsp;2002&mdash;2012&nbsp;<a href=\"http:\/\/www.owox.ua\/\">OWOX<\/a><\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<div class=\"bad-train\" id=\"2\">\n\t<div class=\"bad-mash\"><img src=\"http:\/\/i.owox.ua\/engine\/earth-bad-mash.gif\"><\/div>\n\t<div class=\"bad-koch\"><img src=\"http:\/\/i.owox.ua\/engine\/earth-bad-koch.gif\"><\/div>\n<\/div>\n<div class=\"best-train\" id=\"1\">\n\t<div class=\"happy-mash\"><img src=\"http:\/\/i.owox.ua\/engine\/earth-happy-mash.gif\"><\/div>\n\t<div class=\"happy-pass\"><img src=\"http:\/\/i.owox.ua\/engine\/earth-happy-pass.gif\"><\/div>\n<\/div>'},{name:'water',html:'<div class=\"bottom\">\r\n\t<div class=\"birds\"><\/div>\r\n\t<div class=\"birds2\"><\/div>\r\n\t<div class=\"birds3\"><\/div>\r\n\t<div class=\"bottom-image\">\r\n\t\t<div class=\"bottom-copyright-water\">&copy;&nbsp;2002&mdash;2012&nbsp;<a href=\"http:\/\/www.owox.ua\/\">OWOX<\/a><\/div>\r\n\t<\/div>\r\n\t<div class=\"barkas\" id=\"2\">\r\n\t\t<div class=\"bad-capt\"><img src=\"http:\/\/i.owox.ua\/engine\/see-bad-capt.gif\"><\/div>\r\n\t\t<div class=\"bad-koch\"><img src=\"http:\/\/i.owox.ua\/engine\/see-bad-koch.gif\"><\/div>\r\n\t\t<div class=\"bad-pass\"><img src=\"http:\/\/i.owox.ua\/engine\/see-bad-pass.gif\"><\/div>\r\n\t\t<div class=\"hero\"><\/div>\r\n\t<\/div>\r\n<\/div>\r\n<div class=\"board\" id=\"1\">\r\n\t<div class=\"happy-capt\"><img src=\"http:\/\/i.owox.ua\/engine\/see-happy-capt.gif\"><\/div>\r\n\t<div class=\"happy-blond\"><img src=\"http:\/\/i.owox.ua\/engine\/see-happy-blond.gif\"><\/div>\r\n\t<div class=\"happy-matros\"><img src=\"http:\/\/i.owox.ua\/engine\/see-happy-matros.gif\"><\/div>\r\n<\/div>'}]
