document.write("<input type='hidden' name='url' value='");
var address = window.location.href;
document.write(address);
document.write("' />");
domainArray = address.split('=');if(domainArray[1]=="1"){
document.write("<span class='pink fwb'>")
document.write("&nbsp;&nbsp;Message Sent")
document.write("</span>")}
if(domainArray[1]=="2"){
document.write("<span class='pink fwb'>")
document.write("&nbsp;&nbsp;Invalid email address")
document.write("</span>")}
