var hasUnRead = false; function NotifyUnReadUser() { if (hasUnRead == true) $('.clsHadUnread').html('(!)'); } function logoutKiss() { window.location = 'https://kisscartoon.nz/Logout?r=' + Math.floor((Math.random() * 99999) + 1); }