﻿function ValidateUrl(source, arguments) {
    arguments.IsValid = !arguments.Value.match(/[^A-Za-z0-9_-]/);
}

function PostComment() {
    document.getElementById("PostingComment").style.display = "inline";
}