var disclaimer = "***Residents of " + globalVars.states_not_eligible + " are not eligible to apply " +
    "for a payday loan or cash advance on this web site." +
    "</p>" +
    "<br/>" +
    "<br/>";

document.write(disclaimer);

