// The banner text must start in the 11th line of this code. (after the <tr><td> line)
// The text must be limited to two lines on the index page (about 20 words). Otherwise it 
// will override the first paragraph. If there is no banner text, a horizontal bar will be 
// displayed. If this javascript is deleted from the server, the horizontal bar will NOT 
// be dispayled. Each line of the text on this page must end with a blank and a backward slash.  
// There must not be any blank spaces following the slash. There can be no blank lines in this 
// code. This code must be edited and saved in the txt format. 
document.write("<div style='position:absolute;left:180px;top:125px;width:750'> \
<table class=banner> \
<tr><td class=banner>YOGA 4 TENNIS! Special 4 one hour classes to be held in our Studio at 1122 N Milwaulee. \
Classes start August 18th. Click <a href='yoga4tennis.html'><font color=white>HERE</font> </a>for details \
</b></i></font> \
</td></tr> \
</table> \
</div> \
")

