// Define options
teh_options = { 
	view: "extended",
    image_path: "/themes/teh/images/", 
    help_url: "http://hobix.com/textile/",
    encode_email: "yes"
};

$(document).ready(function() {
    
	// Initialize textile editor
	$(".textile_editor").TextileEditor(teh_options);
	
});
