var sHead = 'http://';
var sSite = 'www.therecovery.com/';
var sPage = 'index.php/ita/it';

// Sposta
location.replace(sHead + sSite + sPage);
