<!-- Begin SIDEBAR LEFT


// NUDGE DOWN SPACER
document.write('<img src="spacer.gif" height="2" width="10"><br>')




// START TOPIC 1

document.write('<span class="sidebartitle">');

document.write('So Many Places to Visit!');

document.write('<br></span><span class="sidebarlinks">');


// START SIDEBAR LINKS - YOU CAN COPY AND PASTE A LINE TO ADD A LINK

document.write('<a href="http://content.onlineagency.com/c/24/24560/2899838_24560.htm">Tours</a><br>');
document.write('<a href="http://content.onlineagency.com/c/24/24560/2899831_24560.htm">Cruises</a><br>');
document.write('<a href="http://content.onlineagency.com/index.asp?site=24560&tide=1655">The Caribbean</a><br>');
document.write('<a href="http://content.onlineagency.com/index.asp?site=24560&tide=2083">Mexico</a><br>');
document.write('<a href="http://content.onlineagency.com/index.asp?site=24560&tide=31824">Las Vegas</a><br>');
document.write('<a href="http://content.onlineagency.com/index.asp?site=24560&tide=1656">Europe</a><br>');


document.write('</span>');




// START TOPIC 2



document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Our Customers Say:');

document.write('<br></span><span class="sidebartext">');

document.write('We just wanted to let you know what a great job Connie Vogt did in helping us plan our trip to Australia and New Zealand.  We were so impressed with her that we had her make the arrangements for going to Aruba the next year.<br>');
document.write('<b>- Leroy & Jane W.  -</b><br>');


document.write('</span>');










// THIS IS AN EXTRA PARAGRAPH - CHANGE BELOW TO YES TO SHOW IT




var extra_paragraph 	= "yes"	  // SHOW ANOTHER PARAGRAPH


   if (extra_paragraph == "yes") {

// START TOPIC 3

document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Our People Make<br>the Difference!');

document.write('<br></span><span class="sidebartext">');

document.write('Find out more about us.  Our staff will help to make your next vacation fun and stress free!<br>');

document.write('<center><a href="about.htm"><img src="sidebar1.jpg" border="1" vspace="5"></a><br></center>');

document.write('</span>');

}




//  End -->