//  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="teamlinks">'
wText += '<a href="teamid_1.htm">Mayor</a><br>'
wText += '<a href="teamid_2.htm">Pumper</a><br>'
wText += '<a href="teamid_3.htm">Froggie</a><br>'
wText += '<a href="teamid_4.htm">Hoops</a><br>'
wText += '<a href="teamid_5.htm">noPlaque</a><br>'
wText += '</div>'
document.write(wText)
