function over1(){
	document.home1.src="images/home-hover.png";
	}
function out1(){
	document.home1.src="images/home.png";
	}
function over2(){
	document.comedy.src="images/comedy-hover.png";
	}
function out2(){
	document.comedy.src="images/comedy.png";
	}
function over3(){
	document.roving.src="images/roving-hover.png";
	}
function out3(){
	document.roving.src="images/roving.png";
	}
function over4(){
	document.escape1.src="images/escape-hover.png";
	}
function out4(){
	document.escape1.src="images/escape.png";
	}
function over5(){
	document.credit.src="images/credit-hover.png";
	}
function out5(){
	document.credit.src="images/credit.png";
	}
function over6(){
	document.testimonial.src="images/testimonial-hover.png";
	}
function out6(){
	document.testimonial.src="images/testimonial.png";
	}
function over7(){
	document.contact1.src="images/contact-hover.png";
	}
function out7(){
	document.contact1.src="images/contact.png";
	}

