function clearIt(theText){if (theText.value == theText.defaultValue){theText.value = ""}}
function replacetext(theText){if (theText.value == "") theText.value = "Enter Email Here!"}
function get_email(){var email="brandontreb@gmail.com";document.write('<input type="hidden" name="business" value="'+email+'">');}

function noSpam(a,b,c){
document.write('<A href="mai');
document.write('lto:'+a+'@');document.write(b+'">');
document.write(c+'</A>');
}