// JavaScript Document
function logout(){
var now = window.location.href;
window.location = "logout.php?logout=1&url="+now;
}