﻿function leaveComment(iPostID)
{
    window.location = "/leaveComment.aspx?postid=" + iPostID;
}