Contact Us

Interested in speaking to a member of our team about Reprise Media’s suite of search engine marketing services?
Simply fill out the form below and click “Submit”, or call us at: 800-218-9476 and we’ll get back to you as soon as possible.

[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
if(opts[i].selected && opts[i].value) return true;
}
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 el=f.elements[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]

Salutation 

*First Name 

*Last Name 

Title 

Company 

Website 

*Email 

*Phone 


Services I’m Interested In: (Check all that apply)

Paid Search 

Search Engine Optimization 

Social Media Marketing
Desired Monthly Budget Level:
Where did you hear about Reprise Media?:
Role In Purchase Decision:

Additional Comments or Questions:


Privacy Policy
Reprise Media is committed to protecting the privacy of its site visitors. The information you provide to us via this Contact Us form will not be distributed or sold to other organizations.