var HTML;

HTML ="		<tr>\n";
HTML +="		<td bgcolor=\"#965C59\" colspan=2 height=1><img src=\"https://mmm1118.verio-web.com/shojid/images/spacer.gif\" height=1></td>\n";
HTML +="	</tr>\n";
HTML +="	<tr>\n";
HTML +="		<td bgcolor=\"#E3CCB7\"><img src=\"https://mmm1118.verio-web.com/shojid/images/spacer.gif\" height=440 width=3></td>\n";
HTML +="		<td bgcolor=\"#965C59\"><img src=\"https://mmm1118.verio-web.com/shojid/images/spacer.gif\" height=440 width=1></td>\n";
HTML +="	</tr>\n";
HTML +="	<tr>\n";
HTML +="		<td colspan=3>\n";
HTML +="			<table cellpadding=0 cellspacing=0 border=0>\n";
HTML +="			<tr>\n";
HTML +="				<td><img src=\"https://mmm1118.verio-web.com/shojid/images/spacer.gif\" height=28 width=3></td>\n";
HTML +="				<td bgcolor=\"#965C53\"><img src=\"https://mmm1118.verio-web.com/shojid/images/spacer.gif\" width=1></td>\n";
HTML +="				<td bgcolor=\"#E3CCB7\" height=20 width=649 align=\"center\">\n";
HTML +="					<table border=0 cellpadding=0 cellspacing=0 width=\"100%\">\n";
HTML +="					<tr>\n";
HTML +="						<td><img src=\"https://mmm1118.verio-web.com/shojid/images/spacer.gif\" width=20></td>\n";
HTML +="						<td class=\"footer\">Toll Free 1.877.746.5438</td>\n";
HTML +="						<td class=\"footer\" align=\"center\"><a href=\"mailto:shojidecor\@yahoo.com\">shojidecor\@yahoo.com</a></td>\n";
HTML +="						<td class=\"footer\" align=\"center\">Copyright &#169 2008 www.shojidecor.com</td>\n";
HTML +="					</tr>\n";
HTML +="					</table>\n";
HTML +="				</td>\n";
HTML +="				<td bgcolor=\"#965C53\"><img src=\"https://mmm1118.verio-web.com/shojid/spacer.gif\" width=1></td>\n";
HTML +="			</tr>\n";
HTML +="			<tr>\n";
HTML +="				<td></td>\n";
HTML +="				<td bgcolor=\"#965C53\"><img src=\"https://mmm1118.verio-web.com/shojid/images/spacer.gif\" height=1 width=1></td>\n";
HTML +="				<td bgcolor=\"#965C53\"><img src=\"https://mmm1118.verio-web.com/shojid/images/spacer.gif\" height=1 width=1></td>\n";
HTML +="			</tr>\n";
HTML +="			</table>\n";
HTML +="		</td>\n";
HTML +="	</tr>\n";
HTML +="	</table>\n";

document.open();
document.write(HTML);
document.close();
