// JavaScript Document
function addbookmark()
{
bookmarkurl="http://www.d6games.co.uk";
bookmarktitle="D6 Games - Warhammer 40,000, Games Workshop, Paints and more";
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle);
}