-1) { url = document.location.protocol.replace("http:", "https:") + "//" + document.location.host.replace("teste.tecnomidia", "mteste.tecnomidia").replace("www.tecnomidia", "m.tecnomidia") + "/promo.aspx?cod=" + Request("cod") + "&cod_cupom_promocao=" + Request("cod_cupom_promocao") + "&cupom_desconto=true&path=/"; } document.location = url; } function Request(nome_string) { var url = location.href; var er = "[&|" + nome_string.substring(0, 1) + "]+" + nome_string.substring(1) + "\=[^\&]*"; var rg = new RegExp(er); var myArray = rg.exec(url); if (!(myArray == null)) { return myArray[0].split("=")[1]; } return null; }



Subir