﻿function messageList(url)
{
    document.location.href = url;
}

