

function writeJS(){
var str='';
str+='               	  <table width="300" border="0" align="right" cellspacing="0">';
str+='                    <tr>';
str+='                      <th width="88" scope="col">&nbsp;<\/th>';
str+='                      <th width="308" scope="col"><ul class="style9">';
str+='               	<li>';
str+='               	  <div align="left"><a href="info.html#12">Historical Attendance Figures<\/a> <\/div>';
str+='               	<\/li>';
str+='                <li>';
str+='                  <div align="left"><a href="bio.html">Biographical History<\/a><\/div>';
str+='                <\/li>';
str+='                      <li>';
str+='                        <div align="left"><a href="hist2.html#1">Pageant Almost Moved<\/a><\/div>';
str+='                      <\/li>';
str+='                      <li>';
str+='                        <div align="left"><a href="hist3.html#1">Major Changes<\/a><br \/>';
str+='                        <\/div>';
str+='                      <\/li>';
str+='                      <\/ul>   <\/th>';
str+='                    <\/tr>';
str+='                    <tr>';
str+='                      <th scope="row">&nbsp;<\/th>';
str+='                      <td>&nbsp;<\/td>';
str+='                    <\/tr>';
str+='                  <\/table>';
document.write(str);
}
writeJS();

