// file contains init info about counters.

      var isHereScript=0;
      var visibleBlocks = 1;
      var shiftBlocks=1;
      setBlocks = new Array(1,2,3,4,5,6,8,10,12,13,15);
      orderBlocks= new Array();
      z=0;
      beltsOnPage = 1;
      BlocksInterval = 0;
      NumberOfProgr = 0;
      preBlocks = new Array(
        "",
        "<img  src=\"/" + currentpath + "/images/jp_as_jackpots_cs.gif\" width=\"110\" height=\"55\" border=\"0\" /><div><input name=\"progressive1\" type=\"text\" class=\"jpjackpot\" readonly /></div>",
        "<img  src=\"/" + currentpath + "/images/jp_as_jackpots_ll.gif\" width=\"110\" height=\"55\" border=\"0\" /><div><input name=\"progressive2\" type=\"text\" class=\"jpjackpot\" readonly /></div>",
        "<img  src=\"/" + currentpath + "/images/jp_as_jackpots_wp.gif\" width=\"110\" height=\"55\" border=\"0\" /><div><input name=\"progressive3\" type=\"text\" class=\"jpjackpot\" readonly /></div>",
        "<img  src=\"/" + currentpath + "/images/jp_as_jackpots_sj.gif\" width=\"110\" height=\"55\" border=\"0\" /><div><input name=\"progressive4\" type=\"text\" class=\"jpjackpot\" readonly /></div>",
        "<img  src=\"/" + currentpath + "/images/jp_as_jackpots_ff.gif\" width=\"110\" height=\"55\" border=\"0\" /><div><input name=\"progressive5\" type=\"text\" class=\"jpjackpot\" readonly /></div>",
        "<img  src=\"/" + currentpath + "/images/jp_as_jackpots_tn.gif\" width=\"110\" height=\"55\" border=\"0\" /><div><input name=\"progressive6\" type=\"text\" class=\"jpjackpot\" readonly /></div>",
        "<img  src=\"/" + currentpath + "/images/jp_as_jackpots_jd.gif\" width=\"110\" height=\"55\" border=\"0\" /><div><input name=\"progressive8\" type=\"text\" class=\"jpjackpot\" readonly /></div>",
        "<img  src=\"/" + currentpath + "/images/jp_as_jackpots_mm.gif\" width=\"110\" height=\"55\" border=\"0\" /><div><input name=\"progressive10\" type=\"text\" class=\"jpjackpot\" readonly /></div>",
        "<img  src=\"/" + currentpath + "/images/jp_as_jackpots_kc.gif\" width=\"110\" height=\"55\" border=\"0\" /><div><input name=\"progressive12\" type=\"text\" class=\"jpjackpot\" readonly /></div>",
        "<img  src=\"/" + currentpath + "/images/jp_as_jackpots_tm.gif\" width=\"110\" height=\"55\" border=\"0\" /><div><input name=\"progressive13\" type=\"text\" class=\"jpjackpot\" readonly /></div>",
        "<img  src=\"/" + currentpath + "/images/jp_as_jackpots_moolah.gif\" width=\"110\" height=\"55\" border=\"0\" /><div><input name=\"progressive15\" type=\"text\" class=\"jpjackpot\" readonly /></div>"
        );


