Event.observe(window,"load",init,false);function init(){$("tabs")&&new Control.Tabs("tabs");if($("home_tabs")){my_tabs=new Control.Tabs("home_tabs");cycle_id=setInterval("cycleTab(my_tabs)",1E4);Event.observe("tabs","click",function(){clearInterval(cycle_id)})}}function cycleTab(){my_tabs.activeContainer.id=="tab_5"?my_tabs.first():my_tabs.next()}function createRequestObject(){return navigator.appName=="Microsoft Internet Explorer"?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest} function ajax(a,c){var b=createRequestObject();b.open("get",c);b.onreadystatechange=function(){if(b.readyState==4)a.innerHTML=b.responseText};b.send(null)}function openURL(a){document.location.href=a}function writeLink(a,c){document.write(c.link(a))};