var text="Muhlenberg Women's Basketball Team Advances to Championship Game";
var link="http://www.muhlenberg.edu/sports/fall09/1120.html";
var styleClass="";
//------------------------------------------------------------------------------
function getHeadline() {
   document.write('<a target="_child" class="' + styleClass + '" href="' + getLink() + '">' + getHeadlineText() + '</a>');
}
function getLink() {
   return (link);
}
function getHeadlineText() {
   return (text);
}
