var bookmarkurl="http://www.thedvdream.com/designersgalore/designers.html"
var bookmarktitle="Designers Galore"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
if (top.frames.length!=0)
top.location=self.document.location;


