<%@ 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: NEDMA Awards 2008<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

NEDMA Awards 2008

posted by Melanie DAcchioli @ Wednesday, June 11, 2008 - 12:35 PM
Overdrive Interactive attended the 2008 New England Direct Marketing Association (NEDMA) Awards for Creative Excellence on June 11th. We took home 5 awards - 3 of which were GOLD! We swept the paid search category which was such an amazing accomplishment for our team members. Below are some pictures from the evening. If you'd like to check out the formal press release, visit this posting: http://www.ovrdrv.com/blog/2008/06/overdrive-interactive-sweeps-paid.asp


Harry with some industry friends from Blue Sky Factory who was the evening's sponsor.

Say cheese, Overdrive Team!

Barb and Ra - front and center!


Meryl was a trooper blowing up the table's beach balls which were tossed around as the night went on.



Impressive!


Bianca looking very proud of the Harley-Davidson award.


Laura and David enjoying the evening. Yes, we limboed. I opted not to post the wipe out pictures to spare the embarassment but we did have an Overdrive winner! ;)

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