You can contact me here.
Hi, one of your user scripts uses the addLoadEvent( func ) function (see [1]). This function will be removed from MediaWiki:Common.js soon. Please modify your scripts to use addOnloadHook( func ) instead. —Ruud 18:19, 26 November 2006 (UTC)[reply]
addLoadEvent( func )
addOnloadHook( func )