var now = new Date();

function cright()
{
	document.write("&copy Shipping Depot 1998 - "+now.getYear()+"");
}