﻿//var VAC_DATE2 = "21 June 2008";

function UnableToProcessOrderMsg()
{
//document.write("We're sorry for any inconvenience but we'll be unable to process any orders until " );
//document.write( VAC_DATE2 );
//document.write(". Please wait until then to place your order.<br><br>Thanks<br>JD Design");
}

function UnableToReplyMsg()
{
//document.write("<p><b>We're sorry for any inconvenience but we'll be unable to reply until after " );
//document.write( VAC_DATE2 );
//document.write(".</b></p>");
}