//  Copyright (c) 2005 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="index.html">Home</a><br><br>'
wText += '<a href="' + report + 'Standings.htm">Tri-Borough Fantasy Football League</a><br>'
wText += '<a href="' + report + 'Breakdown.htm">Scoring Breakdown</a><br>'
wText += '<a href="Stats.htm">Player Stats</a><br>'
wText += '<a href="' + report + 'Starters.htm">Starting LineUps</a><br>'
wText += '<a href="Schedule.htm">Fantasy Schedule</a><br>'
wText += '<a href="Draft.htm">Draft Summary</a><br>'
wText += '<a href="ProSchedule.htm">NFL Schedule</a><br>'
wText += '<a href="ProInjuries.htm">NFL Injuries</a><br>'
wText += '<a href="ProRoster.htm">NFL Roster</a><br>'
wText += '<br>FLM League File<br>'
wText += '<a href="League 2006.flm">League 2006.flm</a>'
wText += '</div>'
document.write(wText)

