/*******************************************************************
*
* File    : stoperror.js © WebbyCities.com
*
* Created : 2008/04/09
*
* Author  : webmaster@WebbyCities.com
*           
* Purpose : To stop js errors.
*		
*
* History
* Date         Version        Description
*
* 2008-04-09	2.0		Converted for The Louisville Ghost Hunters Society
***********************************************************************/
 
           <!--
 
           function stopError() {
             return true;
           }
 
           window.onerror = stopError;
 
           // -->
           