﻿function writeJS(){
var str='';
str+='<a  href="index.html" onmouseover="document.images[\'Home\'].src=\'images_css\/home-hover.gif\';" onmouseout="document.images[\'Home\'].src=\'images_css\/home.gif\';"><img src="images_css\/home.gif" name="Home" alt="home" title="" width="50" height="50" border="0" align="left"><\/a>';
str+='<a href="about-us.html" onmouseover="document.images[\'about us\'].src=\'images_css\/about-us-hover.gif\';" onmouseout="document.images[\'about us\'].src=\'images_css\/about-us.gif\';"><img src="images_css\/about-us.gif" name="about us" alt="about us" title="" width="50" height="50" border="0" align="left"><\/a>';
str+='<a href="artists.html" onMouseOver="document.images[\'gallery\'].src=\'images_css\/gallery-hover.gif\';" onMouseOut="document.images[\'gallery\'].src=\'images_css\/gallery.gif\';"><img src="images_css\/gallery.gif" name="gallery" alt="gallery" title="" width="50" height="50" border="0" align="left"><\/a>';
str+='<a href="join.html" onmouseover="document.images[\'Blog\'].src=\'images_css\/blog-hover.gif\';" onmouseout="document.images[\'Blog\'].src=\'images_css\/blog.gif\';"><img src="images_css\/blog.gif" name="Blog" alt="Blog" title="" width="50" height="50" border="0" align="left"><\/a>';
str+='<a href="news.html" onmouseover="document.images[\'news\'].src=\'images_css\/news-hover.gif\';" onmouseout="document.images[\'news\'].src=\'images_css\/news.gif\';"><img src="images_css\/news.gif" name="news" alt="news" title="" width="50" height="50" border="0" align="left"><\/a>';
str+='<a href="art_links.html" onmouseover="document.images[\'link\'].src=\'images_css\/link-hover.gif\';" onmouseout="document.images[\'link\'].src=\'images_css\/link.gif\';"><img src="images_css\/link.gif" name="link" alt="link" title="" width="50" height="50" border="0" align="left"><\/a>';
str+='<a href="contact.html" onmouseover="document.images[\'email\'].src=\'images_css\/email-hover.gif\';" onmouseout="document.images[\'email\'].src=\'images_css\/email.gif\';"><img src="images_css\/email.gif" name="email" alt="email" title="" width="50" height="50" border="0" align="left"><\/a>';
document.write(str);
}
writeJS();