
function showWarning(url){
var content = new Array();
var index = 0;
content[index++] = "<h2>Important Notice </h2> <p class=\"warning_box\">Charles Schwab & Co., Inc. (\"Schwab\") is a registered broker-dealer, and is not affiliated with any advisor(s) whose name(s) appear(s) on this Web site. \"Bergland Capital Management, Inc.\" is independently owned and operated.  Schwab neither endorses nor recommends any particular advisor or investment strategy. \"Bergland Capital Management, Inc.\" provides investment advisory services for your account. Schwab has agreements with \"Bergland Capital Management, Inc.\" under which Schwab provides \"Bergland Capital Management, Inc.\" with services related to your account.  Schwab does not review the \"Bergland Capital Management, Inc.\" Web site, and makes no representation regarding the content of the Web site. The information contained in the \"Bergland Capital Management, Inc.\" Web site should not be considered to be either a recommendation by Schwab or a solicitation of any offer to purchase or sell any securities.</p>" ;
content[index++] = "<br />";
content[index++] = "<div align=\"center\"><a href=\"javascript:void('0');\" onclick=\"window.open('"+url+"');document.getElementById('ex_dis').style.display = 'none'\"><u><strong>Continue</strong></u></a> &nbsp;&nbsp;&nbsp;&nbsp; <a href=\"javascript:void('0');\" onclick=\"document.getElementById('ex_dis').style.display = 'none'\"><u><strong>Decline</strong></u></a></div></div>";	
document.getElementById("ex_dis").innerHTML = content.join("");
document.getElementById("ex_dis").style.display = "block";
scrollTo(0, 0);
}
document.write('<div id="ex_dis" style="background-color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; text-align: left; position:absolute; top:20%; left:25%; border: thin solid #91C918; padding: 15px; display: none; z-index: 3000; width:470px;"></div>');
// OTHER FUNCTIONS ABOVE
