	
/* ------------------------------------------
*  BLOG VIEW PAGE
* ---------------------------------------- */
function viewPage(){
	// Submit the comment via ajax
	$('#add-comment').submit(ajaxAddComment);
}
	
