// JavaScript Document

/*vHeaderText = '<td style="padding-top: 30px;" align="left" valign="top" width="140">';
vHeaderText += '<table class="catTable" border="0" cellpadding="0" cellspacing="0" width="100%">';
vHeaderText += '<tbody>';;
vHeaderText += '<tr><td class="catSpace" nowrap="nowrap"><a id="resourceLink" href="buyingTips.html">Buying Tips</a></td></tr>';
vHeaderText += '<tr><td class="catSpace" nowrap="nowrap"><a id="resourceLink" href="facts.html">Facts & Stats</a></td></tr>';
vHeaderText += '<tr><td class="catSpace" nowrap="nowrap"><a id="resourceLink" href="glossary.html">Glossary of Terms</a></td></tr>';
vHeaderText += '</tbody></table>';
vHeaderText += '</td>';*/

vHeaderText = '<div style="display: inline; float: left; width: 140px; height: 100%; margin-top: 15px;">';
vHeaderText += '	<div class="catSpace"><a id="resourceLink" href="buyingTips.html">Buying Tips</a></div>';
vHeaderText += '	<div class="catSpace"><a id="resourceLink" href="facts.html">Facts & Stats</a></div>';
vHeaderText += '	<div class="catSpace"><a id="resourceLink" href="glossary.html">Glossary of Terms</a></div>';
vHeaderText += '</div>';

document.write(vHeaderText);
