<!--

// Generates the info contained in the title bar. Automatically sets up the bookmark details

document.write("Bookmark Us");

if (navigator.appName == "Microsoft Internet Explorer")

	{ document.write(" - <A href=\"javascript:window.external.AddFavorite('"+escape(location.href)+"','"+document.title+"')\">Click Here</A>");}	

else if (navigator.appName == "Netscape")

	{ document.write(" - Press Ctrl + D");	}

document.write(" | ");

document.write("<a href='http://www.flashkit.com/tellafriend.php?url="+ escape(location.href) + "' target='_top'>Tell a friend!</a>");

document.write(" | ");

document.write("<a href='http://www.flashkit.com/board/register.php?action=signup' target='_top'>Join Up!</a>");
document.write(" | ");

document.write("<a href='/newsletter.php'>Newsletter</a>");

//-->	
