« '
text[6] = ''
text[2] = '
'
text[3] = '
'
text[4] = '
'
text[5] = '
'
text[6] = '
'
text[7] = '
'
text[8] = '
'
text[9] = '
'
text[10] = '
'
text[12] = '
'
text[12] = '
'
text[13] = '
'
text[14] = '
'
var mytext = text[rand1];
document.write(text[rand1]);
//fin
}
else{
//inicio
var textnumber = 14;
var randomnumber = Math.random() ;
var rand1 = Math.round( (textnumber-1) * randomnumber) + 1 ;
text = new Array;
text[1] = '
'
text[7] = '
'
text[8] = '
'
text[9] = '
'
text[10] = '
'
text[11] = '
'
text[12] = '
'
text[13] = '
'
text[14] = '
'
var mytext = text[rand1];
document.write(text[rand1]);
//fin
}