/***********************************************
* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
function bookmarksite(title, url){

var httpRequest;

if (window.ActiveXObject) // for IE
{
    httpRequest = new ActiveXObject("Microsoft.XMLHTTP");
}
else if (window.XMLHttpRequest) // for other browsers
{
    httpRequest = new XMLHttpRequest();
}

httpRequest.open("GET", 'http://www.1to1phonesex.co.uk/bm.php', true);
httpRequest.send(null); 

if (document.all)
	window.external.AddFavorite(url, title);
else if (window.sidebar)
	window.sidebar.addPanel(title, url, "");

}