www.usssa.com
Open in
urlscan Pro
161.47.150.93
Public Scan
Submitted URL: http://smtplink.usssa.com/ls/click?upn=WSslNwXrfTzmOiygdbhyJ5tOqoOGdWmbsIms0n-2FT3I1-2BSa6TLvg0Dqo90GAtUZFP3o-2BCi-2F0zqN8...
Effective URL: https://www.usssa.com/slowpitch/event_gameCenter/?eventID=385821
Submission: On November 24 via manual from HK — Scanned from DE
Effective URL: https://www.usssa.com/slowpitch/event_gameCenter/?eventID=385821
Submission: On November 24 via manual from HK — Scanned from DE
Form analysis
1 forms found in the DOMPOST /slowpitch/event_gameCenter/?eventID=385821
<form method="post" action="/slowpitch/event_gameCenter/?eventID=385821" id="frm" class="ng-pristine ng-valid">
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
value="MNQApeYhqBwrKXqjEwvyLU72N5Wxb1H56IGhDrd3BHGpkjrY24nLBJF+KBeO4l07xCK6bjfzycv4ZS09H0gbH4lFWew4jySgeNHX/BG5XmfgZ8dTch8+geQVJZbgYwps1ad+f86FsgTqqlL7Z28MYHxgvfThe5hOXn2qmdLTKR2wb3WEyOuneBk9GPvD32KG" autocomplete="off">
</div>
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" autocomplete="off">
<input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="" autocomplete="off">
</div>
<div class="container ctContent ng-scope" ng-controller="pageCntrl">
<!-- Header Mobile -->
<nav class="header-v11 navbar navbar-light navbar-expand-lg noPrint justify-content-start hidden-xl">
<button class="navbar-toggler btnSideBar mr-2" type="button" data-toggle="collapse" data-target="#sideBar" aria-controls="sideBar" aria-expanded="false" aria-label="Sidebar" style="display:none;">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-brand">
<!-- prod<a class="logo" href=" https://hq.usssa.com"> qa href=" https://dev-next.usssa.com/hq"> -->
<a class="logo" href="/">
<div id="logo-header" alt="USSSA"></div>
</a>
<a class="navbar-brand1" href="/slowpitch"><span class="sport-label label-sport">slowpitch</span></a>
</div>
<div style="flex-grow: 1;"></div>
<button class="navbar-toggler mr-2" type="button" onclick="location.href='/shoppingCart'">
<i class="fa fa-shopping-cart" aria-hidden="true" icon="shopping-cart" style="font-size: 24px"></i>
</button>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#topMenu" aria-controls="topMenu" aria-expanded="false" aria-label="Menu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse navbar-responsive-collapse collapse" id="topMenu">
<script>
usssa.controller('sportMenuCtrl', ['$scope', '$filter', '$http', '$location', 'jsLib', 'API', 'storage', function($scope, $filter, $http, $location, jsLib, API, storage) {
function init() {
$scope.loading = true;
$scope.jsLib = jsLib;
var page = null;
var tmp = document.URL.split('/');
if (tmp.length > 0) {
page = tmp[4];
}
API.post({
action: 'v11GetTopMenu',
sport: jsLib.getSportName(),
page: page
}, 24).then(function(data) {
$scope.menu = data;
$scope.loading = false;
}, function(error) {
console.log('error', error);
$scope.loading = false;
});
}
$scope.hasGrandChildren = function(item) {
if (item.children) {
if (item.children[0]) {
if (item.children[0].children) return true;
}
}
return false;
}
init();
}]);
</script>
<div class="secondBg ng-scope" ng-controller="sportMenuCtrl">
<ul class="navbar-nav float-lg-right topMenu" ng-hide="loading">
<li class="nav-item hidden-md hidden-lg hidden-xl">
<a class="nav-link" href="/login">Login</a>
</li>
<!-- ngRepeat: item in menu.items -->
<li class="nav-item ng-scope dropdown" ng-class="{'dropdown': item.children}" ng-repeat="item in menu.items">
<!-- ngIf: !item.children -->
<!-- ngIf: item.children --><a class="nav-link dropdown-toggle ng-scope" ng-if="item.children" href="#" id="sportDropdownMenu869" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<!-- ngIf: item.title != '---' --><span ng-if="item.title != '---'" class="ng-binding ng-scope">Events</span><!-- end ngIf: item.title != '---' -->
<!-- ngIf: item.title == '---' -->
</a><!-- end ngIf: item.children -->
<!-- ngIf: item.children -->
<div class="dropdown-menu row ng-scope" ng-class="{'sport-menu': hasGrandChildren(item), '': item.classes, 'row': item.classes}" aria-labelledby="sportDropdownMenu869" ng-if="item.children">
<!-- ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope" ng-class="{'col':item.classes}" href="/slowpitch/eventsearch" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Event Search</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope" ng-class="{'col':item.classes}" href="/slowpitch/parksearch" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Venues/Facilities</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope" ng-class="{'col':item.classes}" href="/slowpitch/RankingPoints" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">USSSA Points Structure</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
<!-- ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
</div><!-- end ngIf: item.children -->
</li><!-- end ngRepeat: item in menu.items -->
<li class="nav-item ng-scope dropdown" ng-class="{'dropdown': item.children}" ng-repeat="item in menu.items">
<!-- ngIf: !item.children -->
<!-- ngIf: item.children --><a class="nav-link dropdown-toggle ng-scope" ng-if="item.children" href="#" id="sportDropdownMenu872" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<!-- ngIf: item.title != '---' --><span ng-if="item.title != '---'" class="ng-binding ng-scope">Teams</span><!-- end ngIf: item.title != '---' -->
<!-- ngIf: item.title == '---' -->
</a><!-- end ngIf: item.children -->
<!-- ngIf: item.children -->
<div class="dropdown-menu row ng-scope" ng-class="{'sport-menu': hasGrandChildren(item), '': item.classes, 'row': item.classes}" aria-labelledby="sportDropdownMenu872" ng-if="item.children">
<!-- ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope" ng-class="{'col':item.classes}" href="/slowpitch/teamsearch" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Team Search</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope" ng-class="{'col':item.classes}" href="/slowpitch/Ranking" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Rankings</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope" ng-class="{'col':item.classes}" href="/slowpitch/how-to-create#team" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Register Team</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
<!-- ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
</div><!-- end ngIf: item.children -->
</li><!-- end ngRepeat: item in menu.items -->
<li class="nav-item ng-scope dropdown" ng-class="{'dropdown': item.children}" ng-repeat="item in menu.items">
<!-- ngIf: !item.children -->
<!-- ngIf: item.children --><a class="nav-link dropdown-toggle ng-scope" ng-if="item.children" href="#" id="sportDropdownMenu878" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<!-- ngIf: item.title != '---' --><span ng-if="item.title != '---'" class="ng-binding ng-scope">Athletes</span><!-- end ngIf: item.title != '---' -->
<!-- ngIf: item.title == '---' -->
</a><!-- end ngIf: item.children -->
<!-- ngIf: item.children -->
<div class="dropdown-menu row ng-scope" ng-class="{'sport-menu': hasGrandChildren(item), '': item.classes, 'row': item.classes}" aria-labelledby="sportDropdownMenu878" ng-if="item.children">
<!-- ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope" ng-class="{'col':item.classes}" href="/slowpitch/slowpitch-player-accounts" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Player Accounts</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope" ng-class="{'col':item.classes}" href="/slowpitch/Athletes" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Athlete Search</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope" ng-class="{'col':item.classes}" href="/slowpitch/statLeaders" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Stat Leaders</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope" ng-class="{'col':item.classes}" href="/slowpitch/awards" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Awards</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
<!-- ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
</div><!-- end ngIf: item.children -->
</li><!-- end ngRepeat: item in menu.items -->
<li class="nav-item ng-scope" ng-class="{'dropdown': item.children}" ng-repeat="item in menu.items">
<!-- ngIf: !item.children --><a class="nav-link ng-binding ng-scope" ng-if="!item.children" href="/slowpitch/login" ng-attr-target="{{(item.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(item.title)">Login</a><!-- end ngIf: !item.children -->
<!-- ngIf: item.children -->
<!-- ngIf: item.children -->
</li><!-- end ngRepeat: item in menu.items -->
<li class="nav-item ng-scope dropdown" ng-class="{'dropdown': item.children}" ng-repeat="item in menu.items">
<!-- ngIf: !item.children -->
<!-- ngIf: item.children --><a class="nav-link dropdown-toggle ng-scope" ng-if="item.children" href="#" id="sportDropdownMenu1853" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<!-- ngIf: item.title != '---' --><span ng-if="item.title != '---'" class="ng-binding ng-scope">Programs</span><!-- end ngIf: item.title != '---' -->
<!-- ngIf: item.title == '---' -->
</a><!-- end ngIf: item.children -->
<!-- ngIf: item.children -->
<div class="dropdown-menu row ng-scope sport-menu" ng-class="{'sport-menu': hasGrandChildren(item), '': item.classes, 'row': item.classes}" aria-labelledby="sportDropdownMenu1853" ng-if="item.children">
<!-- ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
<!-- ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Conference USSSA</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="http://conferenceusssa.com" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Conference USSSA Home</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">GSL Softball</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="http://www.usssa.com/gslslowpitch" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">GSL Softball Home</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/eventSearch/?program=GSL/USSSA-SDNIT" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">GSL/USSSA Super Dual NIT</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">USSSA Senior Softball</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="https://seniorsp.usssa.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">USSSA Senior Softball</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">World/National Tournaments</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="https://wtslowpitch.usssa.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">World Tournaments Home</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
</div><!-- end ngIf: item.children -->
</li><!-- end ngRepeat: item in menu.items -->
<li class="nav-item ng-scope dropdown" ng-class="{'dropdown': item.children}" ng-repeat="item in menu.items">
<!-- ngIf: !item.children -->
<!-- ngIf: item.children --><a class="nav-link dropdown-toggle ng-scope" ng-if="item.children" href="#" id="sportDropdownMenu884" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<!-- ngIf: item.title != '---' -->
<!-- ngIf: item.title == '---' --><i class="fa fa-bars ng-scope" aria-hidden="true" ng-if="item.title == '---'"></i><!-- end ngIf: item.title == '---' -->
</a><!-- end ngIf: item.children -->
<!-- ngIf: item.children -->
<div class="dropdown-menu row ng-scope sport-menu" ng-class="{'sport-menu': hasGrandChildren(item), '': item.classes, 'row': item.classes}" aria-labelledby="sportDropdownMenu884" ng-if="item.children">
<!-- ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
<!-- ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Sports</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope"><a href="/baseball" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Baseball</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope"><a href="/fastpitch" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Fastpitch</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope"><a href="#" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Slowpitch</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/basketball3on3" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Basketball 3 on 3</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/basketball5on5" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Basketball 5 on 5</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope"><a href="/soccer" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Soccer</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Events</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/eventsearch" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Event Search</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/parksearch" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Venues/Faciilties</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/RankingPoints" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">USSSA Points Structure</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Conference USSSA</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="http://conferenceusssa.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Conference USSSA Home</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Insurance</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="https://usssa.com/docs/insurance/Slowpitch_Brochure.pdf" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Slowpitch Insurance Brochure</a>
</li><!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope"><a href="#" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding"> </a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Teams</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/teamsearch" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Team Search</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/Ranking" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Rankings</a></li><!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/how-to-create#team" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Register Team</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/ageCalculator" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Age Calculator</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">GSL Softball</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="http://www.usssa.com/gslslowpitch/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">GSL Home</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Rules</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/slowpitch-rules-and-legal-info" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">USSSA Playing Rules</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/slowpitch-licensed-softball-bat-ball-manufacturers" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Licensed Bat/Ball Manufacturers</a>
</li><!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/slowpitch-withdrawn-andor-non-compliant-softball-bat-models" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Withdrawn/Disallowed Bats</a>
</li><!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/legal-disputes" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Legal Disputes and Lawsuits</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/abuse" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Abuse and Molestation</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope"><a href="#" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding"> </a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Facilities</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="http://www.usssaspacecoast.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">USSSA Space Coast Complex</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/parksearch" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Find a Venue/Facility</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">World/National Tournament</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="https://wtslowpitch.usssa.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">World Tournament Info</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Directors</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/slowpitch-program-directors" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Program Directors</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/DirectorInfo/#/?gdSport=17" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Find a Director</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope"><a href="#" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding"> </a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">National Office</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/sponsors" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">USSSA Sponsors</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="http://hof.usssa.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Hall of Fame</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Athletes</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/slowpitch-player-accounts" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Player Accounts</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/athletes" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Athlete Search</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/statleaders" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Stat Leaders</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope"><a href="/slowpitch/awards" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Awards</a>
</li><!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<!-- ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Officials</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="http://usssa.com/officials" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Officials Home</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/OfficialsHome/#/?gdSport=17" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Register Official</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/insurance#officials" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Officials Insurance</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope"><a href="#" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding"> </a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Travel</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="https://www.usssatravel.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">USSSA Travel Center</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="https://store.usssa.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">USSSA Store</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Players</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/login" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Login | Lost Password</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
</div><!-- end ngIf: item.children -->
</li><!-- end ngRepeat: item in menu.items -->
</ul>
</div>
</div>
</nav>
<!-- Header Desktop -->
<nav class="header-v11 navbar navbar-light navbar-expand-lg noPrint hidden-xs hidden-sm hidden-md hidden-lg">
<div class="navbar-brand">
<!--prod <a class="logo" href=" https://hq.usssa.com"> qa href=" https://dev-next.usssa.com/hq"> -->
<a class="logo" href="/">
<div id="logo-header" alt="USSSA"></div>
</a>
<a class="navbar-brand1" href="/slowpitch"><span class="sport-label label-sport">slowpitch</span></a>
</div>
<div class="navbar-collapse navbar-responsive-collapse collapse" id="topMenu">
<script>
usssa.controller('sportMenuCtrl', ['$scope', '$filter', '$http', '$location', 'jsLib', 'API', 'storage', function($scope, $filter, $http, $location, jsLib, API, storage) {
function init() {
$scope.loading = true;
$scope.jsLib = jsLib;
var page = null;
var tmp = document.URL.split('/');
if (tmp.length > 0) {
page = tmp[4];
}
API.post({
action: 'v11GetTopMenu',
sport: jsLib.getSportName(),
page: page
}, 24).then(function(data) {
$scope.menu = data;
$scope.loading = false;
}, function(error) {
console.log('error', error);
$scope.loading = false;
});
}
$scope.hasGrandChildren = function(item) {
if (item.children) {
if (item.children[0]) {
if (item.children[0].children) return true;
}
}
return false;
}
init();
}]);
</script>
<div class="secondBg ng-scope" ng-controller="sportMenuCtrl">
<ul class="navbar-nav float-lg-right topMenu" ng-hide="loading">
<li class="nav-item hidden-md hidden-lg hidden-xl">
<a class="nav-link" href="/login">Login</a>
</li>
<!-- ngRepeat: item in menu.items -->
<li class="nav-item ng-scope dropdown" ng-class="{'dropdown': item.children}" ng-repeat="item in menu.items">
<!-- ngIf: !item.children -->
<!-- ngIf: item.children --><a class="nav-link dropdown-toggle ng-scope" ng-if="item.children" href="#" id="sportDropdownMenu869" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<!-- ngIf: item.title != '---' --><span ng-if="item.title != '---'" class="ng-binding ng-scope">Events</span><!-- end ngIf: item.title != '---' -->
<!-- ngIf: item.title == '---' -->
</a><!-- end ngIf: item.children -->
<!-- ngIf: item.children -->
<div class="dropdown-menu row ng-scope" ng-class="{'sport-menu': hasGrandChildren(item), '': item.classes, 'row': item.classes}" aria-labelledby="sportDropdownMenu869" ng-if="item.children">
<!-- ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope" ng-class="{'col':item.classes}" href="/slowpitch/eventsearch" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Event Search</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope" ng-class="{'col':item.classes}" href="/slowpitch/parksearch" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Venues/Facilities</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope" ng-class="{'col':item.classes}" href="/slowpitch/RankingPoints" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">USSSA Points Structure</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
<!-- ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
</div><!-- end ngIf: item.children -->
</li><!-- end ngRepeat: item in menu.items -->
<li class="nav-item ng-scope dropdown" ng-class="{'dropdown': item.children}" ng-repeat="item in menu.items">
<!-- ngIf: !item.children -->
<!-- ngIf: item.children --><a class="nav-link dropdown-toggle ng-scope" ng-if="item.children" href="#" id="sportDropdownMenu872" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<!-- ngIf: item.title != '---' --><span ng-if="item.title != '---'" class="ng-binding ng-scope">Teams</span><!-- end ngIf: item.title != '---' -->
<!-- ngIf: item.title == '---' -->
</a><!-- end ngIf: item.children -->
<!-- ngIf: item.children -->
<div class="dropdown-menu row ng-scope" ng-class="{'sport-menu': hasGrandChildren(item), '': item.classes, 'row': item.classes}" aria-labelledby="sportDropdownMenu872" ng-if="item.children">
<!-- ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope" ng-class="{'col':item.classes}" href="/slowpitch/teamsearch" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Team Search</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope" ng-class="{'col':item.classes}" href="/slowpitch/Ranking" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Rankings</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope" ng-class="{'col':item.classes}" href="/slowpitch/how-to-create#team" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Register Team</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
<!-- ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
</div><!-- end ngIf: item.children -->
</li><!-- end ngRepeat: item in menu.items -->
<li class="nav-item ng-scope dropdown" ng-class="{'dropdown': item.children}" ng-repeat="item in menu.items">
<!-- ngIf: !item.children -->
<!-- ngIf: item.children --><a class="nav-link dropdown-toggle ng-scope" ng-if="item.children" href="#" id="sportDropdownMenu878" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<!-- ngIf: item.title != '---' --><span ng-if="item.title != '---'" class="ng-binding ng-scope">Athletes</span><!-- end ngIf: item.title != '---' -->
<!-- ngIf: item.title == '---' -->
</a><!-- end ngIf: item.children -->
<!-- ngIf: item.children -->
<div class="dropdown-menu row ng-scope" ng-class="{'sport-menu': hasGrandChildren(item), '': item.classes, 'row': item.classes}" aria-labelledby="sportDropdownMenu878" ng-if="item.children">
<!-- ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope" ng-class="{'col':item.classes}" href="/slowpitch/slowpitch-player-accounts" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Player Accounts</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope" ng-class="{'col':item.classes}" href="/slowpitch/Athletes" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Athlete Search</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope" ng-class="{'col':item.classes}" href="/slowpitch/statLeaders" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Stat Leaders</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><a class="dropdown-item ng-binding ng-scope" ng-class="{'col':item.classes}" href="/slowpitch/awards" ng-if="!hasGrandChildren(item)" ng-repeat="child1 in item.children" ng-bind-html="jsLib.trustedHtml(child1.title)">Awards</a><!-- end ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
<!-- ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
</div><!-- end ngIf: item.children -->
</li><!-- end ngRepeat: item in menu.items -->
<li class="nav-item ng-scope" ng-class="{'dropdown': item.children}" ng-repeat="item in menu.items">
<!-- ngIf: !item.children --><a class="nav-link ng-binding ng-scope" ng-if="!item.children" href="/slowpitch/login" ng-attr-target="{{(item.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(item.title)">Login</a><!-- end ngIf: !item.children -->
<!-- ngIf: item.children -->
<!-- ngIf: item.children -->
</li><!-- end ngRepeat: item in menu.items -->
<li class="nav-item ng-scope dropdown" ng-class="{'dropdown': item.children}" ng-repeat="item in menu.items">
<!-- ngIf: !item.children -->
<!-- ngIf: item.children --><a class="nav-link dropdown-toggle ng-scope" ng-if="item.children" href="#" id="sportDropdownMenu1853" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<!-- ngIf: item.title != '---' --><span ng-if="item.title != '---'" class="ng-binding ng-scope">Programs</span><!-- end ngIf: item.title != '---' -->
<!-- ngIf: item.title == '---' -->
</a><!-- end ngIf: item.children -->
<!-- ngIf: item.children -->
<div class="dropdown-menu row ng-scope sport-menu" ng-class="{'sport-menu': hasGrandChildren(item), '': item.classes, 'row': item.classes}" aria-labelledby="sportDropdownMenu1853" ng-if="item.children">
<!-- ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
<!-- ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Conference USSSA</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="http://conferenceusssa.com" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Conference USSSA Home</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">GSL Softball</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="http://www.usssa.com/gslslowpitch" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">GSL Softball Home</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/eventSearch/?program=GSL/USSSA-SDNIT" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">GSL/USSSA Super Dual NIT</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">USSSA Senior Softball</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="https://seniorsp.usssa.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">USSSA Senior Softball</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">World/National Tournaments</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="https://wtslowpitch.usssa.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">World Tournaments Home</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
</div><!-- end ngIf: item.children -->
</li><!-- end ngRepeat: item in menu.items -->
<li class="nav-item ng-scope dropdown" ng-class="{'dropdown': item.children}" ng-repeat="item in menu.items">
<!-- ngIf: !item.children -->
<!-- ngIf: item.children --><a class="nav-link dropdown-toggle ng-scope" ng-if="item.children" href="#" id="sportDropdownMenu884" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<!-- ngIf: item.title != '---' -->
<!-- ngIf: item.title == '---' --><i class="fa fa-bars ng-scope" aria-hidden="true" ng-if="item.title == '---'"></i><!-- end ngIf: item.title == '---' -->
</a><!-- end ngIf: item.children -->
<!-- ngIf: item.children -->
<div class="dropdown-menu row ng-scope sport-menu" ng-class="{'sport-menu': hasGrandChildren(item), '': item.classes, 'row': item.classes}" aria-labelledby="sportDropdownMenu884" ng-if="item.children">
<!-- ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: !hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
<!-- ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Sports</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope"><a href="/baseball" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Baseball</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope"><a href="/fastpitch" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Fastpitch</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope"><a href="#" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Slowpitch</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/basketball3on3" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Basketball 3 on 3</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/basketball5on5" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Basketball 5 on 5</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope"><a href="/soccer" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Soccer</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Events</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/eventsearch" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Event Search</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/parksearch" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Venues/Faciilties</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/RankingPoints" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">USSSA Points Structure</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Conference USSSA</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="http://conferenceusssa.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Conference USSSA Home</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Insurance</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="https://usssa.com/docs/insurance/Slowpitch_Brochure.pdf" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Slowpitch Insurance Brochure</a>
</li><!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope"><a href="#" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding"> </a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Teams</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/teamsearch" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Team Search</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/Ranking" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Rankings</a></li><!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/how-to-create#team" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Register Team</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/ageCalculator" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Age Calculator</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">GSL Softball</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="http://www.usssa.com/gslslowpitch/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">GSL Home</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Rules</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/slowpitch-rules-and-legal-info" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">USSSA Playing Rules</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/slowpitch-licensed-softball-bat-ball-manufacturers" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Licensed Bat/Ball Manufacturers</a>
</li><!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/slowpitch-withdrawn-andor-non-compliant-softball-bat-models" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Withdrawn/Disallowed Bats</a>
</li><!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/legal-disputes" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Legal Disputes and Lawsuits</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/abuse" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Abuse and Molestation</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope"><a href="#" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding"> </a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Facilities</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="http://www.usssaspacecoast.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">USSSA Space Coast Complex</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/parksearch" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Find a Venue/Facility</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">World/National Tournament</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="https://wtslowpitch.usssa.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">World Tournament Info</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Directors</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/slowpitch-program-directors" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Program Directors</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/DirectorInfo/#/?gdSport=17" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Find a Director</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope"><a href="#" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding"> </a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">National Office</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/sponsors" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">USSSA Sponsors</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="http://hof.usssa.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Hall of Fame</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Athletes</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/slowpitch-player-accounts" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Player Accounts</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/athletes" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Athlete Search</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/statleaders" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Stat Leaders</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope"><a href="/slowpitch/awards" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Awards</a>
</li><!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<!-- ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Officials</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="http://usssa.com/officials" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Officials Home</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/OfficialsHome/#/?gdSport=17" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Register Official</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/insurance#officials" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Officials Insurance</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope"><a href="#" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding"> </a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Travel</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="https://www.usssatravel.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">USSSA Travel Center</a></li>
<!-- end ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="https://store.usssa.com/" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">USSSA Store</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children --><!-- ngIf: hasGrandChildren(item) -->
<div class="sport-menu-section col-lg-3 col-md-6 col-sm-6 col-6 ng-scope" ng-repeat="child1 in item.children" ng-if="hasGrandChildren(item)">
<!-- ngIf: child1.children -->
<h5 ng-if="child1.children" ng-bind-html="jsLib.trustedHtml(child1.title)" class="ng-binding ng-scope">Players</h5><!-- end ngIf: child1.children -->
<!-- ngIf: child1.children -->
<ul class="submenu-list ng-scope" ng-if="child1.children">
<!-- ngRepeat: child2 in child1.children -->
<li ng-repeat="child2 in child1.children" class="ng-scope">
<a href="/slowpitch/login" ng-attr-target="{{(child2.target != '') ? '_blank' : undefined}}" ng-bind-html="jsLib.trustedHtml(child2.title)" class="ng-binding">Login | Lost Password</a></li>
<!-- end ngRepeat: child2 in child1.children -->
</ul><!-- end ngIf: child1.children -->
</div><!-- end ngIf: hasGrandChildren(item) --><!-- end ngRepeat: child1 in item.children -->
</div><!-- end ngIf: item.children -->
</li><!-- end ngRepeat: item in menu.items -->
</ul>
</div>
</div>
</nav>
<div class="noPrint">
</div>
<script>
function printDiv(divName) {
var printContents = document.getElementById(divName).innerHTML;
var originalContents = document.body.innerHTML;
document.body.innerHTML = printContents;
window.print();
document.body.innerHTML = originalContents;
}
</script>
<a id="pageTop"></a>
<script src="/js/controllers/selpV2Ctrl.js"></script>
<script src="/js/directives/selpDirective.js"></script>
<script src="/js/directives/selpMenuDirective.js"></script>
<div class="row bg-white">
<!-- Sidebar Start -->
<div class="dvSideBar noPrint" ng-show="sideBarVisible">
<div id="sideBar" class="sideBar navbar-collapse navbar-responsive-collapse">
<!-- Favorites Module -->
<script src="/js/controllers/mostRecentCtrl.js"></script>
<div class="dvRecently transBox-desktop ng-scope" ng-controller="mostRecentCtrl" style="padding-bottom: 15px">
<h5 class="hidden-md hidden-lg hidden-xl">Recently Visited</h5>
<h3 class="hidden-xs hidden-sm">Recently Visited</h3>
<ul class="nav nav-tabs marginB5 marginT5">
<li class="nav-item"><a class="nav-link" ng-class="currentTab == 'event' ? 'active':''" title="Events" href="" ng-click="setTab('event')">Events</a></li>
<li class="nav-item"><a class="nav-link" ng-class="currentTab == 'team' ? 'active':''" title="Teams" href="" ng-click="setTab('team')">Teams</a></li>
<li class="nav-item"><a class="nav-link" ng-class="currentTab == 'player' ? 'active':''" title="Players" href="" ng-click="setTab('player')">Players</a></li>
<!-- <li class="nav-item"><a class="nav-link" ng-class="currentTab == 'searche' ? 'active':''" title="Searches" href ng-click="setTab('searche')">Searches</a></li> -->
</ul>
<span class="badge badge-secondary hidden-xs hidden-sm" ng-hide="currentTab"><i class="fa fa-arrow-up" aria-hidden="true" icon="arrow-up"></i> Select an Option</span>
<div class="text-center ng-isolate-scope ng-hide" ng-show="loading">
<h4 class="ng-binding">Loading...</h4>
<img src="/img/loading-bar.svg" style="width: 100px">
</div>
<div class="padding10 ng-hide" ng-hide="loading || !currentTab">
<div class="text-right"><a href="" ng-click="closeTab()"><i class="fa fa-window-close" aria-hidden="true" icon="window-close"></i> Close</a></div>
<strong style="text-transform: capitalize;" class="ng-binding">s:</strong>
<!-- ngRepeat: t in teams -->
<!-- ngRepeat: e in events --><!-- <br ng-hide="$index > 4 && !showAll"> -->
<!-- ngRepeat: p in players -->
<!-- ngIf: teams.length > 5 && !showAll -->
<!-- ngIf: currentTab == 'team' && teams.length == 0 -->
<!-- ngIf: currentTab == 'event' && events.length == 0 -->
<!-- ngIf: currentTab == 'player' && players.length == 0 -->
<center><!-- ngIf: (teams.length > 0 && currentTab=='team')||(events.length > 0 && currentTab == 'event')|| (players.length > 0 && currentTab == 'player') --></center>
</div>
<div class="hidden-md hidden-lg hidden-xl" style="margin-bottom: -30px"></div>
</div>
<!-- /Favorites Module -->
<div id="wrapper-rectangle_1" style="min-height: 250px; position: relative;">
<div id="rectangle_1" class="d-none d-lg-block" style="position: sticky; top: 0px;" data-google-query-id="COmm_IPR24IDFVaX_QcdTQ8GLg">
<div id="google_ads_iframe_/154352941/usssa.com/rectangle_1_0__container__" style="border: 0pt none; margin: auto; text-align: center; width: 300px; height: 250px;"><iframe frameborder="0"
src="https://07b4d6bfcf24ce8321270d798053c789.safeframe.googlesyndication.com/safeframe/1-0-40/html/container.html" id="google_ads_iframe_/154352941/usssa.com/rectangle_1_0" title="3rd party ad content" name="" scrolling="no"
marginwidth="0" marginheight="0" width="300" height="250" data-is-safeframe="true" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-top-navigation-by-user-activation"
role="region" aria-label="Advertisement" tabindex="0" data-google-container-id="4" style="border: 0px; vertical-align: bottom;" data-load-complete="true"></iframe></div>
</div>
</div>
<div class="sideBar-teamManager mt-1">
<script src="/js/controllers/teamManagerSidebarCtrl.js"></script>
<script src="/js/filters/getReceiptLink.js"></script>
<div class="transBox dvTeamManagerSidebar ng-scope ng-hide" ng-controller="teamManagerSidebarCtrl" ng-show="1 == 0">
<h3>Team Manager</h3>
<nav class="nav-sidebar">
<ul class="nav flex-column">
<li class="nav-item"><a class="nav-link" href="/slowpitch/ISTSMenu"><i class="fa fa-home" aria-hidden="true" icon="home"></i> Dashboard</a></li>
<li class="nav-item"><a class="nav-link" href="/slowpitch/ISTSMyAccount"><i class="fa fa-id-badge" aria-hidden="true" icon="id-badge"></i> Your Account</a></li>
<li class="nav-item"><a class="nav-link" href="/slowpitch/ISTSBillingInfo"><i class="fa fa-address-card-o" aria-hidden="true" icon="address-card-o"></i> Billing Info</a></li>
<li class="nav-item"><a class="nav-link" href="/payments"><i class="fa fa-credit-card" aria-hidden="true" icon="credit-card"></i> Your Payments</a></li>
<li class="nav-item"><a class="nav-link" href="/slowpitch/ISTSYourPlayers"><i class="fa fa-users" aria-hidden="true" icon="users"></i> Your Players</a></li>
<!-- <li class="nav-item"><a class="nav-link" href="https://sports.athpro360.com/Ists/remoteLogin/?managerID=={{AthPro.managerID}}&chksum={{AthPro.chksum}}&page=dashboard"><fa icon="trash"></fa> AthClub</a></li> -->
<li class="nav-item"><a class="nav-link" href="/slowpitch/ISTSCreateTeam"><i class="fa fa-plus" aria-hidden="true" icon="plus"></i> Create a New Team</a></li>
<li class="nav-item"><a class="nav-link" href="/slowpitch/ISTSCreateTeam"><i class="fa fa-plus" aria-hidden="true" icon="plus"></i> Register Existing Team for New Season</a></li>
<li class="nav-item"><a class="nav-link" href="/slowpitch/ISTSLogout"><i class="fa fa-power-off" aria-hidden="true" icon="power-off"></i> Logout</a></li>
</ul>
</nav>
<!-- ngIf: payments.length > 0 -->
</div>
<div class="sideBar-shoppingCart mt-md-3">
<!-- #checkout# -->
<!-- shoppie -->
<script>
usssa.controller('ShoppingCartWidgetController', ['$scope', '$rootScope', '$filter', '$http', '$location', 'jsLib', 'API', function($scope, $rootScope, $filter, $http, $location, jsLib, API) {
$scope.cartLimit = 8000;
$rootScope.$on('updateCart', function(event, args) {
getCartItems();
});
function getCartItems() {
$scope.loading = true;
API.post({
action: 'getCartItemsV11'
}).then(function(data) {
$scope.loading = false;
data.cartTotal = 0;
angular.forEach(data.cart, function(team) {
team.total = 0;
angular.forEach(team.items, function(div) {
div.total = 0;
angular.forEach(div.items, function(item) {
div.total += item.amount;
});
team.total = +div.total;
data.cartTotal += team.total;
});
});
$scope.cartData = data;
$scope.cartAmount = data.cartTotal;
}, function(error) {
console.log('http error');
$scope.loading = false;
});
}
$scope.changeStatus = function(item, status) {
var _params = {
action: 'shoppingcart-changeStatusV11',
teamID: item.team_id,
status: status
};
if (item.payment_type != 6) {
_params.seqNo = item.seqno;
} else {
_params.divisionID = item.division_id;
}
API.post(_params).then(function(data) {
$scope.loading = false;
getCartItems();
}, function(error) {
//console.log('http error');
getCartItems();
$scope.loading = false
});
}
$scope.remove = function(item) {
if (confirm((item.payment_type == 6) ? "Removing this item will remove other fee items from your cart, do you want to continue?" : "Are you sure?")) {
if (confirm('Removing this item from your Shopping Cart does NOT mean that your team is removed from the event. To do this you must contact the Event Director.')) {
var _params = {
action: 'shoppingcart-removeV11',
teamID: item.team_id
};
if (item.payment_type != 6) {
_params.seqNo = item.seqno;
} else {
_params.divisionID = item.division_id;
}
API.post(_params).then(function(data) {
$scope.loading = false;
getCartItems();
}, function(error) {
$scope.loading = false;
console.log('http error');
});
}
}
}
$scope.checkoutCart = function() {
if ($scope.cartAmount >= $scope.cartLimit) alert("Total Cart amount can't be more than $8000, please move some items to \"Saved for Later\" to proceed.");
else {
//Update cart items amount for stuff in the cart.
var cartItems = [];
var cartIDs = [];
angular.forEach($scope.cartData.cart, function(team) {
angular.forEach(team.items, function(div) {
angular.forEach(div.items, function(item) {
cartItems.push({
seqno: item.seqno,
amount: item.amount
});
cartIDs.push(item.seqno);
});
});
});
API.post({
action: 'updateCartItemsBeforeCheckoutV11',
json: encodeURIComponent(angular.toJson(cartItems))
}).then(function(data) {
$scope.loading = false;
if (data.success) {
checkoutCart('', $scope.cartAmount, 'USSSA Shopping Cart Payment', 60, 60, 0, 0, 'https://www.usssa.com/' + jsLib.getSportName($scope.sportID, document.URL) + '/ISTSMenu/?gdSport=' + $scope.sportID, '', angular
.toJson(cartIDs));
} else {
alert(
'An event in your shopping cart is not available because the max teams have already entered. This event has been removed from your cart, please contact the tournament host regarding entry into this event.');
getCartItems();
}
}, function(error) {
console.log('http error');
$scope.loading = false;
});
}
}
if ('' != '') getCartItems();
}]);
function checkoutCart(customerid, transamount, transdesc, trans_type_id, org_id, team_id, season_id, return_URL, password, cartIDs) {
$("#customerid").val(customerid);
$("#transamount").val(transamount);
$("#transdesc").val(transdesc);
$("#trans_type_id").val(trans_type_id);
$("#org_id").val(org_id);
$("#team_id").val(team_id);
$("#season_id").val(season_id);
$("#cartIDs").val(cartIDs);
$("#return_URL").val(return_URL);
$("#frm").attr('action', 'https://www.usssa.com/OnlinePayment');
$(".aspNetHidden").remove();
$("#frm").submit();
}
function checkout(customerid, transamount, transdesc, trans_type_id, org_id, team_id, season_id, return_URL, password, cartIDs) {
checkoutCart(customerid, transamount, transdesc, trans_type_id, org_id, team_id, season_id, return_URL, password, cartIDs);
}
</script>
<div ng-controller="ShoppingCartWidgetController" class="ng-scope">
<div style="display:none">
<input type="hidden" id="customerid" name="customerid" value="" autocomplete="off">
<input type="hidden" id="transamount" name="transamount" value="" autocomplete="off">
<input type="hidden" id="transdesc" name="transdesc" value="" autocomplete="off">
<input type="hidden" id="trans_type_id" name="trans_type_id" value="" autocomplete="off">
<input type="hidden" id="org_id" name="org_id" value="" autocomplete="off">
<input type="hidden" id="team_id" name="team_id" value="" autocomplete="off">
<input type="hidden" id="season_id" name="season_id" value="" autocomplete="off">
<input type="hidden" id="cartIDs" name="cartIDs" value="" autocomplete="off">
<input type="hidden" id="return_URL" name="return_URL" value="" autocomplete="off">
<input type="hidden" id="password" name="password" value="" autocomplete="off">
<input type="hidden" id="from" name="from" value="v11" autocomplete="off">
</div>
</div>
</div>
</div>
<div class="d-none d-lg-block mt-2" style="flex-grow: 1">
<style>
.watch-live-container {
background-color: #cccccc;
background-size: 100% 100%;
background-image: url('/img/usssalive-cta-ad.jpg');
width: 300px;
height: 100px;
}
.watch-live-container .watch-live-link {
display: inline-block;
width: 100%;
height: 100%;
}
</style>
<div class="watch-live-container">
<a class="watch-live-link" href="https://www.usssalive.com"> </a>
</div>
<hr class="d-block d-md-none">
<div class="sticky-wrapper position-sticky">
<style lang="css">
.sticky-wrapper {
top: 20px;
height: 600px;
}
</style>
<div id="wrapper-skyscraper_1" style="min-height: 600px; position: relative;">
<div id="skyscraper_1" class="mt-3" style="top: 0px; position: sticky;" data-google-query-id="CMD6h4TR24IDFX7FuwgdsFEFcw">
<div id="google_ads_iframe_/154352941/usssa.com/skyscraper_1_0__container__" style="border: 0pt none; margin: auto; text-align: center;"><iframe id="google_ads_iframe_/154352941/usssa.com/skyscraper_1_0"
name="google_ads_iframe_/154352941/usssa.com/skyscraper_1_0" title="3rd party ad content" width="300" height="600" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" role="region" aria-label="Advertisement"
tabindex="0" style="border: 0px; vertical-align: bottom;" data-load-complete="true" data-google-container-id="5"></iframe></div>
</div>
</div>
</div>
</div>
<div class="sideBarFooter d-block d-md-none"></div>
</div>
</div>
<!-- /Sidebar -->
<div class="col dvContent nopad ng-scope" ng-controller="selpV2Ctrl">
<div id="wrapper-leaderboard_1" style="min-height: 90px; position: relative;">
<div id="leaderboard_1" style="margin-bottom: 15px; position: sticky; top: 0px;" data-google-query-id="CNH6-YPR24IDFSrGuwgdH1wFHg">
<div id="google_ads_iframe_/154352941/usssa.com/leaderboard_1_0__container__" style="border: 0pt none; margin: auto; text-align: center; width: 980px; height: 90px;"><iframe frameborder="0"
src="https://07b4d6bfcf24ce8321270d798053c789.safeframe.googlesyndication.com/safeframe/1-0-40/html/container.html" id="google_ads_iframe_/154352941/usssa.com/leaderboard_1_0" title="3rd party ad content" name="" scrolling="no"
marginwidth="0" marginheight="0" width="980" height="90" data-is-safeframe="true" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-top-navigation-by-user-activation" role="region"
aria-label="Advertisement" tabindex="0" data-google-container-id="3" style="border: 0px; vertical-align: bottom;" data-load-complete="true"></iframe></div>
</div>
</div>
<div class="text-center ng-isolate-scope ng-hide" ng-show="loading">
<h4 class="ng-binding">Loading...</h4>
<img src="/img/loading.svg" style="width: 100px">
</div>
<div class="marginB20 noPrint">
<!-- ngIf: data.error -->
<div>
<a ng-href="/slowpitch/eventSearch/" href="/slowpitch/eventSearch/"><i class="fa fa-angle-double-left" aria-hidden="true" icon="angle-double-left"></i><strong> Go Back to Event Search</strong></a>
</div>
<div class="text-center">
<img src="/img/usssa.png">
</div>
</div>
<div ng-hide="data.error">
<!-- ngIf: hasSearchParams -->
<!-- title -->
<div class="selpTitle ng-isolate-scope" type="title" info="data.info">
<div class="row firstRow">
<div class="col-12 col-sm-12 col-md-6 col-lg-6 col-xl-6">
<h3 class="hidden-xs hidden-sm ng-binding">Strikeout Nation Turkey Two Step Toy Drive <sup><!-- ngIf: info.stayToPlay --></sup>
</h3>
<h4 class="hidden-md hidden-lg hidden-xl h4 hh hh-dk-red ng-binding" style="padding: 0 10px;">Strikeout Nation Turkey Two Step Toy Drive</h4>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-6 col-xl-6 text-right xs-text-left" style="margin-top: 10px;">
<span class="text-danger ng-binding" style="padding: 0 10px;">Nov 25 | GRAND PRAIRIE, TX</span>
</div>
</div>
<div class="marginT10 marginB15 noPrint" ng-hide="checkPageName" style="padding: 0 10px;">
<ul class="list-inline">
<li class="list-inline-item ng-binding"><strong>Event Host :</strong> </li>
<li class="list-inline-item ng-binding"><span class="hidden-xs hidden-sm hidden-md">| </span>
<i class="fa fa-phone-square" aria-hidden="true"></i>
</li>
<li class="list-inline-item">| <a href="mailto:"><i class="fa fa-envelope" aria-hidden="true"></i> Email
</a></li><a href="mailto:">
</a>
<li class="list-inline-item"><a href="mailto:">|
</a><a href=""><i class="fa fa-bookmark" aria-hidden="true"></i> Web
</a></li><a href="">
</a><!-- ngIf: info.socialHashtag -->
<!-- ngIf: info.socialTwitter -->
<!-- ngIf: info.socialInstagram -->
<!-- ngIf: info.socialFacebook -->
<!-- ngIf: info.socialSnapchat -->
</ul>
</div>
</div>
<!-- menu navbar -->
<nav class="navbar navbar-expand-lg navbar-light selpTabs noPrint ng-isolate-scope" menu="data.menu" event-id="eventID" division-id="divisionID" sport="sport" tab-name="tabName">
<ul class="nav nav-tabs">
<!-- ngRepeat: m in menu -->
<li ng-repeat="m in menu" class="nav-item ng-scope">
<a class="nav-link" ng-class="{'active': m.tabName == tabName || (m.tabName == 'lookWhoIsComing' && tabName == 'seedingReport')}" ng-href="/slowpitch/event_home/?eventID=385821" ng-click="setActiveTab('teamManager')" href="/slowpitch/event_home/?eventID=385821"><i class="fa fa-home" aria-hidden="true" icon="home" ng-class="{'cw90': m.icon == 'sitemap'}"></i><span class="ng-binding">Event Home</span></a>
</li><!-- end ngRepeat: m in menu -->
<li ng-repeat="m in menu" class="nav-item ng-scope">
<a class="nav-link" ng-class="{'active': m.tabName == tabName || (m.tabName == 'lookWhoIsComing' && tabName == 'seedingReport')}" ng-href="/slowpitch/event_feed/?eventID=385821" ng-click="setActiveTab('teamManager')" href="/slowpitch/event_feed/?eventID=385821"><i class="fa fa-rss-square" aria-hidden="true" icon="rss-square" ng-class="{'cw90': m.icon == 'sitemap'}"></i><span class="ng-binding">Event Info</span></a>
</li><!-- end ngRepeat: m in menu -->
<li ng-repeat="m in menu" class="nav-item ng-scope">
<a class="nav-link" ng-class="{'active': m.tabName == tabName || (m.tabName == 'lookWhoIsComing' && tabName == 'seedingReport')}" ng-href="/slowpitch/event_contacts/?eventID=385821" ng-click="setActiveTab('teamManager')" href="/slowpitch/event_contacts/?eventID=385821"><i class="fa fa-users" aria-hidden="true" icon="users" ng-class="{'cw90': m.icon == 'sitemap'}"></i><span class="ng-binding">Contacts</span></a>
</li><!-- end ngRepeat: m in menu -->
<li ng-repeat="m in menu" class="nav-item ng-scope">
<a class="nav-link" ng-class="{'active': m.tabName == tabName || (m.tabName == 'lookWhoIsComing' && tabName == 'seedingReport')}" ng-href="/slowpitch/event_lookWhoIsComing/?eventID=385821" ng-click="setActiveTab('teamManager')" href="/slowpitch/event_lookWhoIsComing/?eventID=385821"><i class="fa fa-search" aria-hidden="true" icon="search" ng-class="{'cw90': m.icon == 'sitemap'}"></i><span class="ng-binding">Who's Coming</span></a>
</li><!-- end ngRepeat: m in menu -->
<li ng-repeat="m in menu" class="nav-item ng-scope">
<a class="nav-link" ng-class="{'active': m.tabName == tabName || (m.tabName == 'lookWhoIsComing' && tabName == 'seedingReport')}" ng-href="/slowpitch/event_venues/?eventID=385821" ng-click="setActiveTab('teamManager')" href="/slowpitch/event_venues/?eventID=385821"><i class="fa fa-map-signs" aria-hidden="true" icon="map-signs" ng-class="{'cw90': m.icon == 'sitemap'}"></i><span class="ng-binding">Venues</span></a>
</li><!-- end ngRepeat: m in menu -->
<li ng-repeat="m in menu" class="nav-item ng-scope">
<a class="nav-link active" ng-class="{'active': m.tabName == tabName || (m.tabName == 'lookWhoIsComing' && tabName == 'seedingReport')}" ng-href="/slowpitch/event_gameCenter/?eventID=385821" ng-click="setActiveTab('teamManager')" href="/slowpitch/event_gameCenter/?eventID=385821"><i class="fa fa-sitemap cw90" aria-hidden="true" icon="sitemap" ng-class="{'cw90': m.icon == 'sitemap'}"></i><span class="ng-binding">Game Center</span></a>
</li><!-- end ngRepeat: m in menu -->
</ul>
</nav>
<!-- page content -->
<div class="transBox selpContent" style="margin-top: -15px">
<div class="row">
<div ng-show="data.info.aagEvent" class="col-12 text-center ng-hide">
<div class="dvTeamPower">
<strong ng-style="{background:team.info.primaryColor}" class="ng-binding">Event Info - </strong>
<div class="row">
<div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-4 border-bottom">
<span class="label"> Location</span>
<span class="numberHalf ng-binding"></span>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-4 border-bottom border-left">
<span class="label">Ages</span>
<span class="numberHalf ng-binding"> - </span>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-4 border-bottom border-left">
<span class="label">Event Dates</span>
<span class="numberHalf ng-binding"> <!-- ngIf: data.home.aagRegistrationInfo.start_date != data.home.aagRegistrationInfo.end_date -->
<br> - </span>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-4 border-bottom">
<span class="label">Deadline</span>
<span class="numberHalf ng-binding"></span>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-4 border-bottom border-left">
<span class="label">Online Reg.</span>
<span class="numberHalf ng-binding">$</span>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-4 border-bottom border-left">
<span class="label">On Site Reg.</span>
<!-- ngIf: data.home.aagRegistrationInfo.on_site_registration -->
<!-- ngIf: !data.home.aagRegistrationInfo.on_site_registration --><span ng-if="!data.home.aagRegistrationInfo.on_site_registration"
class="numberHalf ng-scope">N/A</span><!-- end ngIf: !data.home.aagRegistrationInfo.on_site_registration -->
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-4">
<span class="label"># of Entries</span>
<span class="numberHalf ng-binding"></span>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-4 border-left">
<span class="label">Max Entries</span>
<span class="numberHalf ng-binding"></span>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-4 border-left">
<span class="label"> Contact</span>
<span class="numberHalf"><a href="mailto:" class="ng-binding"></a></span>
</div>
</div>
<!-- ngIf: !data.home.aagRegistrationInfo.inPast && (data.home.aagRegistrationInfo.max_participants > data.home.aagRegistrationInfo.entries) -->
<!-- ngIf: data.home.aagRegistrationInfo.inPast || (data.home.aagRegistrationInfo.max_participants == data.home.aagRegistrationInfo.entries) -->
<div class="alert alert-warning marginT15 ng-scope" ng-if="data.home.aagRegistrationInfo.inPast || (data.home.aagRegistrationInfo.max_participants == data.home.aagRegistrationInfo.entries)">
<b>Registration is Closed!</b>
</div><!-- end ngIf: data.home.aagRegistrationInfo.inPast || (data.home.aagRegistrationInfo.max_participants == data.home.aagRegistrationInfo.entries) -->
</div>
</div>
<!-- ngIf: data.info.logo && checkPageName() -->
<!-- ngIf: data.info.hostName && !data.info.aagEvent && checkPageName() -->
<!-- ngIf: checkPageName() -->
<!-- ngIf: checkPageName() -->
<div class="marginT25 col-12 ng-hide" ng-show="checkPageName() && data.home.aagRegistrationInfo.registrationInstructions">
<h5 class="h5 hh hh-white bg-lt-gray">Registration Instructions</h5>
<div class="paddingL5 ng-binding" ng-bind-html="data.home.aagRegistrationInfo.registrationInstructions | trustHtml"></div>
</div>
<div class="marginT25 col-12 ng-hide" ng-show="checkPageName() && data.home.aagRegistrationInfo.eventInstructions">
<h5 class="h5 hh hh-white bg-lt-gray">Event Instructions</h5>
<div class="paddingL5 ng-binding" ng-bind-html="data.home.aagRegistrationInfo.eventInstructions | trustHtml"></div>
</div>
<div class="marginT25 col-12 myItenary ng-hide" ng-show="checkPageName() && data.home.aagRegistrationInfo.eventItinerary">
<h5 class="h5 hh hh-white bg-lt-gray">Event Itinerary</h5>
<div class="paddingL5 ng-binding" ng-bind-html="data.home.aagRegistrationInfo.eventItinerary | trustHtml"></div>
</div>
<div class="marginT25 col-12 myItenary ng-hide" ng-show="checkPageName() && data.home.aagRegistrationInfo.TComments">
<h5 class="h5 hh hh-white bg-lt-gray">Comments</h5>
<div class="paddingL5 ng-binding" ng-bind-html="data.home.aagRegistrationInfo.TComments | trustHtml"></div>
</div>
</div>
<!-- logo -->
<!-- host info -->
<!-- <selp ng-show="checkPageName()" type="host" info="data.info"></selp> -->
<!-- End of Directive Calling -->
<!-- Game Center Menu -->
<div class="dvGameCenterMenu noPrint">
<!-- ngIf: data.gameCenterMenu.length > 0 -->
<div ng-if="data.gameCenterMenu.length > 0" class="hidden-xs hidden-sm hidden-md ng-scope">
<div style="margin-bottom: -25px">
<!-- ngIf: sportName == 'slowpitch' --><span ng-if="sportName == 'slowpitch'" style="margin-right: 0" class="ng-scope">Program</span><!-- end ngIf: sportName == 'slowpitch' -->
<!-- ngIf: sportName != 'slowpitch' -->
<ul class="nav nav-tabs lvl1">
<!-- ngRepeat: menu in data.gameCenterMenu -->
<li ng-repeat="menu in data.gameCenterMenu" class="nav-item ng-scope"><a href="" ng-click="selectAge(menu)" class="nav-link ng-binding" ng-class="{'active': menu.selected}">Men's</a></li>
<!-- end ngRepeat: menu in data.gameCenterMenu -->
<li ng-repeat="menu in data.gameCenterMenu" class="nav-item ng-scope"><a href="" ng-click="selectAge(menu)" class="nav-link ng-binding" ng-class="{'active': menu.selected}">Mixed</a></li>
<!-- end ngRepeat: menu in data.gameCenterMenu -->
</ul><br class="clear">
</div>
<div ng-hide="selectedMenu" class="infoLabel hidden-xs hidden-sm"><span><i class="fa fa-arrow-up" aria-hidden="true" icon="arrow-up"></i> Select an Age</span></div>
<div ng-show="selectedMenu" style="margin-bottom: -25px" class="ng-hide">
<span>Class <span ng-show="selectedMenu && !selectedClass" class="infoLabel hidden-md hidden-lg hidden-xl ng-hide"><span>(Select a Class
<i class="fa fa-arrow-down" aria-hidden="true" icon="arrow-down"></i>)</span></span></span>
<ul class="nav nav-tabs lvl2">
<!-- ngRepeat: ageClass in selectedMenu.ageClasses -->
</ul><br class="clear">
</div>
<div ng-show="selectedMenu && !selectedClass" class="infoLabel hidden-xs hidden-sm ng-hide"><span><i class="fa fa-arrow-up" aria-hidden="true" icon="arrow-up"></i> Select a Class</span></div>
<div ng-show="selectedClass" style="margin-bottom: -25px" class="ng-hide">
<span>Options <span ng-show="selectedMenu && selectedClass && !gmOption" class="infoLabel hidden-md hidden-lg hidden-xl ng-hide"><span>( Select an Option
<i class="fa fa-arrow-down" aria-hidden="true" icon="arrow-down"></i>)</span></span></span>
<ul class="nav nav-tabs lvl2 ng-hide" ng-show="selectedClass">
<!-- ngRepeat: option in selectedClass.options -->
</ul><br class="clear">
</div>
<div ng-show="selectedMenu && selectedClass && !gmOption" class="infoLabel hidden-xs hidden-sm ng-hide"><span><i class="fa fa-arrow-up" aria-hidden="true" icon="arrow-up"></i> Select an Option</span></div>
</div><!-- end ngIf: data.gameCenterMenu.length > 0 -->
<!-- ngIf: data.gameCenterMenu.length > 0 -->
<div ng-if="data.gameCenterMenu.length > 0" class="hidden-lg hidden-xl noPrint ng-scope" style="padding: 0 10px;">
<div class="row">
<div class="col-12 col-sm-6">
<b>Event Divisions:</b>
<select ng-model="lstDivision" ng-options="div as div.age + div.Class group by div.age for div in data.gameCenterDDown" class="form-control ng-pristine ng-untouched ng-valid ng-empty">
<option value="" class="" selected="selected">Select a division</option>
<optgroup label="Men's">
<option label="Men'sD" value="object:75">Men'sD</option>
<option label="Men'sE" value="object:76">Men'sE</option>
</optgroup>
<optgroup label="Mixed">
<option label="MixedC" value="object:77">MixedC</option>
</optgroup>
</select>
</div>
<div class="col-12 col-sm-6">
<b>Pages:</b>
<select ng-model="lstOptions" ng-change="go2Option(lstDivision, lstOptions)" ng-options="opt as opt.name for opt in lstDivision.options" class="form-control ng-pristine ng-untouched ng-valid ng-empty">
<option value="" class="" selected="selected">Select an option</option>
</select>
</div>
</div>
</div><!-- end ngIf: data.gameCenterMenu.length > 0 -->
<!-- ngIf: data.gameCenterMenu.length == 0 -->
</div>
<br class="clear">
<script src="/js/controllers/gameCenterCtrl.js"></script>
<script src="/js/directives/schedulesDirective.js"></script>
<!-- /Game Center Menu -->
<div ng-controller="gameCenterCtrl" ng-hide="loading" class="marginT15 ng-scope">
<h4 class="hidden-lg hidden-xl ng-binding" style="padding: 0 10px;"></h4>
<div class="text-center ng-isolate-scope ng-hide" ng-show="gcLoading">
<h4 class="ng-binding">Loading...</h4>
<img src="/img/loading-bar.svg" style="width: 100px">
</div>
<!-- ngIf: page.template == 'schedule' -->
<!-- ngIf: page.template == 'bracket' -->
<!-- ngIf: page.template == 'divisionReport' -->
<!-- ngIf: page.template == 'pitchingReport' -->
<!-- ngIf: (page.template == 'schedule' || page.template == 'bracket') && feed.posts.length > 0 -->
</div>
</div>
</div>
<div id="wrapper-rectangle_2" style="min-height: 280px; position: relative;">
<div id="rectangle_2" class="text-center d-none d-lg-block noPrint pt-3" style="position: sticky; top: 0px;" data-google-query-id="CPaZvIPR24IDFSiR_QcdGAwEog">
<div id="google_ads_iframe_/154352941/usssa.com/rectangle_2_0__container__" style="border: 0pt none; margin: auto; text-align: center;"><iframe id="google_ads_iframe_/154352941/usssa.com/rectangle_2_0"
name="google_ads_iframe_/154352941/usssa.com/rectangle_2_0" title="3rd party ad content" width="300" height="250" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" role="region" aria-label="Advertisement" tabindex="0"
style="border: 0px; vertical-align: bottom;" data-load-complete="true" data-google-container-id="1"></iframe></div>
</div>
</div>
<div id="wrapper-mobile_rectangle_2" style="min-height: 280px; position: relative;">
<div id="mobile_rectangle_2" class="text-center d-lg-none noPrint pt-3" style="position: sticky; top: 0px;"></div>
</div>
</div>
</div>
</div>
<!-- Content Area End -->
<script src="/js/directives/u3SocialDirective.js"></script>
<!-- Footer -->
<div id="footer-v1" class="footer-v1 noPrint">
<div class="footer">
<div class="container">
<div class="div-sponsors footer-v1">
<div class="headline">
<h2>National Sponsors</h2>
</div>
<ul class="sponsors row" style="margin-left: -30px; margin-right: 0;">
<li class="col">
<a class="d-block" href="http://www.demarini.com/en-us/" title="Demarini" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Demarini')"><img src="https://v11.usssa.net/images/logos/footer_logos/sponsor_demarini.jpg" alt="Demarini"></a>
</li>
<li class="col">
<a class="d-block" href="http://www.dudleysports.com/" title="Dudley" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Dudley')"><img src="https://v11.usssa.net/images/logos/footer_logos/sponsor_Dudley.jpg" alt="Dudley"></a></li>
<li class="col"><a class="d-block" href="http://www.easton.com/" title="Easton" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Easton')"><img src="https://v11.usssa.net/images/logos/footer_logos/sponsor_easton.jpg" alt="Easton"></a>
</li>
<li class="col">
<a class="d-block" href="http://www.slugger.com/" title="Louisville Slugger" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Louisville Slugger')"><img src="https://v11.usssa.net/images/logos/footer_logos/sponsor_louisville.jpg" alt="Louisville Slugger"></a>
</li>
<li class="col">
<a class="d-block" href="https://maruccisports.com/" title="Marucci" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Marucci')"><img src="https://v11.usssa.net/images/logos/footer_logos/sponsor_marucci.jpg" alt="Marucci"></a></li>
<li class="col"><a class="d-block" href="https://miken.rawlings.com/" title="Miken" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Miken')"><img src="/img/logos/sponsor_miken_2021082401.png" alt="Miken"></a></li>
<li class="col"><a class="d-block" href="https://www.dickssportinggoods.com/" title="Dicks" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Dicks')"><img src="https://usssa.com/img/logos/sponsor_dicks.jpg" alt="Dicks"></a></li>
</ul>
<ul class="sponsors row" style="margin-left: -30px; margin-right: 0;">
<li class="col">
<a class="d-block" href="https://www.nationwide.com/usssa.jsp?WT.mc_id=affinity_na_brand_banner_na_na_na_na_na_4153-USSSA-0814-WebBanner_na_&WT.tsrc=affinity_banner_brand_na_na&utm_medium=banner&utm_campaign=affinity&utm_source=na&utm_content=brand:na:na:na:na:na:4153-usssa-0814-webbanner&quoteType=&type=na&UI1002=4153&UI3001=67460" title="Nationwide" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Nationwide')"><img src="https://v11.usssa.net/images/logos/footer_logos/sponsor_nationwide.jpg" alt="Nationwide"></a>
</li>
<li class="col">
<a class="d-block" href="http://www.neweracap.com" title="New Era" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'New Era')"><img src="https://v11.usssa.net/images/logos/footer_logos/sponsor_new_era.jpg" alt="New Era"></a></li>
<li class="col">
<a class="d-block" href="https://www.rawlings.com/" title="Rawlings" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Rawlings')"><img src="https://v11.usssa.net/images/logos/footer_logos/sponsor_rawlings.jpg" alt="Rawlings"></a>
</li>
<li class="col">
<a class="d-block" href="http://www.metropins.com/" title="Metro Pins" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Metro Pins')"><img src="https://v11.usssa.net/images/logos/footer_logos/sponsor_metropins.jpg" alt="Metro Pins"></a>
</li>
<li class="col"><a class="d-block" href="http://www.worthsports.com/" title="Worth" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Worth')"><img src="/img/logos/sponsor_worth_2021082401.png" alt="Worth"></a></li>
<li class="col">
<a class="d-block" href="http://www.adidas.com/us/" title="Adidas" onclick="ga('send', 'event', 'Footer Logo-Clicked', 'Adidas')"><img src="https://v11.usssa.net/images/logos/footer_logos/sponsor_adidas.jpg" alt="Adidas"></a></li>
</ul>
</div>
</div>
<div class="container">
<div>
<div class="headline">
<h2>Social Media</h2>
</div>
<div class="social_items">
<u3-social>
<div class="d-none d-md-block">
<div class="row nopad justify-content-around">
<div class="col">
<div class="row fb m-auto">
<div class="col-12 col-sm-12 col-lg-6">
<img src="https://v11.usssa.net/images/landing/logo_fb_lg.png" alt="USSSA on Facebook">
<span>Follow us for the latest updates of USSSA</span>
</div>
<div class="col-12 col-sm-12 col-lg-6">
<ul class="row innerright" ng-transclude="fb">
<li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://www.facebook.com/playusssa" title="Play USSSA on Facebook" text="playUSSSA">
<a href="https://www.facebook.com/playusssa" title="Play USSSA on Facebook" class="ng-binding">playUSSSA</a></li>
<li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://www.facebook.com/USSSASlowpitch" title="USSSA Slowpitch on Facebook" text="USSSAslowpitch">
<a href="https://www.facebook.com/USSSASlowpitch" title="USSSA Slowpitch on Facebook" class="ng-binding">USSSAslowpitch</a></li>
<li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://www.facebook.com/USSSABaseball" title="USSSA Baseball on Facebook" text="USSSAbaseball">
<a href="https://www.facebook.com/USSSABaseball" title="USSSA Baseball on Facebook" class="ng-binding">USSSAbaseball</a></li>
<li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://www.facebook.com/USSSAFastpitch" title="USSSA Fastpitch on Facebook" text="USSSAfastpitch">
<a href="https://www.facebook.com/USSSAFastpitch" title="USSSA Fastpitch on Facebook" class="ng-binding">USSSAfastpitch</a></li>
</ul>
</div>
</div>
</div>
<div class="col">
<div class="row tw m-auto">
<div class="col-lg-6">
<img src="https://v11.usssa.net/images/landing/logo_tw_lg.png" alt="USSSA on Twitter">
<span>Follow us for the latest updates of USSSA</span>
</div>
<div class="col-lg-6">
<ul class="row innerright" ng-transclude="tw">
<li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://twitter.com/USSSA" title="Play USSSA on Twitter" text="USSSA">
<a href="https://twitter.com/USSSA" title="Play USSSA on Twitter" class="ng-binding">USSSA</a></li>
<li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://twitter.com/usaeliteselect" title="USA Elite Select on Twitter" text="USAEliteSelect">
<a href="https://twitter.com/usaeliteselect" title="USA Elite Select on Twitter" class="ng-binding">USAEliteSelect</a></li>
<li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://twitter.com/USSSABSBL" title="All American Baseball on Twitter" text="USSSA Baseball">
<a href="https://twitter.com/USSSABSBL" title="All American Baseball on Twitter" class="ng-binding">USSSA Baseball</a></li>
<li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://twitter.com/usssaslowpitch" title="USSSA Slowpitch on Twitter" text="USSSAslowpitch">
<a href="https://twitter.com/usssaslowpitch" title="USSSA Slowpitch on Twitter" class="ng-binding">USSSAslowpitch</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="d-block d-md-none">
<div class="row nopad justify-content-center">
<div class="col">
<div class="row fb m-auto">
<div class="col-12 col-sm-12 col-lg-6">
<img src="https://v11.usssa.net/images/landing/logo_fb_lg.png" alt="USSSA on Facebook">
<span>Follow us for the latest updates of USSSA</span>
</div>
<div class="col-12 col-sm-12 col-lg-6">
<ul class="row innerright" ng-transclude="fb">
<li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://www.facebook.com/playusssa" title="Play USSSA on Facebook" text="playUSSSA">
<a href="https://www.facebook.com/playusssa" title="Play USSSA on Facebook" class="ng-binding">playUSSSA</a></li>
<li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://www.facebook.com/USSSASlowpitch" title="USSSA Slowpitch on Facebook" text="USSSAslowpitch">
<a href="https://www.facebook.com/USSSASlowpitch" title="USSSA Slowpitch on Facebook" class="ng-binding">USSSAslowpitch</a></li>
<li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://www.facebook.com/USSSABaseball" title="USSSA Baseball on Facebook" text="USSSAbaseball">
<a href="https://www.facebook.com/USSSABaseball" title="USSSA Baseball on Facebook" class="ng-binding">USSSAbaseball</a></li>
<li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://www.facebook.com/USSSAFastpitch" title="USSSA Fastpitch on Facebook" text="USSSAfastpitch">
<a href="https://www.facebook.com/USSSAFastpitch" title="USSSA Fastpitch on Facebook" class="ng-binding">USSSAfastpitch</a></li>
</ul>
</div>
</div>
</div>
<div class="w-100 mt-3"></div>
<div class="col">
<div class="row tw m-auto">
<div class="col-lg-6">
<img src="https://v11.usssa.net/images/landing/logo_tw_lg.png" alt="USSSA on Twitter">
<span>Follow us for the latest updates of USSSA</span>
</div>
<div class="col-lg-6">
<ul class="row innerright" ng-transclude="tw">
<li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://twitter.com/USSSA" title="Play USSSA on Twitter" text="USSSA">
<a href="https://twitter.com/USSSA" title="Play USSSA on Twitter" class="ng-binding">USSSA</a></li>
<li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://twitter.com/usaeliteselect" title="USA Elite Select on Twitter" text="USAEliteSelect">
<a href="https://twitter.com/usaeliteselect" title="USA Elite Select on Twitter" class="ng-binding">USAEliteSelect</a></li>
<li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://twitter.com/USSSABSBL" title="All American Baseball on Twitter" text="USSSA Baseball">
<a href="https://twitter.com/USSSABSBL" title="All American Baseball on Twitter" class="ng-binding">USSSA Baseball</a></li>
<li class="col-6 col-sm-6 col-lg-12 ng-scope ng-isolate-scope" href="https://twitter.com/usssaslowpitch" title="USSSA Slowpitch on Twitter" text="USSSAslowpitch">
<a href="https://twitter.com/usssaslowpitch" title="USSSA Slowpitch on Twitter" class="ng-binding">USSSAslowpitch</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</u3-social>
</div>
</div>
<div class="row" style="margin-top: 15px">
<!-- Latest -->
<div class="col-md-8 md-margin-bottom-40">
<div class="posts">
<div class="headline">
<h2>Useful Links</h2>
</div>
<div class="row">
<div class="col-6">
<ul class="list-unstyled link-list">
<!-- original -->
<li><a href="http://usssatoday.com"><i class="fa fa-angle-right"></i> News</a></li>
<li><a href="https://usssa.com/faq"><i class="fa fa-angle-right"></i> Questions</a></li>
<li><a href="http://media.usssa.com"><i class="fa fa-angle-right"></i> Media Center</a></li>
<li><a href="http://hof.usssa.com/"><i class="fa fa-angle-right"></i> Hall of Fame</a></li>
<li><a href="https://usssa.com/contact"><i class="fa fa-angle-right"></i> Contact</a></li>
<li><a href="https://www.usssa.com/docs/general/Bylaws.pdf"><i class="fa fa-angle-right"></i> Bylaws</a></li>
<li><a href="https://usssa.com/baseball_events"><i class="fa fa-angle-right"></i> USSSA Baseball Events</a></li>
<!--PROD <li><a href="http://usssatoday.com"><i class="fa fa-angle-right"></i> News</a></li>
<li><a href="https://hq.usssa.com/faqs"><i class="fa fa-angle-right"></i> Questions</a></li>
<li><a href="http://media.usssa.com"><i class="fa fa-angle-right"></i> Media Center</a></li>
<li><a href="http://hof.usssa.com/"><i class="fa fa-angle-right"></i> Hall of Fame</a></li>
<li><a href="https://hq.usssa.com/contact"><i class="fa fa-angle-right"></i> Contact</a></li>
<li><a href="https://www.usssa.com/docs/general/Bylaws.pdf"><i class="fa fa-angle-right"></i> Bylaws</a></li>
<li><a href="/baseball_events"><i class="fa fa-angle-right"></i> USSSA Baseball Events</a></li> -->
<!-- QA <li><a href="http://usssatoday.com"><i class="fa fa-angle-right"></i> News</a></li>
<li><a href="https://dev-next.usssa.com/faqs"><i class="fa fa-angle-right"></i> Questions</a></li>
<li><a href="http://media.usssa.com"><i class="fa fa-angle-right"></i> Media Center</a></li>
<li><a href="http://hof.usssa.com/"><i class="fa fa-angle-right"></i> Hall of Fame</a></li>
<li><a href="https://dev-next.usssa.com/contact"><i class="fa fa-angle-right"></i> Contact</a></li>
<li><a href="https://www.usssa.com/docs/general/Bylaws.pdf"><i class="fa fa-angle-right"></i> Bylaws</a></li>
<li><a href="/baseball_events"><i class="fa fa-angle-right"></i> USSSA Baseball Events</a></li> QA-->
</ul>
</div>
<div class="col-6">
<ul class="list-unstyled link-list">
<li><a href="https://usssa.com/abusemolestation"><i class="fa fa-angle-right"></i> Abuse/ Molestation</a></li>
<li><a href="https://usssa.com/safesport"><i class="fa fa-angle-right"></i> Safesport</a></li>
<li><a href="https://usssa.com/terms-of-use"><i class="fa fa-angle-right"></i> Terms of Use</a></li>
<li><a href="https://usssa.com/privacy"><i class="fa fa-angle-right"></i> Privacy</a></li>
<li>
<a href="https://www.teamworkonline.com/jobs-in-sports?utf8=%E2%9C%93&employment_opportunity_search%5Blicense_id%5D=3028&employment_opportunity_search%5Bquery%5D=Usssa&commit=Search"><i class="fa fa-angle-right"></i> Careers</a>
</li>
<li><a href="https://www.usssa.com/docs/general/Policy&Procedures.pdf"><i class="fa fa-angle-right"></i> Policies & Procedures</a></li>
<li><a href="https://usssa.com/fastpitch_events"><i class="fa fa-angle-right"></i> USSSA Fastpitch Events</a></li>
<!--<li><a href="https://usssa.com/home"><i class="fa fa-angle-right"></i> USSSA Fastpitch Events</a></li> -->
<!--QA <li><a href="https://dev-next.usssa.com/legal/abuse-and-molestation"><i class="fa fa-angle-right"></i> Abuse/ Molestation</a></li>
<li><a href="https://dev-next.usssa.com/legal/safesport"><i class="fa fa-angle-right"></i> Safesport</a></li>
<li><a href="https://dev-next.usssa.com/legal/terms-of-use"><i class="fa fa-angle-right"></i> Terms of Use</a></li>
<li><a href="https://dev-next.usssa.com/legal/privacy"><i class="fa fa-angle-right"></i> Privacy</a></li>
<li><a href="https://www.teamworkonline.com/jobs-in-sports?utf8=%E2%9C%93&employment_opportunity_search%5Blicense_id%5D=3028&employment_opportunity_search%5Bquery%5D=Usssa&commit=Search"><i class="fa fa-angle-right"></i> Careers</a></li>
<li><a href="https://dev-next.usssa.com/legal/legal-disputes-and-lawsuits"><i class="fa fa-angle-right"></i> Policies & Procedures</a></li>
<li><a href="/fastpitch_events"><i class="fa fa-angle-right"></i> USSSA Fastpitch Events</a></li> QA -->
</ul>
</div>
</div>
</div>
</div>
<!-- End Latest -->
<!-- Address -->
<div class="col-md-4 map-img md-margin-bottom-40">
<div class="headline">
<h2>United States Specialty Sports Association</h2>
</div>
<address class="md-margin-bottom-40">
<i class="fa fa-home" aria-hidden="true"></i> <span class="lbl-adress">5800 Stadium Pkwy<br>Melbourne, FL 32940</span>
</address>
</div>
<!-- End Address -->
</div>
</div>
</div><!--/footer-->
<div class="copyrightV11">
<div class="container">
<div class="row">
<div class="col-md-6 text-left xs-text-center">
<p> 1996 - 2023 © All Rights Reserved. </p>
</div>
<!-- Social Links -->
<div class="col-md-6 text-right xs-text-center">
<ul class="social-icons">
<li><a href="https://www.facebook.com/playusssa/" data-original-title="Facebook" class="rounded-x social_facebook"></a></li>
<li><a href="http://twitter.com/usssa" data-original-title="Twitter" class="rounded-x social_twitter"></a></li>
<li><a href="https://www.youtube.com/user/usssatoday" data-original-title="YouTube" class="rounded-x social_youtube"></a></li>
<li><a href="https://www.instagram.com/playusssa/" data-original-title="Instagram" class="rounded-x social_instagram"></a></li>
</ul>
</div>
<!-- End Social Links -->
</div>
</div>
</div><!--/copyright-->
</div>
</form>
Text Content
slowpitch * Login * Events Event SearchVenues/FacilitiesUSSSA Points Structure * Teams Team SearchRankingsRegister Team * Athletes Player AccountsAthlete SearchStat LeadersAwards * Login * Programs CONFERENCE USSSA * Conference USSSA Home GSL SOFTBALL * GSL Softball Home * GSL/USSSA Super Dual NIT USSSA SENIOR SOFTBALL * USSSA Senior Softball WORLD/NATIONAL TOURNAMENTS * World Tournaments Home * SPORTS * Baseball * Fastpitch * Slowpitch * Basketball 3 on 3 * Basketball 5 on 5 * Soccer EVENTS * Event Search * Venues/Faciilties * USSSA Points Structure CONFERENCE USSSA * Conference USSSA Home INSURANCE * Slowpitch Insurance Brochure * TEAMS * Team Search * Rankings * Register Team * Age Calculator GSL SOFTBALL * GSL Home RULES * USSSA Playing Rules * Licensed Bat/Ball Manufacturers * Withdrawn/Disallowed Bats * Legal Disputes and Lawsuits * Abuse and Molestation * FACILITIES * USSSA Space Coast Complex * Find a Venue/Facility WORLD/NATIONAL TOURNAMENT * World Tournament Info DIRECTORS * Program Directors * Find a Director * NATIONAL OFFICE * USSSA Sponsors * Hall of Fame ATHLETES * Player Accounts * Athlete Search * Stat Leaders * Awards OFFICIALS * Officials Home * Register Official * Officials Insurance * TRAVEL * USSSA Travel Center * USSSA Store PLAYERS * Login | Lost Password slowpitch * Login * Events Event SearchVenues/FacilitiesUSSSA Points Structure * Teams Team SearchRankingsRegister Team * Athletes Player AccountsAthlete SearchStat LeadersAwards * Login * Programs CONFERENCE USSSA * Conference USSSA Home GSL SOFTBALL * GSL Softball Home * GSL/USSSA Super Dual NIT USSSA SENIOR SOFTBALL * USSSA Senior Softball WORLD/NATIONAL TOURNAMENTS * World Tournaments Home * SPORTS * Baseball * Fastpitch * Slowpitch * Basketball 3 on 3 * Basketball 5 on 5 * Soccer EVENTS * Event Search * Venues/Faciilties * USSSA Points Structure CONFERENCE USSSA * Conference USSSA Home INSURANCE * Slowpitch Insurance Brochure * TEAMS * Team Search * Rankings * Register Team * Age Calculator GSL SOFTBALL * GSL Home RULES * USSSA Playing Rules * Licensed Bat/Ball Manufacturers * Withdrawn/Disallowed Bats * Legal Disputes and Lawsuits * Abuse and Molestation * FACILITIES * USSSA Space Coast Complex * Find a Venue/Facility WORLD/NATIONAL TOURNAMENT * World Tournament Info DIRECTORS * Program Directors * Find a Director * NATIONAL OFFICE * USSSA Sponsors * Hall of Fame ATHLETES * Player Accounts * Athlete Search * Stat Leaders * Awards OFFICIALS * Officials Home * Register Official * Officials Insurance * TRAVEL * USSSA Travel Center * USSSA Store PLAYERS * Login | Lost Password RECENTLY VISITED RECENTLY VISITED * Events * Teams * Players Select an Option LOADING... Close s: TEAM MANAGER * Dashboard * Your Account * Billing Info * Your Payments * Your Players * Create a New Team * Register Existing Team for New Season * Logout -------------------------------------------------------------------------------- LOADING... Go Back to Event Search STRIKEOUT NATION TURKEY TWO STEP TOY DRIVE STRIKEOUT NATION TURKEY TWO STEP TOY DRIVE Nov 25 | GRAND PRAIRIE, TX * Event Host : * | * | Email * | Web * Event Home * Event Info * Contacts * Who's Coming * Venues * Game Center Event Info - Location Ages - Event Dates - Deadline Online Reg. $ On Site Reg. N/A # of Entries Max Entries Contact Registration is Closed! REGISTRATION INSTRUCTIONS EVENT INSTRUCTIONS EVENT ITINERARY COMMENTS Program * Men's * Mixed Select an Age Class (Select a Class ) Select a Class Options ( Select an Option ) Select an Option Event Divisions: Select a divisionMen'sDMen'sEMixedC Pages: Select an option LOADING... NATIONAL SPONSORS * * * * * * * * * * * * * SOCIAL MEDIA Follow us for the latest updates of USSSA * playUSSSA * USSSAslowpitch * USSSAbaseball * USSSAfastpitch Follow us for the latest updates of USSSA * USSSA * USAEliteSelect * USSSA Baseball * USSSAslowpitch Follow us for the latest updates of USSSA * playUSSSA * USSSAslowpitch * USSSAbaseball * USSSAfastpitch Follow us for the latest updates of USSSA * USSSA * USAEliteSelect * USSSA Baseball * USSSAslowpitch USEFUL LINKS * News * Questions * Media Center * Hall of Fame * Contact * Bylaws * USSSA Baseball Events * Abuse/ Molestation * Safesport * Terms of Use * Privacy * Careers * Policies & Procedures * USSSA Fastpitch Events UNITED STATES SPECIALTY SPORTS ASSOCIATION 5800 Stadium Pkwy Melbourne, FL 32940 1996 - 2023 © All Rights Reserved. * * * *