function imageType() {
	var browser=navigator.appName;
	var b_version=navigator.appVersion;
	var version=parseFloat(b_version);
	if ((browser=="Microsoft Internet Explorer") && (version<7)) {
		document.write('<img src="/images/2.gif" alt="" name="two" width="24" height="264" id="two" border="0" /><img src="/images/3.jpg" alt="Mountain Rose Horsemanship Training" name="three" width="709" height="264" id="three" border="0" /><img src="/images/4.gif" alt="" name="four" width="22" height="264" id="four" border="0" />');
	} else {
		document.write('<img src="/images/2.png" alt="" name="two" width="24" height="264" id="two" border="0" /><img src="/images/3.jpg" alt="Mountain Rose Horsemanship Training" name="three" width="709" height="264" id="three" border="0" /><img src="/images/4.png" alt="" name="four" width="22" height="264" id="four" border="0" />');
	}
}