document.write("<hr width='75%' />")
document.write("<span id='cred'><p align='center'>Harmony Ranch's website was designed by the <a href='http://www.niacc.edu' target='_blank' title='Link the the North Iowa Area Community College's websote.'>NIACC</a> <a href='http://web.niaccist.niacc.edu/~thomenor' target='_blank' title='Link to Norb Thomes' web and grapic design instructor page at NIACC.'>web design</a> class of Fall 2007.</p>")
document.write("<p align='center'>")
firstYear = "2007";
	document.write("&copy; " + firstYear);

	var fullDate = new Date();
	fullYear = fullDate.getFullYear();
	if (fullYear != firstYear) {
		document.write(" - " + fullYear);
		}

	document.write(" All rights reserved.&nbsp;&nbsp;");
document.write("</p></span>")