// Header Navigation Menu (hnav) Script File

function hnav() 
{
  var pageurl=location.href
  var pagetitle=document.title
  document.write('<center><table style="text-align: left; width: 300px; height: 28px;" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td  align="center" valign="middle"; background-color: rgb(153, 153, 255); style="font-size: 12px;">')
//  document.write('<b><a href="http://www.actionebook.com">Home</a></b>&nbsp;&nbsp;|&nbsp;&nbsp;')
//  document.write('<b><a href="http://www.actionebook.com/onlinedating.html">Complete Site List & Reviews</a></b>&nbsp;&nbsp;|&nbsp;&nbsp;')
//  document.write('<b><a href="http://www.actionebook.com/shopping.html"><b> Perfect <span style="color: red;">&hearts; </span>Gifts</a></b> | ')
//  document.write('<b><a href="http://www.actionebook.com/books.html">Books</a></b>&nbsp;&nbsp;|&nbsp;&nbsp;')
//  document.write('<b><a href="http://www.actionebook.com/movies.html">Movies</a></b>&nbsp;&nbsp;|&nbsp;&nbsp;')
  document.write('<a color: black;" href="',(pageurl),'"','title="',(pagetitle),'"','rel="sidebar"',' onclick="bookmark()">')
  document.write('Bookmark Us</a>')
  document.write('&nbsp;&nbsp;|&nbsp;&nbsp<a target="_blank" href="http://www.actionebook.com/">Link Exchange</a>')
  document.write('</td></tr></tbody></table></center>')
}

// 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>