<%@ 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: Yahoo! Fenway Tour<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Yahoo! Fenway Tour

posted by Bianca Garcia @ Friday, September 26, 2008 - 10:29 AM
Thanks to our Yahoo partners, Mike and I were treated to a VIP tour of Fenway and a great Red Sox game last Wednesday Sept 24th. We were right there at the actual park (or pahk, I must say) grounds during batting practice/ pre-game, just a few feet away from the players! We had a great time and I thought I would share some pics:

It is very hard to act cool and collected once you actually step foot onto the spongy grass...

Big Papi practicing one of his legendary hits:

Cleveland Indians dancing, er I mean warming-up:

View from the Green Monster (Monstah) during the Fenway tour:

Thank you James and Jessica!

David Ortiz and Dustin Pedroia

Two very happy Overdrivers:

Red Sox won, 5-4.

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