function external(){
    var textnode = document.createTextNode(" External scripts work!");
    document.getElementById('ex').appendChild(textnode);
}
