<%@ 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 Launches New Website, Interactive Game and Facebook Application for GMAC Insurance<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Overdrive Interactive Launches New Website, Interactive Game and Facebook Application for GMAC Insurance



Are you a dumb driver?

That’s the real question being asked by the 2008 GMAC Insurance survey of 5,524 drivers from all 50 states. The results of the survey show that one in six U.S. drivers wouldn’t be able to pass a written driver’s test if they took it today.

Overall, the national average score grew slightly to 78.1% from 77.1% in 2007, but scores varied based on driver demographic and geography. The study found that drivers over the age of 35 were more likely to pass, and women were more likely to fail than men.

Overdrive Interactive recently launched a new website (http://www.nationaldriverstest.com/) for GMAC Insurance that contains all of the study data, the online version of the written test, an interactive defensive driving game, and a Facebook application for the National Driver’s Test.

In the first twenty-four hours after the site launched, it received over 100,000 page views and was responsible for tripling the normal daily traffic to the GMAC Insurance corporate site.

Go to the site, take the test, and then challenge your friends to beat your score!

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