/** Workaround for ALA Holy Grail bug in Firefox 2.0.0.8  **/
if (window.navigator && window.navigator.userAgent.toString().indexOf('Firefox') != -1 && window.navigator.userAgent.toString().indexOf('1.8.1.8') != -1) YAHOO.util.Dom.addClass('container', 'clearfix');
/***************
  this script handles button rollovers and image preloading
  and must be called in the page footer
***************/
setupRolloverHandlers();
