image1 = new Image();
image1.src = "/images/ajax-loader.gif";
var xmlHttp
function emailInput()
{
if(document.getElementById("Email").value == '
Would you like to sign up to receive additional teaching resources from the Council for Economic Education?
'; document.getElementById("catalog_signup").style.visibility = "visible"; } else { document.getElementById("emailContent").innerHTML= 'Please enter a valid email address.
'; } } } function GetXmlHttpObject() { var xmlHttp=null; try { // Firefox, Opera 8.0+, Safari xmlHttp=new XMLHttpRequest(); } catch (e) { // Internet Explorer try { xmlHttp=new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { xmlHttp=new ActiveXObject("Microsoft.XMLHTTP"); } } return xmlHttp; }