﻿function ShowTeamsWidget(id, height)
{
    if(height == null) height = 400;
        document.write("<iframe src='http://widgets.maxpreps.com/widgets/teams.aspx?widgetid=" + id + "' name='mx_wdgt_ifrm' id='mx_wdgt_ifrm' height='" + height + "' width='500' frameborder='0' marginheight='5' marginwidth='5' scrolling='no' ></IFRAME>");
}