function copyright()
{
	now = new Date();
	year = now.getYear();

	document.write("All content on this web site copyright © 2002-" + year + " MN Car Sales unless otherwise stated. All rights reserved");
}
