				function modifyLink(headerID, linkID, newsID) {
					document.getElementById(linkID).onmouseover = null;
					Effect.Appear(newsID, {duration:.6})				
				}
	
				function createTip() {
					new Tip('rssIcon', 'Click this button to subscribe to the Elks Drug Awareness program\'s RSS news feed. Using a tool like <a href="http://reader.google.com">Google Reader</a>, you can have the latest news delivered to you automatically, without having to visit this page.<br/><br/><a href="rss.cfm">Learn more about RSS</a>', { className: 'darktip', title: 'What\'s this?', effect: 'appear', hideOn: false, hideAfter: .5, hook: {target: 'topRight', tip: 'bottomLeft'}});
				}
				document.observe('dom:loaded', createTip);