<!--
var bookmarkurl="http://web.ukonline.co.uk/darthgus/starwars/index.htm"
var bookmarktitle="No Light without Shadow"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
//-->