Index: avatarcrop.js
===================================================================
--- avatarcrop.js	(revision 2501)
+++ avatarcrop.js	(working copy)
@@ -2,7 +2,7 @@
 $(document).ready(function(){
 	$('#cropbox').Jcrop({
 		aspectRatio: cwidth/cheight,
-	
+	  setSelect: [cwidth,cheight,0,0],
 		onChange: showCoords,
 		onSelect: showCoords  //no ',' here due to IE issue
 		//onChange: showPreview,
