//  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.php">Home</a>&nbsp; | &nbsp;'
wText += '<a href="' + report + 'Standings.php">Home/Standings</a>&nbsp; | &nbsp;'
wText += '<a href="' + report + 'Breakdown.php">Scoring Breakdown</a>&nbsp; | &nbsp;'
wText += '<a href="' + report + 'Starters.php">Starting LineUps</a>&nbsp; | &nbsp;'
wText += '<a href="' + report + 'AllStars.php">Free Agents</a>&nbsp; | &nbsp;'
wText += '<a href="History.php">Scoring History</a>&nbsp; | &nbsp;'
wText += '<a href="Rosters.php">Fantasy Rosters</a>&nbsp; | &nbsp;'
wText += '<a href="Stats.php">Player Stats</a>&nbsp; | &nbsp;'
wText += '<a href="Transactions.php">Fantasy Transactions</a>&nbsp; | &nbsp;'
wText += '<a href="ScoringRules.php">Scoring Rules</a>&nbsp; | &nbsp;'
wText += '<a href="Draft.php">Draft Summary</a>&nbsp; | &nbsp;'
wText += '<a href="ProInjuries.php">NFL Injuries</a>&nbsp; | &nbsp;'
wText += '<a href="Schedule.php">Fantasy Schedule</a>'
wText += '</div>'
document.write(wText)
