<%@ 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: Superbowl Spots on Agency ComPile<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Superbowl Spots on Agency ComPile

I just got this email from Agency ComPile with most of the Super Bowl spots. You will need to sign up for access but when you are in you a) get access to Agency ComPile which is a good thing to have anyway and b) the videos are very high quality.

About Agency ComPile
Agency ComPile is the most comprehensive, up-to-date and powerful directory of marketing communications agencies on the Web. The searchable directory includes the world’s leading advertising, public relations, direct marketing, interactive, design, sales promotion, yellow pages, recruitment and online media buying agencies. Information that can be found on agencies includes in-depth profiles, work samples and case histories.

Email from Agency ComPile:

If you haven't had a chance to see last Sunday's Super Bowl commercials, we've got 'em on Agency ComPile!

For easy access, just click on the spot below that you want to view.
Anheuser-Busch, Bud Light's "Ability to Fly" by DDB Chicago
Anheuser-Busch, Bud Light's "Breathe Fire" by DDB Chicago
Anheuser-Busch, Bud Light's "Endorsement Ferrell" by DDB Chicago
Anheuser-Busch, Bud Light's "Wheel Suck Opener" by DDB Chicago
Anheuser-Busch, Bud Light's "Wine and Cheese Party" by DDB Chicago
Anheuser-Busch, Budweiser's "Clydesdale Team" by DDB Chicago
Bridgestone's "Scream" by The Richards Group
Bridgestone's "Unexpected Obstacles" by The Richards Group
Careerbuilder.com's "Firefly" by Wieden+Kennedy
Careerbuilder.com's "Queen" by Wieden+Kennedy
Cars.com's "Stone Circle" by DDB Chicago
Cars.com's "Witch Doctor" by DDB Chicago
Coca-Cola's "It's Mine" by Wieden+Kennedy
Coca-Cola's "Jinx" by Wieden+Kennedy
Comcast's "Dinner - Andrea True 'More, More, More'" by Goodby, Silverstein & Partners
Comcast's "Kitchen - Patty Labelle 'Lady Marmalade'" by Goodby, Silverstein & Partners
Comcast's "Party - Billy Idol 'Rebel Yell'" by Goodby, Silverstein & Partners
eTrade's "Baby Trading 1" by Grey Worldwide New York
eTrade's "Baby Trading 2" by Grey Worldwide New York
Frito-Lay, Doritos's "Kina Grannis 'Message From Your Heart'" by Goodby, Silverstein & Partners
Frito-Lay, Doritos's "Mousetrap" by Goodby, Silverstein & Partners
Gatorade's "Jeter Footsteps" by Element 79 Partners
Glaceau, Vitamin Water's "Jockey" by Berlin Cameron United
Hewlett-Packard's "Serena Williams" by Goodby, Silverstein & Partners
Hyundai's "Big Twist" by Goodby, Silverstein & Partners
Hyundai's "Tomorrow" by Goodby, Silverstein & Partners
Kraft/Nabisco, Oreo's "DSRL" by Draftfcb
Kraft/Nabisco, Planters's "Perfume" by Draftfcb
McDonald's USA's "First Step" by DDB Chicago
Office of National Drug Control Policy (ONDCP)'s "Drug Dealer Testimonial" by Draftfcb
T-Mobile's "NBA" by Publicis West
Taco Bell's "Fiesta Platter" by Draftfcb
The Procter & Gamble Company, Tide's "Interview" by Saatchi & Saatchi
Not only are these spots readily available under the credited agency's listing but they are also shown on the Featured Creative section of the new Agency Compile.
While you are there, you can see other creative work showcased from the top agencies in the country.

Check out the new site coming soon!
www.agencycompile.com/new

Enjoy!
The Agency ComPile Team

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