
function redirect(page, time){
	setTimeout("window.location = '"+page+"'", time);
}

function ajax_query(){

}