<html>
<head>
<script type="text/javascript" src="ckeditor/ckeditor.js"></script>
<title>CKEditor</title>
</head>
<body>
	<textarea id="story" name="story" class=""></textarea>
</body>
	<script type="text/javascript" type="javascript">
	//<![CDATA[
		CKEDITOR.replace ('story');
	//]]>
	</script>
</html>