page=document.title;
var urlo="http://www.targetwoman.com/cgi-bin/browse?"+page;
var whato="send-this.html?"+document.location.href;
var seno="bookmark.php?"+document.location.href;
var reado="read-this.html?"+document.location.href;
function addbookmark(page)
	
{
	bookmarkurl=window.location;

	if (document.all)
	{
		window.external.AddFavorite(bookmarkurl,page)
	}
	else
    {
       	alert("press OK,then press CTRL D for adding  \""+ bookmarkurl+"\"  as BookMark");
    }
}

function spawn(page) 
{
	window.open(page,"","left=5,top=5,height=400,width=600,status=yes,toolbar=no,menubar=no,scrollbars=yes");
}

