function ConfirmRatingApp() { var msg = "The Monthly Premium amounts shown are subject to change based on medical history, underwriting practices,\n"+ "the optional benefits selected, if any, and other relevant factors. Blue Cross Blue Shield of Florida reserves\n"+ "the right to change the terms of a policy upon proper notification."; if (confirm(msg)) this.open("https://login.bcbsfl.com/signon/html/index.html"); else window.self; }