// 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="http://www.ranchoalumni.org/index.html" class="menu">Home</a>');


// START LINKS TO MAKE A NEW LINK COPY ANY OF THESE 2 LINES //


document.write('</td><td nowrap>');
document.write('<a href="http://www.ranchoalumni.org/alumniAssocLinks.html" class="menu">Association</a>');


document.write('</td><td nowrap>');
document.write('<a href="http://www.ranchoalumni.org/alumniLinks.html" class="menu">Alumni</a>');


document.write('</td><td nowrap>');
document.write('<a href="http://www.ranchoalumni.org/reunionsAllYrs.html" class="menu">Reunions</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://www.ranchoalumni.org/Nostalgia/" class="menu">Class Nostalgia</a>');


document.write('</td><td nowrap>');
document.write('<a href="http://www.ranchoalumni.org/mycaptcha/captcha-gbk.php" class="menu">Guest Book</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://www.ranchoalumni.org/guestBookVisitors.html" class="menu">View Guest Book</a>');


document.write('</td><td nowrap>');
document.write('<a href="http://www.ranchoalumni.org/communicate.htm" class="menu">Communicate</a>');


document.write('</td><td nowrap>');
document.write('<a href="http://www.ranchoalumni.org/photoGalleries.htm" class="menu">Photo Galleries</a>');


document.write('</td><td nowrap>');
document.write('<a href="http://www.ranchoalumni.org/newsArticles.html" class="menu">Rancho News</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://www.ranchoalumni.org/mycaptcha/captcha-cntct.php" class="menu">Contact the Rams</a>');


document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->