window.onload = writeMessage; 
	function writeMessage() {
	document.getElementById("CopyRight").innerHTML = "&copy; 2010 AMSP: All Rights Reserved";
}

// aMsp Search function
function productSearch() {
	if (document.getElementById('searchBox').value == "" || document.getElementById('searchBox').value.toUpperCase() == "PRODUCT SEARCH")
	{	return false;	}
	return true;
}