var ss;

ss = "supp";
ss = ss + "ort@";
ss = ss + "minishare.c";
ss = ss + "om";

document.write(ss);