/*******************************************************************
*
* File    : stoperror.js © WebbyCities.com
*
* Created : 2008/07/14
*
* Author  : www.WebbyCities.com
*           
* Purpose : To stop js errors.
*		
*
* History
* Date         Version        Description
*
* 2008-07-14	2.0		Converted for louisvilleghs.com
***********************************************************************/
 
           <!--
 
           function stopError() {
             return true;
           }
 
           window.onerror = stopError;
 
           // -->
           
