function apHeadText() {
	if (location.href.indexOf("OLYMPICS?")>0) return '<a href="http://www.pantagraph.com/olympics/">2008 Olympics Coverage</a>';
	if (location.href.indexOf("OLY_")>0) return '<a href="http://www.pantagraph.com/olympics/">2008 Olympics Coverage</a>';
	if (location.href.indexOf("HOME?")>0) return "Nation/World - AP Top Stories";
	if (location.href.indexOf("ILLINOISHEADS?")>0) return "Illinois News from AP";
	if (location.href.indexOf("US?")>0) return "National News from AP";
	if (location.href.indexOf("WORLD?")>0) return "World News from AP";
	if (location.href.indexOf("SPORTS?")>0) return "Sports News from AP";
	if (location.href.indexOf("ENTERTAINMENT?")>0) return "Entertainment News from AP";
	if (location.href.indexOf("POLITICS?")>0) return "Political News from AP";
	if (location.href.indexOf("BUSINESS?")>0) return "Business News from AP";
	if (location.href.indexOf("moneywire")>0) return "Financial News from AP";
	if (location.href.indexOf("HEALTH?")>0) return "Health News from AP";
	if (location.href.indexOf("SCIENCE?")>0) return "Science News from AP";
	if (location.href.indexOf("TECHNOLOGY?")>0) return "Technology News from AP";
	if (location.href.indexOf("PODCAST?")>0) return "Podcasts from AP";

	return '<a href="http://hosted.ap.org/dynamic/fronts/HOME?SITE=ILBLO&SECTION=HOME">News from Associated Press</a>';
}

document.write(apHeadText());