<%@ 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 Wants YOU...To Be an Intern!<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Overdrive Interactive Wants YOU...To Be an Intern!

posted by Shaun Campos @ Friday, March 5, 2010 - 3:56 PM
School’s out. Time to put away textbooks, pack up your laptops, and stash away your flashcards. And although the idea of going to the beach every day is tempting (almost too tempting), we all know it’s important to find that perfect internship instead. So where do you begin? You know you need to find something that will enable you to gain valuable work experience in the marketing industry, while at the same time providing you with the opportunity to expand your skill set and knowledge base...This is where Overdrive Interactive comes in.

Enjoy photo copying large documents? Want to increase your experience in staple removal? If so, this is not the internship for you. An internship at Overdrive could be your foot in the door to a full time position. Our interns are not going on coffee runs and sorting folders. Our interns are getting real-life experience by working on projects and tasks that are integral pieces to our business. As an intern at Overdrive you are viewed as a valuable team member and asset to the business. From the first day on the job you will be given projects that will allow you to show off your leadership, management and creative skills. Beyond the real life experience, our internships train you to become fully equipped with an arsenal of tools that an interactive marketer needs to connect with consumers in the digital age.

Who are we looking for?
If you’re hard working, motivated and dedicated to learning about interactive marketing and positively impacting a company, apply. We are looking for current undergraduate seniors, graduating seniors or graduate students who demonstrate a passion for online marketing, social media and search marketing technologies.
Don’t worry; there is space in the interactive marketing world at Overdrive for your interests. We have internship positions available in the following departments.
So now what? If any of the internship positions above spark your interest and you want to get your foot in the door at dynamic online marketing agency, take your laptop back out and apply. For details and application instructions visit: http://www.ovrdrv.com/careers/internships.asp.

We look forward to hearing from you soon!

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