{"version":3,"sources":["webpack:///./src/pages/team-boys/u11-juniors.js","webpack:///./src/components/thefa-table.js"],"names":["TeamBoysU11Juniors","className","src","leagueId","href","to","title","TheFATable","props","elementId","useEffect","scriptCode","document","createElement","scriptTag","type","async","innerHTML","body","appendChild","removeChild","id"],"mappings":"8FAAA,4GAKe,SAASA,IAEtB,OACE,kBAAC,IAAD,KACA,6BAASC,UAAU,aACnB,oDACA,yBAAKA,UAAU,YACX,yBAAKA,UAAU,YACX,yBAAKA,UAAU,OACf,yBAAKC,IAAI,wBAAwBD,UAAU,mCAE3C,yBAAKA,UAAU,iBAEf,oGAEA,gKAKA,yBAAKA,UAAU,2FACf,+CACA,kBAAC,IAAD,CAAYE,SAAS,gBAKzB,yBAAKF,UAAU,YACX,yBAAKA,UAAU,gGACf,yBAAKA,UAAU,8CACX,wBAAIA,UAAU,aAAd,oBACA,4BACA,yCACA,0EACA,0CACA,0CACA,wCACA,6DACA,sCACA,sDACA,6CACA,4BAAI,uBAAGG,KAAK,+BAAR,4BAKR,yBAAKH,UAAU,OACf,yBAAKA,UAAU,OACX,yBAAKA,UAAU,kBACf,yBAAKA,UAAU,eAAf,gBACA,yBAAKC,IAAI,yBACT,yBAAKD,UAAU,aACX,uBAAGA,UAAU,aAAb,0CAAgE,kBAAC,IAAD,CAAMI,GAAG,YAAYC,MAAM,YAA3B,QAAhE,gC,kCCzDpB,2DAEe,SAASC,EAAWC,GAE/B,IAAML,EAAWK,EAAML,SACjBM,EAAY,OAASN,EAsB3B,OApBAO,qBAAU,WACN,IAAMC,EAAaC,SAASC,cAAc,UACpCC,EAAYF,SAASC,cAAc,UAYzC,OAVAF,EAAWI,KAAO,kBAClBJ,EAAWK,OAAQ,EACnBL,EAAWM,UAAX,iBAAwCd,EAAxC,KAEAW,EAAUZ,IAAM,yDAChBY,EAAUE,OAAQ,EAElBJ,SAASM,KAAKC,YAAYR,GAC1BC,SAASM,KAAKC,YAAYL,GAEnB,WACHF,SAASM,KAAKE,YAAYT,GAC1BC,SAASM,KAAKE,YAAYN,OAK9B,yBAAKO,GAAIZ,GAAT,mBAAoC,uBAAGL,KAAK,uEAAR,wCAAsH,6BAAK,6BAAK,uBAAGA,KAAK,kCAAR","file":"component---src-pages-team-boys-u-11-juniors-js-795174f8a0b94854d4ef.js","sourcesContent":["import React, { useEffect } from \"react\"\r\nimport { Link } from \"gatsby\"\r\nimport Layout from \"../../components/layout\"\r\nimport TheFATable from \"../../components/thefa-table\"\r\n\r\nexport default function TeamBoysU11Juniors() {\r\n \r\n return ( \r\n \r\n
\r\n

Under 11's - Juniors

\r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n\r\n

We are a newly formed team this season please email for more details.

\r\n\r\n

\r\n All coaches are FA qualified. In additional all staff are CRC with at least one First Aid qualified member present at all times.\r\n

\r\n
\r\n\r\n
\r\n

League Fixtures

\r\n \r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n

Team Information

\r\n
\r\n
Age Range
\r\n
School Year 6, DoB 01/09/2011 - 31/08/2012
\r\n
Manager(s)
\r\n
Rob Hughes
\r\n
Training
\r\n
Saturday 10:30am on Bedquilts
\r\n
League
\r\n
Garforth Junior League
\r\n
Join the team
\r\n
marie.robert@sky.com
\r\n
\r\n
\r\n
\r\n\r\n
\r\n
\r\n
\r\n
Team Sponsor
\r\n \r\n
\r\n

Interested in sponsoring a team? Click here to find out more.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n );\r\n}\r\n\r\n","import React, { useEffect } from \"react\"\r\n\r\nexport default function TheFATable(props) {\r\n\r\n const leagueId = props.leagueId;\r\n const elementId = 'lrep' + leagueId;\r\n\r\n useEffect(() => {\r\n const scriptCode = document.createElement('script');\r\n const scriptTag = document.createElement('script');\r\n\r\n scriptCode.type = 'text/javascript';\r\n scriptCode.async = true;\r\n scriptCode.innerHTML = `var lrcode = '${leagueId}';`;\r\n \r\n scriptTag.src = 'https://fulltime-league.thefa.com/client/api/cs1.js?v2';\r\n scriptTag.async = true;\r\n\r\n document.body.appendChild(scriptCode);\r\n document.body.appendChild(scriptTag);\r\n \r\n return () => {\r\n document.body.removeChild(scriptCode);\r\n document.body.removeChild(scriptTag);\r\n }\r\n })\r\n\r\n return (\r\n
Data loading....click here for Under 12 - Division 8

FULL-TIME Home
\r\n\r\n );\r\n}"],"sourceRoot":""}