function redirect(path){
	document.location = path;
}

function one(){
	$.ajax({
		url: '/ajax.php?mod=google'
	});
}
