// Pearl Arts Gallery - Artists Menu
// 
// Each line is a menu item, starting with document. and ending with ');
//
// Each line has 2 elements for the menu item
// 1 - the page to link 
// 2 - the name of the menu item 
// the link is with http://www.pearlartsgallery.com/artists/xxxxxx/index.htm
// where xxxxxxx is the name of the folder (suggested artist last name)
// the name of the menu item is between > < 
// 
// To Add and item copy a complete line from another item
// Paste it in the order you want it to be displayed
// Change the link and the name
// 
// To Delete a menu item - delete a line
//
// enjoy, @lberto 
// 

<!--
document.write('<a href="http://www.pearlartsgallery.com/artists/alzamora/index.htm">emil alzamora</a><br>');
document.write('<a href="http://www.pearlartsgallery.com/artists/anderson/index.htm">gavin anderson</a><br>');
document.write('<a href="http://www.pearlartsgallery.com/artists/bash/index.htm">barbara bash</a><br>');
document.write('<a href="http://www.pearlartsgallery.com/artists/bertoia/index.htm">val bertoia</a><br>');
document.write('<a href="http://www.pearlartsgallery.com/artists/carey/index.htm">marty carey</a><br>');
document.write('<a href="http://www.pearlartsgallery.com/artists/cardillo/index.htm">rimer cardillo</a><br>');
document.write('<a href="http://www.pearlartsgallery.com/artists/davidson/index.htm">anya davidson</a><br>');
document.write('<a href="http://www.pearlartsgallery.com/artists/demelas_checchia/index.htm">anthony demelas & pete checchia</a><br>');
document.write('<a href="http://www.pearlartsgallery.com/artists/feldman/index.htm">dan feldman</a><br>');
document.write('<a href="http://www.pearlartsgallery.com/artists/fitzgerald/index.htm">astrid fitzgerald</a><br>');
document.write('<a href="http://www.pearlartsgallery.com/artists/glenn/index.htm">chrissy glenn</a><br>');
document.write('<a href="http://www.pearlartsgallery.com/artists/green/index.htm">dan green</a><br>');
document.write('<a href="http://www.pearlartsgallery.com/artists/grossman/index.htm">esty grossman</a><br>');
document.write('<a href="http://www.pearlartsgallery.com/artists/guilcher/index.htm">morgane guilcher</a><br>');
document.write('<a href="http://www.pearlartsgallery.com/artists/hite/index.htm">robert hite</a><br>');
document.write('<a href="http://www.pearlartsgallery.com/artists/hrab/index.htm">roman hrab</a><br>');
document.write('<a href="http://www.pearlartsgallery.com/artists/krauss/index.htm">anthony krauss</a><br>');
document.write('<a href="http://www.pearlartsgallery.com/artists/krysiak/index.htm">russell krysiak</a><br>');
document.write('<a href="http://www.pearlartsgallery.com/artists/licata/index.htm">dave licata</a><br>');
document.write('<a href="http://www.pearlartsgallery.com/artists/manteau/index.htm">jon manteau</a><br>');
document.write('<a href="http://www.pearlartsgallery.com/artists/mitchell/index.htm">joni mitchell</a><br>');
document.write('<a href="http://www.pearlartsgallery.com/artists/muhl/index.htm">debora muhl</a><br>');
document.write('<a href="http://www.pearlartsgallery.com/artists/rowan/index.htm">tim rowan</a><br>');
document.write('<a href="http://www.pearlartsgallery.com/artists/shuhan/index.htm">marko shuhan</a><br>');



//-->