// This file contains the links for the What's New box of the splashpage right sidebar.
// All links for javascript menues in the 'includes' folder should be absolute (image and/or URL).
// To maintain XHTML strict standards, all quotes (") are preceded by a NECESSARY backslash (\).

    // The first line sets up the table that holds the links
        document.write("<table class=\"menuholder\" summary=\"Table to hold What's New Links\">");

    // The links are put in here, copy both lines for EACH link in the menu.
    // The first line opens the table row and places the bullet for the link, the second line holds
    // the link (URL) and the link description. Make sure that all quotes are preceded by a
    // backslash and that all ampersands (&) in the description are written as (&amp;).

	
		/* 1 */ document.write("<tr><td class=\"menubullet\">&#187;&nbsp;</td><td class=\"popularlinks\">");
        /* 2 */ document.write("<a href=\"/hfp/frep/rsm/minutes.htm\">Resource Stewardship Monitoring Q&amp;A</a></td></tr>");

        /* 1 */ document.write("<tr><td class=\"menubullet\">&#187;&nbsp;</td><td class=\"popularlinks\">");
        /* 2 */ document.write("<a href=\"/hfp/frep/about/questions.htm\">Priority Evaluation Questions</a></td></tr>");

        /* 1 */ document.write("<tr><td class=\"menubullet\">&#187;&nbsp;</td><td class=\"popularlinks\">");
        /* 2 */ document.write("<a href=\"/hfp/frep/ims/index.htm\">Info on the IMS (Information Management System)</a></td></tr>");


    // The last line closes the table that holds the links.
        document.write("</table>");
