var text="Women's Basketball, Men's Track and Field Ranked in Region";
var link="http://www.muhlenberg.edu/main/athletics/winter12/0209.html";
var styleClass="";
//------------------------------------------------------------------------------
function getHeadline() {
   document.write('<a target="_child" class="' + styleClass + '" href="' + getLink() + '">' + getHeadlineText() + '</a>');
}
function getLink() {
   return (link);
}
function getHeadlineText() {
   return (text);
}

