function dus()
{
window.status = "Copyright © 2004 Richard L. Alleman (RLVAlleman.com)";
setTimeout( "dus()", "5" );
}
dus();
