timeID = 10;

function wiper() 
{
        
        clearTimeout(timeID);
}

