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

 

WWE Smackdown!

posted by Laura Ragno @ Monday, March 10, 2008 - 3:45 PM
Some members of the Overdrive team went to a WWE Smackdown event and were able to experience all the action up close and personal with the amazing seats we had. That night we realized just how real those punches are...

Bill and Shane mentally prepping for the evening's festivities.
His & Her Overdrive gear - get yours today ;)
Bill and Stephen sampling some specialty brew at Boston Beer Works before the event.
Mel has us intrigued with her real life 'smackdown' experience...I kid I kid...
Helidon and Ty ready to check out the action!
This guy is ALL business.I swear he was looking directly at us...I was shaking in my boots.
The women got pretty fiesty.
Where does one get an outfit like that?
This guy broke out his secret weapon - the luck of the Irish!Too much action - not sure where to look first!! Guess this is what they call the 'grand finale'!

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