<!--
// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// Example: <A HREF="http://www.site.com" onMouseover="write_it('Add your text here');return true;" onMouseout="write_it('');return true;">Link Text</A>
// ***********************************************

function write_it(status_text)
{
window.status=status_text;
}

//-->
