function toSomeStyle()
{
    document.getElementById("comments-link").style.backgroundColor = "#FF0000";
    document.getElementById("comments-link").style.border="thick solid #0000FF";
}
