document.write('					<table>');
document.write('						<tr><td colspan="2"><br><br><br>&nbsp;</td></tr>');
document.write('						<tr>');
document.write('							<td>Retail Price: </td><td align="left">$' + myHashtable[basketName] + '</td>');
document.write('						</tr>');
document.write('						<tr>');
document.write('							<td>Food Service for 2: </td><td align="left">$20</td>');
document.write('						</tr>');
document.write('						<tr>');
document.write('							<td>Setup/Delivery: </td><td align="left">$30</td>');
document.write('						</tr>');
document.write('					</table>');
document.write('					<br>');
document.write('					<table>');
document.write('						<tr>');
document.write('							<td align="right" valign="top">*</td><td>Special request items will be priced according to selections</td>');
document.write('						</tr>');
document.write('						<tr>');
document.write('							<td align="right" valign="top">**</td><td>Sales Tax of 7.75% will be added to all orders</td>');
document.write('						</tr>');
document.write('					</table>');


