function insert(linktext,subtext){
    whoiam = new Array ("e.net","hshous","garet","vans","mistere");
    theothertext = new Array ('>','ilto:','ef = ma','<a hr','</a>');
//    theresult = theothertext[3] + theothertext[2] + theothertext[1]
//                + whoiam[4] + whoiam[3] + '@' + whoiam[2] + whoiam[1] + whoiam[0]
//                + '?subject=' + "a thing" + theothertext[0]
//                + linktext + theothertext[4];
    theresult = "<a hre";
    theresult = theresult + "f = mai";
    theresult = theresult + "lto:mistere"
    theresult = theresult + "vans";
    theresult = theresult + "@";
    theresult = theresult + "gareth";
    theresult = theresult + "shouse.ne";
    theresult = theresult + "t?subje";
    theresult = theresult + "ct=";
    theresult = theresult + escape(subtext);
    theresult = theresult + ">";
    theresult = theresult + linktext;
    theresult = theresult + "</a>";
    document.write(theresult);
}
