function random_content(){
var mycontent=new Array()

mycontent[0]='<br><br><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><a href="art_galleries.html">Art Galleries</a> | <a href="featured_artists.html">Featured Artists</a> | <a href="image_services.html">Image Services</a> | <a href="web_design.html">Web Design</a> | <a href="contact_info.html">Contact</a> | <a href="index.html">Home</a><hr><font face="Verdana, Arial, Helvetica, sans-serif" size="1">This site and all contents &copy;<b>Keszler Creations</b> 2000-2004. All rights reserved.</font>'

document.write(mycontent)
}
random_content()
//-->
