<%@ 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: VIP at the House of Blues<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

VIP at the House of Blues

posted by Bill Holmes @ Sunday, August 2, 2009 - 5:00 PM
On July 29, a simple act of charity netted Bill Holmes a VIP pass to the House of Blues. By donating a few bags of food, Bill won a contest through WBCN to interview Rise Against before their show at the House of Blues.

Back stage passes, VIP seats, and the chance to meet Rise Against and Rancid (Bill's favorite band in the world) were all part of an amazing evening.

Bill volunteers at the The Greater Boston Food Bank in his spare time and feels very strongly about fighting hunger.

The Rise Against interview can be seen here and we've posted some pics from the night below.

For more information on how you can support The Greater Boston Food Bank, click here.



Bill Holmes and the lead singer of Rise Against, Tim McIlrath!


Bill Holmes and Lars Frederiksen from Rancid!


Our incredible view for the show!

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