<!--

function words1(){
document.getElementById('content').innerHTML=('SALAD DAYS SLIDESHOW')
}

function words2(){
document.getElementById('content').innerHTML=('<I>&quot;The things that are done by a Don...&quot;</I>')
}

function words3(){
document.getElementById('content').innerHTML=('In The Park - Act One backdrop')
}

function words4(){
document.getElementById('content').innerHTML=('Making-over Lady Raeburn')
}

function words5(){
document.getElementById('content').innerHTML=('<I>&quot;Look at me - I&#39m dancing!&quot;</I>')
}

function words6(){
document.getElementById('content').innerHTML=('Strictly hush-hush with Uncle Clam')
}

function words7(){
document.getElementById('content').innerHTML=('Highly suspicious behaviour')
}

function words8(){
document.getElementById('content').innerHTML=('Fiona gets her man')
}

function words9(){
document.getElementById('content').innerHTML=('Act One Finale')
}

function wordsA(){
document.getElementById('content').innerHTML=('Cleopatra&#39;s Nightclub - Act Two backdrop')
}

function wordsB(){
document.getElementById('content').innerHTML=('Asphynxia struts her stuff')
}

function wordsC(){
document.getElementById('content').innerHTML=('<I>&quot;It&#39;s easy to sing...&quot;</I>')
}

function wordsD(){
document.getElementById('content').innerHTML=('Jane, Fiona &amp; Nigel at the park Caf&eacute;')
}

function wordsE(){
document.getElementById('content').innerHTML=('Electrode gets all charged up')
}

function wordsF(){
document.getElementById('content').innerHTML=('Uncle Zed and his Flying Saucery')
}

function wordsG(){
document.getElementById('content').innerHTML=('Happy ever after !')
}

window.onload = words1();
-->