function document_load(s,wn,sw)
{
	if (wn != '')
		window.name = wn;

	if (sw == 0)
	{
		var h = screen.height;
		var w = screen.width;
		serverScript('/JS_ACTIONS/onload.asp?s='+s+'&h='+h+'&w='+w+'&wn='+window.name);

		//alert('We have been having telephone problems due to the recent storm disrupting community network lines. The problem should be corrected in a matter of hours. Please email us at info@magnatag.com with any questions or call us later today at 800-624-4154. As always, you can place your order on-line. We\'re sorry for any inconvenience.');
	}
}

function document_unload(s,c)
{
	serverScript('/JS_ACTIONS/onunload.asp?s='+s+'&c='+c);
}
