Notice: file_put_contents(): Write of 127438 bytes failed with errno=28 No space left on device in /opt/frankenphp/design.onmedianet.com/app/src/Arsae/CacheManager.php on line 36

Warning: http_response_code(): Cannot set response code - headers already sent (output started at /opt/frankenphp/design.onmedianet.com/app/src/Arsae/CacheManager.php:36) in /opt/frankenphp/design.onmedianet.com/app/src/Models/Response.php on line 17

Warning: Cannot modify header information - headers already sent by (output started at /opt/frankenphp/design.onmedianet.com/app/src/Arsae/CacheManager.php:36) in /opt/frankenphp/design.onmedianet.com/app/src/Models/Response.php on line 20
United Soccer Leagues (USL)
The Wayback Machine - https://web.archive.org/web/20120715204110/http://www.uslsoccer.com/teams/2012/22380.html
Events Shop Audio / Video Umbro.com USL Home USL Home Facebook Twitter Blog Facebook Twitter Blog Facebook Twitter Blog Facebook Twitter Blog Facebook Twitter Blog Facebook Twitter Blog RSS RSS RSS News Stats Scoreboard
'); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push('
'); mu.push(''); mu.push(' '); mu.push(' '); mu.push('
  Official Roster** '+teamname+' - '+seasonname+' **
'); mu.push('
'); mu.push(''); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); if (dispWeight) { mu.push(' '); } mu.push(' '); mu.push(''); players = DiiUslRoster.playersA.sortBy(function(s){ return s.ln }) players.each(function(player){ var bdate = ''; mu.push(''); mu.push(' '); mu.push(' '); var url = '/scripts/runisa.dll?M2:gp:514828.'+rand4()+':72011+Elements/Display+E+47116+Player/+'+teamkey+'+'+teamgroupkey+'+'+player.personkey; mu.push(' '); var height = ''; if(player.hgtF && player.hgtI){var height = player.hgtF+'' '+player.hgtI+'"'}; mu.push(' '); if (dispWeight) { mu.push(' '); } if (player.birthdate.empty() == false) { bdate = Date.parse(player.birthdate); } else { bdate = ''; } mu.push(' '); mu.push(''); }) mu.push('
#POSPLAYER NAMEHEIGHTWEIGHTLAST CLUB
'+player.jersey+''+player.pos1+''+player.ln+', '+player.fn+''+height+''+player.wght+''+player.last_team+'
'); mu.push('
'); $('roster').innerHTML = mu.join(''); DiiUslRoster.rosterLoaded = true; diiStripeTables.doit('playerRow', 'RowGray1', 'RowGray2'); DiiTabs.showtab('roster'); }, location: 'home', rosterLoaded: false }; // DiiUslRoster var DIISchedule = { MISL_lgkey: '36509042', sename: '2012', sekey: '42819353', lgkey: '22290', tg: '42819419', tm: '22380', seSeq: 2012, othertgs: [], otherCompCount: 0, scheduleLoaded: false, init: function(){ if(DIISchedule.scheduleLoaded == false){ DIISchedule.preRender(); } else{ DiiTabs.showtab('schedule'); }; }, preRender: function(){ DIISchedule.teamgms = DIISchedule.gatherTmGames(); var foo = DIISchedule.fixgmtimes(DIISchedule.teamgms); DIISchedule.render(foo); }, gatherTmGames: function(){ //- coerce hash into array var gmsA=diiH2A(DIISnapshot.gamesHolder); var tm=DIISnapshot.tm; //-select just this teams games and return return gmsA.select(function(g){ return (g.tm1==tm)||(g.tm2==tm) }); }, fixgmtimes:function(gms){ gms.each(function(g){ var dt = g.dt; if(dt&&dt!=''){ var tim = g.tim.match(/30-DEC-1899\s(\d+:\d+)/); if(tim&&tim.length&&tim.length>0){ // g.dttm = Date.parse(dt+' '+tim[1]+' -0400'); // at least for USL g.dttm = Date.parse(dt+' '+tim[1]); g.hasTime = true } else{ g.dttm = Date.parse(dt); // at least for USL g.hasTime = false } } }); return gms.sortBy(function(g){return g.dttm}); }, getTeamName:function(tmkey){ if(tmkey=='')return ''; var tm=DIISnapshot.teamsHolder[tmkey]; if(!tm)return ''; return tm.name; }, isOtherCompTeam:function(tmkey){ if (DIISnapshot.origTeams.indexOf(tmkey.toString()) > -1) {return false;} else{return true; }; }, render: function(gms) { var seasonname = "W-League 2012"; var teamname = "Seattle Sounders Women"; teamname = teamname.replace(/'/, "'"); var teamkey = 22380; var teamgroupkey = 42819419; var seasonkey = 42819353; if (gms.length == 0) { return; } var oldtbl = $('tblsched'); if (oldtbl) { oldtbl.remove(); } // var tz=Date.today().getTimezoneOffset()/60, tza=''; var tza = 'ET'; var mu = []; mu.push(''); mu.push(''); mu.push(''); mu.push( ''); mu.push( ''); mu.push( ''); mu.push( ''); mu.push(''); mu.push(''); mu.push('
'); mu.push(''); mu.push(''); mu.push(''); mu.push( ''); mu.push( ''); mu.push(''); mu.push(''); mu.push('
  Full Schedule** '+teamname+' - '+seasonname+' **
'); mu.push('
'); mu.push(''); mu.push(''); var gimo = 0, lastmo = ''; gms.each(function(g) { var gcode = g.code, gda = g.dttm.toString("ddd"), gdt = g.dttm.toString("MMM d"), gmo = g.dttm.toString("MMMM yyyy"), gtim = (g.hasTime == true) ? g.dttm.toString("h:mm tt") : 'TBD', timezone = (gtim != 'TBD') ? tza : '', gfac = g.facn, tm1key = g.tm1, tm1nm = tm1key ? DIISnapshot.getTeamName(tm1key) : '', sc1 = g.sc1, tm2key = g.tm2, tm2nm = tm2key ? DIISnapshot.getTeamName(tm2key) : '', sc2 = g.sc2, url1, url2, score = '', scoreurl = '', ed = ''; if (!g.se) { g.se = '42819353'; } if (tm1key) { url1 = (tm1key == DIISnapshot.tm) ? '#' : '/scripts/runisa.dll?M2:gp:514828.'+rand4()+':72011+Elements/Display+E+47116+USL/+'+tm1key+'+'+DIISnapshot.teamsHolder[tm1key].primarytg; } else { url1 = ''; } if (tm2key) { url2 = (tm2key == DIISnapshot.tm)?'#':'/scripts/runisa.dll?M2:gp:514828.'+rand4()+':72011+Elements/Display+E+47116+USL/+'+tm2key+'+'+DIISnapshot.teamsHolder[tm2key].primarytg; } else { url2 = ''; } if (teamgroupkey != g.tg) { url1 = (url1 == "#") ? "#" : ''; url2 = (url2 == "#") ? "#" : ''; } if (sc1) { score = sc1 + '-' + sc2; scoreurl = '/scripts/runisa.dll?M2:gp:514828.'+rand4()+':72011+Elements/Display+E+47107+Stats/+'+g.key; } else { scoreurl = '' score = 'at'; } if (lastmo != gmo) { lastmo = gmo; gimo = 0; mu.push(''); mu.push( ''); mu.push(''); } mu.push(''); mu.push( ''); mu.push( ''); mu.push( ''); ed = (g.edited && g.tim_orig != g.tim) ? ' edited' : ''; mu.push( ''); mu.push( ''); mu.push( ''); mu.push( ''); ed = (g.edited && g.facn_orig != g.facn) ? ' edited' : ''; mu.push( ''); mu.push( ''); mu.push(''); gimo += 1; }); if (DIISchedule.lgkey !== DIISchedule.MISL_lgkey) { // not for MISL mu.push( ''); mu.push( ''); mu.push( ''); } mu.push(''); mu.push('
' + gmo + '
' + DIIUSLAbbrev.getAbbrev(g.tg, DIISchedule.sekey, DIISchedule.lgkey) + ''+gda+''+gdt+'' + gtim + ' ' + timezone + ''); if (url1) { mu.push( '' + tm1nm + ''); } else { mu.push( tm1nm); } mu.push( ''); if (scoreurl) { mu.push(' ' + score + ''); } else { mu.push(score); } mu.push( ''); if (url2) { mu.push( '' + tm2nm + ''); } else { mu.push( tm2nm); } mu.push( '' + gfac + ''); if (g.golive == 1) { mu.push( ''); } if (g.urlvideo) { mu.push( ''); } if (g.urlaudio != ''){ mu.push( ''); }; mu.push( '
'); mu.push( ''); mu.push( 'USOC - US OPEN CUP, CFU - Caribbean Football Union, NCC - Nutrilite Canadian Championship, EXH - Exhibition, CCC - CONCACAF
'); mu.push( ' Match Tracker, Game Video, Game Audio'); mu.push( '
'); mu.push( '
'); mu.push('
'); mu.push('
'); $('schedule').innerHTML=mu.join(''); diiStripeTables.doit('gm', 'RowGray1', 'RowGray2'); DIISchedule.scheduleLoaded = true; DiiTabs.showtab('schedule'); } }; // DIISchedule var DIIMemos = { memoLoaded: new Hash(), init: function(event, a, b, memo) { var $tab; if (memo === undefined) { var $tab = $j(this); DIIMemos.memokey = $tab.attr('memo'); DIIMemos.memoname = $tab.attr('memoname'); } else { var $tab = $j('#' + memo + '-tab'); DIIMemos.memokey = $tab.attr('memo'); DIIMemos.memoname = memo; }; if (DIIMemos.memoLoaded.get(DIIMemos.memoname) == true) { DiiTabs.showtab(DIIMemos.memoname); } else { DIIMemos.getMemo(); }; }, // init getMemo: function(){ $j('.visibleDiv').each(function(){ var $div = $j(this); $div.hide(); $div.removeClass('visibleDiv'); }); $('indicator-text').innerHTML = (DIIMemos.memoname == 'stadium') ? 'Stadium' : DIIMemos.memoname.capitalize(); $('indicator').appear({ duration: 0.2 }); var ajax_url = '/scripts/runisa.dll?M2:gp::72011+Elements/XML/Public/+E+47116+Memo/845/Public/+22380+'+DIIMemos.memokey; var jaxy = new Ajax.Request(ajax_url, {method: 'post', parameters:dii000, onSuccess:DIIMemos.process , onFailure:DIIMemos.myErrorHandler }); }, myErrorHandler: function(){ alert('Problem Retrieving ' + DIIMemos.memoname.capitalize()); }, process: function(x){ var text = x.responseText; DIIMemos.render(text); }, render: function(text){ var teamname = "Seattle Sounders Women"; teamname = teamname.replace(/'/, "'"); var mu=[]; mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); if (DIIMemos.memoname == 'about'){ mu.push(''); }; mu.push(' '); mu.push(' '); mu.push(' '); mu.push('
'); mu.push('
'); mu.push( '
'); if (DIIMemos.memoname == 'about') { var headtext = 'About ' + teamname; } else if (DIIMemos.memoname == 'stadium') { var headtext = teamname + ' Stadium Info'; } else { var headtext = teamname + ' ' + DIIMemos.memoname.capitalize() + ' Info'; }; mu.push( '
'+headtext+'
'); mu.push( '
'); mu.push( '
'); mu.push( text); mu.push( '
'); mu.push( '
'); mu.push('
'); $j('#' + DIIMemos.memoname).html(mu.join('')); DIIMemos.memoLoaded.set(DIIMemos.memoname, true); DiiTabs.showtab(DIIMemos.memoname); } }; // DIIMemos DiiUslStats = { statsLoaded: false, init: function(){ if(DiiUslStats.statsLoaded == false){ DiiUslStats.getPlayers(); } else{ DiiTabs.showtab('stats'); }; }, getPlayers: function(){ $j('.visibleDiv').each(function(){ var $div = $j(this); $div.hide(); $div.removeClass('visibleDiv'); }); $('indicator-text').innerHTML = "Stats"; $('indicator').appear({ duration: 0.3 }); var url = '/scripts/runisa.dll?M2:gp::72011+Elements/JS/+E+47116+USL/Stats/JS/+22380+42819419'; var jaxy = new Ajax.Request( url, {method: 'post', parameters:dii000, onSuccess:DiiUslStats.process , on404:DiiUslStats.myerrorHandler } ); }, myerrorHandler:function(){ alert('Error loading stats'); }, //handles AJAX response process: function(xJ) { eval('var roster = '+ xJ.responseText); DiiUslStats.playersA=diiH2A(roster.players); DiiUslStats.gks = diiH2A(roster.gk); DiiUslStats.buildStatsPage(); }, //Builds the roster page buildStatsPage: function(){ var seasonname = 'W-League 2012'; var teamname = "Seattle Sounders Women"; teamname = teamname.replace(/'/, "'"); var teamkey = 22380; var teamgroupkey = 42819419; var seasonkey = 42819353; mu = []; mu.push(''); ; mu.push(''); mu.push(''); mu.push('
'); mu.push(''); mu.push(''); mu.push(''); mu.push('
  2012 Statistics** '+teamname+' - '+seasonname+' **
'); mu.push(''); mu.push(''); mu.push('
'); mu.push('
GP - games played , Pts - scoring , Min - Minutes played , G - Goals scored , A - Assists , S - Shots , F - Fouls
'); mu.push('
'); mu.push(''); mu.push(''); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); var players = DiiUslStats.playersA.sortBy(function(s){ return s.ln }); players.each(function(player){ mu.push(''); mu.push(' '); mu.push(' '); var url_part = teamkey+'+'+teamgroupkey+'+'+player.personkey; var url = '/scripts/runisa.dll?M2:gp:514828.'+rand4()+':72011+Elements/Display+E+47116+Player/+'+url_part; mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(''); }); mu.push('
#POSPLAYER NAMEGPPtsMinGASF
'+player.jersey+''+player.pos1+''); mu.push(player.ln+', '+player.fn); mu.push(' '+player.GP+''+player.Points+''+player.Min+''+player.G+''+player.A+''+player.S+''+player.F+'
'); mu.push(''); mu.push(''); mu.push(''); mu.push(''); mu.push(''); mu.push(''); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(''); var gks = DiiUslStats.gks.sortBy(function(s){ return s.ln }); gks.each(function(player){ //weeding out players not actually GK here if(player.pos1=='GK'||player.pos2=='GK') { mu.push(''); mu.push(' '); var url = '/scripts/runisa.dll?M2:gp:514828.'+rand4()+':72011+Elements/Display+E+47116+Player/+'+teamkey+'+'+teamgroupkey+'+'+player.personkey mu.push(' '); mu.push(' '); mu.push(' '); if(player.GAA.length == 4){ var gaa = addCommas(player.GAA).gsub(',', '.') } else if(player.GAA.length == 3){ var gaa = "0."+player.GAA }; if(gaa == undefined){gaa = '0.000'}; mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(' '); mu.push(''); }; }); mu.push('
  Goalkeeper Stats
#PLAYER NAMEPOSGKGPGAAGKMGAGKWGKLGKTSOSavesSHFC
'+player.jersey+''+player.ln+', '+player.fn+''+player.pos1+''+player.GKGP+''+gaa+''+player.GKM+''+player.GA+''+player.GKW+''+player.GKL+''+player.GKT+''+player.SO+''+player.Saves+''+player.SHFC+'
'); mu.push('
'); $('stats').innerHTML = mu.join(''); DiiUslStats.statsLoaded = true; diiStripeTables.doit('StatsRow', 'RowGray1', 'RowGray2'); DiiTabs.showtab('stats'); } }; // DiiUslStats function addCommas(nStr){ nStr += ''; x = nStr.split('.'); x1 = x[0]; x2 = x.length > 1 ? '.' + x[1] : ''; var rgx = /(\d+)(\d{3})/; while (rgx.test(x1)) { x1 = x1.replace(rgx, '$1' + ',' + '$2'); } return x1 + x2; }; var TPinit = function(){ }; document.observe('dynamicModule:loaded', DiiTabs.moduleTracker); document.observe('mainpage:loaded', DiiTabs.init);
 Loading ...
Recent News
More W-League News...
 
� Copyright 2012 United Soccer Leagues. All rights reserved.
� Copyright 2012 Demosphere International, Inc. All rights reserved.
Youth Sports WebWriter Websites, Online Registration Management, Tournament and League Scheduling Systems