function featured(){
// function to featured artist info
// last updated 4 feb 2012
document.write("<center><b>Featured Artist</b>");
document.write("<P><a href=\"rz.html\"><u>Rosemary Zangara</u></a></P>");
document.write("<P><a href=\"rz.html\"><img src=\"rzs.jpg\"  alt=\" \""); 
document.write("height=\"154\" width=\"200\" border=\"0\"></a>");
document.write("<P><b> </b></P>");
document.write("<P>Watercolor</P>");
document.write(" ");
document.write("</center>");
document.write("</P>");
}
