Index: FramedCloud.js
===================================================================
--- FramedCloud.js	(revision 6749)
+++ FramedCloud.js	(working copy)
@@ -213,10 +207,9 @@
      */
     initialize:function(id, lonlat, size, contentHTML, anchor, closeBox, 
                         closeBoxCallback) {
-
+        this.imageSrc = OpenLayers.Util.getImagesLocation() + 'cloud-popup-relative.png';
         OpenLayers.Popup.Framed.prototype.initialize.apply(this, arguments);
         this.contentDiv.className = "olFramedCloudPopupContent";
-        this.imageSrc = OpenLayers.Util.getImagesLocation() + 'cloud-popup-relative.png';
     },
 
     /** 
