<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "no"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "no"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP
var showdate		= "yes"		// SHOW THE DATE ON THE PAGE
var dateLR			= "left"	// DATE LEFT OR RIGHT
var dateX			= "5"		// DATE X LOCATION
var dateY			= "95"		// DATE Y LOCATION

// document.write('<br><Font color="#413B65" size="2"><Center><Strong>Booking Lethia is<BR>as easy as 1,2,3<BR><A href="contact.htm">(Contact Us)</a></Strong></Center></font><BR>');
document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td >');
   if (linkstop == "no") {
// document.write('<img src="picts/menu-top.gif" width="154" height="70"><br>');
}

// START LINKS //
document.write('<!-- BEGIN: Constant Contact HTML for OptIn Tag  -->');
document.write('<center>');
document.write('<form name="ccoptin" action="http://ui.constantcontact.com/d.jsp" target="_blank" method="post">');
document.write('<table bgcolor=#ccccff border="1" bordercolor="#413B65" cellpadding="3" cellspacing="0">');
document.write('<tr><td align="center"><font size=2 face="Verdana,Arial,Helvetica">Become a <BR>Member NOW!</font></td></tr>');
document.write('<tr><td align="center"><font size=2 face="Verdana,Arial,Helvetica"><b>Enter Email:<BR></b>');
document.write('<input type=text name="ea" size=17>');
document.write('<input type=hidden name="m" value="1100393276836">');
document.write('<input type=hidden name="p" value="oi">');
document.write('<input type=submit name="go" value="Go">');
document.write('</font></td></tr>');
document.write('</table></form></center></td></tr></table>');
document.write('<!-- End: Constant Contact HTML for OptIn Tag -->');

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td height="40" align="center" background="picts/menuside.gif" nowrap>');
document.write('<a href="booking.htm" class="menu">&nbsp;<strong><font size="2">How to <BR>Book Lethia</font></strong></a>');

document.write('</td></tr><tr><td height="40" align="center" background="picts/menuside.gif" nowrap>');
document.write('<a href="questionnaire.htm" class="menu">&nbsp;<strong><font size="2">Pre-Event & <BR>Questionnaire</font></strong></a>');

document.write('</td></tr><tr><td height="40" align="center" background="picts/menuside.gif" nowrap>');
document.write('<a href="intro.htm" class="menu">&nbsp;<strong><font size="2">How to Introduce <BR>Lethia</font></strong></a>');

document.write('</td></tr><tr><td height="40" align="center" background="picts/menuside.gif" nowrap>');
document.write('<a href="Photos.htm" class="menu">&nbsp;<strong><font size="2">Lethia\'s Photos <BR>For Download</font></strong></a>');

document.write('</td></tr><tr><td height="40" align="center" background="picts/menuside.gif" nowrap>');
document.write('<a href="avSetup.htm" class="menu">&nbsp;<strong><font size="2">Room Setup & <BR>AV Requirements</font></strong></a>');

document.write('</td></tr><tr><td height="40" align="center" background="picts/menuside.gif" nowrap>');
document.write('<a href="Hotel.htm" class="menu">&nbsp;<strong><font size="2">Lodging <BR>Recommentations</font></strong></a>');

document.write('</td></tr><tr><td height="40" align="center" background="picts/menuside.gif" nowrap>');
document.write('<a href="downloads.htm" class="menu">&nbsp;<strong><font size="2">View Audio &<BR> Video Clips</font></strong></a>');

document.write('</td></tr><tr><td><BR><BR>');
document.write('<span class="phonetitle">');
document.write('Lethia Owens International, Inc.');
document.write('</span><br>');
document.write('<font size=2>513 River Bend Ests. Dr.<br>');
document.write('St. Charles, MO 63303</font><br>');
document.write('<font size=2>Phone: </font><span class="phonetitle2">(314) 517-6201<BR></span>');
document.write('<font size=2>Toll/Fax: </font><span class="phonetitle2">(877) 302-0071<BR></span>');
document.write('<font size=2>E-mail us: ');
document.write(' <A HREF="mailto:info@LethiaOwens.com">info@LethiaOwens.com</a><br></font>');

// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


// document.write('</td></tr><tr><td height="20" background="picts/menuside.gif" nowrap>');
// document.write('<a href="home.htm" class="menu">Home</a>');



// END LINKS //


// document.write('</td></tr><tr><td>');
// document.write('<img src="picts/menu-bottom.gif" width="154" height="20"><br>');

document.write('</td></tr><tr><td align="center">');

// START MENU IMAGES


   if (showimage1 == "yes") {
document.write('<img src="picts/menu-picture-1.jpg" width="150" height="140" border="0"></a><br><br>');
}
   if (showimage2 == "yes") {
document.write('<img src="picts/menu-picture-2.jpg" width="75" height="75" border="0"></a><br><br>');
}
document.write('</td></tr></table></DIV>');
 

// START DATE SCRIPT
   if (showdate == "yes") {

document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px">');
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(d.getDate() + ". ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');

}

//End -->