$(document).ready(function() {
	// attach full size button to images 
	$("img").fullsize();  
	
	// attach wym editor
	$("textarea").wymeditor({
		postInit: function(wym) {
			wym.resizable();
		}
	});
	 	
}); 
