//  Copyright (c) 2004 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://www.scuffle.org">Home</a>&nbsp; | &nbsp;'
wText += '<a href="' + report + 'Standings.htm">Scores and Standings</a>&nbsp; | &nbsp;'
wText += '<a href="' + report + 'Breakdown.htm">Scoring Breakdown</a>&nbsp; | &nbsp;'
wText += '<a href="History.htm">Scoring History</a>&nbsp; | &nbsp;'
wText += '<a href="' + report + 'AllStars.htm">Weekly All Stars</a>&nbsp; | &nbsp;'
wText += '<a href="Starters.htm">Starting LineUps</a>&nbsp; | &nbsp;'
wText += '<a href="Rosters.htm">Fantasy Rosters</a>&nbsp; | &nbsp;'
wText += '<a href="Transactions.htm">Fantasy Transactions</a>&nbsp; | &nbsp;'
wText += '<a href="ScoringRules.htm">Scoring Rules</a>&nbsp; | &nbsp;'
wText += '<a href="Draft.htm">Draft Summary</a>&nbsp; | &nbsp;'
wText += '<a href="Schedule.htm">Fantasy Schedule</a>&nbsp; | &nbsp;'
wText += '<a href="Stats.htm">Player Stats</a>'
wText += '</div>'
document.write(wText)
