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

 

Zipcar Hires Overdrive

Big news at Overdrive!

Zipcar, who recently acquired car-sharing competitor Flexcar to maintain its position as the world's largest car-sharing company, has named Overdrive as its search engine marketing agency. We are thrilled to be able to help them in this endeavor.

Zipcars live in thirteen major metros across North America and the UK, in addition to nearly 100 colleges. You can find Zipcars in Boston, Chicago, London, New York, Portland, DC and more. And Zipcars aren't your dad's old sedans; members get to choose from a variety of makes and models from MINIs to hybrids, Volvos to pickup trucks. In some markets, members can even drive the luxury BMW 5 series!

Zipcar is not just a great business idea; it is a company with the potential to revolutionize urban transportation. Zipcar is changing the way that city dwellers view their city, as well as the way we get around. Check out their site for more information on how Zipcar is making a positive impact:
http://www.zipcar.com/carsharing-greenbenefits/

To learn more, or even become a member, check out their site:
http://www.zipcar.com/

We are proud to have Zipcar as a client. As a matter of fact, we've had "Zipsters" around the office, singing its praises, for a while now.

It seems just about everyone has a reason they love Zipcar. . .
http://www.youtube.com/watch?v=ne4ZtfptuI0&feature=related

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