/******************************************************************************
* xBpsRgFonctions.js
*******************************************************************************
Fonctions du décor
*******************************************************************************
*                                                                             *
* Copyright 2010								                          *
*                                                                             *
******************************************************************************/

(function ($) {
	$(document).ready(function(){
		
		$(".gshpReferToFriendPopup .popupLabel").html(function(){
			var cText = $(this).text();
			return $("<span />").text(cText);
		});
		
	})
})(jQuery);
