function footer(path){
document.write('<p>&nbsp;</p>');
document.write('<hr>');
document.write('<table border="0" align="center">');
document.write('<tr><td><table ><tr>');


document.write('<td colspan="2" align="center"><font size="-2" color="black">Website &copy; 2004 - 2007 Worldwide Women Artists.  Image copyrights are the property of their respective owners.  All rights reserved. </font></td></tr></table>');
}

function header(path){

document.write('<table border="0" width="100%">');
document.write('<tr><td><table width="100%"><tr>');
document.write('<td valign="middle" align="center" background="http://www.worldwidewomenartists.com/images/button_background.jpg" width="12%"><a href="'+path+'index.html"  class="headertext" onMouseOver="style.color=#00FF00"; onMouseOut="style.color=#400040" >Home</a></td>');
document.write('<td valign="middle" align="center" background="http://www.worldwidewomenartists.com/images/button_background.jpg" width="12%"><a href="'+path+'artists.html" class="headertext" onMouseOver="style.color=#00FF00"; onMouseOut="style.color=#400040" >Artists</a></td>');
document.write('<td valign="middle" align="center" background="http://www.worldwidewomenartists.com/images/button_background.jpg" width="12%"><a href="'+path+'auctions.html" class="headertext" onMouseOver="style.color=#00FF00"; onMouseOut="style.color=#400040" >Auctions</a></td>');
document.write('<td valign="middle" align="center" background="http://www.worldwidewomenartists.com/images/button_background.jpg" width="12%"><a href="'+path+'charity.html" class="headertext" onMouseOver="style.color=#00FF00"; onMouseOut="style.color=#400040" >Charity</a></td>');
document.write('<td valign="middle" align="center" background="http://www.worldwidewomenartists.com/images/button_background.jpg" width="12%"><a href="'+path+'links.html" class="headertext" onMouseOver="style.color=#00FF00"; onMouseOut="style.color=#400040" >Supplies & Links</a></td>');
document.write('<td valign="middle" align="center" background="http://www.worldwidewomenartists.com/images/button_background.jpg" width="12%"><a href="'+path+'about.html" class="headertext" onMouseOver="style.color=#00FF00"; onMouseOut="style.color=#400040" >About Us</a></td>');
document.write('<td valign="middle" align="center" background="http://www.worldwidewomenartists.com/images/button_background.jpg" width="12%"><a href="http://worldwidewomenartists.blogspot.com/" target="_blank" class="headertext" onMouseOver="style.color=#00FF00"; onMouseOut="style.color=#400040" >Our Blog</a></td>');
document.write('</tr></table></p><br></td></tr><tr>');
}