var CopyrightNotice='Visitor Message Notification script for Forumotion Boards. Copyright © by LGforum. All Rights Reserved. Use and  modification of this script is not allowed without this entire copyright notice in the original, copied, or modified script. No distribution without consent.';function getvms(){var a=new XMLHttpRequest();a.onreadystatechange=function(){if(a.readyState==4&&a.status==200){var x=a.responseText.indexOf('title="New message" /> by ');if(x!=-1){var c=a.responseText.substring(x,a.responseText.indexOf('</a>',x)+4);var user=c.substring(26,c.length);var html="<div id='LGnewVM'>Notification: '"+user+"' has left you a Visitor Message!<br><br><span onclick=\"document.getElementById('LGnewVM').style.display='none';\">Close</span></div>";document.body.innerHTML+=html}}};a.open("GET","/u"+uid+"wall",true);a.send()}$(function(){if(uid){getvms()}else{setTimeout('getvms();',1500)}});
