
jQuery(document).ready(function() {
	jQuery('#commentform #author, #commentform #comment, #commentform #email, #commentform #url').inputHint();
});