// RSSPopup.js
// this code writes the RSS Popup link to the page
// the functions for this feature are contained in commonscripts.js
if (document.getElementById){
	document.write("<a href='javascript:makeRSSPopup(RSStoLoad);'><img src='http://nsmc.partners.org/img/rss_icon.gif' alt='" + RSSPageTitle + "' title='" + RSSPageTitle + "' border='0' ></a>");
}
