function addbookmark() {
	var myurl, mytitle;

	myurl = "http://www.lamps2udirect.com";

	mytitle = "Lamps2udirect.com Ltd - Light bulbs, halogen lamps, spot lights and tubes by mail order in the UK";
	if (document.all)
		window.external.AddFavorite(myurl, mytitle);
}