function attach_file(p_script_url)
{
	script = document.createElement('script');
	script.src = p_script_url;
	document.getElementsByTagName('head')[0].appendChild(script);
}

alert("Please be patient while the quote screen loads.\nThis process can take up to a minute on some\nslower internet connections.");
