// JavaScript Document

    function goHomeNow() {
		/* This is make the logo link return to the appropriate
		   host site, whether main or dealer site. */
		var url = location.protocol + '//' + location.hostname;
		location.href = url;
	}
