var tempHtml

tempHtml = '<table width="100%" cellpadding="0" cellspacing="0" border="0">';
tempHtml += '	<tr>';
tempHtml += '		<td style="border-bottom:219px solid #FAF7F1;"><img src="'+path+'images/common/spacer.gif" width="1" height="104"></td>';
tempHtml += '	</tr>';
tempHtml += '</table>';

document.write (tempHtml);
