/*browserName = navigator.appName;
function chatwin()
{
if(browserName=="Netscape")
var win = window.open("/NSTWChat.asp","","width=650,height=500");
else
var win = window.open("/TWChat.asp","","width=650,height=500");
}


ptitle='Privacy Statement';
var pover = 'self.status=\''+ptitle+'\';return true;'
mtitle='Member Agreement';
var mover = 'self.status=\''+mtitle+'\';return true;'
ctitle='Live Support';
var cover = 'self.status=\''+ctitle+'\';return true;'*/

document.write('<table width="100%" BORDER="0" cellpadding="0" cellspacing="0">')
document.write('<tr>')
document.write('<td align="left" bgcolor="#000000" valign="top" width="100%" height="2" colspan="4" nowrap>')
document.write('<img src="images/spacer.gif" width="2" height="1">')
document.write('</td></tr>')
document.write('<tr bgcolor="#ffffff">')
document.write('<td class="footer" valign="bottom" height="25" nowrap align="center">')
document.write('&nbsp;Copyright &copy; 2006 TexWorld.Com Inc, USA.All rights reserved.')
document.write('</td>')
/*document.write('<td align="right" bgcolor="#ffffff" valign="bottom" width="152" height="5" colspan="2" nowrap>')
document.write('<img src="images/spacer.gif" width="1" height="1">')
document.write('</td>')
//document.write('<td  align="right" bgcolor="#ffffff" valign="bottom" nowrap>')
//document.write('<a href="javascript:chatwin()" class="ftr" title="Live Support" onmouseover="'+cover+'"><u>Live Support</u></a>&nbsp;|&nbsp;')
//document.write('<a href="/privacy.html" class="ftr" onmouseover="'+pover+'" title="Privacy Statement"><u>Privacy Statement</u></a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/agreement.html" class="ftr" onmouseover="'+mover+'" title="Member Agreement"><u>Member Agreement</u></a>&nbsp;</font>')
//document.write('</td>')*/
document.write('</tr>')

document.write('</table>')