$(function()
{
	// Initialize the editor.
	// Callback function can be passed and executed after full instance creation.
	$('textarea.ckeditor').ckeditor(function(){});
});
