//<script type="text/javascript" src="notice.js"></script>


function show_alert()
{
alert("NOTICE: **NOTICE:  Due to increased holiday volume, we will be unable to fill orders after December 16, 2009.   We will resume on January 5, 2010.");
}

//<form onsubmit="show_alert()" />

