/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

function logout()
{
    if(confirm('Sei sicuro di voler uscire?'))
        {
            return true;
        }
    return false;
}



