<%@ 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: Want to be on the Cover of Harley-Davidson's 2010 Catalog?<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Want to be on the Cover of Harley-Davidson's 2010 Catalog?

posted by Laura Ragno @ Friday, May 8, 2009 - 10:02 AM
Harley-Davidson has always been known as a brand who is more than just product - it's a culture and such a big part of people's everyday lives. Therefore, what better tribute to riders and fans then the opportunity to be immortalized on the cover of their 2010 Motorcycle Catalog and in their online photo mosaic.

In order to create the image, people will need to submit their individual photos, which will be used to create one big mosaic. Photos could be of fans/riders, their bikes or a riding related experience.

Help Harley-Davidson reach their goal of 10,000 photos by next Friday, 5/15!! Click here to get started: http://www.harley-davidson-mosaic.com/

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