
function locationURL(){

	//var lang = document.getElementById('ctl00_VariationLabel').value;

	var	urlDest = '/Customcontrols/SendAFriend.aspx?URLArtigo=';
	//alert(urlDest);
	urlDest = urlDest + document.location.toString();
	
	//alert(urlDest);// + '&lang=' + lang);
	window.open(urlDest ,'popup','height=600,width=787,status=yes');
	//document.location = urlDest;
}

