<!-- Begin

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


var color		= "ffffff"	// HEADER BACKGROUND COLOR
var stripcolor		= "367BA7"	// HEADER MENU STRIPE COLOR
var flashheight		= "110"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "600"		// WIDTH OF THE FLASH (IN PIXELS)
var date 		= "yes" 	// SHOW DATE



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="765" bgcolor="#'+color+'"><tr><td width="125">');
document.write('<img src="picts/spacer.gif" HEIGHT="10" WIDTH="125"><br>');
document.write('<td align="left" valign="top">');
document.write('<img src="images/header1.jpg" WIDTH="587" HEIGHT="20" id="logo" ALIGN=""><BR><IMG SRC="images/header4.jpg" ALT="" WIDTH="135" HEIGHT="90" BORDER="0"><IMG SRC="images/header5.jpg" ALT="" WIDTH="83" HEIGHT="90" BORDER="0"><IMG SRC="images/header6.jpg" ALT="" WIDTH="99" HEIGHT="90" BORDER="0"><IMG SRC="images/header7.jpg" ALT="" WIDTH="85" HEIGHT="90" BORDER="0"><IMG SRC="images/header8.jpg" ALT="" WIDTH="138" HEIGHT="90" BORDER="0"><IMG SRC="images/header9.jpg" ALT="" WIDTH="120" HEIGHT="90" BORDER="0"><IMG SRC="images/header10.jpg" ALT="" WIDTH="136" HEIGHT="90" BORDER="0">');

document.write('</td><td width="10">');
document.write('&nbsp;<br>');
document.write('</td></tr><tr><td bgcolor="#'+stripcolor+'" colspan="2" height="20" align="right">');
document.write('<TABLE cellpadding="0" cellspacing="4" border="0"><tr><td><br>');


// START HORIZONTAL LINKS - COPY AND PASTE THE NEXT 3 LINES TO ADD A LINK
document.write('</td><td>');
document.write('<b><A class="menuhorz" HREF=\"mailto:\?body\=Take a look at this website I found, ' + document.title + ' at:  http://www.ALPInternational.com and let me know what you think.  They offer some great programs, its an exciting place to visit and the price is right,' + '\" onMouseOver="window.status=\'Send your friends e-mail about this page\'; return true" TITLE="Send your friends e-mail about this website">Tell<\/A></b>');



document.write('</td><td>');
document.write('<a href="contact.htm" class="menuhorz">Contact</a>');



document.write('</td><td>');
document.write('<a href="index.html" class="menuhorz">Home</a>');



document.write('</td></tr></table>');
document.write('</td><td width="10" bgcolor="#'+stripcolor+'">');
document.write('&nbsp;<br>');
document.write('</td></tr></table>');






// START DATE SCRIPT

// COPYRIGHT 2004 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

   if (date == "yes") {
document.write('<div id="date-location">');
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=\"headermenu\"><nobr>" + weekday[d.getDay()] + " ")
document.write(d.getDate() + ". ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;American Language Partnership International&nbsp;&nbsp;');
document.write("</nobr><br></span>")
document.write('</div>');
}



//  End -->