// JavaScript Document

var vFooterText = '';

//vFooterText = '</td></tr></table>';
//vFooterText += '</td></tr></table>';
//vFooterText += '</td></tr></tbody></table>';

vFooterText = '<div style="clear: both;"></div>';
vFooterText += '</div></div>';
vFooterText += '<table border="0" cellspacing="0" cellpadding="3" width="785" align="center">';
vFooterText += '	<tr><td height="12"></td></tr>';
vFooterText += '	<tr>';
vFooterText += '		<td width="100%" align="center">';
//vFooterText += '			<a href="javascript: golink(\'\',\'main\');" class="footer">Home</a>&nbsp;&nbsp;| &nbsp;&nbsp;';
vFooterText += '			<a href="/cobrand/'+vSponsor+'" class="footer">Home</a>&nbsp;&nbsp;| &nbsp;&nbsp;';
vFooterText += '			<a href="javascript: golink(basePath + \'/statichtml/brands.html\',\'\',true);" class="footer">Brands</a>&nbsp;&nbsp; | &nbsp;&nbsp;';

vFooterText += '			<a href="javascript: golink(basePath + \'/statichtml/buyingTips.html\',\'\',true);" class="footer">Buying Tips</a>&nbsp;&nbsp; | &nbsp;&nbsp;';
vFooterText += '			<a href="javascript: golink(basePath + \'/statichtml/glossary.html\',\'\',true);" class="footer">Glossary of Terms</a>&nbsp;&nbsp; | &nbsp;&nbsp;';
vFooterText += '			<a href="javascript: golink(basePath + \'/statichtml/facts.html\',\'\',true);" class="footer">Facts &amp; Stats</a>';
vFooterText += '		</td>';
vFooterText += '	</tr>';
vFooterText += '	<tr><td height="20"></td></tr>';
vFooterText += '</table>';
vFooterText += '</div>';
vFooterText += '</body></html>';

document.write(vFooterText);

