--- jquery-latest.js	2006-10-10 03:27:43.000000000 +0200
+++ jquery.js	2006-10-18 03:25:36.000000000 +0200
@@ -394,9 +394,11 @@
 					oHeight = e.offsetHeight;
 					oWidth = e.offsetWidth;
 				} else {
-					e = jQuery(e.cloneNode(true)).css({
+					var q = jQuery(e.cloneNode(true)).css({
 						visibility: "hidden", position: "absolute", display: "block", right: "0", left: "0"
-					}).appendTo(e.parentNode)[0];
+					})[0];
+					$('input[@type=radio]', q).removeAttr('checked');
+					e = $(q).appendTo(e.parentNode)[0];
 
 					var parPos = jQuery.css(e.parentNode,"position");
 					if ( parPos == "" || parPos == "static" )
