<%@ Language=VBScript %> <% BaseURL="http://www.ovrdrv.com" Path=Trim(lcase(Request.ServerVariables("Path_Info"))) nP=InStrRev(Path, "/") if nP > 0 then Page = lcase(mid(Path, nP + 1)) section="" end if %> Overdrive Online Marketing Blog: Chase Corporate Challenge 2009<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Chase Corporate Challenge 2009

posted by Laura Vecchio @ Thursday, July 9, 2009 - 1:43 PM
Taking part in the Chase Corporate Challenge is an annual tradition here at Overdrive Interactive. This year's Boston race was held on June 25th, 2009 at the Boston Common and consisted of team members: Ty Velde, Bianca Garcia, Shane Kelly, Barb Wojslawowicz, Kitty Wong, and Laura Vecchio.

Some of our marathon runners were missing, but the team pulled through with times ranging from 21 minutes to no later than 35 minutes!

Before we left for the race, the girls stopped for a picture outside the new office.




After the race, the entire team met up at Solas on Bolyston Street to celebrate!


Even after 3.5 miles, we were still feeling pretty strong!!


Not only did we have an Overdrive team running in the race, we had a cheer leading team as well!


Thanks to everyone at Overdrive who participated or supported the team... we are looking forward to next year!

Labels: ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home

Blog Search

 

RSS Feeds

 Atom
 RSS

Subscribe to Overdrive eMarketing Blog by Email





Delivered by FeedBurner

Categories

<% '-- add your label directory here labelDir = "m:\web\users\V029U45EBY\html\ovrdrv\blog\labels\" '-- Check for Directory Set FSO = Server.CreateObject("Scripting.FileSystemObject") If FSO.FolderExists(labelDir) Then Response.Write "
    " Set labelFolder = FSO.GetFolder(labelDir) Set labelBlogs = labelFolder.Files For each label in labelBlogs Set labelFile = FSO.GetFile(label) Set labelStream = labelFile.OpenAsTextStream (1, -2) iLabelCount = -1 '-- Read the file line by line Do While Not labelStream.AtEndOfStream Line = labelStream.readline LineCount = Sgn(InStr(Line,"blogger-labels")) iLabelCount = iLabelCount + LineCount Loop Response.Write "
  • " + Replace(labelFile.Name,".asp","") & " (" + CSTR(iLabelCount) & ")
  • " Set labelStream = nothing Set labelFile = nothing Next Response.Write "
" Else Response.Write "

No labels in folder: " & labelDir & "

" End If Set FSO = nothing %>