// ©2007 Hannon Hill Corporation
// Last modified: Ben Ku 4/4/2007

// Display comments for a blog.
function showComments()
{
	new Ajax.Updater('read_comments','http://www.hannonhill.com/files/scripts/read_comments.php',{asynchronous:true});
}

addLoadEvent(showComments);