// 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:170px;top:125px;width:800'> \
<table width=100% border=1> \
<tr><td ALIGN=CENTER>YOU'RE INVITED TO THE FRENCH OPEN FINAL &nbsp; &nbsp; &nbsp; &nbsp;JUNE 7 at 1:00pm<br />Click  \
<a href='http://www.evite.com/pages/invite/viewInvite.jsp?inviteId=IXJOLXAGDSLZILEYBYXF&li=iq&src=email&trk=aei6'><font color='f8f822' size=4><i><b>HERE</a></font> to get the details! \
</b></i></font> \
</td></tr> \
</table> \
</div> \
")

