text=new Array(1);
text[0]="";

text[1]="";

function text1(){
document.write(text[0]);
}


function text2(){
document.write(text[1]);
}


