 /******************************/
        //  OPERATIVE RANDOM GENERATOR - Ryan F 8/9/07
        //
        // This initializes a random number generator for the dc_tile value. This value prevents same ads from showing in different places on a page simultaneously.
        // It is referenced in /_assets/inc/functions.php in the advertising functions
        /*******************************/
            var dc_tile=0;
            var axel = Math.random() + "";
            var ord = axel * 1000000000000000000;
