//www.mymortgagegal.com javascript version 1.0
//designed by: StephAnn Knotts
//coded by: Roy Hammel

var sideImage = new Array();
sideImage[0] = "germs";
sideImage[1] = "dog";
sideImage[2] = "handleknob";
sideImage[3] = "housekey";
sideImage[4] = "reddoor";
sideImage[5] = "yellowdoor";

function go_home() {
	window.location.href = "index.html";
}

function go_commit() {
	window.location.href = "commit.html";
}

function go_info() {
	window.location.href = "info.html";
}

function go_club() {
	window.location.href = "club.html"
}

function go_news() {
	window.location.href = "news.html";
}

function go_testimonials() {
	window.location.href = "testimonials.html";
}

function go_contact() {
	window.location.href = "contact.html";
}

