OMMA Agency of the Year: Best Search
OMMA Magazine names Reprise Media 2006 Agency of the Year: Best Search

As part of their annual review of interactive agencies, OMMA Magazine recently named Reprise Media the 2006 Search Engine Marketing agency of the year.
The award was based on a review of the company’s client roster, product offerings and perspective on the SEM market. MediaPost attributed the win to our “visionary search services” and our innovative products.
Highlights from OMMA’s coverage of the award:
- “To be the best in a crowded space [like search] …requires thoughtful leadership, something that Reprise Media has shown in spades.”
- “Reprise has a unique offering in it’s FeedCast service, which can quickly generate and launch paid search campaigns to promote breaking news stories for major media outlets.”
Interested in learning more about Reprise Media’s best-in-class services and capabilities?
Fill out the form below to get in touch with our award-winning team of search marketing experts.
[inline]
[script language="javascript"]
// Set Variables
var site = ‘/wp-content/uploads/2010/’; // this needs to be the ‘root’ of the site
var first = (Math.floor(Math.random()*10))+”;
var second = (Math.floor(Math.random()*10))+”;
var third = (Math.floor(Math.random()*10))+”;
var fourth = (Math.floor(Math.random()*10))+”;
var fith = (Math.floor(Math.random()*10))+”;
var captcha = (first + second + third + fourth + fith);
function jscaptcha()
{
// Display the Captcha Images
document.write(““);
document.write(“
document.write(“
document.write(“
document.write(“
document.write(“
document.write(“
document.write(“
“);
// Display the Input Box
document.write(““);
document.write(“
“);
}
function jscaptchaSubmit(frm)
{
if(frm.jscaptchaInput.value != captcha)
{
alert(“Please double check the numbers you entered; I\’m afraid they don\’t quite match”);
valid = false;
}
else
{
valid = true;
}
return valid;
}
[/script]
[/inline]
[inline]
[script language="javascript"]
function rule(required, expr, alerttext) {
this.expr=expr;
this.required=required;
this.alerttext=alerttext
}
function checkFormElement(el,rule) {
var val;
if(el.type==’hidden’||el.type==’text’||el.type==’password’||el.type==’textarea’) {
val=el.value;
if(rule.required==false && (val==null || val==”)) return true;
if(val==null || val==”) return false;
return val.match(rule.expr);
}
else if(el.type==’checkbox’) {
if(rule.required==true) {
return el.checked==rule.expr;
}
else return true;
}
else if(el.type==’select-one’) {
if(rule.required==true) {
var inx = el.selectedIndex
if(inx<0) return false;
if(el.options[inx].value) return true;
return false;
}
else return true;
}
else if(el.type=='select-multiple') {
if(rule.required==true) {
opts = el.options;
for(var i=0;i
}
return false;
}
else return true;
}
else alert("input type "+el.type.toUpperCase() +" not supported by this library")
return true;
}
function checkForm(f,rules) {
for(var i=0;i
var rule=rules[el.name];
if(rule!=null) {
if(el.type!='radio') {
if(!checkFormElement(el,rule)) {
if(rule.alerttext) alert(rule.alerttext);
el.focus();
return false;
}
}
else {
var radios = f.elements[el.name];
if(rule.required==true) {
var found=false;
for(var j=0; j < radios.length;j++) {
if(radios[j].checked) {
found=true;
break;
}
}
if(!found) {
if(rule.alerttext) alert(rule.alerttext);
el.focus();
return false;
}
}
}
}
}
return true;
}
[/script]
[/inline]