      function reloadContentFrameFromPopUp( window )
      {
		//alert(window.location);
      	var newlocation  = window.location + '&ran=' + Math.random();
//      	alert(test);
      	window.location = newlocation;
      	//alert(window.location);
      	window.location.reload(1);
      	
      	return false;
      }
      
      