/************************************************************************************ * ivhimss Chex Quest Website www.cadetswdm.org/ivhimss/chex * ~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * * The purpose of this website is to provide information about my current interest * in a little computer phenomenon known as Chex Quest. * * It is used to provide information in general as well as specific information * on activities related to my involvement with Chex Quest. Ultimately it is hoped * that through interactions with ivhimss related materials that others will be * exposed, or re-exposed to the gospel of Jesus Christ. * * .------------------------------------------------------------------------, * | Copyright (c) 2006 - IVHim Software Solutions (all rights reserved). | * '------------------------------------------------------------------------' * * None of the content contained within this html page, associated html pages, or * related javacript, css, php, xml, and image files - either whole or in part - may * be duplicated, used, or otherwise altered or modified in any way without the prior * written consent of the authors and creators of the ivhimss Chex Quest Website * except for content derived from alternate sources or associated web pages. * It those cases, that content falls under any other applicable guidelines for * general use. * * The presentation layout of this website was obtained through an open source * agreement. As such, the layout design of this website (and not the content * itself) may be copied, duplicated, or otherwise used as long as reference is given * to www.oswd.org and the original designer, Simon Marlow. * * ---------------------------------------------------------------------------------- * * This javascript file defines several system specific values that can vary * depending on whether this runs from the server or the hard drive. ************************************************************************************/ var useCounter = 0; // 0=do not count page hits (testing mode); 1=count page hits (production) var hideCounter = 1; // 0=show the page hit counter (testing mode); 1=do not show the counter (production) //var statProj = '2031765'; //var statSecr = '3daed7ea'; //var statPart = '18'; //var statC = '19'; /************************************************************************************/ //test stat codes var statProj = '1804950'; var statSecr = '6e3590c2'; var statPart = '13'; var statC = '14'; /************************************************************************************/