//  Copyright (c) 2002 by Sideline Software Inc.  All Rights Reserved.
//  Do not redistribute this script without the express written
//  consent of Sideline Software Inc.
wText = ''
wText += '<div class="reportlinks">'
wText += '<a href="flmindex.htm">Home</a><br><br>'
wText += '<a href="' + report + 'Standings.htm">Scores / Standings</a><br>'
wText += '<a href="' + report + 'Starters.htm">Starting LineUps</a><br>'
wText += '<a href="' + report + 'AllStars.htm">Weekly All Stars</a><br>'
wText += '<a href="' + report + 'Breakdown.htm">Scoring Breakdown</a><br>'
wText += '<a href="Stats.htm">Top 25</a><br>'
wText += '<a href="History.htm">Scoring History</a><br>'
wText += '<a href="Rosters.htm">Team Rosters</a><br>'
wText += '<a href="Schedule.htm">CFFL Bowl Sched.</a><br>'
wText += '<a href="Transactions.htm">Transactions</a><br>'
wText += '<a href="Stats2.htm">Free Agents</a><br>'
wText += '<a href="Kitty.htm">Kitty Summary</a><br>'
wText += '<br>FLM League File<br>'
wText += '<a href="Cffl2002-Final.zip">Cffl2002-Final.zip</a>'
wText += '</div>'
document.write(wText)
