//  Copyright (c) 2000 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="http://fffl.rockci.com">Home</a><br><br>'
wText += '<a href="' + report + 'Standings.htm">Standings</a><br>'
wText += '<a href="' + report + 'Breakdown.htm">Breakdown</a><br>'
wText += '<a href="' + report + 'History.htm">History</a><br>'
wText += '<a href="' + report + 'Starters.htm">Starters</a><br>'
wText += '<a href="' + report + 'Stats2.htm">FreeAgents</a><br>'
wText += '<a href="' + report + 'Transactions.htm">Transactions</a><br>'
wText += '</div>'
document.write(wText)
