<!-- Begin



// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON



// ONLY USE lowercase FOR ALL OPTIONS









var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH

var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH

var showimage		= "yes"		// SHOW A SIDEBAR IMAGE



var topspacing		= "3"		// NUDGE SIDEBAR DOWN

var sidewidth		= "125"		// SIDEBAR WIDTH











// NUDGE SPACER

document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');



document.write('<table cellpadding="5" cellspacing="3" border="0" class="sidebartext-right"><tr><td>');



document.write('<div id="d" class="printhide">');

var d=new Date()

var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")

var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")

document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")

document.write(monthname[d.getMonth()] + " ")

document.write(d.getDate() + ". ")

document.write(d.getFullYear())

document.write("</nobr><br></span>")

document.write('</div>');











// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA



   if (paragraph_1 == "yes") {



document.write('<br><br><fieldset><legend>');



document.write('On Collaboration<br></legend>');


//document.write('"Driving Hospitality Performance through Collaboration" <br>Lance P. Fisher<br> <a href="contact.htm">Contact us for collaborative solutions...</a><br>');


document.write('"No one person has all of the answers, no matter how intelligent or worldly." <br>Lance P. Fisher<br> <a href="contact.htm">Contact us for collaborative solutions...</a><br>');


document.write('</fieldset>');

document.write('<br><br>');



}

// END RIGHT SIDEBAR AREA PARAGRAPH 1















// SMALL PICTURE AREA



   if (showimage == "yes") {


document.write('<br><left>');
//document.write('<br><center>');

document.write('<a href="partners.htm"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');

//document.write('</center>');
document.write('</left>');

document.write('<br><br>');

}















// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA



   if (paragraph_2 == "yes") {



document.write('<fieldset><legend>');



document.write('LPF E-Brochure<br></legend>');



document.write('<br><center>');




document.write('<a href="PDF/LPFEbrochure20103Q.pdf" target="blank"> <img src="picts/LPFCard.jpg" width="125" height="72" border="0"></a><br>');

document.write('<a href="PDF/LPFEbrochure20103Q.pdf" target="blank">Click to View<br></a>');

//document.write('<a href="contact.htm">Contact us for collaborative solutions...</a><br>');


document.write('</center>');


document.write('</fieldset>');

document.write('<br><br>');



}

// END RIGHT SIDEBAR AREA PARAGRAPH 2















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





// -- END -->
