
var Output   = "						<table cellpadding='8' cellspacing='0' border='0' width:'230px'>";
    Output  += "							<tr valign='top'>";
    Output  += "								<td align='center'><font style='font-family:arial;font-size:9pt;font-weight:800;'>";
    Output  += "								Do you have plans for dinner over the next couple of weeks?";
    Output  += "								<br>";
    Output  += "								<br>";
    Output  += "								Look through our menu to see what there is to choose from. It";
    Output  += "								will be a healthy and delicious decision.";
    Output  += "								";
    Output  += "								</td>";
    Output  += "							</tr>";
    Output  += "						</table>";

document.write(Output);
//document.getElementById("HdrText").innerHTML = Output;


//var Outout = "								<!--";
//var Outout = "								Surprise your someone special with our Romantic Valentine Day";
//var Outout = "								dinner for only $36.00 a couple. Chocolate covered strawberries";
//var Outout = "								and Petit Fors will also be available for a small additionial";
//var Outout = "								charge. Order yours now as quantities are limited.";
//var Outout = "								-->";
