// JavaScript Document

var vFooterText = '';

vFooterText = '</td></tr></table>';
vFooterText += '</td></tr></table>';
vFooterText += '</td></tr></tbody></table>';
vFooterText += '<table border="0" cellspacing="0" cellpadding="3" width="785" align="center">';
vFooterText += '	<tr><td height="12"></td></tr>';
//vFooterText += '	<tr><td class="footerLine" height="12">&nbsp;</td></tr>';
vFooterText += '	<tr>';
vFooterText += '		<td width="100%" align="center">';
vFooterText += '			<a href="' + vRoot + '" class="footer">Home</a>&nbsp;&nbsp;| &nbsp;&nbsp;';

/* Phase 2
vFooterText += '			<a href="viewedStyles.html" class="footer">Recently Viewed Styles</a>&nbsp;&nbsp;| &nbsp;&nbsp;';
*/

vFooterText += '			<a href="' + vRoot + '/statichtml/brands.html" class="footer">Brands</a>&nbsp;&nbsp; | &nbsp;&nbsp;';

/* Phase 2
vFooterText += '			<a href="wishlist.html" class="footer">Wishlist</a>&nbsp;&nbsp; | &nbsp;&nbsp;';
*/

vFooterText += '			<a href="' + vRoot + '/statichtml/buyingTips.html" class="footer">Buying Tips</a>&nbsp;&nbsp; | &nbsp;&nbsp;';
vFooterText += '			<a href="' + vRoot + '/statichtml/glossary.html" class="footer">Glossary of Terms</a>&nbsp;&nbsp; | &nbsp;&nbsp;';
vFooterText += '			<a href="' + vRoot + '/statichtml/facts.html" 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);
