var xmlHttp = null;
var bio_id	= null;

function getBio( document, page, id )
{
	document.location.href = "http://localhost/geschichte/index.php?page=" + page + "#" + id;
}

