Event.observe(window, 'load', attachPopups);

function attachPopups(){
//launchWindow function included by the parent template
launchWindow("Get Started. Opens in new window.","getstarted");
launchWindow("Privacy and Security. Opens in a new window.","privacyandsecurity");
launchWindow("Terms and Conditions. Opens in a new window.","termsConditions");
  launchWindow("Equal Housing Lender. Link opens a new pop-up window.", "newwin", 640, 371, "yes", "yes", 35, 161);
}

