﻿var footerhtml;
var CHWFooterDate = new Date();
footerhtml = "<style>";
footerhtml += ".footer {font-family: arial, verdana, helvetica, sans-serif; font-size:10px; color:#666; padding: 0px 5px;} ";      
footerhtml += ".footer a {color: #666;} ";
footerhtml += "</style>";
footerhtml += "<table cellpadding='0' cellspacing='0' width='765'>";
footerhtml += "<tr valign='middle'>";
footerhtml += "<td class='footer' nowrap align='center' style='font-family: arial, verdana, helvetica, sans-serif; font-size:10px; color:#666; padding: 0px 5px;'>";
footerhtml += "<a style='color: #666;' target='_blank' href='http://www.chwhealth.com'>Catholic Healthcare West</a><img src='http://www.chandlerregional.org/stellent/fragments/ComFooter/images/footerDivider.gif' width='25' height='15' align='center'>";
footerhtml += "<a style='color: #666;' target='_top' href='http://www.chandlerregional.org/ssNODELINK/5001515#Part2'>Website Privacy Notice</a><img src='http://www.chandlerregional.org/stellent/fragments/ComFooter/images/footerDivider.gif' width='25' height='15' align='center'>";
footerhtml += "<a style='color: #666;' target='_top' href='http://www.chandlerregional.org/ssNODELINK/5001513'>Patient Privacy Notice</a><img src='http://www.chandlerregional.org/stellent/fragments/ComFooter/images/footerDivider.gif' width='25' height='15' align='center'>";
footerhtml += "<a style='color: #666;' target='_top' href='http://www.chandlerregional.org/ssNODELINK/5001514'>Accessibility</a><img src='http://www.chandlerregional.org/stellent/fragments/ComFooter/images/footerDivider.gif' width='25' height='15' align='center'>";
footerhtml += "<a style='color: #666;' target='_top' href='http://www.chandlerregional.org/PaymentAssistance'>Payment Assistance</a><img src='http://www.chandlerregional.org/stellent/fragments/ComFooter/images/footerDivider.gif' width='25' height='15' align='center'>";
footerhtml += "<a style='color: #666;' target='_top' href='http://www.chandlerregional.org/ssNODELINK/5008413'>Hospital Accreditation</a>";
footerhtml += "</td>";
footerhtml += "</tr>";
footerhtml += "<tr>";
footerhtml += "<td class='footer' nowrap align='center' style='font-family: arial, verdana, helvetica, sans-serif; font-size:10px; color:#666; padding: 0px 5px;'>";
footerhtml += "<a style='color: #666;' target='_top' href='http://www.chandlerregional.org/ssNODELINK/5001515'>Other Terms &amp; Conditions</a><img src='http://www.chandlerregional.org/stellent/fragments/ComFooter/images/footerDivider.gif' width='25' height='15' align='center'>";
footerhtml += "<a style='color: #666;' target='_top' href='http://www.chandlerregional.org/Copyright'>&copy; " + CHWFooterDate.getFullYear() + " Catholic Healthcare West</a></td>";
footerhtml += "</tr>";

footerhtml += "<tr>";
footerhtml += "<td class='footer' nowrap align='center' style='font-family: arial, verdana, helvetica, sans-serif; font-size:10px; color:#666; padding: 0px 5px;'>";
footerhtml += "<a style='color: #666;' target='_blank' href='http://www.chwhealth.org/footer/ADACompliance/index.htm'>Notice Regarding Access to Public Accommodations and Removal of Barriers</a></td>";
footerhtml += "</tr>";
footerhtml += "</table>";