// Header Navigation Menu (hnav) Script File

function hnav() 
{
  var pageurl=location.href
  var pagetitle=document.title
  document.write('<br><center><table class="sbord" style="text-align: left; width: 630px; height: 25px;" border="0" cellpadding="2" cellspacing="2"><tbody><tr><td class="inside" align="center" valign="middle"; style="font-weight: bold;>')
// Not sure why the next dummy link is required, but if it isn't there, the following link will appear, but won't be selectable.
    document.write('<a href="http://www.datingthatclicks.com"></a>')
    document.write('<a href="http://www.datingthatclicks.com">Home</a>&nbsp;&nbsp;|&nbsp;&nbsp;')
    document.write('<a href="http://www.datingthatclicks.com/onlinedating.html">Complete Site List & Reviews</a></b>&nbsp;&nbsp;|&nbsp;&nbsp;')
//  document.write('<a href="http://www.datingthatclicks.com/shopping.html"><b> Perfect <span style="color: red;">&hearts; </span>Gifts</a> | ')
//  document.write('<a href="http://www.datingthatclicks.com/books.html">Books</a>&nbsp;&nbsp;|&nbsp;&nbsp;')
//  document.write('<a href="http://www.datingthatclicks.com/movies.html">Movies</a>&nbsp;&nbsp;|&nbsp;&nbsp;')

  document.write('<a href="',(pageurl),'"','title="',(pagetitle),'"','rel="sidebar"',' onclick="bookmark()">Bookmark Page</a>&nbsp;&nbsp;|&nbsp;&nbsp;')
  document.write('<a href="http://www.datingthatclicks.com/links/" target="_blank">Link Exchange</a>')
  document.write('</td></tr></tbody></table></center><br>')
}

// Place the following within the head tag
// <script language="JavaScript" type="text/javascript" src="hnav.js"></script>
//
// Place the following within the body tag at the desired location
// <script language="JavaScript" type="text/javascript">hnav()</script>