<!-- 

function printList()

{

var output = ""
output += "<table BORDER=0 CELLSPACING=0 CELLPADDING=0 COLS=3 WIDTH='260' BGCOLOR='#E0D0B0'>"
output += " <tr>"
output += " <td WIDTH='8' bgcolor='#FFFCE8'>"
output += " <p align='right'><img SRC='summer/images/top%20left.gif' height=10 width=8></td>"
output += " <td>"
output += " <p align='right'><img SRC='images/space.gif' height=1 width=1></td>"
output += " <td WIDTH='6' bgcolor='#FFFCE8'>"
output += " <p align='right'><img SRC='summer/images/top%20right.gif' height=10 width=8></td>"
output += " </tr>"
output += " <tr>"
output += " <td width='8' align='right' valign='top'>"
output += " <p><img src='images/space.gif' width='1' height='1' border='0'></p>"
output += " </td>"
output += " <td height='24' align='left' valign='top'>"
												
output += " <table cellpadding='0' cellspacing='0' width='100%'>"

output += " <form name='mailingList' "
output += " action='z_mailingList.php' "
output += " method=post "
output += " onSubmit='return checkEmail(this)'>"
output += " <input type='hidden' name='flag' value=true>"
output += " <tr>"
output += " <td>"
output += " <p>"
	 
	 
 
output += " <span style='font-size:10pt;'><b><font face='Arial' color='#804848'>JOIN OUR MAILING LIST"
 
			
output += " </font></b></span>"
output += "</p>"
output += " </td>"
output += " </tr>"
output += "<tr>"
output += " <td>"
output += " <p align='justify'>"
 
 
output += " <font color='#804848' face='Arial'><span style='font-size:10pt;'>If you'd like to receive the most up-to-date information "
output += " from the Council and districts, as well as the latest&nbsp;"
output += " newsletter, join the Council mailing list. &nbsp;It's easy !! "
output += " &nbsp;Just enter your name and email address below."
 
output += " </span></font>"
output += " </p>"
output += " </td>"
output += " </tr>"
output += " <tr>"
output += " <td height='24' width='0'>"
output += " <p>"
output += "<font color='#804848' face='Arial'><span style='font-size:10pt;'>----------------------------------------------------------</span></font></p>"
output += " </td>"
output += " </tr>"
output += " <tr>"
output += " <td valign='top' width='0' height='32'>"
output += " <p>"
output += " <span style='font-size:10pt;'>"
output += "<input name='x' "
output += "       type='text' "
output += "       id='x'"
output += "       value=' name (first & last)' "
output += "       size='28'"
output += "       onFocus=\"this.value=''\" "
output += "       style='font-family:'Arial'; "
output += "       font-size:10pt;"
output += "       border: 1px solid #999;'>"
output += "<br></span>"
output += "<span style='font-size:10pt;'>"
output += "<input name='y' "
output += "       type='text' "
output += "       id='y' "
output += "       size='28' "
output += "       value=' your email address' "
output += "       onFocus=\"this.value=''\"  "
output += "       style='font-family:'Arial'; "
output += "       font-size:10pt;"
output += "       border: 1px solid #999;'>"

output += "<br>"
output += "<input name='z' "
output += "       type='text' "
output += "       id='z' "
output += "       onFocus=\"this.value=''\" "
output += "       size='28' "
output += "       value=' confirm your email address'"
output += "       style='font-family:'Arial'; "
output += "       font-size:10pt;"
output += "       border: 1px solid #999;'>"
output += "</span></p>"
output += " </td>"
output += " </tr>"
output += " <tr>"
output += " <td valign='bottom' width='0' height='26'>"
output += " <p align='left'>"
 
 
																
output += " <font face='Arial'><span style='font-size:10pt;'><b>"
output += " <input type='image' "
output += "        src='images/submit.gif'"
output += "        name='search' "
output += "        width='50' "
output += "        height='16' "
output += "        align='middle'>"
output += "</b></span></font>"
output += " </p>"
output += " </td>"
output += " </tr>"
output += " </form>"	
output += " </table>"

 
output += " </td>"
output += " <td width='6' align='left' valign='top'>"
output += " <p><img src='images/space.gif' width='1' height='1' border='0'></p>"
output += " </td>"
output += " </tr>"
output += " <tr>"
output += " <td bgcolor='#FFFCE8' width='8' align='right' valign='top'>"
output += " <p align='right'><img SRC='summer/images/bottom%20left.gif' height=10 width=8></td>"
output += " <td>"
output += " <p align='right'><img SRC='images/space.gif' height=1 width=1></td>"
output += " <td bgcolor='#FFFCE8' width='6' align='left' valign='top'>"
output += " <p align='right'><img SRC='summer/images/bottom%20right.gif' height=10 width=8></td>"
output += " </tr>"
output += " </table>"

document.write(output)
document.close

}

//-->