var nav_selections = new Array();
nav_selections[0] = "<a class='one' href='http://www.ratonarts.org/index.php'>Home</a><br />";
nav_selections[1] = "<a class='one' href='http://www.ratonarts.org/about/'>About Us</a><br />";
nav_selections[2] = "<a class='one' href='http://www.ratonarts.org/artineducation/'>Art in Education</a><br />";
nav_selections[3] = "<em><a class='two'>Performing Arts</a></em>";
nav_selections[4] = "<a class='non_wh' href='http://www.ratonarts.org/performingarts/'>2009-10 Season</a>";
nav_selections[5] = "<a class='non_wh' href='http://www.ratonarts.org/achristmascarol/'>A Christmas Carol</a><br />";
nav_selections[6] = "<em><a class='two'>Visual Arts</a></em>";
nav_selections[7] = "<a class='non_wh' href='http://www.ratonarts.org/visualarts/'>Old Pass Gallery</a>";
nav_selections[8] = "<a class='non_wh' href='http://www.ratonarts.org/international_art_show/'>International Show</a><br />";
nav_selections[9] = "<a class='one' href='http://www.ratonarts.org/raton_treasure/'>Raton Treasure</a><br />";
nav_selections[10] = "<a class='one' href='http://www.ratonarts.org/calendar/'>Calendar</a><br />";
nav_selections[11] = "<a class='one' href='http://www.ratonarts.org/membership/'>Membership</a><br />";

for (i=0;i<nav_selections.length;i++)
{
document.write(nav_selections[i] + "<br />");
}