<%@ 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: Overdrive's Summer Outing!<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Overdrive's Summer Outing!

posted by Laura Ragno @ Monday, July 21, 2008 - 1:29 PM
On July 18th, Overdrive took off for a surprise location (known only to the few who planned it) for our annual summer outing. It was a perfect day to be outside at the Commandant House in the Charlestown Navyard.

A little history: The house has been the residence of the US Navy commanders since 1805. Considered the, “the house on the hill”, it overlooks the USS Constitution, Boston Harbor and skyline.
For lunch, we had Woodmans cater our Lobsterbake which made for a delicious mess:

Ty and Michael ready to dive in - don't forget your bibs!
Prior to lunch, we split up into teams and went on a scavenger hunt that had the groups wandering all over the grounds for odds and ends. Every item listed needed to have a group member in the picture so it made for an interesting round of judging!

Some of the highlights:

Ra found the fire hydrant - extra points for creativity!
I was looking for something completely different than these guys when I saw 'caterpillar' on the list...
Bianca had a lucky find for the Movado watch...on our bartender! Meghan, Dan, Ra, Drew and Bill made the group bubble-blowing picture look easy:Group shot in front of the USS Constitution - Tim, John, Patrick, Laura and Bianca:The team that won was out searching for 2 hours and found everything on the list! Unfortunately, they will remain camera shy until Meryl uploads those photos...

Other great group shots throughtout the day:
Harry and Shane coolin' out at lunch:
Drew, Stephen and Bill - discussing some ultimate frisbee strategy: Lovely ladies of Overdrive!
Harry's dreams of kickball were quickly deflated...not to worry, we had that frisbee in our back pocket!

Labels:

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 %>