$(function(){
 $('#whats_new').load('cgi-bin/whats_new.cgi');
});

//var myLoad = function () {
//  jQuery('#whats_new').load('cgi-bin/whats_new.cgi');
//
//}
//
//jQuery.event.add( window, "load", myLoad )

