Index: /FCKeditor/trunk/editor/_source/internals/fckconfig.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fckconfig.js	(revision 484)
+++ /FCKeditor/trunk/editor/_source/internals/fckconfig.js	(revision 485)
@@ -161,14 +161,6 @@
 FCKConfig.ProtectedSource = new Object() ;
 
-FCKConfig.ProtectedSource._GenerateCodeTag = function()
-{
-	if ( this._CodeTag )
-		return ;
-	var codeTag = [] ;
-	for ( var i = 0 ; i < 16 ; i++ )
-		codeTag.push( String.fromCharCode( 0x41 + parseInt( Math.random() * 26 ) ) ) ;
-	this._CodeTag = codeTag.join( "" ) ;
-}
-FCKConfig.ProtectedSource._GenerateCodeTag() ;
+// Generates a string used to identify and locate the Protected Tags comments.
+FCKConfig.ProtectedSource._CodeTag = (new Date()).valueOf() ;
 
 // Initialize the regex array with the default ones.
