function changeImage(img, newSrc)
	{
		img.setAttribute("src", newSrc);
			}
homepage=new Image();
homepage.src="images/button-home-over.jpg";
about=new Image();
about.src="images/button-about-over.jpg";
testimonial=new Image();
testimonial.src="images/button-testimonials-over.jpg";
skincare=new Image();
skincare.src="images/button-products-over.jpg";
contact=new Image();
contact.src="images/button-contact-over.jpg";

function steph()
 {
   document.write('<a href="mailto:skinbystephanie@hotmail.com?subject=Request from SkinbyStephanie.com"><img src="http://www.skinbystephanie.com/images/contact.gif" width="50" height="50" alt="Contact" /></a> \n');
   } 
function stephdis()
 {
   document.write('<a href="mailto:skinbystephanie@hotmail.com?subject=Request from SkinbyStephanie.com">skinbystephanie@hotmail.com</a> \n');
   } 
