function showWarning(url){var content = new Array();var index = 0;content[index++] = "<p class=\"BlueHeadlines\">You Are About To Leave The PriorityOne Bank Web Site. </p> <p class=\"bodycopy-10pxArial16pxlead\"><strong>Third Party Site Disclaimer:</strong> By clicking this link, you will be leaving the PriorityOne Bank web site. PriorityOne Bank shall not be responsible or liable, directly or indirectly, for any damages or loss caused or alleged to be caused by or in connection with the use or for reliance on any such external sites or resources. Furthermore, you should be advised that such third parties may have a privacy policy that differs from that of PriorityOne Bank, and such sites may provide less security than the Bank's web site.</p>" ;content[index++] = "<br /><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; color: #000000; text-align: left; position:absolute; top:125px; left:300px; border: thin solid #1A448E; padding: 15px; display: none; z-index: 3000; width:350px;"></div>');// OTHER FUNCTIONS ABOVE