﻿$(function() {
var documentId = document.location.toString().match(/\/([0-9]*)-/i)[1];
       
    $('#comments').load("/jsincludes/PostComments.aspx?sid=" + documentId, CommentsLoaded);
});