/* site.js
 * site module specific javascript
 *
 * 2009-03-06 BWM: disabled til i find a way to ensure that
 * it runs after the page has rendered.
 * 2009-02-27 BWM: Work around Google Maps blocking onload
 * 2008-02-12 BWM: created
 */

// Work around Google Maps blocking onload
// broken
// window.setTimeout( function(){ do_onload(window) }, 20);
