function bookmarkPage() 
{
	if( window.external )
	{ 
		/*window.external.AddFavorite("http://www.buyitsellitwantit.co.uk/","Buyit! Sellit! Wantit? Home Page") ;*/
		window.external.AddFavorite(window.document.location,window.document.title);
	}
	else
	{
		alert("Your browser doesn't support this function."); 
	}
}
