var char_array=[114,121,97,110,64,103,111,108,100,115,116,101,105,110,46,116,101,108]
var user=''
for (var i=0; i<char_array.length; i++)
 user+=String.fromCharCode(char_array[i])
document.write('<a href="msnim:chat?contact='+user+'"><img style="border-style: none;" src="http://www.wlmessenger.net/static/img/presence/Online.gif" width="16" height="16" alt="MSN Status"></a> '+user+'<br><br>If you have an MSN URI handler in your browser (which you probably do if you use MSN), use these links to <a href="msnim:chat?contact='+user+'" style="font-size:12px">message me</a> or <a href="msnim:add?contact='+user+'" style="font-size:12px">add me</a> to your buddy list.')