
 
function EtoF(){
var url=window.location.href;
var Newurl=url.replace('.com/','.com/a/');
location.href=Newurl;


}


