

function showbottom()
{
	var strbottomData = '';
	
strbottomData += '<table width="770" border="0" align="center" cellpadding="0" cellspacing="0">';
strbottomData += '<tr>';
strbottomData += '<td background="images/left_bg.jpg">&nbsp;</td>';
strbottomData += '<td bgcolor="#FFFFFF">&nbsp;</td>';
strbottomData += '<td height="14" colspan="3" background="" bgcolor="#FFFFFF"><img src="images/spacer.gif" width="1" height="1"></td>';
strbottomData += '<td background="images/right_bg.jpg">&nbsp;</td>';
strbottomData += '</tr>';
strbottomData += '<tr>';
strbottomData += '<td width="10" rowspan="3" background="images/left_bg.jpg"><img src="images/left_bg.jpg" width="10" height="8"></td>';
strbottomData += '<td width="173" rowspan="2" bgcolor="#FFFFFF">&nbsp;</td>';
strbottomData += '<td height="8" colspan="3" background="images/bottom_bg.gif" bgcolor="#FFFFFF"><img src="images/spacer.gif" width="1" height="1"></td>';
strbottomData += '<td width="10" rowspan="3" background="images/right_bg.jpg"><img src="images/right_bg.jpg" width="10" height="8"></td>';
strbottomData += '</tr>';
strbottomData += '<tr>';
strbottomData += '<td width="10" bgcolor="#003366"><img src="images/bottom_corner.jpg" width="10" height="26"></td>';
strbottomData += '<td width="380" align="left" bgcolor="#003366"><span class="bottom"><a href="privacy-policy.htm" class="bottom">Privacy Policy&nbsp;</a>&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="terms.htm" class="bottom"> Terms & Conditions&nbsp;</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#" class="bottom"> &nbsp;</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#" class="bottom"></a></span></td>';
strbottomData += '<td width="201" align="right" bgcolor="#003366"><span class="bottom">make-well @ 2007.&nbsp;&nbsp;</span></td>';
strbottomData += '</tr>';
strbottomData += ' <tr>';
strbottomData += '<td colspan="4" bgcolor="#FFFFFF"><img src="images/spacer.gif" width="1" height="5"></td>';
strbottomData += '</tr>';
/*strbottomData += '<tr>';
strbottomData += '<td bgcolor="#FFFFFF">&nbsp;</td>';
strbottomData += '<td colspan="3" align="right" bgcolor="#FFFFFF">&nbsp;</td>';
strbottomData += '</tr>';*/
strbottomData += '<tr bgcolor="#FFFFFF">';
strbottomData += '<td colspan="2" align="left" valign="bottom"><img src="images/bottm_corner_1.jpg" width="23" height="14"></td>';
strbottomData += '<td colspan="4" align="right" valign="bottom"><img src="images/bottm_corner_2.jpg" width="23" height="14"></td>';
strbottomData += '</tr>';
strbottomData += '<tr>';
strbottomData += '<td colspan="6" align="left" valign="bottom">&nbsp;</td>';
strbottomData += '</tr>';
strbottomData += '</table>';



document.write(strbottomData);

}
