/**
 * @author Marcus Henry, Jr. <mrmarcusahjr@gmail.com>
 */
var divider = "<font color=#705975> | </font>"
var end = "<font color=#705975>|</font>";
var open = "<a href=\"";
var mid = "\"> ";
var close = " </a>";

document.write("<h2 class=foot>");
document.write(end);//start the bar

document.write(open + "hotline.html" + mid + "Hotline" + close);
document.write(divider);



document.write(open + "abusive.html" + mid + "Are You in an Abusive Relationship?" + close);
document.write(divider);

document.write(open + "resources.html" + mid + "Resources" + close);

document.write(end + "<br>" + end)

var capitalOneAddr = "\"https://www.capitalone.com/give/donate/222374378?external_id=WWW_Z_222374378_Charity_Widget_Z_Z_G_GSDON\""
var capitalOneImg = "\"http://www.capitalone.com/images/giving-site/presentation/widget/widget_btn_blue.png\""
var capitalOneTxt = "\"Donate to WOMEN AWARE with the Capital One No Hassle Giving Site.\""

document.write(
  "<a href=" + capitalOneAddr + "target=\"_blank\">" +
  "<img src=" + capitalOneImg + 
  "title=" + capitalOneTxt +
  "alt=" + capitalOneTxt + "/></a>");//capital One donation picture link





document.write(end);//end the bar
document.write("</h2>");


