// Begin

// NOTE: If you use a ' add a slash before it like this \'



var menuside		= "left"	// MENU SIDE | left | right | center



document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="menu-background"><tr><td align="'+menuside+'">');

document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');





document.write('</td><td nowrap>');
document.write('<a href="charlie.htm" class="menu">Charlie</a>');


document.write('</td><td nowrap>');
document.write('<a href="calais.htm" class="menu">Calais</a>');


document.write('</td><td nowrap>');
document.write('<a href="kristy.htm" class="menu">Kristy</a>');


document.write('</td><td nowrap>');
document.write('<a href="robin.htm" class="menu">Robin</a>');


document.write('</td><td nowrap>');
document.write('<a href="dolly.htm" class="menu">Dolly</a>');


document.write('</td><td nowrap>');
document.write('<a href="goldie.htm" class="menu">Goldie</a>');


document.write('</td><td nowrap>');
document.write('<a href="fame.htm" class="menu">Fame</a>');


document.write('</td><td nowrap>');
document.write('<a href="sammyandpiper.htm" class="menu">Piper&Sammy</a>');

document.write('</td><td nowrap>');
document.write('<a href="bebse.htm" class="menu">Bebse</a>');

document.write('</td><td nowrap>');
document.write('<a href="emily.htm" class="menu">Emily</a>');


document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->