function buildNavList() {
	with(document) {
//	writeln('<html xmlns="http://www.w3.org/1999/xhtml">');	
			alert("Be My Love");

/*                   
                    write('<a href="Paintings.html" >Paintings</a>');	
                    write('<a href="Prints.html" >Prints</a>');	
                   write('<a href="CardsBooks.html" >Cards & Books</a>');	
                    write('<a href="Posters.html" >Posters</a>');	
                    write('<a href="Biography.html" >Biography</a>');	
                    write('<a href="PressReleases.html" >Press Releases</a>');	
                    write('<a href="Workshops.html" >Workshops</a>');	
                    write('<a href="SlideShow.html" >Slide Show</a>');	
                   write('<a href="Contact.html" >Contact us</a>');	
                    write('<a href="Links.html" >Links</a>');	
                   write('<a href="index.html" >home</a>');
*/
                    writeln('<a href="Paintings.html" >Paintings</a>');	
                    writeln('<a href="Prints.html" >Prints</a>');	
                   writeln('<a href="CardsBooks.html" >Cards & Books</a>');	
                    writeln('<a href="Posters.html" >Posters</a>');	
                    writeln('<a href="Biography.html" >Biography</a>');	
                    writeln('<a href="PressReleases.html" >Press Releases</a>');	
                    writeln('<a href="Workshops.html" >Workshops</a>');	
                    writeln('<a href="SlideShow.html" >Slide Show</a>');	
                   writeln('<a href="Contact.html" >Contact us</a>');	
                    writeln('<a href="Links.html" >Links</a>');	
                   writeln('<a href="index.html" >home</a>');
//			write("<head><style type='text/css'>img {padding:0px;border-style:ridge;border-width:4px;border-color:blue;}<\/style>");
			alert("Be My Love");
//			close();
	}
}
