added dynamic links to AM3 and AMW rss files
diff --git a/index.php b/index.php
index 96c9e77..253cfb9 100644
--- a/index.php
+++ b/index.php
@@ -188,5 +188,6 @@
 
 
 	# Generate the web page
+	$App->AddExtraHtmlHeader("<link rel='alternate' type='application/rss+xml' title='AMW News' href='news/amwNewsArchive.rss'>");
 	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
 ?>