window.onerror = function () { return true; }
if (document.title == "Canyon Concepts") {
	document.getElementById("Image1").src = "http://www.canyonconcepts.com/wp-content/themes/mark1/images/home2.gif";
}
if (document.title == "Business Coaching") {
	document.getElementById("Image2").src = "http://www.canyonconcepts.com/wp-content/themes/mark1/images/business2.gif";
}
if (document.title == "Career Coaching") {
	document.getElementById("Image3").src = "http://www.canyonconcepts.com/wp-content/themes/mark1/images/career2.gif";
}
if (document.title == "Brand and Collateral Designs") {
	document.getElementById("Image4").src = "http://www.canyonconcepts.com/wp-content/themes/mark1/images/branding2.gif";
}
if (document.title == "Strategic Marketing") {
	document.getElementById("Image5").src = "http://www.canyonconcepts.com/wp-content/themes/mark1/images/marketing2.gif";
}
if (document.title == "Contact Us") {
	document.getElementById("Image6").src = "http://www.canyonconcepts.com/wp-content/themes/mark1/images/contact2.gif";
}