/************************************************

	Groups - Hugbook

	/includes/js/groups/hugbook.js
 
 	Copyright © DailyStrength, 2008.

************************************************/

$().ready(function() {
	
	$('form#create_hug').each(function(){
		
		$("fieldset.hugtypechooser label").click(function(){$("#profilebookpostercomments").focus();});
		$("#profilebookpostercomments").focus();
		
	});
	
});