// JavaScript Document
var logout = function(){
	location.href="index.php?action=logout";
}
