//  Copyright (c) 2002 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="flmindex.htm">Home</a><br><br>'
wText += '<a href="PB' + report + 'Standings.htm">Scores / Standings</a><br>'
wText += '<a href="PB' + report + 'Breakdown.htm">\'00 Pro Bowl Rosters</a><br>'
wText += '<a href="PB' + report + 'AllStars.htm">Weekly All Stars</a><br>'
wText += '</div>'
document.write(wText)

