

function popup(theURL,width,height) {
if (confirm('Do you want to leave the MultiFinancial Securities Corp. site? \nIf you select OK below, you will be leaving the MultiFinancial Securities Corp. web site and will be accessing information on another server. Linked sites are not under the control of MultiFinancial Securities Corp. and MultiFinancial Securities Corp. is not responsible for the contents of any linked site or any link contained in a linked site, or any changes or updates to such sites. \n\nClick OK to proceed to the requested site. If you\'d like to return to the MultiFinancial Securities Corp. web site, please click Cancel.')) {
    window.open(theURL,'','width=' + width +
',height=' + height +
',resizable=yes,scrollbars=yes,menubar=yes,toolbar=no,location=no,directories=no,status=no,left=0,top=0');
}
}


document.write('<center><font face="Verdana" size="1">© Copyright '); 
var d = new Date();
document.write(d.getFullYear());
document.write(' Multi-Financial Securities Corporation. ALL RIGHTS RESERVED<br>Member <a href="javascript:popup(\'http://www.finra.org\',835,600)">FINRA</a>, <a href="javascript:popup(\'http://www.sipc.org\',835,600)">SIPC</a> 1290 Broadway, Denver CO, 80203 800.929.3485</font></center>');
