<!-- begin RANDOM HEADER IMAGES 
var theText = new Array()

theText[0] = 'images/chorwindex/chorwindex1.jpg'
theText[1] = 'images/chorwindex/chorwindex2.jpg'
theText[2] = 'images/chorwindex/chorwindex3.jpg'
theText[3] = 'images/chorwindex/chorwindex4.jpg'
theText[4] = 'images/chorwindex/chorwindex5.jpg'
theText[5] = 'images/chorwindex/chorwindex6.jpg'
theText[6] = 'images/chorwindex/chorwindex7.jpg'
theText[7] = 'images/chorwindex/chorwindex8.jpg'
theText[8] = 'images/chorwindex/chorwindex9.jpg'
theText[9] = 'images/chorwindex/chorwindex10.jpg'
theText[10] = 'images/chorwindex/chorwindex11.jpg'
theText[11] = 'images/chorwindex/chorwindex12.jpg'
theText[12] = 'images/chorwindex/chorwindex13.jpg'
theText[13] = 'images/chorwindex/chorwindex14.jpg'
theText[14] = 'images/chorwindex/chorwindex15.jpg'
theText[15] = 'images/chorwindex/chorwindex16.jpg'
theText[16] = 'images/chorwindex/chorwindex17.jpg'
theText[17] = 'images/chorwindex/chorwindex18.jpg'
theText[18] = 'images/chorwindex/chorwindex19.jpg'
theText[19] = 'images/chorwindex/chorwindex20.jpg'
theText[20] = 'images/chorwindex/chorwindex21.jpg'
theText[21] = 'images/chorwindex/chorwindex22.jpg'
theText[22] = 'images/chorwindex/chorwindex23.jpg'
theText[23] = 'images/chorwindex/chorwindex24.jpg'
theText[24] = 'images/chorwindex/chorwindex25.jpg'
theText[25] = 'images/chorwindex/chorwindex26.jpg'
theText[26] = 'images/chorwindex/chorwindex27.jpg'
theText[27] = 'images/chorwindex/chorwindex28.jpg'
theText[28] = 'images/chorwindex/chorwindex29.jpg'
var q = 0
var p = 28
var whichImage = Math.round(Math.random()*(p-1))

function showText(){
document.write('<img border="0" alt="photo CTP Nautica" src="'+theText[whichImage]+'">');
}

//  end RANDOM HEADER IMAGES -->
