
if (window == top) top.location.href = "index.html";
	
	


function status_bar()
{
	window.status='Welcome to Gould Fasteners'; 
	return true
}

function stopError() {
  return true;
}

window.onerror = stopError;