﻿$(document).ready(function(){

//	try
//	{
    $(".blogPostCommentForm").formHighlighter({
        classFocus: 'focus',
        classBlur: 'blur',
        classKeyDown: 'keydown'
    });
//	}
//	catch(err) {}

});

function showPostContent(id)
{
	document.getElementById(id).style.display = 'inline';
}