Better Marketing Through Better Design.
We Are Open M-Thurs 7:30-5; Fri 7:30-4; Saturdays, 8 AM - 12 Noon CST!
April special is    
 

 

 

 

 

 

  Call Eagle Today! 414-427-8427!  
   
From Laser Engraved Awards and Gifts to Embroidery, Screen Printing & Vinyl Graphics, Eagle Does it ALL In HOUSE!
Eagle Offers You Only the Best Brands!

<% ' Text Hit Counter Example By www.PowerASP.com ' Declare variables Dim ObjCounterFile, ReadCounterFile, WriteCounterFile Dim CounterFile Dim CounterHits Set ObjCounterFile = Server.CreateObject("Scripting.FileSystemObject") CounterFile = Server.MapPath ("counter.txt") Set ReadCounterFile= ObjCounterFile.OpenTextFile (CounterFile, 1, True) If Not ReadCounterFile.AtEndOfStream Then CounterHits = Trim(ReadCounterFile.ReadLine) If CounterHits = "" Then CounterHits = 0 Else CounterHits = 0 End If ReadCounterFile.Close Set ReadCounterFile = Nothing CounterHits = CounterHits + 1 Set WriteCounterFile= ObjCounterFile.CreateTextFile (CounterFile, True) WriteCounterFile.WriteLine(CounterHits) WriteCounterFile.Close Set WriteCounterFile = Nothing Set ObjCounterFile = Nothing %> <% =CounterHits %>