function relocate (form) {

        if (form.Redirect.selectedIndex == 1) 
                top.location="artists.html" 
        if (form.Redirect.selectedIndex == 2) 
                top.location="christa.html" 
        if (form.Redirect.selectedIndex == 3) 
                top.location="bicht.html" 
        if (form.Redirect.selectedIndex == 4) 
                top.location="sallyann.html"
        if (form.Redirect.selectedIndex == 5) 
                top.location="groupp.html" 	
        if (form.Redirect.selectedIndex == 6) 
                top.location="ku.html" 				
        if (form.Redirect.selectedIndex == 7) 
                top.location="jason.html" 	
        if (form.Redirect.selectedIndex == 8) 
                top.location="may.html" 	
        if (form.Redirect.selectedIndex == 9) 
                top.location="soos.html" 
        if (form.Redirect.selectedIndex == 10) 
                top.location="rippens.html" 
        if (form.Redirect.selectedIndex == 11) 
                top.location="tucker.html" 
        if (form.Redirect.selectedIndex == 12) 
                top.location="walty.html" 
        if (form.Redirect.selectedIndex == 13) 
                top.location="weathers.html" 
        if (form.Redirect.selectedIndex == 14) 
                top.location="wolinska.html" 
        if (form.Redirect.selectedIndex == 16) 
                top.location="galleries.html" 
        if (form.Redirect.selectedIndex == 17) 
                top.location="events.html" 
        if (form.Redirect.selectedIndex == 18) 
                top.location="subscribe.html" 		
        if (form.Redirect.selectedIndex == 19) 
                top.location="artbooks.html" 
        if (form.Redirect.selectedIndex == 20) 
                top.location="forartists.html" 
        if (form.Redirect.selectedIndex == 21) 
                top.location="resources.html" 	
        if (form.Redirect.selectedIndex == 22) 
                top.location="contributors.html" 	
        if (form.Redirect.selectedIndex == 23) 
                top.location="contact.html" 					
}


var s=""+
"<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\">"+
"<tr>"+
"<td><a href=\"index.html\" name=\"Home\"><img src=\"artistsnycnav666x53.gif\" width=\"666\" height=\"53\" border=\"0\" align=\"top\" alt=\"artistsnyc.com\"></a></td></tr>"+
"<tr>"+
"<td align=\"right\"><a href=\"artists.html\"><img src=\"artists72x21.gif\" width=\"72\" height=\"21\" border=\"0\" alt=\"artists\" ></a>"+
"<a href=\"galleries.html\"><img src=\"nycgalleries85x21.gif\" width=\"85\" height=\"21\" border=\"0\" alt=\"nyc galleries\"></a>"+
"<a href=\"events.html\"><img src=\"events70x21.gif\" width=\"70\" height=\"21\" border=\"0\" alt=\"events\" ></a>"+
"<a href=\"subscribe.html\"><img src=\"subscribe93x21.gif\" width=\"93\" height=\"21\" border=\"0\" alt=\"subscribe\"></a></td>"+
"</tr><td height=\"43\" align=\"right\"><form>"+
"<select name=\"Redirect\" onChange=\"relocate (form)\">"+
"<option selected>quick access"+
"<option>all artists"+
"<option>- christa toole"+
"<option>- emily bicht"+
"<option>- sallyann carstensen"+
"<option>- doug groupp"+
"<option>- fay ku"+
"<option>- jason marks"+
"<option>- patrick may"+
"<option>- soos packard"+
"<option>- michael rippens"+
"<option>- brynna tucker"+
"<option>- jenny walty"+
"<option>- heather weathers"+
"<option>- nadia wolinska"+
"<option value=\"null\">"+
"<option>galleries"+
"<option>events"+
"<option>subscribe"+
"<option>art books"+
"<option>for artists"+
"<option>resources"+
"<option>contributors"+
"<option>contact"+
"</select></form></td></table>"

document.write(s);
