function includeFooter(){
	var out='';
	
	out += '<br><table border="0" width="100%" cellpadding="0" cellspacing="0">';
	out += '<tr>';
	out += '	<td width="170" height="30">&nbsp;</td>';
	out += '	<td class="InTextCopyr" align="center" valign="bottom" width="460"><div>&copy; Copyright Oklahoma Children’s Theatre – 2501 North Blackwelder <br>405.606.7003 – Box Office – 405.951.0011</div></td>';
	out += '	<td>&nbsp;</td>';
	out += '</tr>';
	out += '</table>';
	
	document.write(out);
}

function goURL(url)
{
	this.parent.location.href = url;
}

function includeSignup(){
	var out='';
	
	out += '<table border="0" width="134" cellpadding="0" cellspacing="0">';
	out += "<form action='' method='post' onSubmit='return MailConfirm(this.elements[0].value); '>";
	out += '<tr><td height="13"><img src="img/pic_mailhome_top.gif" alt=""></td></tr>';
	out += '<tr>';
	out += '	<td class="BgMailTd MailHomePad" height="93" valign="top" style="padding-right:3px;">';
	out += '		<span class="cssFormText">Enter email address for OCT updates</span><br>';
	out += '		<input type="text" size="15" style="width:113px;"><br><img src="img/spacer.gif" width="5" height="5"><br>';
	out += '		<img src="img/spacer.gif" height="5" width="10"><input type="image" src="img/submit.gif">';
	out += '	</td>';
	out += '</tr>';
	out += '<tr><td height="14"><img src="img/pic_mailhome_bottom.gif" alt=""></td></tr>';
	out += '</form>';
	out += '</table>';
	
	document.write(out);
}