Event.observe(window, 'load', attachPopups);

function attachPopups(){
//launchWindow function included by the parent template
launchWindow("Become a new customer and get $100. Learn more.","newwinopened");
  launchWindow("Home Equity assumptions. Link opens a new pop-up window.", "newwinopened", 640, 371, "yes", "yes", 35, 161);
}
