// JavaScript Document
function submitform(){
		if (document.getElementById("searchbar1").value != "Enter Search Term"){

		//	||document.getElementById("searchbar").value != ""
		 //if(document.myform.onsubmit())
		 //{
		 document.searchForm.submit();
		 //}
	}
	}

function taf(){       
	eval("window.open('http://rtmlwise.com/makeusmile/index.php?pageurl="+window.location+"','popup','menubar=no,scrollbars=no,width=500,height=575')");  
}
function validate_form ( ) {
	valid = true;
    if ( document.form.email.value == "" ) {
    	alert ( "Please fill in the 'Email' box." );
		valid = false;
	}
	return valid;
}
function popup(src) {
  win = window.open(src,"","top=20,left=20,height=300,width=450,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes")
}



function hidePublish(){
   var atags = document.getElementsByTagName("a");
   for(i=0;i<atags.length;i++){
      if(atags[i].title == "Publish") {
         atags[i].href = "javascript:alert(\"RTMLWISE is currently working on your site.  Please contact me at 703-880-6510 if you require a publish at this time.\");";
         atags[i].innerHTML = "DO NOT PUBLISH";
      }
   }
}
window.onload = function(){
//	hidePublish();
}

