function hidemessage(messageid) {var element = document.getElementById(messageid);element.parentNode.removeChild(element);}
function facebookhelp() {var help = document.createElement('div'); help.setAttribute('id','help'); help.className='message-help'; help.innerHTML='<table width="99%"><tr><td align="center" class="message">I will write some help for this feature shortly. (This feature is new - it was made at around 11pm on the 5th of November 2007).</td><td align="right">[Hide]</td></tr></table>';}