<%@ 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 Website for Cercone Brown<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Overdrive Interactive Launches Website for Cercone Brown

Overdrive Interactive is proud to announce the launch of Cercone Brown's new website - http://www.cerconebrown.com/. The site provides users information about their agency, philosophy, services and various client success stories. Their blog is also accessible through the site and offers fresh content on recent news and thought leadership in the marketing space.

A brief background on the agency:
Len Cercone and Erika Brown founded Cercone Brown in 2001 and their belief is that their culture and dedication sets them apart from the rest, allowing them to deliver situation-changing Brand Consulting, Media Relations, Online & Social Media, Advertising, Design, Events & Promotions, and Social Responsibility services for top-brands that include GMAC, adidas, Nalgene and COGNOS.

If you are interested in learning more about our website development services, click here for more information.


Overdrive Interactive launches website for Cercone Brown

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