function Bookmarkers(url){
	var loc = document.location.href;
	document.location.href = url + loc;
}
function GBookmarkers(){
	var loc = document.location.href;
	document.location.href = "http://www.google.com/bookmarks/mark?op=edit&title="+document.title+"&bkmk=" + loc;
}




