function ajaxpage(url, containerid){
	 getCORS(url,null,function(data){document.getElementById(containerid).innerHTML=data;});
}

