//  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="fflmindex.htm">Home</a><br><br>'
wText += '<a href="' + report + 'Standings.htm">Scores and Standings</a><br>'
wText += '<a href="' + report + 'Breakdown.htm">Scoring Breakdown</a><br>'
wText += '<a href="' + report + 'AllStars.htm">Weekly All Stars</a><br>'
wText += '<a href="Kitty.htm">Kitty Summary</a><br>'
wText += '<a href="TeamInfo.htm">Fantasy Team Info</a><br>'
wText += '<a href="Draft.htm">Draft Summary</a><br>'
wText += '<a href="Stats.htm">Player Stats</a><br>'
wText += '<a href="History.htm">Scoring History</a><br>'
wText += '<a href="Schedule.htm">Fantasy Schedule</a><br>'
wText += '<a href="' + report + 'Starters.htm">Starting LineUps</a><br>'
wText += '</div>'
document.write(wText)
