$(document).ready(function() {
  $('#homebanner').innerfade({
    speed: 'slow',
    timeout: 15000,
    type: 'sequence',
    containerheight: '191px'
  });
  //bindTabs($("div#left div.tabs"), $("div#left div#contentArea"));        // tab handler for home page left col tabs
  //$("div#center div#tabA2Area").hide();
  //bindTabs($("div#center div.tabs"), $("div#center div#contentBox"));     // tab handler for home page center tabs
  /*$("div#center div#contentBox > div:not(.clearer)").each(function() {
    var tabDiv = $(this).children().eq(0);
    var contentDiv = $(this).children(".contentArea");
    bindTabs(tabDiv, contentDiv);
  });*/
});