<%@ 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: Overdrive Interactive Receives 2008 WebAward for LoJack Website<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Overdrive Interactive Receives 2008 WebAward for LoJack Website

Overdrive Interactive, a Boston-based full service online marketing agency specializing in lead generation, brand building and customer acquisition as well as website development, announced that the website the firm designed and developed, http://www.lojack.com/, has been awarded a 2008 Standard of Excellence WebAward for Automobile category.

Founded by the Web Marketing Association (WMA) in 1997, the WebAwards name the best website in 96 industry categories. Over 2,400 website nominations come from interactive agencies and website marketing departments in more than 45 countries. Websites are judged on design, innovation, copywriting, interactivity, content, navigation and use of technology.

“We are delighted to be recognized with the prestigious WebAward. To be recognized by a jury of your peers is definitely validating and an acknowledgement of the great work that Overdrive is doing on behalf of our clients.” commented Ty Velde, Director of Client Services.

A corporate site, http://www.lojack.com/, is focused on vehicle recovery solutions. LoJack products are used in conjunction with law enforcement agencies and are available in over 20 countries. The site Overdrive built presents LoJacks’s full suite of products designed to maximize meaningful brand interactions and ultimately, drive consumers to dealership participation.

For more information on Overdrive’s website development services, click here.

About Overdrive Interactive
Overdrive Interactive is a full-service online marketing agency based in Boston that helps clients grow their business with highly creative and measurable online media, social media and search engine marketing campaigns and services. The agency specializes in online brand building, lead generation and customer acquisition for top companies seeking a high level of accountability from their marketing and advertising investments. For more information, please visit http://www.overdriveinteractive.com/.

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