//alert(window.location.hostname);
function bootstrap(){
    tabcontroller = new tabber({
                           container: "tabWrapper",
                        tabContainer: "tabs",
                             trigger: "tabButton", 
                                  on: "tabOn",
                                 off: "tabOff",
                              tabTag: "li",
                             bodyTag: "div"
                          });
               tabcontroller.linkListener();
// tabcontroller.startRotation(5,["intro","eventListeners","tabberClass"]);
}   


//tabcontroller.startRotation(5,["intro","eventListeners","tabberClass"]);
   
// hooking into links when the document has completed loading


addLoadEvent(pollListener);
addLoadEvent(popUpLinks);
addLoadEvent(signupFormAction);

