Index: FCKeditor/trunk/editor/dialog/fck_paste.html
===================================================================
--- FCKeditor/trunk/editor/dialog/fck_paste.html	(revision 414)
+++ FCKeditor/trunk/editor/dialog/fck_paste.html	(revision 495)
@@ -40,5 +40,5 @@
 	// First of all, translate the dialog box texts
 	oEditor.FCKLanguageManager.TranslatePage(document) ;
-	
+
 	var sPastingType = window.parent.dialogArguments.CustomValue ;
 
@@ -112,5 +112,5 @@
 		var marker = [] ;
 		for ( var i = 0 ; i < 5 ; i++ )
-			marker.push( parseInt(Math.random() * 100000) ) ;
+			marker.push( parseInt(Math.random() * 100000, 10 ) ) ;
 		marker = marker.join( "" ) ;
 		range.InsertNode ( oDoc.createTextNode( marker ) ) ;
