﻿function losuj() { 
document.write('<br />');
var tab = new Array ('Dear Martin!'+'<br /><br />'+'You have done so much to enhance my enjoyment of my holiday i n your country. It has been a time I shall always remember.','Hi Filip!'+'<br /><br />'+'THANKS for the wonderful tours you provided me and all the personal assistance you included extra!!!','Dear Martin! '+'<br /><br />'+'Thank you for taking such a good care of us.','Dear martin, '+'<br /><br />'+'Both Val and I enjoyed the tour very much , your knowledge of the history, art etc.','With very many thanks for your care and guidance throughout our most enjoyable visit to Poland. '+'<br /><br />'+'Nigel and Gerda Thorns, Australia');
var nowa = new Array;


for (x=1; x< tab.length*2; x++) {
liczba = Math.ceil(Math.random()*tab.length);
nowa[x] = liczba;
}


for (x=1; x<nowa.length-1; x++) {
	if (nowa [x] != nowa[1]) {nowa[2]=nowa[x]; break}
}

document.write('<h6>'+tab[nowa[1]-1] +'<br /></h6>');

document.write('<p><a href='+'testimonials.html'+'>(read more)</a></p>');
document.write('<br /> <br />');
document.write('<h6>'+tab[nowa[2]-1]+'</h6>');
document.write('<p><a href='+'testimonials.html'+'>(read more)</a></p>');
}
