$(function() {
  // set minumum height for main content so it fills any space to bottom of rh column...
  if ( $("#innercontent").height() < 440 ) 
    $("#innercontent").height(440);
  if ( typeof load == "function" ) load();
//  if ( typeof GUnload == "function" ) GUnload();
});
