2007-08-21

Javascript init( )

Always remember..

function init( )
{
    window.onload =function () { whateva( ); };
}