text_string = "visitors since 09/05/99";
txt_color = "#000000"  // Text string color
counter = 10818;      // Counter starts at this,
revision = 1;          // Every time you alter your initial counter value (above), you must also change the revision number.
page_code = 1;         // Unless you want every page to use the same counter, you'll need to use a different page code for each page.
hitsperday = 40;     // How many hits per day you want.
bg_color = "#222222"   // Background color of counter
fg_color = "#66FF66"   // Foreground color of counter
link_color = "#0000FF" // Color of link back (Powered by MegaCounter)
back_color = "#FFFFFF" // Color of white space in counter area
