<!--
//write links
function hlnk(lnk)
{
switch(lnk)
	{
	case 'nlps':
		htm = '<a href="http://www.hghnstuff.com/prv.htm" title="HgH \'n Stuff Privacy Policy" rel="nofollow">Privacy</a>|<a href="http://www.hghnstuff.com/nsp.htm" title="HgH \'n Stuff No Spam Policy" rel="nofollow">No Spam</a>';
		break;
	case 'fapst':
		htm = '<p class="fb1"><a href="http://www.hghnstuff.com/abt.htm" title="About HgH \'n Stuff" rel="nofollow">About Us</a> | <a href="http://www.hghnstuff.com/prv.htm" title="HgH \'n Stuff Privacy Policy" rel="nofollow">Privacy Policy</a> | <a href="http://www.hghnstuff.com/tou.htm" title="HgH \'n Stuff Terms of Use" rel="nofollow">Terms of Use</a> | <a href="http://www.hghnstuff.com/nsp.htm" title="HgH \'n Stuff No Spam Policy" rel="nofollow">No Spam</a></p>';
		break;
	}
document.write(htm);
}
// -->