/home/altere25/quintelacrosse.com
NameSizeModeActions
.well-known/-0755rm
cgi-bin/-0755rm
wp-admin/-0755rm
wp-content/-0755rm
wp-includes/-0755rm
.ftpquotas910644editdlrm
.htaccess8030644editdlrm
.htaccess.07122020.bak4610644editdlrm
.htaccess.07272020.bak4610644editdlrm
.htaccess.bgb2350644editdlrm
altere25_wp176.20191007-113620.sql34107220644editdlrm
altere25_wp176.20191104-175224.sql34120500644editdlrm
altere25_wp176.20200217-183145.sql39404770644editdlrm
altere25_wp176.20200217-195217.sql39462950644editdlrm
altere25_wp176.20200531-220746.sql42111930644editdlrm
altere25_wp176.20200811-193810.sql43875810644editdlrm
altere25_wp176.20210615-144436.sql45551270644editdlrm
altere25_wp176.20221102-233857.sql51345270644editdlrm
boldgrid-backup-quintelacrosse.com-318bf1f5-20190902-005806.log10630644editdlrm
boldgrid-backup-quintelacrosse.com-318bf1f5-20191007-113623.log10620644editdlrm
boldgrid-backup-quintelacrosse.com-318bf1f5-20191104-175230.log10630644editdlrm
boldgrid-backup-quintelacrosse.com-318bf1f5-20200217-183151.log10830644editdlrm
boldgrid-backup-quintelacrosse.com-318bf1f5-20200217-195222.log10830644editdlrm
boldgrid-backup-quintelacrosse.com-318bf1f5-20200531-220752.log10820644editdlrm
boldgrid-backup-quintelacrosse.com-318bf1f5-20200811-193816.log10800644editdlrm
boldgrid-backup-quintelacrosse.com-318bf1f5-20210615-144449.log10810644editdlrm
boldgrid-backup-quintelacrosse.com-318bf1f5-20221102-233904.log10800644editdlrm
boldgrid-backup-quintelacrosseproject.altereddigital.com-318bf1f5-20181207-182200.log4960644editdlrm
index.php4050644editdlrm
license.txt199150644editdlrm
pclzip-69b276e2ec51f.tmp3060039680644editdlrm
pclzip-69b125952bb9c.tmp2627399680644editdlrm
php.ini6350644editdlrm
readme.html74090644editdlrm
wp-activate.php73870644editdlrm
wp-admin.php00644editdlrm
wp-blog-header.php3510644editdlrm
wp-comments-post.php23230644editdlrm
wp-config-sample.php33360644editdlrm
wp-config.php30250600editdlrm
wp-cron-isig.php16590644editdlrm
wp-cron.php56170644editdlrm
wp-links-opml.php25020644editdlrm
wp-load.php39370644editdlrm
wp-loader.php00644editdlrm
wp-login.php513890644editdlrm
wp-mail.php85430644editdlrm
wp-settings.php290320644editdlrm
wp-signup.php345190644editdlrm
wp-trackback.php51020644editdlrm
xmlrpc.php32460644editdlrm
Edit: /home/altere25/quintelacrosse.com/altere25_wp176.20221102-233857.sql (5134527B)
-- mysqldump-php https://github.com/ifsnop/mysqldump-php -- -- Host: localhost Database: altere25_wp176 -- ------------------------------------------------------ -- Server version 5.5.5-10.3.36-MariaDB-log -- Date: Wed, 02 Nov 2022 23:38:57 +0000 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wpie_bwg_image` -- DROP TABLE IF EXISTS `wpie_bwg_image`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_bwg_image` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `gallery_id` bigint(20) NOT NULL, `slug` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `filename` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `image_url` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `thumb_url` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `alt` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `date` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL, `size` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL, `filetype` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL, `resolution` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL, `resolution_thumb` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL, `author` bigint(20) NOT NULL, `order` bigint(20) NOT NULL, `published` tinyint(1) NOT NULL, `comment_count` bigint(20) NOT NULL, `avg_rating` float NOT NULL, `rate_count` bigint(20) NOT NULL, `hit_count` bigint(20) NOT NULL, `redirect_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `pricelist_id` bigint(20) NOT NULL, `modified_date` int(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=78 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_bwg_image` -- LOCK TABLES `wpie_bwg_image` WRITE; /*!40000 ALTER TABLE `wpie_bwg_image` DISABLE KEYS */; INSERT INTO `wpie_bwg_image` VALUES (1,2,'IMG 6255','IMG_6255','/IMG_6255.jpg','/thumb/IMG_6255.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 40\nOrientation: 1\n','IMG 6255','2020-04-30 14:45:14','108 KB','JPG','1200 x 900 px','500x375',2,60,1,0,0,0,0,'',0,1588258781),(2,2,'IMG 6256','IMG_6256','/IMG_6256.jpg','/thumb/IMG_6256.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 40\nOrientation: 1\n','IMG 6256','2020-04-30 14:45:14','102 KB','JPG','1200 x 900 px','500x375',2,59,1,0,0,0,0,'',0,1588258781),(3,2,'IMG 6257','IMG_6257','/IMG_6257.jpg','/thumb/IMG_6257.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6257','2020-04-30 14:45:18','81 KB','JPG','1200 x 900 px','500x375',2,58,1,0,0,0,0,'',0,1588258781),(4,2,'IMG 6259','IMG_6259','/IMG_6259.jpg','/thumb/IMG_6259.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6259','2020-04-30 14:45:23','94 KB','JPG','1200 x 900 px','500x375',2,57,1,0,0,0,0,'',0,1588258781),(5,2,'IMG 6258','IMG_6258','/IMG_6258.jpg','/thumb/IMG_6258.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6258','2020-04-30 14:45:23','82 KB','JPG','1200 x 900 px','500x375',2,56,1,0,0,0,0,'',0,1588258781),(6,2,'IMG 6260','IMG_6260','/IMG_6260.jpg','/thumb/IMG_6260.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6260','2020-04-30 14:45:29','79 KB','JPG','1200 x 900 px','500x375',2,55,1,0,0,0,0,'',0,1588258781),(7,2,'IMG 6262','IMG_6262','/IMG_6262.jpg','/thumb/IMG_6262.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6262','2020-04-30 14:45:31','99 KB','JPG','1200 x 900 px','500x375',2,54,1,0,0,0,0,'',0,1588258781),(8,2,'IMG 6263','IMG_6263','/IMG_6263.jpg','/thumb/IMG_6263.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6263','2020-04-30 14:45:35','98 KB','JPG','1200 x 900 px','500x375',2,53,1,0,0,0,0,'',0,1588258781),(9,2,'IMG 6264','IMG_6264','/IMG_6264.jpg','/thumb/IMG_6264.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6264','2020-04-30 14:45:38','100 KB','JPG','1200 x 900 px','500x375',2,52,1,0,0,0,0,'',0,1588258781),(10,2,'IMG 6265','IMG_6265','/IMG_6265.jpg','/thumb/IMG_6265.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6265','2020-04-30 14:45:41','84 KB','JPG','1200 x 900 px','500x375',2,51,1,0,0,0,0,'',0,1588258781),(11,2,'IMG 6266','IMG_6266','/IMG_6266.jpg','/thumb/IMG_6266.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6266','2020-04-30 14:45:42','80 KB','JPG','1200 x 900 px','500x375',2,50,1,0,0,0,0,'',0,1588258781),(12,2,'IMG 6267','IMG_6267','/IMG_6267.jpg','/thumb/IMG_6267.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6267','2020-04-30 14:45:46','60 KB','JPG','1200 x 900 px','500x375',2,49,1,0,0,0,0,'',0,1588258781),(13,2,'IMG 6268','IMG_6268','/IMG_6268.jpg','/thumb/IMG_6268.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6268','2020-04-30 14:45:48','75 KB','JPG','1200 x 900 px','500x375',2,48,1,0,0,0,0,'',0,1588258781),(14,2,'IMG 6269','IMG_6269','/IMG_6269.jpg','/thumb/IMG_6269.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6269','2020-04-30 14:45:49','81 KB','JPG','1200 x 900 px','500x375',2,47,1,0,0,0,0,'',0,1588258781),(15,2,'IMG 6270','IMG_6270','/IMG_6270.jpg','/thumb/IMG_6270.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6270','2020-04-30 14:45:53','100 KB','JPG','1200 x 900 px','500x375',2,46,1,0,0,0,0,'',0,1588258781),(16,2,'IMG 6271','IMG_6271','/IMG_6271.jpg','/thumb/IMG_6271.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6271','2020-04-30 14:45:56','113 KB','JPG','1200 x 900 px','500x375',2,45,1,0,0,0,0,'',0,1588258781),(17,2,'IMG 6272','IMG_6272','/IMG_6272.jpg','/thumb/IMG_6272.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6272','2020-04-30 14:45:56','94 KB','JPG','1200 x 900 px','500x375',2,44,1,0,0,0,0,'',0,1588258781),(18,2,'IMG 6273','IMG_6273','/IMG_6273.jpg','/thumb/IMG_6273.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6273','2020-04-30 14:45:59','101 KB','JPG','1200 x 900 px','500x375',2,43,1,0,0,0,0,'',0,1588258781),(19,2,'IMG 6274','IMG_6274','/IMG_6274.jpg','/thumb/IMG_6274.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6274','2020-04-30 14:46:01','82 KB','JPG','1200 x 900 px','500x375',2,42,1,0,0,0,0,'',0,1588258781),(20,2,'IMG 6275','IMG_6275','/IMG_6275.jpg','/thumb/IMG_6275.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6275','2020-04-30 14:46:02','85 KB','JPG','1200 x 900 px','500x375',2,41,1,0,0,0,0,'',0,1588258781),(21,2,'IMG 6276','IMG_6276','/IMG_6276.jpg','/thumb/IMG_6276.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6276','2020-04-30 14:46:05','85 KB','JPG','1200 x 900 px','500x375',2,40,1,0,0,0,0,'',0,1588258781),(22,2,'IMG 6277','IMG_6277','/IMG_6277.jpg','/thumb/IMG_6277.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6277','2020-04-30 14:46:07','75 KB','JPG','1200 x 900 px','500x375',2,39,1,0,0,0,0,'',0,1588258781),(23,2,'IMG 6278','IMG_6278','/IMG_6278.jpg','/thumb/IMG_6278.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6278','2020-04-30 14:46:09','106 KB','JPG','1200 x 900 px','500x375',2,38,1,0,0,0,0,'',0,1588258781),(24,2,'IMG 6279','IMG_6279','/IMG_6279.jpg','/thumb/IMG_6279.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6279','2020-04-30 14:46:12','102 KB','JPG','1200 x 900 px','500x375',2,37,1,0,0,0,0,'',0,1588258781),(25,2,'IMG 6280','IMG_6280','/IMG_6280.jpg','/thumb/IMG_6280.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6280','2020-04-30 14:46:14','88 KB','JPG','1200 x 900 px','500x375',2,36,1,0,0,0,0,'',0,1588258781),(26,2,'IMG 6281','IMG_6281','/IMG_6281.jpg','/thumb/IMG_6281.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6281','2020-04-30 14:46:14','90 KB','JPG','1200 x 900 px','500x375',2,35,1,0,0,0,0,'',0,1588258781),(27,2,'IMG 6282','IMG_6282','/IMG_6282.jpg','/thumb/IMG_6282.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 40\nOrientation: 1\n','IMG 6282','2020-04-30 14:46:18','98 KB','JPG','1200 x 900 px','500x375',2,34,1,0,0,0,0,'',0,1588258781),(28,2,'IMG 6283','IMG_6283','/IMG_6283.jpg','/thumb/IMG_6283.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 40\nOrientation: 1\n','IMG 6283','2020-04-30 14:46:21','100 KB','JPG','1200 x 900 px','500x375',2,33,1,0,0,0,0,'',0,1588258781),(29,2,'IMG 6284','IMG_6284','/IMG_6284.jpg','/thumb/IMG_6284.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6284','2020-04-30 14:46:24','78 KB','JPG','1200 x 900 px','500x375',2,32,1,0,0,0,0,'',0,1588258781),(30,2,'IMG 6285','IMG_6285','/IMG_6285.jpg','/thumb/IMG_6285.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6285','2020-04-30 14:46:25','89 KB','JPG','1200 x 900 px','500x375',2,31,1,0,0,0,0,'',0,1588258781),(31,2,'IMG 6286','IMG_6286','/IMG_6286.jpg','/thumb/IMG_6286.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6286','2020-04-30 14:46:26','82 KB','JPG','1200 x 900 px','500x375',2,30,1,0,0,0,0,'',0,1588258781),(32,2,'IMG 6287','IMG_6287','/IMG_6287.jpg','/thumb/IMG_6287.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6287','2020-04-30 14:46:27','82 KB','JPG','1200 x 900 px','500x375',2,29,1,0,0,0,0,'',0,1588258781),(33,2,'IMG 6288','IMG_6288','/IMG_6288.jpg','/thumb/IMG_6288.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6288','2020-04-30 14:46:31','84 KB','JPG','1200 x 900 px','500x375',2,28,1,0,0,0,0,'',0,1588258781),(34,2,'IMG 6289','IMG_6289','/IMG_6289.jpg','/thumb/IMG_6289.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 40\nOrientation: 1\n','IMG 6289','2020-04-30 14:46:34','81 KB','JPG','1200 x 900 px','500x375',2,27,1,0,0,0,0,'',0,1588258781),(35,2,'IMG 6290','IMG_6290','/IMG_6290.jpg','/thumb/IMG_6290.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6290','2020-04-30 14:46:36','60 KB','JPG','1200 x 900 px','500x375',2,26,1,0,0,0,0,'',0,1588258781),(36,2,'IMG 6291','IMG_6291','/IMG_6291.jpg','/thumb/IMG_6291.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6291','2020-04-30 14:46:37','74 KB','JPG','1200 x 900 px','500x375',2,25,1,0,0,0,0,'',0,1588258781),(37,2,'IMG 6292','IMG_6292','/IMG_6292.jpg','/thumb/IMG_6292.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 40\nOrientation: 1\n','IMG 6292','2020-04-30 14:46:38','90 KB','JPG','1200 x 900 px','500x375',2,24,1,0,0,0,0,'',0,1588258781),(38,2,'IMG 6293','IMG_6293','/IMG_6293.jpg','/thumb/IMG_6293.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6293','2020-04-30 14:46:40','83 KB','JPG','1200 x 900 px','500x375',2,23,1,0,0,0,0,'',0,1588258781),(39,2,'IMG 6294','IMG_6294','/IMG_6294.jpg','/thumb/IMG_6294.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6294','2020-04-30 14:46:44','90 KB','JPG','1200 x 900 px','500x375',2,22,1,0,0,0,0,'',0,1588258781),(40,2,'IMG 6296','IMG_6296','/IMG_6296.jpg','/thumb/IMG_6296.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6296','2020-04-30 14:46:48','74 KB','JPG','1200 x 900 px','500x375',2,21,1,0,0,0,0,'',0,1588258781),(41,2,'IMG 6295','IMG_6295','/IMG_6295.jpg','/thumb/IMG_6295.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 64\nOrientation: 1\n','IMG 6295','2020-04-30 14:46:49','93 KB','JPG','1200 x 900 px','500x375',2,20,1,0,0,0,0,'',0,1588258781),(42,2,'IMG 6297','IMG_6297','/IMG_6297.jpg','/thumb/IMG_6297.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6297','2020-04-30 14:46:50','70 KB','JPG','1200 x 900 px','500x375',2,19,1,0,0,0,0,'',0,1588258781),(43,2,'IMG 6298','IMG_6298','/IMG_6298.jpg','/thumb/IMG_6298.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6298','2020-04-30 14:46:52','80 KB','JPG','1200 x 900 px','500x375',2,18,1,0,0,0,0,'',0,1588258781),(44,2,'IMG 6299','IMG_6299','/IMG_6299.jpg','/thumb/IMG_6299.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6299','2020-04-30 14:46:54','86 KB','JPG','1200 x 900 px','500x375',2,17,1,0,0,0,0,'',0,1588258781),(45,2,'IMG 6300','IMG_6300','/IMG_6300.jpg','/thumb/IMG_6300.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 64\nOrientation: 1\n','IMG 6300','2020-04-30 14:46:55','88 KB','JPG','1200 x 900 px','500x375',2,16,1,0,0,0,0,'',0,1588258781),(46,2,'IMG 6301','IMG_6301','/IMG_6301.jpg','/thumb/IMG_6301.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 64\nOrientation: 1\n','IMG 6301','2020-04-30 14:47:01','94 KB','JPG','1200 x 900 px','500x375',2,15,1,0,0,0,0,'',0,1588258781),(47,2,'IMG 6302','IMG_6302','/IMG_6302.jpg','/thumb/IMG_6302.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6302','2020-04-30 14:47:03','120 KB','JPG','1200 x 900 px','500x375',2,14,1,0,0,0,0,'',0,1588258781),(48,2,'IMG 6303','IMG_6303','/IMG_6303.jpg','/thumb/IMG_6303.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 125\nOrientation: 1\n','IMG 6303','2020-04-30 14:47:04','126 KB','JPG','1200 x 900 px','500x375',2,13,1,0,0,0,0,'',0,1588258781),(49,2,'IMG 6304','IMG_6304','/IMG_6304.jpg','/thumb/IMG_6304.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 80\nOrientation: 1\n','IMG 6304','2020-04-30 14:47:05','129 KB','JPG','1200 x 900 px','500x375',2,12,1,0,0,0,0,'',0,1588258781),(50,2,'IMG 6305','IMG_6305','/IMG_6305.jpg','/thumb/IMG_6305.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 64\nOrientation: 1\n','IMG 6305','2020-04-30 14:47:07','88 KB','JPG','1200 x 900 px','500x375',2,11,1,0,0,0,0,'',0,1588258781),(51,2,'IMG 6306','IMG_6306','/IMG_6306.jpg','/thumb/IMG_6306.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 80\nOrientation: 1\n','IMG 6306','2020-04-30 14:47:11','90 KB','JPG','1200 x 900 px','500x375',2,10,1,0,0,0,0,'',0,1588258784),(52,2,'IMG 6307','IMG_6307','/IMG_6307.jpg','/thumb/IMG_6307.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 6\n','IMG 6307','2020-04-30 14:47:15','81 KB','JPG','1200 x 900 px','500x375',2,9,1,0,0,0,20,'',0,1588270824),(53,2,'IMG 6308','IMG_6308','/IMG_6308.jpg','/thumb/IMG_6308.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 6\n','IMG 6308','2020-04-30 14:47:16','79 KB','JPG','1200 x 900 px','295x332',2,8,1,0,0,0,0,'',0,1645907040),(54,2,'IMG 6310','IMG_6310','/IMG_6310.jpg','/thumb/IMG_6310.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 40\nOrientation: 1\n','IMG 6310','2020-04-30 14:47:17','99 KB','JPG','1200 x 900 px','500x375',2,7,1,0,0,0,0,'',0,1588258784),(55,2,'IMG 6309','IMG_6309','/IMG_6309.jpg','/thumb/IMG_6309.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 40\nOrientation: 6\n','IMG 6309','2020-04-30 14:47:18','81 KB','JPG','1200 x 900 px','281x189',2,6,1,0,0,0,0,'',0,1645906988),(56,2,'IMG 6311','IMG_6311','/IMG_6311.jpg','/thumb/IMG_6311.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 40\nOrientation: 1\n','IMG 6311','2020-04-30 14:47:23','94 KB','JPG','1200 x 900 px','500x375',2,5,1,0,0,0,0,'',0,1588258784),(57,2,'IMG 6315','IMG_6315','/IMG_6315.jpg','/thumb/IMG_6315.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6315','2020-04-30 14:47:24','69 KB','JPG','1200 x 900 px','500x375',2,4,1,0,0,0,0,'',0,1588258784),(58,2,'IMG 6316','IMG_6316','/IMG_6316.jpg','/thumb/IMG_6316.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6316','2020-04-30 14:47:26','69 KB','JPG','1200 x 900 px','500x375',2,3,1,0,0,0,0,'',0,1588258784),(59,2,'IMG 6317','IMG_6317','/IMG_6317.jpg','/thumb/IMG_6317.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 6317','2020-04-30 14:47:26','76 KB','JPG','1200 x 900 px','500x375',2,2,1,0,0,0,0,'',0,1588258784),(60,2,'IMG 6318','IMG_6318','/IMG_6318.jpg','/thumb/IMG_6318.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 40\nOrientation: 1\n','IMG 6318','2020-04-30 14:47:27','88 KB','JPG','1200 x 900 px','500x375',2,1,1,0,0,0,64,'',0,1588258784),(61,1,'IMG 6090','IMG_6090','/IMG_6090.jpg','/thumb/IMG_6090.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 25\nOrientation: 1\n','IMG 6090','2022-02-26 19:38:36','91 KB','JPG','1200 x 900 px','500x375',2,1,1,0,0,0,0,'',0,1645904360),(62,1,'IMG 6092','IMG_6092','/IMG_6092.jpg','/thumb/IMG_6092.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 25\nOrientation: 1\n','IMG 6092','2022-02-26 19:38:37','120 KB','JPG','1200 x 900 px','500x375',2,2,1,0,0,0,0,'',0,1645904360),(63,1,'IMG 5972','IMG_5972','/IMG_5972.jpg','/thumb/IMG_5972.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 40\nOrientation: 1\n','IMG 5972','2022-02-26 19:38:39','129 KB','JPG','1200 x 900 px','500x375',2,3,1,0,0,0,0,'',0,1645904360),(64,1,'IMG 5976','IMG_5976','/IMG_5976.jpg','/thumb/IMG_5976.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 32\nOrientation: 1\n','IMG 5976','2022-02-26 19:38:39','122 KB','JPG','1200 x 900 px','500x375',2,4,1,0,0,0,0,'',0,1645904360),(65,1,'IMG 5964','IMG_5964','/IMG_5964.jpg','/thumb/IMG_5964.jpg','Aperture: 2\nCamera: iPhone 6s\nIso: 50\nOrientation: 1\n','IMG 5964','2022-02-26 19:38:40','120 KB','JPG','1200 x 900 px','500x375',2,5,1,0,0,0,0,'',0,1645904360),(66,3,'','39B9FD97-AA48-4103-967C-E047750F1BE9','/39B9FD97-AA48-4103-967C-E047750F1BE9.jpg','/thumb/39B9FD97-AA48-4103-967C-E047750F1BE9.jpg','Orientation: 1\n','','2022-08-13 14:34:32','89 KB','JPG','964 x 1200 px','402x500',2,3,1,0,0,0,0,'',0,1660401463),(67,3,'','50EFAF2E-FC19-485C-B182-9416BAE5E87A','/50EFAF2E-FC19-485C-B182-9416BAE5E87A.jpg','/thumb/50EFAF2E-FC19-485C-B182-9416BAE5E87A.jpg','Orientation: 1\n','','2022-08-13 14:34:32','108 KB','JPG','961 x 1200 px','400x500',2,4,1,0,0,0,0,'',0,1660401463),(68,3,'','30E85E52-4D34-4A5D-8D27-F5EF3842C387','/30E85E52-4D34-4A5D-8D27-F5EF3842C387.jpg','/thumb/30E85E52-4D34-4A5D-8D27-F5EF3842C387.jpg','Orientation: 1\n','','2022-08-13 14:34:32','121 KB','JPG','965 x 1200 px','402x500',2,5,1,0,0,0,0,'',0,1660401463),(69,3,'','0709E488-788A-4D95-AA33-A2480CD44A28','/0709E488-788A-4D95-AA33-A2480CD44A28.jpg','/thumb/0709E488-788A-4D95-AA33-A2480CD44A28.jpg','Orientation: 1\n','','2022-08-13 14:34:33','99 KB','JPG','965 x 1200 px','402x500',2,6,1,0,0,0,0,'',0,1660401463),(70,3,'','0B40D16F-F3EE-496F-8287-DDA91CB0A4B5','/0B40D16F-F3EE-496F-8287-DDA91CB0A4B5.jpg','/thumb/0B40D16F-F3EE-496F-8287-DDA91CB0A4B5.jpg','Orientation: 1\n','','2022-08-13 14:34:33','107 KB','JPG','960 x 1200 px','400x500',2,7,1,0,0,0,0,'',0,1660401463),(71,3,'','DF82F82A-A714-4A73-A491-195445F70583','/DF82F82A-A714-4A73-A491-195445F70583.jpg','/thumb/DF82F82A-A714-4A73-A491-195445F70583.jpg','Orientation: 1\n','','2022-08-13 14:34:47','109 KB','JPG','965 x 1200 px','402x500',2,8,1,0,0,0,0,'',0,1660401463),(72,3,'','4279B230-B4CA-4CC8-9FAB-34CE0900BECC','/4279B230-B4CA-4CC8-9FAB-34CE0900BECC.jpg','/thumb/4279B230-B4CA-4CC8-9FAB-34CE0900BECC.jpg','Orientation: 1\n','','2022-08-13 14:34:47','100 KB','JPG','962 x 1200 px','401x500',2,9,1,0,0,0,0,'',0,1660401463),(73,3,'','A1EB7420-4651-406C-8E87-679E115C2C54','/A1EB7420-4651-406C-8E87-679E115C2C54.jpg','/thumb/A1EB7420-4651-406C-8E87-679E115C2C54.jpg','Orientation: 1\n','','2022-08-13 14:34:48','82 KB','JPG','965 x 1200 px','402x500',2,10,1,0,0,0,0,'',0,1660401463),(74,3,'','E4455B65-0B02-43C6-AC52-AA2865B5E55C','/E4455B65-0B02-43C6-AC52-AA2865B5E55C.jpg','/thumb/E4455B65-0B02-43C6-AC52-AA2865B5E55C.jpg','Orientation: 1\n','','2022-08-13 14:34:48','99 KB','JPG','960 x 1200 px','400x500',2,11,1,0,0,0,0,'',0,1660401463),(75,3,'','E5034A16-8927-466D-9B28-8EC230C2E490','/E5034A16-8927-466D-9B28-8EC230C2E490.jpg','/thumb/E5034A16-8927-466D-9B28-8EC230C2E490.jpg','Orientation: 1\n','','2022-08-13 14:34:49','117 KB','JPG','965 x 1200 px','402x500',2,12,1,0,0,0,0,'',0,1660401463),(76,3,'','IMG_3891','/IMG_3891.jpg','/thumb/IMG_3891.jpg','Aperture: 2\nCamera: iPhone 12 Pro Max\nIso: 125\nOrientation: 1\n','','2022-08-13 14:45:30','119 KB','JPG','1200 x 900 px','500x375',2,1,1,0,0,0,0,'',0,1660401957),(77,3,'','IMG_3889','/IMG_3889.jpg','/thumb/IMG_3889.jpg','Aperture: 2\nCamera: iPhone 12 Pro Max\nIso: 160\nOrientation: 1\n','','2022-08-13 14:45:32','184 KB','JPG','1200 x 900 px','500x375',2,2,1,0,0,0,0,'',0,1660401957); /*!40000 ALTER TABLE `wpie_bwg_image` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_bwg_image` with 77 row(s) -- -- -- Table structure for table `wpie_bwg_image_rate` -- DROP TABLE IF EXISTS `wpie_bwg_image_rate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_bwg_image_rate` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `image_id` bigint(20) NOT NULL, `rate` float NOT NULL, `ip` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, `date` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_bwg_image_rate` -- LOCK TABLES `wpie_bwg_image_rate` WRITE; /*!40000 ALTER TABLE `wpie_bwg_image_rate` DISABLE KEYS */; /*!40000 ALTER TABLE `wpie_bwg_image_rate` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_bwg_image_rate` with 0 row(s) -- -- -- Table structure for table `wpie_postmeta` -- DROP TABLE IF EXISTS `wpie_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=8928 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_postmeta` -- LOCK TABLES `wpie_postmeta` WRITE; /*!40000 ALTER TABLE `wpie_postmeta` DISABLE KEYS */; INSERT INTO `wpie_postmeta` VALUES (2,3,'_wp_page_template','default'),(3,4,'_wp_page_template','default'),(4,19,'_menu_item_type','post_type'),(5,19,'_menu_item_menu_item_parent','0'),(6,19,'_menu_item_object_id','18'),(7,19,'_menu_item_object','page'),(8,19,'_menu_item_target',''),(9,19,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10,19,'_menu_item_xfn',''),(11,19,'_menu_item_url',''),(12,18,'_wp_page_template','page_home.php'),(13,18,'_wp_page_template','page_home.php'),(14,18,'boldgrid_in_page_containers','1'),(15,18,'boldgrid_page_id','91'),(423,1116,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(422,1116,'_menu_item_target',''),(421,1116,'_menu_item_object','page'),(420,1116,'_menu_item_object_id','1094'),(419,1116,'_menu_item_menu_item_parent','1409'),(418,1116,'_menu_item_type','post_type'),(35,22,'_wp_page_template','default'),(36,22,'boldgrid_in_page_containers','1'),(37,22,'boldgrid_page_id','10'),(978,3347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2018/12/126.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"126-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"126-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"126-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"126-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(979,3348,'_wp_attached_file','2018/12/127.jpg'),(980,3348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2018/12/127.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"127-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"127-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"127-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"127-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(973,3345,'_wp_attached_file','2018/12/123.jpg'),(971,3344,'_wp_attached_file','2018/12/122.jpg'),(972,3344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:15:\"2018/12/122.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"122-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"122-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"122-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"122-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1543606247\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(969,3343,'_wp_attached_file','2018/12/121.jpg'),(970,3343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:15:\"2018/12/121.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"121-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"121-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"121-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"121-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:28:\"0_38_150_150_121-225x300.jpg\";s:5:\"width\";d:150;s:6:\"height\";d:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1543606220\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(726,2849,'_menu_item_type','custom'),(727,2849,'_menu_item_menu_item_parent','4260'),(728,2849,'_menu_item_object_id','2849'),(729,2849,'_menu_item_object','custom'),(730,2849,'_menu_item_target',''),(731,2849,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(732,2849,'_menu_item_xfn',''),(733,2849,'_menu_item_url','https://ontariolacrosse.com/content/news/entry-level-coaching-manual.pdf'),(736,2851,'_menu_item_type','custom'),(737,2851,'_menu_item_menu_item_parent','4944'),(738,2851,'_menu_item_object_id','2851'),(739,2851,'_menu_item_object','custom'),(740,2851,'_menu_item_target',''),(741,2851,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(742,2851,'_menu_item_xfn',''),(743,2851,'_menu_item_url','https://ontariolacrosse.com/content/playing/required-equipment/box-equipment/box-guidelines.pdf'),(747,2853,'_menu_item_type','custom'),(748,2853,'_menu_item_menu_item_parent','4944'),(749,2853,'_menu_item_object_id','2853'),(750,2853,'_menu_item_object','custom'),(751,2853,'_menu_item_target',''),(752,2853,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(753,2853,'_menu_item_xfn',''),(754,2853,'_menu_item_url','https://ontariolacrosse.com/content/playing/required-equipment/mens-field-guidelines.pdf'),(765,2992,'_edit_lock','1554775991:2'),(766,2992,'_edit_last','2'),(767,2992,'team_name','Quinte HL Tyke 1'),(768,2992,'team_short_name','TYK1'),(769,2992,'team_mascot',''),(770,2992,'team_link',''),(771,2992,'team_home_venue','qswc-mackay'),(772,2992,'team_logo',''),(773,2992,'team_alt_logo',''),(774,2992,'team_bkgd_color',''),(775,2992,'team_text_color',''),(776,2992,'team_accent_color_1',''),(777,2992,'team_accent_color_2',''),(778,2992,'team_school',''),(779,2992,'team_sport',''),(780,2992,'team_roster',''),(781,2992,'team_season',''),(782,2992,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(783,2992,'boldgrid_hide_page_title','1'),(784,3023,'_edit_lock','1544298231:2'),(785,3023,'_edit_last','2'),(786,3023,'venue_street','265 Cannifton Rd'),(787,3023,'venue_city','Belleville'),(788,3023,'venue_state','Ontario'),(789,3023,'venue_zip','K8N 4V8'),(790,3023,'venue_map_url',''),(791,3023,'venue_url','http://quintesportsandwellnesscentre.ca/'),(792,3023,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(793,3023,'boldgrid_hide_page_title','1'),(794,3044,'_edit_lock','1544298272:2'),(795,3044,'_edit_last','2'),(796,3044,'venue_street','265 Cannifton Rd'),(797,3044,'venue_city','Belleville'),(798,3044,'venue_state','Ontario'),(799,3044,'venue_zip','K8N 4V8'),(800,3044,'venue_map_url',''),(801,3044,'venue_url','http://quintesportsandwellnesscentre.ca/'),(802,3044,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(803,3044,'boldgrid_hide_page_title','1'),(6117,4659,'_edit_lock','1557434810:2'),(6114,4653,'_edit_lock','1557434275:2'),(6115,4653,'_edit_last','2'),(6116,4653,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(823,3126,'_edit_lock','1554777534:2'),(824,3126,'_edit_last','2'),(825,3126,'team_name','Quinte HL Novice 1'),(826,3126,'team_short_name','NOV1'),(827,3126,'team_mascot',''),(828,3126,'team_link',''),(829,3126,'team_home_venue','qswc-mackay'),(830,3126,'team_logo',''),(831,3126,'team_alt_logo',''),(832,3126,'team_bkgd_color',''),(833,3126,'team_text_color',''),(834,3126,'team_accent_color_1',''),(835,3126,'team_accent_color_2',''),(836,3126,'team_school',''),(837,3126,'team_sport',''),(838,3126,'team_roster',''),(839,3126,'team_season',''),(840,3126,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(841,3126,'boldgrid_hide_page_title','1'),(842,3147,'_edit_lock','1554770503:2'),(843,3147,'_edit_last','2'),(844,3147,'team_name','Quinte HL Novice 2'),(845,3147,'team_short_name','NOV2'),(846,3147,'team_mascot',''),(847,3147,'team_link',''),(848,3147,'team_home_venue','qswc-mackay'),(849,3147,'team_logo',''),(850,3147,'team_alt_logo',''),(851,3147,'team_bkgd_color',''),(852,3147,'team_text_color',''),(853,3147,'team_accent_color_1',''),(854,3147,'team_accent_color_2',''),(855,3147,'team_school',''),(856,3147,'team_sport',''),(857,3147,'team_roster',''),(858,3147,'team_season',''),(859,3147,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(860,3147,'boldgrid_hide_page_title','1'),(861,3126,'quinte-lacrosse_2019','1'),(1076,3772,'_edit_lock','1544455791:2'),(1075,3751,'boldgrid_hide_page_title','1'),(1074,3751,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(1073,3751,'venue_url','http://www.stirlingarena.ca/index.html'),(1072,3751,'venue_map_url',''),(1071,3751,'venue_zip','K0K 3E0'),(1070,3751,'venue_state','Ontario'),(1069,3751,'venue_city','Stirling'),(885,3147,'quinte-lacrosse_2019','1'),(1084,3772,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(1083,3772,'venue_url','https://www.quintewest.ca/en/your-community/arenas.asp'),(1082,3772,'venue_map_url',''),(1081,3772,'venue_zip','K0K 2C0'),(1080,3772,'venue_state','Ontario'),(1079,3772,'venue_city','Frankford'),(1078,3772,'venue_street','35 March Street'),(1077,3772,'_edit_last','2'),(909,2992,'quinte-lacrosse_2019','1'),(1094,3793,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(1093,3793,'venue_url',''),(1092,3793,'venue_map_url',''),(1091,3793,'venue_zip','K0K 1X0'),(1090,3793,'venue_state','Ontario'),(1089,3793,'venue_city','Deseronto'),(1088,3793,'venue_street','51 Mechanic Street'),(1087,3793,'_edit_last','2'),(1086,3793,'_edit_lock','1544458244:2'),(1085,3772,'boldgrid_hide_page_title','1'),(1104,3814,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(1103,3814,'venue_url',''),(1102,3814,'venue_map_url',''),(1101,3814,'venue_zip','K0K 3L0'),(1100,3814,'venue_state','Wellington'),(1099,3814,'venue_city','Wellington'),(1098,3814,'venue_street','230 Niles Street'),(1097,3814,'_edit_last','2'),(1096,3814,'_edit_lock','1544465800:2'),(1095,3793,'boldgrid_hide_page_title','1'),(963,3340,'_wp_attached_file','2018/12/118.jpg'),(964,3340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:15:\"2018/12/118.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"118-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"118-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"118-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"118-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1543606121\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(965,3341,'_wp_attached_file','2018/12/119.jpg'),(966,3341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:15:\"2018/12/119.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"119-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"119-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"119-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"119-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1543606137\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(967,3342,'_wp_attached_file','2018/12/120.jpg'),(968,3342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:15:\"2018/12/120.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"120-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"120-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"120-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"120-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1543606205\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(86,52,'_wp_attached_file','2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour.png'),(87,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2961;s:6:\"height\";i:2961;s:4:\"file\";s:48:\"2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Quinte-Bayhawks-Lacrosse-Logo-colour-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Quinte-Bayhawks-Lacrosse-Logo-colour-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Quinte-Bayhawks-Lacrosse-Logo-colour-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(88,53,'_wp_attached_file','2018/11/cropped-Quinte-Bayhawks-Lacrosse-Logo-colour.png'),(89,53,'_wp_attachment_context','boldgrid-logo-setting'),(90,53,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2961;s:6:\"height\";i:2961;s:4:\"file\";s:56:\"2018/11/cropped-Quinte-Bayhawks-Lacrosse-Logo-colour.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(92,55,'_wp_attached_file','2018/11/cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-1.png'),(93,55,'_wp_attachment_context','site-icon'),(94,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:58:\"2018/11/cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:58:\"cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-1-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:58:\"cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-1-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:58:\"cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:56:\"cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-1-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(977,3347,'_wp_attached_file','2018/12/126.jpg'),(974,3345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:15:\"2018/12/123.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"123-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"123-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"123-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"123-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1543606261\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(975,3346,'_wp_attached_file','2018/12/124.jpg'),(976,3346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:15:\"2018/12/124.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"124-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"124-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"124-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"124-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1543606284\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(107,78,'_wp_attached_file','2018/11/cropped-New-Arrivals_00.jpg'),(108,78,'_wp_attachment_context','background-image'),(109,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:702;s:6:\"height\";i:395;s:4:\"file\";s:35:\"2018/11/cropped-New-Arrivals_00.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"cropped-New-Arrivals_00-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"cropped-New-Arrivals_00-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(113,80,'_wp_attached_file','2018/11/cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-2.png'),(114,80,'_wp_attachment_context','background-image'),(115,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2961;s:6:\"height\";i:2961;s:4:\"file\";s:58:\"2018/11/cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(117,82,'_wp_attached_file','2018/11/cropped-495635-3445a2e6-martinkay78161100017.jpg'),(118,82,'_wp_attachment_context','background-image'),(119,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1678;s:6:\"height\";i:945;s:4:\"file\";s:56:\"2018/11/cropped-495635-3445a2e6-martinkay78161100017.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"cropped-495635-3445a2e6-martinkay78161100017-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"cropped-495635-3445a2e6-martinkay78161100017-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"cropped-495635-3445a2e6-martinkay78161100017-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"cropped-495635-3445a2e6-martinkay78161100017-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(983,3350,'_wp_attached_file','2018/12/129.jpg'),(984,3350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2018/12/129.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"129-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"129-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"129-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"129-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(124,84,'_wp_attached_file','2018/11/cropped-Capture.png'),(125,84,'_wp_attachment_context','background-image'),(126,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1386;s:6:\"height\";i:891;s:4:\"file\";s:27:\"2018/11/cropped-Capture.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cropped-Capture-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"cropped-Capture-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"cropped-Capture-768x494.png\";s:5:\"width\";i:768;s:6:\"height\";i:494;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"cropped-Capture-1024x658.png\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(995,3356,'_wp_attached_file','2018/12/135.jpg'),(996,3356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;s:4:\"file\";s:15:\"2018/12/135.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"135-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"135-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"135-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"135-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(132,91,'_wp_attached_file','2018/11/cropped-New-Arrivals_01.jpg'),(133,91,'_wp_attachment_context','background-image'),(134,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:702;s:6:\"height\";i:466;s:4:\"file\";s:35:\"2018/11/cropped-New-Arrivals_01.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"cropped-New-Arrivals_01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"cropped-New-Arrivals_01-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(139,98,'_wp_attached_file','2018/11/cropped-Capture-e1543431427894.png'),(140,98,'_wp_attachment_context','background-image'),(141,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1406;s:6:\"height\";i:841;s:4:\"file\";s:42:\"2018/11/cropped-Capture-e1543431427894.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"cropped-Capture-e1543431427894-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"cropped-Capture-e1543431427894-300x179.png\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"cropped-Capture-e1543431427894-768x459.png\";s:5:\"width\";i:768;s:6:\"height\";i:459;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"cropped-Capture-e1543431427894-1024x613.png\";s:5:\"width\";i:1024;s:6:\"height\";i:613;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(144,18,'_edit_lock','1660675129:2'),(157,128,'_menu_item_object','page'),(146,119,'_customize_changeset_uuid','68dd86c8-4e3f-458c-9409-478f4a992961'),(156,128,'_menu_item_object_id','119'),(6510,4933,'_menu_item_xfn',''),(6511,4933,'_menu_item_url',''),(155,128,'_menu_item_menu_item_parent','4264'),(151,122,'_customize_changeset_uuid','68dd86c8-4e3f-458c-9409-478f4a992961'),(154,128,'_menu_item_type','post_type'),(153,123,'_customize_changeset_uuid','68dd86c8-4e3f-458c-9409-478f4a992961'),(158,128,'_menu_item_target',''),(159,128,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(160,128,'_menu_item_xfn',''),(161,128,'_menu_item_url',''),(6516,4936,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(6515,4936,'_wp_page_template','default'),(615,1409,'_menu_item_object_id','1409'),(614,1409,'_menu_item_menu_item_parent','4942'),(613,1409,'_menu_item_type','custom'),(188,119,'_edit_lock','1622988452:2'),(993,3355,'_wp_attached_file','2018/12/134.jpg'),(994,3355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;s:4:\"file\";s:15:\"2018/12/134.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"134-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"134-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"134-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"134-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(989,3353,'_wp_attached_file','2018/12/132.jpg'),(990,3353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;s:4:\"file\";s:15:\"2018/12/132.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"132-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"132-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"132-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"132-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(991,3354,'_wp_attached_file','2018/12/133.jpg'),(992,3354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;s:4:\"file\";s:15:\"2018/12/133.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"133-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"133-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"133-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"133-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(987,3352,'_wp_attached_file','2018/12/131.jpg'),(985,3351,'_wp_attached_file','2018/12/130.jpg'),(986,3351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2018/12/130.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"130-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"130-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"130-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"130-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(981,3349,'_wp_attached_file','2018/12/128.jpg'),(982,3349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2018/12/128.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"128-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"128-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"128-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"128-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(199,18,'_edit_last','2'),(200,18,'boldgrid_hide_page_title','0'),(201,18,'bgseo_robots_index','index'),(202,18,'bgseo_robots_follow','follow'),(204,18,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:119:\"http://quintelacrosseproject.altereddigital.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(988,3352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2018/12/131.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"131-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"131-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"131-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"131-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1007,3362,'_wp_attached_file','2018/12/114.jpg'),(1008,3362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:15:\"2018/12/114.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"114-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"114-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"114-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"114-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1543601593\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(997,3357,'_wp_attached_file','2018/12/136.jpg'),(998,3357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;s:4:\"file\";s:15:\"2018/12/136.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"136-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"136-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"136-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"136-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(999,3358,'_wp_attached_file','2018/12/137-e1623808857550.jpg'),(1000,3358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:30:\"2018/12/137-e1623808857550.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"137-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"137-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"137-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"137-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:41:\"0_170_450_300.171624714_137-1024x1024.jpg\";s:5:\"width\";d:450;s:6:\"height\";d:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1001,3359,'_wp_attached_file','2018/12/111.jpg'),(1002,3359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:15:\"2018/12/111.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"111-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"111-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"111-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"111-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1543601559\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1003,3360,'_wp_attached_file','2018/12/112.jpg'),(1004,3360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:15:\"2018/12/112.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"112-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"112-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"112-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"112-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1543601567\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1005,3361,'_wp_attached_file','2018/12/113.jpg'),(1006,3361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:15:\"2018/12/113.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"113-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"113-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"113-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"113-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1543601592\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(234,379,'_edit_last','2'),(235,379,'_edit_lock','1660338043:2'),(236,379,'post_grid_meta_options','a:36:{s:11:\"current_tab\";s:10:\"item_style\";s:9:\"grid_type\";s:4:\"grid\";s:16:\"lazy_load_enable\";s:3:\"yes\";s:19:\"lazy_load_image_src\";s:111:\"http://quintelacrosseproject.altereddigital.com/wp-content/plugins/post-grid/assets/admin/gif/ajax-loader-1.gif\";s:18:\"lazy_load_alt_text\";s:0:\"\";s:16:\"load_fontawesome\";s:2:\"no\";s:9:\"container\";a:3:{s:7:\"padding\";s:4:\"10px\";s:8:\"bg_color\";s:7:\"#c7c8ca\";s:8:\"bg_image\";s:0:\"\";}s:13:\"items_wrapper\";a:1:{s:10:\"text_align\";s:6:\"center\";}s:10:\"post_types\";a:1:{i:0;s:4:\"post\";}s:10:\"taxonomies\";a:3:{s:8:\"category\";a:1:{s:14:\"terms_relation\";s:2:\"IN\";}s:8:\"post_tag\";a:1:{s:14:\"terms_relation\";s:2:\"IN\";}s:11:\"post_format\";a:1:{s:14:\"terms_relation\";s:2:\"IN\";}}s:19:\"categories_relation\";s:2:\"OR\";s:11:\"post_status\";a:1:{i:0;s:7:\"publish\";}s:11:\"query_order\";s:4:\"DESC\";s:13:\"query_orderby\";a:1:{i:0;s:4:\"date\";}s:22:\"query_orderby_meta_key\";s:0:\"\";s:14:\"posts_per_page\";s:1:\"6\";s:6:\"offset\";s:0:\"\";s:12:\"ignore_paged\";s:2:\"no\";s:15:\"exclude_post_id\";s:0:\"\";s:15:\"include_post_id\";s:0:\"\";s:7:\"keyword\";s:0:\"\";s:12:\"no_post_text\";s:0:\"\";s:9:\"layout_id\";s:4:\"5442\";s:11:\"grid_layout\";a:1:{s:4:\"name\";s:11:\"layout_grid\";}s:5:\"width\";a:3:{s:7:\"desktop\";s:5:\"280px\";s:6:\"tablet\";s:5:\"280px\";s:6:\"mobile\";s:3:\"90%\";}s:11:\"item_height\";a:6:{s:5:\"style\";s:12:\"fixed_height\";s:12:\"fixed_height\";s:5:\"400px\";s:12:\"style_tablet\";s:12:\"fixed_height\";s:19:\"fixed_height_tablet\";s:5:\"220px\";s:12:\"style_mobile\";s:12:\"fixed_height\";s:19:\"fixed_height_mobile\";s:5:\"220px\";}s:19:\"items_bg_color_type\";s:5:\"fixed\";s:14:\"items_bg_color\";s:4:\"#fff\";s:6:\"margin\";s:4:\"10px\";s:12:\"item_padding\";s:3:\"0px\";s:14:\"masonry_enable\";s:2:\"no\";s:10:\"nav_bottom\";a:1:{s:15:\"pagination_type\";s:6:\"normal\";}s:10:\"pagination\";a:7:{s:13:\"max_num_pages\";s:1:\"0\";s:9:\"prev_text\";s:11:\"« Previous\";s:9:\"next_text\";s:7:\"Next »\";s:9:\"font_size\";s:4:\"16px\";s:10:\"font_color\";s:4:\"#fff\";s:8:\"bg_color\";s:7:\"#646464\";s:15:\"active_bg_color\";s:7:\"#4b4b4b\";}s:9:\"custom_js\";s:27:\"/*Write your js code here*/\";s:10:\"custom_css\";s:28:\"/*Write your CSS code here*/\";s:7:\"nav_top\";a:7:{s:11:\"action_type\";s:4:\"ajax\";s:6:\"search\";s:2:\"no\";s:18:\"search_placeholder\";s:12:\"Start typing\";s:11:\"search_icon\";s:29:\"\";s:19:\"search_loading_icon\";s:38:\"\";s:11:\"query_order\";s:4:\"DESC\";s:13:\"query_orderby\";a:1:{i:0;s:4:\"date\";}}}'),(7565,5415,'_wpas_skip_23024784','1'),(7569,5442,'layout_options','a:2:{s:17:\"preview_post_type\";s:4:\"post\";s:18:\"layout_preview_img\";s:31:\"https://i.imgur.com/p0wi9sx.png\";}'),(7570,5442,'layout_elements_data','a:6:{i:1587187627902;a:1:{s:13:\"wrapper_start\";a:5:{s:10:\"wrapper_id\";s:0:\"\";s:13:\"wrapper_class\";s:11:\"layer-media\";s:6:\"margin\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"css_hover\";s:0:\"\";}}i:1587190790308;a:1:{s:5:\"media\";a:7:{s:12:\"custom_class\";s:0:\"\";s:12:\"media_source\";a:4:{s:14:\"featured_image\";a:4:{s:6:\"enable\";s:3:\"yes\";s:10:\"image_size\";s:5:\"large\";s:7:\"link_to\";s:9:\"post_link\";s:11:\"link_target\";s:5:\"_self\";}s:11:\"first_image\";a:3:{s:6:\"enable\";s:2:\"no\";s:7:\"link_to\";s:9:\"post_link\";s:11:\"link_target\";s:5:\"_self\";}s:11:\"empty_thumb\";a:4:{s:6:\"enable\";s:2:\"no\";s:7:\"link_to\";s:9:\"post_link\";s:11:\"link_target\";s:5:\"_self\";s:17:\"default_thumb_src\";s:59:\"http://localhost/wp/wp-content/uploads/2020/02/single-1.jpg\";}s:22:\"siteorigin_first_image\";a:3:{s:6:\"enable\";s:2:\"no\";s:7:\"link_to\";s:4:\"none\";s:11:\"link_target\";s:5:\"_self\";}}s:12:\"media_height\";a:6:{s:10:\"large_type\";s:10:\"max_height\";s:5:\"large\";s:5:\"280px\";s:11:\"medium_type\";s:10:\"max_height\";s:6:\"medium\";s:0:\"\";s:10:\"small_type\";s:10:\"max_height\";s:5:\"small\";s:0:\"\";}s:6:\"margin\";s:0:\"\";s:7:\"padding\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"css_hover\";s:0:\"\";}}i:1587187640582;a:1:{s:11:\"wrapper_end\";a:1:{s:10:\"wrapper_id\";s:0:\"\";}}i:1587187714568;a:1:{s:13:\"wrapper_start\";a:5:{s:10:\"wrapper_id\";s:0:\"\";s:13:\"wrapper_class\";s:13:\"layer-content\";s:6:\"margin\";s:4:\"10px\";s:3:\"css\";s:0:\"\";s:9:\"css_hover\";s:0:\"\";}}i:1587187895341;a:1:{s:5:\"title\";a:11:{s:12:\"custom_class\";s:0:\"\";s:7:\"link_to\";s:9:\"post_link\";s:11:\"link_target\";s:6:\"_blank\";s:10:\"char_limit\";s:2:\"20\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:4:\"18px\";s:11:\"font_family\";s:0:\"\";s:6:\"margin\";s:7:\"5px 0px\";s:10:\"text_align\";s:4:\"left\";s:3:\"css\";s:0:\"\";s:9:\"css_hover\";s:0:\"\";}}i:1587187731727;a:1:{s:11:\"wrapper_end\";a:1:{s:10:\"wrapper_id\";s:0:\"\";}}}'),(237,379,'boldgrid_hide_page_title','1'),(251,526,'_menu_item_type','custom'),(252,526,'_menu_item_menu_item_parent','0'),(253,526,'_menu_item_object_id','526'),(254,526,'_menu_item_object','custom'),(255,526,'_menu_item_target','_blank'),(256,526,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(257,526,'_menu_item_xfn',''),(258,526,'_menu_item_url','https://www.facebook.com/quintelacrosse/'),(259,527,'_menu_item_type','custom'),(260,527,'_menu_item_menu_item_parent','0'),(261,527,'_menu_item_object_id','527'),(262,527,'_menu_item_object','custom'),(263,527,'_menu_item_target','_blank'),(264,527,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(265,527,'_menu_item_xfn',''),(266,527,'_menu_item_url','https://www.instagram.com/quintelacrosse/?hl=en'),(267,528,'_menu_item_type','custom'),(268,528,'_menu_item_menu_item_parent','0'),(269,528,'_menu_item_object_id','528'),(270,528,'_menu_item_object','custom'),(271,528,'_menu_item_target','_blank'),(272,528,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(273,528,'_menu_item_xfn',''),(274,528,'_menu_item_url','https://twitter.com/QuinteLacrosse'),(275,529,'_menu_item_type','custom'),(276,529,'_menu_item_menu_item_parent','0'),(277,529,'_menu_item_object_id','529'),(278,529,'_menu_item_object','custom'),(279,529,'_menu_item_target','_blank'),(280,529,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(281,529,'_menu_item_xfn',''),(282,529,'_menu_item_url','http://youtube.com'),(6509,4933,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6502,4933,'boldgrid_hide_page_title','0'),(6503,4933,'boldgrid_in_page_containers','1'),(6504,4933,'_menu_item_type','post_type'),(6505,4933,'_menu_item_menu_item_parent','4264'),(6506,4933,'_menu_item_object_id','4931'),(6507,4933,'_menu_item_object','page'),(6508,4933,'_menu_item_target',''),(1011,3364,'_wp_attached_file','2018/12/116.jpg'),(1012,3364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:15:\"2018/12/116.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"116-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"116-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"116-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"116-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1543601641\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(339,787,'_edit_last','1'),(340,787,'_edit_lock','1543513562:1'),(341,787,'venue_street','265 Cannifton Rd'),(342,787,'venue_city','Belleville'),(343,787,'venue_state','Ontario'),(344,787,'venue_zip','K8N 4V8'),(345,787,'venue_map_url',''),(346,787,'venue_url','http://quintesportsandwellnesscentre.ca/?page_id=17'),(347,787,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:119:\"http://quintelacrosseproject.altereddigital.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(348,787,'boldgrid_hide_page_title','1'),(1009,3363,'_wp_attached_file','2018/12/115.jpg'),(1010,3363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:15:\"2018/12/115.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"115-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"115-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"115-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"115-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1543601619\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(375,1053,'_wp_attached_file','2018/11/Webp.net-resizeimage-5.png'),(376,1053,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:41;s:6:\"height\";i:41;s:4:\"file\";s:34:\"2018/11/Webp.net-resizeimage-5.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(377,1054,'_wp_attached_file','2018/11/Webp.net-resizeimage-6.png'),(378,1054,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:125;s:4:\"file\";s:34:\"2018/11/Webp.net-resizeimage-6.png\";s:5:\"sizes\";a:3:{s:6:\"crop-1\";a:4:{s:4:\"file\";s:38:\"0_0_125_125_Webp.net-resizeimage-6.png\";s:5:\"width\";d:125;s:6:\"height\";d:125;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"crop-2\";a:4:{s:4:\"file\";s:38:\"0_0_125_125_Webp.net-resizeimage-6.png\";s:5:\"width\";d:125;s:6:\"height\";d:125;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"crop-3\";a:4:{s:4:\"file\";s:38:\"0_0_125_125_Webp.net-resizeimage-6.png\";s:5:\"width\";d:125;s:6:\"height\";d:125;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(412,1115,'_menu_item_object_id','1093'),(381,1092,'_customize_changeset_uuid','955f70c3-3cfc-41cb-bfc4-33b4a2bc509b'),(411,1115,'_menu_item_menu_item_parent','4944'),(383,1093,'_customize_changeset_uuid','955f70c3-3cfc-41cb-bfc4-33b4a2bc509b'),(410,1115,'_menu_item_type','post_type'),(385,1094,'_customize_changeset_uuid','955f70c3-3cfc-41cb-bfc4-33b4a2bc509b'),(409,1114,'_menu_item_url',''),(387,1095,'_customize_changeset_uuid','955f70c3-3cfc-41cb-bfc4-33b4a2bc509b'),(408,1114,'_menu_item_xfn',''),(389,1096,'_customize_changeset_uuid','955f70c3-3cfc-41cb-bfc4-33b4a2bc509b'),(407,1114,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(391,1097,'_customize_changeset_uuid','955f70c3-3cfc-41cb-bfc4-33b4a2bc509b'),(406,1114,'_menu_item_target',''),(393,1098,'_customize_changeset_uuid','955f70c3-3cfc-41cb-bfc4-33b4a2bc509b'),(405,1114,'_menu_item_object','page'),(395,1099,'_customize_changeset_uuid','955f70c3-3cfc-41cb-bfc4-33b4a2bc509b'),(404,1114,'_menu_item_object_id','1092'),(397,1100,'_customize_changeset_uuid','955f70c3-3cfc-41cb-bfc4-33b4a2bc509b'),(403,1114,'_menu_item_menu_item_parent','1409'),(402,1114,'_menu_item_type','post_type'),(401,1102,'_customize_changeset_uuid','955f70c3-3cfc-41cb-bfc4-33b4a2bc509b'),(413,1115,'_menu_item_object','page'),(414,1115,'_menu_item_target',''),(415,1115,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(416,1115,'_menu_item_xfn',''),(417,1115,'_menu_item_url',''),(424,1116,'_menu_item_xfn',''),(425,1116,'_menu_item_url',''),(1720,4255,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1719,4255,'_menu_item_target',''),(1718,4255,'_menu_item_object','page'),(1949,4393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:534;s:4:\"file\";s:48:\"2019/03/Try-Lacrosse-March-20-e1552439671155.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Try-Lacrosse-March-20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Try-Lacrosse-March-20-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Try-Lacrosse-March-20-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Try-Lacrosse-March-20-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1750,4260,'_menu_item_xfn',''),(1749,4260,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1748,4260,'_menu_item_target',''),(1747,4260,'_menu_item_object','custom'),(1745,4260,'_menu_item_menu_item_parent','0'),(1746,4260,'_menu_item_object_id','4260'),(1717,4255,'_menu_item_object_id','1098'),(1716,4255,'_menu_item_menu_item_parent','4248'),(1715,4255,'_menu_item_type','post_type'),(466,1122,'_menu_item_type','post_type'),(467,1122,'_menu_item_menu_item_parent','4942'),(468,1122,'_menu_item_object_id','1100'),(469,1122,'_menu_item_object','page'),(470,1122,'_menu_item_target',''),(471,1122,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(472,1122,'_menu_item_xfn',''),(473,1122,'_menu_item_url',''),(1497,4168,'_edit_last','2'),(482,1124,'_menu_item_type','post_type'),(483,1124,'_menu_item_menu_item_parent','4264'),(484,1124,'_menu_item_object_id','1102'),(485,1124,'_menu_item_object','page'),(486,1124,'_menu_item_target',''),(487,1124,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(488,1124,'_menu_item_xfn',''),(489,1124,'_menu_item_url',''),(492,123,'_edit_lock','1645887244:2'),(493,123,'_edit_last','1'),(494,123,'_wp_page_template','default'),(495,123,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:119:\"http://quintelacrosseproject.altereddigital.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(496,123,'boldgrid_hide_page_title','0'),(497,123,'boldgrid_in_page_containers','0'),(498,123,'bgseo_robots_index','index'),(499,123,'bgseo_robots_follow','follow'),(6497,4931,'boldgrid_hide_page_title','0'),(6498,4931,'boldgrid_in_page_containers','1'),(6499,4931,'bgseo_robots_index','index'),(1064,3730,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(1063,3730,'venue_url','https://www.quintewest.ca/en/your-community/arenas.asp'),(1062,3730,'venue_map_url',''),(1061,3730,'venue_zip','K8V 1G8'),(1060,3730,'venue_state','Ontario'),(1059,3730,'venue_city','Trenton'),(1058,3730,'venue_street','8 Couch Crescent'),(1057,3730,'_edit_last','2'),(1056,3730,'_edit_lock','1544455535:2'),(1068,3751,'venue_street','435 W Front Street'),(1067,3751,'_edit_last','2'),(1066,3751,'_edit_lock','1544455680:2'),(1065,3730,'boldgrid_hide_page_title','1'),(586,1095,'_edit_lock','1616439493:2'),(589,1095,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:119:\"http://quintelacrosseproject.altereddigital.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(590,1095,'boldgrid_hide_page_title','0'),(591,1095,'_edit_last','2'),(592,1095,'_wp_page_template','default'),(593,1095,'boldgrid_in_page_containers','1'),(594,1095,'bgseo_robots_index','index'),(595,1095,'bgseo_robots_follow','follow'),(616,1409,'_menu_item_object','custom'),(617,1409,'_menu_item_target',''),(618,1409,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(619,1409,'_menu_item_xfn',''),(620,1409,'_menu_item_url',''),(623,1097,'_edit_lock','1645896897:2'),(1891,4354,'_wp_attached_file','2019/02/Oshawa-paperweight.jpg'),(626,1097,'_edit_last','2'),(627,1097,'_wp_page_template','default'),(628,1097,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:119:\"http://quintelacrosseproject.altereddigital.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(629,1097,'boldgrid_hide_page_title','0'),(630,1097,'boldgrid_in_page_containers','1'),(631,1097,'bgseo_robots_index','index'),(632,1097,'bgseo_robots_follow','follow'),(633,1096,'_edit_lock','1645899555:2'),(634,1096,'_edit_last','2'),(635,1096,'_wp_page_template','default'),(636,1096,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:119:\"http://quintelacrosseproject.altereddigital.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(637,1096,'boldgrid_hide_page_title','0'),(638,1096,'boldgrid_in_page_containers','1'),(639,1096,'bgseo_robots_index','index'),(640,1096,'bgseo_robots_follow','follow'),(641,1098,'_edit_lock','1645914058:2'),(642,1098,'_edit_last','2'),(643,1098,'_wp_page_template','default'),(644,1098,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:119:\"http://quintelacrosseproject.altereddigital.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(645,1098,'boldgrid_hide_page_title','0'),(646,1098,'boldgrid_in_page_containers','1'),(647,1098,'bgseo_robots_index','index'),(648,1098,'bgseo_robots_follow','follow'),(649,1099,'_edit_lock','1546659741:2'),(650,1099,'_edit_last','2'),(651,1099,'_wp_page_template','default'),(652,1099,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:119:\"http://quintelacrosseproject.altereddigital.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(653,1099,'boldgrid_hide_page_title','0'),(654,1099,'boldgrid_in_page_containers','1'),(655,1099,'bgseo_robots_index','index'),(656,1099,'bgseo_robots_follow','follow'),(657,1092,'_edit_lock','1652107136:2'),(658,1092,'_edit_last','2'),(659,1092,'_wp_page_template','default'),(660,1092,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:119:\"http://quintelacrosseproject.altereddigital.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(661,1092,'boldgrid_hide_page_title','0'),(662,1092,'boldgrid_in_page_containers','1'),(663,1092,'bgseo_robots_index','index'),(664,1092,'bgseo_robots_follow','follow'),(668,1630,'_edit_last','2'),(669,1630,'_edit_lock','1623811514:2'),(1013,3365,'_wp_attached_file','2018/12/117.jpg'),(1014,3365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:15:\"2018/12/117.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"117-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"117-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"117-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"117-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1543606103\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(674,1630,'post_grid_post_settings','a:3:{s:11:\"current_tab\";s:7:\"options\";s:19:\"custom_thumb_source\";s:119:\"http://quintelacrosseproject.altereddigital.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";}'),(7608,1630,'_wpas_skip_23024784','1'),(675,1630,'boldgrid_hide_page_title','1'),(676,1630,'boldgrid_in_page_containers','1'),(677,1630,'bgseo_robots_index','index'),(678,1630,'bgseo_robots_follow','follow'),(681,1093,'_edit_lock','1571104659:2'),(682,1093,'_edit_last','2'),(683,1093,'_wp_page_template','default'),(684,1093,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:119:\"http://quintelacrosseproject.altereddigital.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(685,1093,'boldgrid_hide_page_title','0'),(686,1093,'boldgrid_in_page_containers','1'),(687,1093,'bgseo_robots_index','index'),(688,1093,'bgseo_robots_follow','follow'),(689,1094,'_edit_lock','1652107245:2'),(690,1094,'_edit_last','2'),(691,1094,'_wp_page_template','default'),(692,1094,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:119:\"http://quintelacrosseproject.altereddigital.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(693,1094,'boldgrid_hide_page_title','0'),(694,1094,'boldgrid_in_page_containers','1'),(695,1094,'bgseo_robots_index','index'),(696,1094,'bgseo_robots_follow','follow'),(697,1102,'_edit_lock','1645903293:2'),(1751,4260,'_menu_item_url',''),(1892,4354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:30:\"2019/02/Oshawa-paperweight.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Oshawa-paperweight-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Oshawa-paperweight-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Oshawa-paperweight-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Oshawa-paperweight-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(704,1102,'_edit_last','2'),(705,1102,'_wp_page_template','default'),(706,1102,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:119:\"http://quintelacrosseproject.altereddigital.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(707,1102,'boldgrid_hide_page_title','0'),(708,1102,'boldgrid_in_page_containers','1'),(709,1102,'bgseo_robots_index','index'),(710,1102,'bgseo_robots_follow','follow'),(1494,4168,'_wp_page_template','default'),(1537,4181,'_wp_attached_file','2019/01/QuinteMatRentals.jpg'),(1538,4181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:311;s:6:\"height\";i:63;s:4:\"file\";s:28:\"2019/01/QuinteMatRentals.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"QuinteMatRentals-150x63.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"QuinteMatRentals-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Joseph Fee\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1546897665\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1483,4159,'_wp_attached_file','2019/01/register-now-button-blue-i4.jpg'),(1484,4159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2332;s:6:\"height\";i:1020;s:4:\"file\";s:39:\"2019/01/register-now-button-blue-i4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"register-now-button-blue-i4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"register-now-button-blue-i4-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"register-now-button-blue-i4-768x336.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"register-now-button-blue-i4-1024x448.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1940,4381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:201;s:4:\"file\";s:15:\"2019/03/OLA.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"OLA-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:19:\"0_0_200_201_OLA.png\";s:5:\"width\";d:200;s:6:\"height\";d:201;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1939,4381,'_wp_attached_file','2019/03/OLA.png'),(1938,4378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:256;s:6:\"height\";i:253;s:4:\"file\";s:26:\"2019/03/Taskforce-Logo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Taskforce-Logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Joseph Fee\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1551891728\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1496,4168,'_edit_lock','1646144457:2'),(1498,4168,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(1499,4168,'boldgrid_hide_page_title','0'),(1500,4168,'boldgrid_in_page_containers','1'),(1501,4168,'bgseo_robots_index','index'),(1502,4168,'bgseo_robots_follow','follow'),(1737,4257,'_menu_item_xfn',''),(1738,4257,'_menu_item_url',''),(1941,4382,'_wp_attached_file','2019/03/OLA-Festival.png'),(1744,4260,'_menu_item_type','custom'),(1736,4257,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1735,4257,'_menu_item_target',''),(1734,4257,'_menu_item_object','page'),(1733,4257,'_menu_item_object_id','1097'),(1732,4257,'_menu_item_menu_item_parent','4248'),(1731,4257,'_menu_item_type','post_type'),(1730,4256,'_menu_item_url',''),(1729,4256,'_menu_item_xfn',''),(1728,4256,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1518,122,'_edit_lock','1662052452:2'),(1519,122,'_edit_last','2'),(1520,122,'_wp_page_template','default'),(1521,122,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(1522,122,'boldgrid_hide_page_title','1'),(1523,122,'boldgrid_in_page_containers','1'),(1524,122,'bgseo_robots_index','index'),(1525,122,'bgseo_robots_follow','follow'),(1893,4353,'post_grid_post_settings','a:3:{s:11:\"current_tab\";s:7:\"options\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";}'),(7589,5180,'_thumbnail_id','5184'),(7593,5183,'_wp_attachment_backup_sizes','a:6:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:20:\"IMG_77861-scaled.jpg\";}s:18:\"full-1623809673983\";a:3:{s:5:\"width\";i:200;s:6:\"height\";i:267;s:4:\"file\";s:35:\"IMG_77861-scaled-e1623809512435.jpg\";}s:18:\"full-1623809859565\";a:3:{s:5:\"width\";i:100;s:6:\"height\";i:133;s:4:\"file\";s:35:\"IMG_77861-scaled-e1623809752774.jpg\";}s:18:\"full-1623809940828\";a:3:{s:5:\"width\";i:100;s:6:\"height\";i:133;s:4:\"file\";s:35:\"IMG_77861-scaled-e1623809859565.jpg\";}s:18:\"full-1623810400618\";a:3:{s:5:\"width\";i:200;s:6:\"height\";i:267;s:4:\"file\";s:35:\"IMG_77861-scaled-e1623810347673.jpg\";}s:18:\"full-1623810630792\";a:3:{s:5:\"width\";i:200;s:6:\"height\";i:267;s:4:\"file\";s:35:\"IMG_77861-scaled-e1623810400618.jpg\";}}'),(1811,4290,'_wp_attached_file','2019/01/Mini-Game-Poster-Final.jpg'),(1105,3814,'boldgrid_hide_page_title','1'),(1106,3835,'_edit_lock','1544465952:2'),(1107,3835,'_edit_last','2'),(1108,3835,'venue_street','375 Picton Main Street'),(1109,3835,'venue_city','Picton'),(1110,3835,'venue_state','Ontario'),(1111,3835,'venue_zip','K0K 2T0'),(1112,3835,'venue_map_url',''),(1113,3835,'venue_url',''),(1114,3835,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(1115,3835,'boldgrid_hide_page_title','1'),(1125,4007,'_wp_page_template','default'),(1128,4007,'_edit_last','2'),(1127,4007,'_edit_lock','1645907302:2'),(1129,4007,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(1130,4007,'boldgrid_hide_page_title','0'),(1131,4007,'boldgrid_in_page_containers','1'),(1132,4007,'bgseo_robots_index','index'),(1133,4007,'bgseo_robots_follow','follow'),(8543,5759,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":false,\"datatables_paginate_entries\":15,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(8542,5757,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1]}'),(1539,4185,'_wp_attached_file','2019/01/Come-Try-Lacrosse-2019-Poster.jpg'),(1540,4185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:2304;s:4:\"file\";s:41:\"2019/01/Come-Try-Lacrosse-2019-Poster.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Come-Try-Lacrosse-2019-Poster-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Come-Try-Lacrosse-2019-Poster-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Come-Try-Lacrosse-2019-Poster-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Come-Try-Lacrosse-2019-Poster-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1150,1100,'_edit_lock','1650853528:2'),(1151,1100,'_edit_last','2'),(1152,1100,'_wp_page_template','default'),(1153,1100,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(1154,1100,'boldgrid_hide_page_title','0'),(1155,1100,'boldgrid_in_page_containers','1'),(1156,1100,'bgseo_robots_index','index'),(1157,1100,'bgseo_robots_follow','follow'),(1628,4218,'boldgrid_in_page_containers','1'),(1629,4218,'bgseo_robots_index','index'),(1627,4218,'boldgrid_hide_page_title','0'),(1171,4039,'_wp_attached_file','2018/12/832906-coach-quotes.jpg'),(1172,4039,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:317;s:4:\"file\";s:31:\"2018/12/832906-coach-quotes.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"832906-coach-quotes-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"832906-coach-quotes-300x264.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7401,1096,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666797300;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:1097;}i:1;a:1:{s:2:\"id\";i:1098;}i:2;a:1:{s:2:\"id\";i:5294;}i:3;a:1:{s:2:\"id\";i:4100;}i:4;a:1:{s:2:\"id\";i:4168;}i:5;a:1:{s:2:\"id\";i:4931;}}}}'),(7402,4066,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666795017;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4053;}i:1;a:1:{s:2:\"id\";i:5694;}i:2;a:1:{s:2:\"id\";i:5700;}i:3;a:1:{s:2:\"id\";i:1094;}i:4;a:1:{s:2:\"id\";i:4936;}i:5;a:1:{s:2:\"id\";i:1100;}}}}'),(7403,4309,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666797271;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:5064;}i:1;a:1:{s:2:\"id\";i:1094;}i:2;a:1:{s:2:\"id\";i:4358;}i:3;a:1:{s:2:\"id\";i:1098;}i:4;a:1:{s:2:\"id\";i:1093;}i:5;a:1:{s:2:\"id\";i:4931;}}}}'),(1872,4340,'_wp_attached_file','2019/01/Come-Try-Lacrosse-2019-Poster-2.jpg'),(1942,4382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:246;s:6:\"height\";i:205;s:4:\"file\";s:24:\"2019/03/OLA-Festival.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"OLA-Festival-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1625,4218,'_wp_page_template','default'),(1626,4218,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(1207,4053,'_edit_lock','1645904897:2'),(1208,4053,'_edit_last','2'),(1209,4053,'_wp_page_template','default'),(1210,4053,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(1211,4053,'boldgrid_hide_page_title','1'),(1212,4053,'boldgrid_in_page_containers','1'),(1213,4053,'bgseo_robots_index','index'),(1214,4053,'bgseo_robots_follow','follow'),(1215,4055,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(1216,4055,'boldgrid_hide_page_title','1'),(1217,4055,'boldgrid_in_page_containers','1'),(1218,4055,'_menu_item_type','post_type'),(1219,4055,'_menu_item_menu_item_parent','1409'),(1220,4055,'_menu_item_object_id','4053'),(1221,4055,'_menu_item_object','page'),(1222,4055,'_menu_item_target',''),(1223,4055,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1224,4055,'_menu_item_xfn',''),(1225,4055,'_menu_item_url',''),(1624,4220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:576;s:6:\"height\";i:703;s:4:\"file\";s:21:\"2019/01/Mini-game.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Mini-game-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Mini-game-246x300.jpg\";s:5:\"width\";i:246;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Joseph Fee\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1547981070\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1233,4060,'_wp_page_template','default'),(1234,4060,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(1235,4060,'boldgrid_hide_page_title','0'),(1236,4060,'boldgrid_in_page_containers','1'),(1237,4060,'bgseo_robots_index','index'),(1238,4060,'bgseo_robots_follow','follow'),(1239,4060,'_dp_original','4007'),(1240,4060,'_edit_lock','1651205386:2'),(1241,4060,'_edit_last','2'),(1242,4053,'_oembed_6896f69b59979c3adb5cf3abcf410574','
Novice Division
'),(1243,4053,'_oembed_time_6896f69b59979c3adb5cf3abcf410574','1545154092'),(8539,5755,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":false,\"datatables_paginate_entries\":15,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(8538,5753,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1]}'),(1623,4220,'_wp_attached_file','2019/01/Mini-game.jpg'),(1254,4066,'_wp_page_template','default'),(1255,4066,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(1256,4066,'boldgrid_hide_page_title','0'),(1257,4066,'boldgrid_in_page_containers','1'),(1258,4066,'bgseo_robots_index','index'),(1259,4066,'bgseo_robots_follow','follow'),(1261,4066,'_dp_original','4060'),(1262,4066,'_edit_lock','1651497739:2'),(1263,4066,'_edit_last','2'),(1264,4068,'_wp_page_template','default'),(1265,4068,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(1266,4068,'boldgrid_hide_page_title','0'),(1267,4068,'boldgrid_in_page_containers','1'),(1268,4068,'bgseo_robots_index','index'),(1269,4068,'bgseo_robots_follow','follow'),(1271,4068,'_dp_original','4060'),(1272,4068,'_edit_lock','1651497819:2'),(1273,4068,'_edit_last','2'),(1274,4070,'_wp_page_template','default'),(1275,4070,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(1276,4070,'boldgrid_hide_page_title','0'),(1277,4070,'boldgrid_in_page_containers','1'),(1278,4070,'bgseo_robots_index','index'),(1279,4070,'bgseo_robots_follow','follow'),(1281,4070,'_dp_original','4068'),(1282,4070,'_edit_lock','1645906329:2'),(1283,4070,'_edit_last','2'),(1284,4072,'_wp_page_template','default'),(1285,4072,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(1286,4072,'boldgrid_hide_page_title','0'),(1287,4072,'boldgrid_in_page_containers','1'),(1288,4072,'bgseo_robots_index','index'),(1289,4072,'bgseo_robots_follow','follow'),(1291,4072,'_dp_original','4068'),(1292,4072,'_edit_lock','1645896025:2'),(1293,4072,'_edit_last','2'),(1294,4074,'_wp_page_template','default'),(1295,4074,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(1296,4074,'boldgrid_hide_page_title','0'),(1297,4074,'boldgrid_in_page_containers','1'),(1298,4074,'bgseo_robots_index','index'),(1299,4074,'bgseo_robots_follow','follow'),(1301,4074,'_dp_original','4068'),(1302,4074,'_edit_lock','1645903151:2'),(1303,4074,'_edit_last','2'),(1620,4218,'_edit_lock','1645907825:2'),(1305,4078,'_menu_item_type','post_type'),(1306,4078,'_menu_item_menu_item_parent','4055'),(1307,4078,'_menu_item_object_id','4074'),(1308,4078,'_menu_item_object','page'),(1309,4078,'_menu_item_target',''),(1310,4078,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1311,4078,'_menu_item_xfn',''),(1312,4078,'_menu_item_url',''),(1313,4079,'_menu_item_type','post_type'),(1314,4079,'_menu_item_menu_item_parent','4055'),(1315,4079,'_menu_item_object_id','4072'),(1316,4079,'_menu_item_object','page'),(1317,4079,'_menu_item_target',''),(1318,4079,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1319,4079,'_menu_item_xfn',''),(1320,4079,'_menu_item_url',''),(8540,5755,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1]}'),(8541,5757,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":false,\"datatables_paginate_entries\":15,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(1622,4219,'_wp_attached_file','2019/01/mini-game-poster-sample.pdf'),(1621,4218,'_edit_last','2'),(1347,4083,'_edit_lock','1667431909:2'),(1348,4083,'_edit_last','2'),(7400,1094,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666796308;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4309;}i:1;a:1:{s:2:\"id\";i:1100;}i:2;a:1:{s:2:\"id\";i:4100;}i:3;a:1:{s:2:\"id\";i:4931;}i:4;a:1:{s:2:\"id\";i:1098;}i:5;a:1:{s:2:\"id\";i:1102;}}}}'),(7394,4100,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666795858;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:1098;}i:1;a:1:{s:2:\"id\";i:1097;}i:2;a:1:{s:2:\"id\";i:4309;}i:3;a:1:{s:2:\"id\";i:4931;}i:4;a:1:{s:2:\"id\";i:1094;}i:5;a:1:{s:2:\"id\";i:1096;}}}}'),(1819,4297,'_wp_attached_file','2019/01/QMLA-Player-Release-Policy-2019-Updated.pdf'),(1598,4201,'_wp_attached_file','2019/01/regi-coming-soon.png'),(1599,4201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:28:\"2019/01/regi-coming-soon.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"regi-coming-soon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1656,4227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:577;s:6:\"height\";i:703;s:4:\"file\";s:23:\"2019/01/Mini-game-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Mini-game-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Mini-game-1-246x300.jpg\";s:5:\"width\";i:246;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:37:\"0_0_400_487.348353553_Mini-game-1.jpg\";s:5:\"width\";d:400;s:6:\"height\";d:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Joseph Fee\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1548016997\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1888,4353,'_edit_lock','1651066615:2'),(1727,4256,'_menu_item_target',''),(1726,4256,'_menu_item_object','page'),(1725,4256,'_menu_item_object_id','1096'),(1724,4256,'_menu_item_menu_item_parent','4248'),(1723,4256,'_menu_item_type','post_type'),(1722,4255,'_menu_item_url',''),(1721,4255,'_menu_item_xfn',''),(1890,4353,'_oembed_e0a4a441bfb0ae43fc0ce39dd6f267f0','{{unknown}}'),(1889,4353,'_edit_last','2'),(1630,4218,'bgseo_robots_follow','follow'),(1631,4222,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(1632,4222,'boldgrid_hide_page_title','1'),(1633,4222,'boldgrid_in_page_containers','1'),(1634,4222,'_menu_item_type','post_type'),(1635,4222,'_menu_item_menu_item_parent','1409'),(1636,4222,'_menu_item_object_id','4218'),(1637,4222,'_menu_item_object','page'),(1638,4222,'_menu_item_target',''),(1639,4222,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1640,4222,'_menu_item_xfn',''),(1641,4222,'_menu_item_url',''),(1910,4358,'bgseo_robots_index','index'),(1908,4358,'boldgrid_hide_page_title','0'),(1909,4358,'boldgrid_in_page_containers','1'),(1907,4358,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(1906,4358,'_wp_page_template','default'),(1904,4358,'_oembed_511ae8b43bcef50a1cbf5ef927b5d6fd','{{unknown}}'),(1905,4358,'_edit_last','2'),(1903,4358,'_edit_lock','1627607492:2'),(1655,4227,'_wp_attached_file','2019/01/Mini-game-1.jpg'),(1361,4083,'_wp_page_template','default'),(1362,4083,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(1363,4083,'boldgrid_hide_page_title','0'),(1364,4083,'boldgrid_in_page_containers','1'),(1365,4083,'bgseo_robots_index','index'),(1366,4083,'bgseo_robots_follow','follow'),(1367,4091,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(1368,4091,'boldgrid_hide_page_title','1'),(1369,4091,'boldgrid_in_page_containers','1'),(1370,4091,'_menu_item_type','post_type'),(1371,4091,'_menu_item_menu_item_parent','4264'),(1372,4091,'_menu_item_object_id','4083'),(1373,4091,'_menu_item_object','page'),(1374,4091,'_menu_item_target',''),(1375,4091,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1376,4091,'_menu_item_xfn',''),(1377,4091,'_menu_item_url',''),(1378,4092,'_oembed_e0cfcca7deb6c933415dd66dde798099','
Board of Directors
'),(1379,4092,'_oembed_time_e0cfcca7deb6c933415dd66dde798099','1545408450'),(1380,4092,'_edit_lock','1583407742:2'),(1381,4092,'_edit_last','2'),(1382,4092,'_wp_page_template','default'),(1383,4092,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(1384,4092,'boldgrid_hide_page_title','1'),(1385,4092,'boldgrid_in_page_containers','1'),(1386,4092,'bgseo_robots_index','index'),(1387,4092,'bgseo_robots_follow','follow'),(2710,4502,'game_nonleague','0'),(1948,4393,'_wp_attached_file','2019/03/Try-Lacrosse-March-20-e1552439671155.jpg'),(1937,4378,'_wp_attached_file','2019/03/Taskforce-Logo.jpg'),(1764,4264,'_menu_item_url',''),(1763,4264,'_menu_item_xfn',''),(1762,4264,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1761,4264,'_menu_item_target',''),(1760,4264,'_menu_item_object','custom'),(1757,4264,'_menu_item_type','custom'),(1758,4264,'_menu_item_menu_item_parent','0'),(1759,4264,'_menu_item_object_id','4264'),(1402,4100,'_edit_lock','1623684072:2'),(1403,4100,'_edit_last','2'),(1404,4100,'_wp_page_template','default'),(1405,4100,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(1406,4100,'boldgrid_hide_page_title','1'),(1407,4100,'boldgrid_in_page_containers','1'),(1408,4100,'bgseo_robots_index','index'),(1409,4100,'bgseo_robots_follow','follow'),(1410,4102,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(1411,4102,'boldgrid_hide_page_title','1'),(1412,4102,'boldgrid_in_page_containers','1'),(1413,4102,'_menu_item_type','post_type'),(1414,4102,'_menu_item_menu_item_parent','4264'),(1415,4102,'_menu_item_object_id','4100'),(1416,4102,'_menu_item_object','page'),(1417,4102,'_menu_item_target',''),(1418,4102,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1419,4102,'_menu_item_xfn',''),(1420,4102,'_menu_item_url',''),(1421,4103,'_wp_attached_file','2018/12/QMLA-Appeal-Policy-2019.pdf'),(1812,4290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:661;s:6:\"height\";i:992;s:4:\"file\";s:34:\"2019/01/Mini-Game-Poster-Final.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Mini-Game-Poster-Final-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Mini-Game-Poster-Final-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:48:\"0_0_324.503024194_487_Mini-Game-Poster-Final.jpg\";s:5:\"width\";d:325;s:6:\"height\";d:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Joseph Fee\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1548865230\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1426,4107,'_wp_attached_file','2018/12/QMLA-Refund-Policy-2019.pdf'),(1678,4243,'_wp_attached_file','2019/01/2019-Release-Form.docx'),(1429,4113,'_menu_item_type','custom'),(1430,4113,'_menu_item_menu_item_parent','4102'),(1431,4113,'_menu_item_object_id','4113'),(1432,4113,'_menu_item_object','custom'),(1433,4113,'_menu_item_target',''),(1434,4113,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1435,4113,'_menu_item_xfn',''),(1436,4113,'_menu_item_url','https://ontariolacrosse.com/administration/admin-documentation/2019-season'),(1437,4114,'_menu_item_type','custom'),(1438,4114,'_menu_item_menu_item_parent','4102'),(1439,4114,'_menu_item_object_id','4114'),(1440,4114,'_menu_item_object','custom'),(1441,4114,'_menu_item_target',''),(1442,4114,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1443,4114,'_menu_item_xfn',''),(1444,4114,'_menu_item_url','https://ontariolacrosse.com/administration/admin-documentation/2019-season'),(1680,4248,'_menu_item_type','custom'),(1681,4248,'_menu_item_menu_item_parent','0'),(1682,4248,'_menu_item_object_id','4248'),(1683,4248,'_menu_item_object','custom'),(1684,4248,'_menu_item_target',''),(1685,4248,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1686,4248,'_menu_item_xfn',''),(1687,4248,'_menu_item_url',''),(1707,4254,'_menu_item_type','post_type'),(1708,4254,'_menu_item_menu_item_parent','4248'),(1709,4254,'_menu_item_object_id','4168'),(1710,4254,'_menu_item_object','page'),(1711,4254,'_menu_item_target',''),(1712,4254,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1713,4254,'_menu_item_xfn',''),(1714,4254,'_menu_item_url',''),(1452,4124,'_wp_attached_file','2019/01/LTP-e1546636655946.png'),(1453,4124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:145;s:4:\"file\";s:30:\"2019/01/LTP-e1546636655946.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"LTP-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"LTP-300x217.png\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:27:\"0_0_300_217_LTP-300x217.png\";s:5:\"width\";d:300;s:6:\"height\";d:217;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1454,4124,'_edit_lock','1546636595:2'),(1455,4124,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:328;s:6:\"height\";i:237;s:4:\"file\";s:7:\"LTP.png\";}}'),(1456,4124,'_edit_last','2'),(1457,4125,'_wp_attached_file','2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4.jpg'),(1458,4125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:619;s:4:\"file\";s:51:\"2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Equipment-Learn-How-To-Lacrosse-Stick-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"Equipment-Learn-How-To-Lacrosse-Stick-4-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"Equipment-Learn-How-To-Lacrosse-Stick-4-768x396.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Equipment-Learn-How-To-Lacrosse-Stick-4-1024x528.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:56:\"0_96_889_374_Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\";s:5:\"width\";d:889;s:6:\"height\";d:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1861,4333,'_menu_item_url','https://ontariolacrosse.com/content/coaching/skills-drills-flip-cards.pdf'),(1841,4313,'boldgrid_hide_page_title','0'),(1842,4313,'boldgrid_in_page_containers','1'),(1843,4313,'_menu_item_type','post_type'),(1844,4313,'_menu_item_menu_item_parent','4260'),(1845,4313,'_menu_item_object_id','4309'),(1846,4313,'_menu_item_object','page'),(1847,4313,'_menu_item_target',''),(1848,4313,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1849,4313,'_menu_item_xfn',''),(1850,4313,'_menu_item_url',''),(1943,4387,'_wp_attached_file','2019/03/Volunteer-CRC-Letter-2019-Signed-1.pdf'),(1854,4333,'_menu_item_type','custom'),(1855,4333,'_menu_item_menu_item_parent','4260'),(1856,4333,'_menu_item_object_id','4333'),(1857,4333,'_menu_item_object','custom'),(1858,4333,'_menu_item_target',''),(1859,4333,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1860,4333,'_menu_item_xfn',''),(1834,4309,'_wp_page_template','default'),(1835,4309,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(1836,4309,'boldgrid_hide_page_title','0'),(1837,4309,'boldgrid_in_page_containers','1'),(1838,4309,'bgseo_robots_index','index'),(1839,4309,'bgseo_robots_follow','follow'),(1840,4313,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(1832,4311,'_wp_attached_file','2019/02/bill_belichick_lacrosse.jpg'),(1833,4311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:801;s:4:\"file\";s:35:\"2019/02/bill_belichick_lacrosse.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"bill_belichick_lacrosse-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"bill_belichick_lacrosse-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"bill_belichick_lacrosse-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"bill_belichick_lacrosse-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1471,4146,'_wp_attached_file','2019/01/person.png'),(1472,4146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:208;s:6:\"height\";i:243;s:4:\"file\";s:18:\"2019/01/person.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"person-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:23:\"0_18_150_150_person.png\";s:5:\"width\";d:150;s:6:\"height\";d:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1829,4309,'_edit_last','2'),(1828,4309,'_edit_lock','1645832242:2'),(1873,4340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:2304;s:4:\"file\";s:43:\"2019/01/Come-Try-Lacrosse-2019-Poster-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Come-Try-Lacrosse-2019-Poster-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Come-Try-Lacrosse-2019-Poster-2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Come-Try-Lacrosse-2019-Poster-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Come-Try-Lacrosse-2019-Poster-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1876,4342,'_wp_attached_file','2019/02/KKP_logo.png'),(1877,4342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:107;s:4:\"file\";s:20:\"2019/02/KKP_logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"KKP_logo-150x107.png\";s:5:\"width\";i:150;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1894,4353,'boldgrid_hide_page_title','1'),(1895,4353,'boldgrid_in_page_containers','1'),(1896,4353,'bgseo_robots_index','index'),(1897,4353,'bgseo_robots_follow','follow'),(1911,4358,'bgseo_robots_follow','follow'),(1912,4360,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(1913,4360,'boldgrid_hide_page_title','1'),(1914,4360,'boldgrid_in_page_containers','1'),(1915,4360,'_menu_item_type','post_type'),(1916,4360,'_menu_item_menu_item_parent','4248'),(1917,4360,'_menu_item_object_id','4358'),(1918,4360,'_menu_item_object','page'),(1919,4360,'_menu_item_target',''),(1920,4360,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1921,4360,'_menu_item_xfn',''),(1922,4360,'_menu_item_url',''),(1926,4353,'_oembed_c9b99603650fa11116309665abb4285f','{{unknown}}'),(1929,4358,'_oembed_836f0ce7bfd53a9e3cf58e19aad218bd','{{unknown}}'),(1930,4358,'_oembed_c0387628d7e2e2b53a478185640006b0','{{unknown}}'),(1931,4369,'_wp_attached_file','2019/02/Volunteer-CRC-Letter-2019.pdf'),(2709,4502,'game_location','king-edward-park-arena'),(1958,4393,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:25:\"Try-Lacrosse-March-20.jpg\";}s:18:\"full-1552439671155\";a:3:{s:5:\"width\";i:500;s:6:\"height\";i:667;s:4:\"file\";s:40:\"Try-Lacrosse-March-20-e1552439525909.jpg\";}}'),(2704,4502,'game_unix_dtg','1557669600'),(2705,4502,'game_is_tba','0'),(2706,4502,'game_name','Tyke Interlock'),(2707,4502,'game_home_team','northumberland-hl-tyke-3'),(2708,4502,'game_away_team','2992'),(2700,4470,'_edit_lock','1556501478:2'),(2712,4502,'game_is_division','0'),(2713,4502,'game_league','quinte-bayhawks-house-league-tyke-division'),(2711,4502,'game_is_conference','0'),(6216,4525,'_edit_lock','1558920963:2'),(1997,4407,'_wp_attached_file','2019/03/Patrick1.jpg'),(1998,4407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:960;s:4:\"file\";s:20:\"2019/03/Patrick1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Patrick1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Patrick1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2043,4431,'_wp_attached_file','2019/03/Rep-Info.pdf'),(2011,4415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:443;s:6:\"height\";i:598;s:4:\"file\";s:21:\"2019/03/Patrick11.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Patrick11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Patrick11-222x300.jpg\";s:5:\"width\";i:222;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Joseph Fee\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553346318\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2010,4415,'_wp_attached_file','2019/03/Patrick11.jpg'),(6118,4659,'_edit_last','2'),(6217,4525,'_edit_last','2'),(2051,4435,'_edit_lock','1554779382:2'),(2052,4435,'_edit_last','2'),(2053,4435,'team_name','Quinte HL Peewee 1'),(2054,4435,'team_short_name','PW1'),(2055,4435,'team_mascot',''),(2056,4435,'team_link',''),(2057,4435,'team_home_venue','qswc-mackay'),(2058,4435,'team_logo',''),(2059,4435,'team_alt_logo',''),(2060,4435,'team_bkgd_color',''),(2061,4435,'team_text_color',''),(2062,4435,'team_accent_color_1',''),(2063,4435,'team_accent_color_2',''),(2064,4435,'team_school',''),(2065,4435,'team_sport',''),(2066,4435,'team_roster',''),(2067,4435,'team_season',''),(2068,4435,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2069,4435,'boldgrid_hide_page_title','1'),(2070,4436,'_edit_lock','1555476965:2'),(2071,4436,'_edit_last','2'),(2072,4436,'team_name','Quinte HL Peewee 2'),(2073,4436,'team_short_name','PW2'),(2074,4436,'team_mascot',''),(2075,4436,'team_link',''),(2076,4436,'team_home_venue','qswc-mackay'),(2077,4436,'team_logo',''),(2078,4436,'team_alt_logo',''),(2079,4436,'team_bkgd_color',''),(2080,4436,'team_text_color',''),(2081,4436,'team_accent_color_1',''),(2082,4436,'team_accent_color_2',''),(2083,4436,'team_school',''),(2084,4436,'team_sport',''),(2085,4436,'team_roster',''),(2086,4436,'team_season',''),(2087,4436,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2088,4436,'boldgrid_hide_page_title','1'),(2089,4438,'_edit_lock','1554771525:2'),(2090,4438,'_edit_last','2'),(2091,4438,'team_name','Quinte HL Bantam/Midget 1'),(2092,4438,'team_short_name','BM1'),(2093,4438,'team_mascot',''),(2094,4438,'team_link',''),(2095,4438,'team_home_venue','qswc-mackay'),(2096,4438,'team_logo',''),(2097,4438,'team_alt_logo',''),(2098,4438,'team_bkgd_color',''),(2099,4438,'team_text_color',''),(2100,4438,'team_accent_color_1',''),(2101,4438,'team_accent_color_2',''),(2102,4438,'team_school',''),(2103,4438,'team_sport',''),(2104,4438,'team_roster',''),(2105,4438,'team_season',''),(2106,4438,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2107,4438,'boldgrid_hide_page_title','1'),(2108,4439,'_edit_lock','1554771355:2'),(2109,4439,'_edit_last','2'),(2110,4439,'team_name','Quinte HL Bantam/Midget 2'),(2111,4439,'team_short_name','BM2'),(2112,4439,'team_mascot',''),(2113,4439,'team_link',''),(2114,4439,'team_home_venue','qswc-mackay'),(2115,4439,'team_logo',''),(2116,4439,'team_alt_logo',''),(2117,4439,'team_bkgd_color',''),(2118,4439,'team_text_color',''),(2119,4439,'team_accent_color_1',''),(2120,4439,'team_accent_color_2',''),(2121,4439,'team_school',''),(2122,4439,'team_sport',''),(2123,4439,'team_roster',''),(2124,4439,'team_season',''),(2125,4439,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2126,4439,'boldgrid_hide_page_title','1'),(2127,4440,'_edit_lock','1555535814:2'),(2128,4440,'_edit_last','2'),(2129,4440,'team_name','Quinte HL Bantam 1'),(2130,4440,'team_short_name','BAN1'),(2131,4440,'team_mascot',''),(2132,4440,'team_link',''),(2133,4440,'team_home_venue','qswc-mackay'),(2134,4440,'team_logo',''),(2135,4440,'team_alt_logo',''),(2136,4440,'team_bkgd_color',''),(2137,4440,'team_text_color',''),(2138,4440,'team_accent_color_1',''),(2139,4440,'team_accent_color_2',''),(2140,4440,'team_school',''),(2141,4440,'team_sport',''),(2142,4440,'team_roster',''),(2143,4440,'team_season',''),(2144,4440,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2145,4440,'boldgrid_hide_page_title','1'),(2146,4441,'_edit_lock','1554771305:2'),(2147,4441,'_edit_last','2'),(2148,4441,'team_name','Quinte HL Midget 1'),(2149,4441,'team_short_name','MID1'),(2150,4441,'team_mascot',''),(2151,4441,'team_link',''),(2152,4441,'team_home_venue','qswc-mackay'),(2153,4441,'team_logo',''),(2154,4441,'team_alt_logo',''),(2155,4441,'team_bkgd_color',''),(2156,4441,'team_text_color',''),(2157,4441,'team_accent_color_1',''),(2158,4441,'team_accent_color_2',''),(2159,4441,'team_school',''),(2160,4441,'team_sport',''),(2161,4441,'team_roster',''),(2162,4441,'team_season',''),(2163,4441,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2164,4441,'boldgrid_hide_page_title','1'),(2165,4442,'_edit_lock','1554771711:2'),(2166,4442,'_edit_last','2'),(2167,4442,'team_name','Northumberland HL Tyke 1'),(2168,4442,'team_short_name','NT1'),(2169,4442,'team_mascot',''),(2170,4442,'team_link',''),(2171,4442,'team_home_venue','-1'),(2172,4442,'team_logo',''),(2173,4442,'team_alt_logo',''),(2174,4442,'team_bkgd_color',''),(2175,4442,'team_text_color',''),(2176,4442,'team_accent_color_1',''),(2177,4442,'team_accent_color_2',''),(2178,4442,'team_school',''),(2179,4442,'team_sport',''),(2180,4442,'team_roster',''),(2181,4442,'team_season',''),(2182,4442,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2183,4442,'boldgrid_hide_page_title','1'),(2184,4444,'_edit_lock','1554772087:2'),(2185,4444,'_edit_last','2'),(2186,4444,'venue_street','75 Elizabeth St'),(2187,4444,'venue_city','Brighton'),(2188,4444,'venue_state','ON'),(2189,4444,'venue_zip','K0K1H0'),(2190,4444,'venue_map_url',''),(2191,4444,'venue_url',''),(2192,4444,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2193,4444,'boldgrid_hide_page_title','1'),(2194,4445,'_edit_lock','1554772189:2'),(2195,4445,'_edit_last','2'),(2196,4445,'venue_street','322 Amherst Drive'),(2197,4445,'venue_city','Amherstview'),(2198,4445,'venue_state','ON'),(2199,4445,'venue_zip','K7N1S9'),(2200,4445,'venue_map_url',''),(2201,4445,'venue_url',''),(2202,4445,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2203,4445,'boldgrid_hide_page_title','1'),(2204,4446,'game_unix_dtg','1556460000'),(2205,4446,'game_is_tba','0'),(2206,4446,'game_name','Tyke Interlock'),(2207,4446,'game_home_team','2992'),(2208,4446,'game_away_team','northumberland-hl-tyke-1'),(2209,4446,'game_location','qswc-mackay'),(2210,4446,'game_nonleague','0'),(2211,4446,'game_is_conference','0'),(2212,4446,'game_is_division','0'),(2213,4446,'game_league','quinte-bayhawks-house-league-tyke-division'),(2214,4446,'game_season','2019'),(2215,4447,'game_unix_dtg','1557064800'),(2216,4447,'game_is_tba','0'),(2217,4447,'game_name','Tyke Interlock'),(2218,4447,'game_home_team','2992'),(2219,4447,'game_away_team','northumberland-hl-tyke-2'),(2220,4447,'game_location','qswc-mackay'),(2221,4447,'game_nonleague','0'),(2222,4447,'game_is_conference','0'),(2223,4447,'game_is_division','0'),(2224,4447,'game_league','quinte-bayhawks-house-league-tyke-division'),(2225,4447,'game_season','2019'),(2226,4448,'_edit_lock','1554772506:2'),(2227,4448,'_edit_last','2'),(2228,4448,'team_name','Northumberland HL Tyke 2'),(2229,4448,'team_short_name','NT2'),(2230,4448,'team_mascot',''),(2231,4448,'team_link',''),(2232,4448,'team_home_venue','-1'),(2233,4448,'team_logo',''),(2234,4448,'team_alt_logo',''),(2235,4448,'team_bkgd_color',''),(2236,4448,'team_text_color',''),(2237,4448,'team_accent_color_1',''),(2238,4448,'team_accent_color_2',''),(2239,4448,'team_school',''),(2240,4448,'team_sport',''),(2241,4448,'team_roster',''),(2242,4448,'team_season',''),(2243,4448,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2244,4448,'boldgrid_hide_page_title','1'),(2245,4449,'_edit_lock','1554774195:2'),(2246,4449,'_edit_last','2'),(2247,4449,'team_name','Northumberland HL Tyke 3'),(2248,4449,'team_short_name','NT3'),(2249,4449,'team_mascot',''),(2250,4449,'team_link',''),(2251,4449,'team_home_venue','-1'),(2252,4449,'team_logo',''),(2253,4449,'team_alt_logo',''),(2254,4449,'team_bkgd_color',''),(2255,4449,'team_text_color',''),(2256,4449,'team_accent_color_1',''),(2257,4449,'team_accent_color_2',''),(2258,4449,'team_school',''),(2259,4449,'team_sport',''),(2260,4449,'team_roster',''),(2261,4449,'team_season',''),(2262,4449,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2263,4449,'boldgrid_hide_page_title','1'),(2264,4450,'_edit_lock','1554774221:2'),(2265,4450,'_edit_last','2'),(2266,4450,'team_name','Northumberland HL Tyke 4'),(2267,4450,'team_short_name','NT4'),(2268,4450,'team_mascot',''),(2269,4450,'team_link',''),(2270,4450,'team_home_venue','-1'),(2271,4450,'team_logo',''),(2272,4450,'team_alt_logo',''),(2273,4450,'team_bkgd_color',''),(2274,4450,'team_text_color',''),(2275,4450,'team_accent_color_1',''),(2276,4450,'team_accent_color_2',''),(2277,4450,'team_school',''),(2278,4450,'team_sport',''),(2279,4450,'team_roster',''),(2280,4450,'team_season',''),(2281,4450,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2282,4450,'boldgrid_hide_page_title','1'),(2283,4447,'_edit_lock','1556384356:2'),(2284,4447,'_edit_last','2'),(2285,4447,'game_media',''),(2286,4447,'game_media_link',''),(2287,4447,'game_home_score','3'),(2288,4447,'game_away_score','12'),(2289,4447,'game_time_remaining',''),(2290,4447,'game_period',''),(2291,4447,'game_is_final','1'),(2292,4447,'game_is_open','0'),(2293,4447,'game_is_ppd','0'),(2294,4447,'game_status_replace',''),(2295,4447,'game_status_append',''),(2296,4447,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2297,4451,'_edit_lock','1554772936:2'),(2298,4451,'_edit_last','2'),(2299,4451,'team_name','Northumberland HL Novice 1'),(2300,4451,'team_short_name','NN1'),(2301,4451,'team_mascot',''),(2302,4451,'team_link',''),(2303,4451,'team_home_venue','-1'),(2304,4451,'team_logo',''),(2305,4451,'team_alt_logo',''),(2306,4451,'team_bkgd_color',''),(2307,4451,'team_text_color',''),(2308,4451,'team_accent_color_1',''),(2309,4451,'team_accent_color_2',''),(2310,4451,'team_school',''),(2311,4451,'team_sport',''),(2312,4451,'team_roster',''),(2313,4451,'team_season',''),(2314,4451,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2315,4451,'boldgrid_hide_page_title','1'),(2316,4452,'_edit_lock','1554773607:2'),(2317,4452,'_edit_last','2'),(2318,4452,'team_name','Northumberland HL Novice 2'),(2319,4452,'team_short_name','NN2'),(2320,4452,'team_mascot',''),(2321,4452,'team_link',''),(2322,4452,'team_home_venue','-1'),(2323,4452,'team_logo',''),(2324,4452,'team_alt_logo',''),(2325,4452,'team_bkgd_color',''),(2326,4452,'team_text_color',''),(2327,4452,'team_accent_color_1',''),(2328,4452,'team_accent_color_2',''),(2329,4452,'team_school',''),(2330,4452,'team_sport',''),(2331,4452,'team_roster',''),(2332,4452,'team_season',''),(2333,4452,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2334,4452,'boldgrid_hide_page_title','1'),(2335,4453,'_edit_lock','1554773639:2'),(2336,4453,'_edit_last','2'),(2337,4453,'team_name','Northumberland HL Peewee 1'),(2338,4453,'team_short_name','NP1'),(2339,4453,'team_mascot',''),(2340,4453,'team_link',''),(2341,4453,'team_home_venue','-1'),(2342,4453,'team_logo',''),(2343,4453,'team_alt_logo',''),(2344,4453,'team_bkgd_color',''),(2345,4453,'team_text_color',''),(2346,4453,'team_accent_color_1',''),(2347,4453,'team_accent_color_2',''),(2348,4453,'team_school',''),(2349,4453,'team_sport',''),(2350,4453,'team_roster',''),(2351,4453,'team_season',''),(2352,4453,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2353,4453,'boldgrid_hide_page_title','1'),(2354,4454,'_edit_lock','1558922865:2'),(2355,4454,'_edit_last','2'),(2356,4454,'team_name','Northumberland HL Bantam 1'),(2357,4454,'team_short_name','NB1'),(2358,4454,'team_mascot',''),(2359,4454,'team_link',''),(2360,4454,'team_home_venue','-1'),(2361,4454,'team_logo',''),(2362,4454,'team_alt_logo',''),(2363,4454,'team_bkgd_color',''),(2364,4454,'team_text_color',''),(2365,4454,'team_accent_color_1',''),(2366,4454,'team_accent_color_2',''),(2367,4454,'team_school',''),(2368,4454,'team_sport',''),(2369,4454,'team_roster',''),(2370,4454,'team_season',''),(2371,4454,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2372,4454,'boldgrid_hide_page_title','1'),(2373,4455,'_edit_lock','1554773751:2'),(2374,4455,'_edit_last','2'),(2375,4455,'team_name','Kingston HL Tyke 1'),(2376,4455,'team_short_name','KT1'),(2377,4455,'team_mascot',''),(2378,4455,'team_link',''),(2379,4455,'team_home_venue','-1'),(2380,4455,'team_logo',''),(2381,4455,'team_alt_logo',''),(2382,4455,'team_bkgd_color',''),(2383,4455,'team_text_color',''),(2384,4455,'team_accent_color_1',''),(2385,4455,'team_accent_color_2',''),(2386,4455,'team_school',''),(2387,4455,'team_sport',''),(2388,4455,'team_roster',''),(2389,4455,'team_season',''),(2390,4455,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2391,4455,'boldgrid_hide_page_title','1'),(2392,4456,'_edit_lock','1554773798:2'),(2393,4456,'_edit_last','2'),(2394,4456,'team_name','Kingston HL Novice 1'),(2395,4456,'team_short_name','KN1'),(2396,4456,'team_mascot',''),(2397,4456,'team_link',''),(2398,4456,'team_home_venue','-1'),(2399,4456,'team_logo',''),(2400,4456,'team_alt_logo',''),(2401,4456,'team_bkgd_color',''),(2402,4456,'team_text_color',''),(2403,4456,'team_accent_color_1',''),(2404,4456,'team_accent_color_2',''),(2405,4456,'team_school',''),(2406,4456,'team_sport',''),(2407,4456,'team_roster',''),(2408,4456,'team_season',''),(2409,4456,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2410,4456,'boldgrid_hide_page_title','1'),(2411,4457,'_edit_lock','1558922739:2'),(2412,4457,'_edit_last','2'),(2413,4457,'team_name','Kingston HL Bantam 1'),(2414,4457,'team_short_name','KB1'),(2415,4457,'team_mascot',''),(2416,4457,'team_link',''),(2417,4457,'team_home_venue','-1'),(2418,4457,'team_logo',''),(2419,4457,'team_alt_logo',''),(2420,4457,'team_bkgd_color',''),(2421,4457,'team_text_color',''),(2422,4457,'team_accent_color_1',''),(2423,4457,'team_accent_color_2',''),(2424,4457,'team_school',''),(2425,4457,'team_sport',''),(2426,4457,'team_roster',''),(2427,4457,'team_season',''),(2428,4457,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2429,4457,'boldgrid_hide_page_title','1'),(2430,4458,'_edit_lock','1554773893:2'),(2431,4458,'_edit_last','2'),(2432,4458,'team_name','Kingston HL Midget 1'),(2433,4458,'team_short_name','KM1'),(2434,4458,'team_mascot',''),(2435,4458,'team_link',''),(2436,4458,'team_home_venue','-1'),(2437,4458,'team_logo',''),(2438,4458,'team_alt_logo',''),(2439,4458,'team_bkgd_color',''),(2440,4458,'team_text_color',''),(2441,4458,'team_accent_color_1',''),(2442,4458,'team_accent_color_2',''),(2443,4458,'team_school',''),(2444,4458,'team_sport',''),(2445,4458,'team_roster',''),(2446,4458,'team_season',''),(2447,4458,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2448,4458,'boldgrid_hide_page_title','1'),(2449,4459,'_edit_lock','1554773935:2'),(2450,4459,'_edit_last','2'),(2451,4459,'team_name','Tyendinaga HL Tyke 1'),(2452,4459,'team_short_name','TT1'),(2453,4459,'team_mascot',''),(2454,4459,'team_link',''),(2455,4459,'team_home_venue','deseronto-community-recreation-centre'),(2456,4459,'team_logo',''),(2457,4459,'team_alt_logo',''),(2458,4459,'team_bkgd_color',''),(2459,4459,'team_text_color',''),(2460,4459,'team_accent_color_1',''),(2461,4459,'team_accent_color_2',''),(2462,4459,'team_school',''),(2463,4459,'team_sport',''),(2464,4459,'team_roster',''),(2465,4459,'team_season',''),(2466,4459,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2467,4459,'boldgrid_hide_page_title','1'),(2468,4460,'_edit_lock','1554773992:2'),(2469,4460,'_edit_last','2'),(2470,4460,'team_name','Tyendinaga HL Novice 1'),(2471,4460,'team_short_name','TN1'),(2472,4460,'team_mascot',''),(2473,4460,'team_link',''),(2474,4460,'team_home_venue','deseronto-community-recreation-centre'),(2475,4460,'team_logo',''),(2476,4460,'team_alt_logo',''),(2477,4460,'team_bkgd_color',''),(2478,4460,'team_text_color',''),(2479,4460,'team_accent_color_1',''),(2480,4460,'team_accent_color_2',''),(2481,4460,'team_school',''),(2482,4460,'team_sport',''),(2483,4460,'team_roster',''),(2484,4460,'team_season',''),(2485,4460,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2486,4460,'boldgrid_hide_page_title','1'),(2487,4461,'_edit_lock','1554774045:2'),(2488,4461,'_edit_last','2'),(2489,4461,'team_name','Tyendinaga HL Peewee 1'),(2490,4461,'team_short_name','TP1'),(2491,4461,'team_mascot',''),(2492,4461,'team_link',''),(2493,4461,'team_home_venue','deseronto-community-recreation-centre'),(2494,4461,'team_logo',''),(2495,4461,'team_alt_logo',''),(2496,4461,'team_bkgd_color',''),(2497,4461,'team_text_color',''),(2498,4461,'team_accent_color_1',''),(2499,4461,'team_accent_color_2',''),(2500,4461,'team_school',''),(2501,4461,'team_sport',''),(2502,4461,'team_roster',''),(2503,4461,'team_season',''),(2504,4461,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2505,4461,'boldgrid_hide_page_title','1'),(2506,4462,'_edit_lock','1554774086:2'),(2507,4462,'_edit_last','2'),(2508,4462,'team_name','Tyendinaga HL Bantam 1'),(2509,4462,'team_short_name','TB1'),(2510,4462,'team_mascot',''),(2511,4462,'team_link',''),(2512,4462,'team_home_venue','deseronto-community-recreation-centre'),(2513,4462,'team_logo',''),(2514,4462,'team_alt_logo',''),(2515,4462,'team_bkgd_color',''),(2516,4462,'team_text_color',''),(2517,4462,'team_accent_color_1',''),(2518,4462,'team_accent_color_2',''),(2519,4462,'team_school',''),(2520,4462,'team_sport',''),(2521,4462,'team_roster',''),(2522,4462,'team_season',''),(2523,4462,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2524,4462,'boldgrid_hide_page_title','1'),(2525,4463,'game_unix_dtg','1556733600'),(2526,4463,'game_is_tba','0'),(2527,4463,'game_name','Novice Interlock'),(2528,4463,'game_home_team','northumberland-hl-novice-1'),(2529,4463,'game_away_team','quinte-hl-novice-1'),(2530,4463,'game_location','king-edward-park-arena'),(2531,4463,'game_nonleague','0'),(2532,4463,'game_is_conference','0'),(2533,4463,'game_is_division','0'),(2534,4463,'game_league','quinte-bayhawks-house-league-novice-division'),(2535,4463,'game_season','2019'),(2536,4464,'game_unix_dtg','1556463600'),(2537,4464,'game_is_tba','0'),(2538,4464,'game_name','Novice HL'),(2539,4464,'game_home_team','quinte-hl-novice-1'),(2540,4464,'game_away_team','quinte-hl-novice-2'),(2541,4464,'game_location','qswc-mackay'),(2542,4464,'game_nonleague','0'),(2543,4464,'game_is_conference','0'),(2544,4464,'game_is_division','0'),(2545,4464,'game_league','quinte-bayhawks-house-league-novice-division'),(2546,4464,'game_season','2019'),(6215,4576,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(6214,4576,'game_status_append',''),(6213,4576,'game_status_replace',''),(6212,4576,'game_is_ppd','0'),(2558,4466,'game_unix_dtg','1557943200'),(2559,4466,'game_is_tba','0'),(2560,4466,'game_name','Novice Interlock'),(2561,4466,'game_home_team','northumberland-hl-novice-1'),(2562,4466,'game_away_team','quinte-hl-novice-2'),(2563,4466,'game_location','king-edward-park-arena'),(2564,4466,'game_nonleague','0'),(2565,4466,'game_is_conference','0'),(2566,4466,'game_is_division','0'),(2567,4466,'game_league','quinte-bayhawks-house-league-novice-division'),(2568,4466,'game_season','2019'),(2569,4467,'game_unix_dtg','1556301600'),(2570,4467,'game_is_tba','0'),(2571,4467,'game_name','Peewee HL'),(2572,4467,'game_home_team','4435'),(2573,4467,'game_away_team','4436'),(2574,4467,'game_location','qswc-mackay'),(2575,4467,'game_nonleague','0'),(2576,4467,'game_is_conference','0'),(2577,4467,'game_is_division','0'),(2578,4467,'game_league','quinte-bayhawks-house-league-peewee-division'),(2579,4467,'game_season','2019'),(6220,4525,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(6219,4525,'game_status_append',''),(6218,4525,'game_status_replace',''),(6207,4576,'game_away_score',''),(6206,4576,'game_home_score',''),(6205,4576,'game_media_link',''),(6204,4576,'game_media',''),(6203,4576,'_edit_last','2'),(6202,4576,'_edit_lock','1558920061:2'),(2602,4470,'game_unix_dtg','1557946800'),(2603,4470,'game_is_tba','0'),(2604,4470,'game_name','Peewee Interlock'),(2605,4470,'game_home_team','northumberland-hl-peewee-1'),(2606,4470,'game_away_team','4436'),(2607,4470,'game_location','king-edward-park-arena'),(2608,4470,'game_nonleague','0'),(2609,4470,'game_is_conference','0'),(2610,4470,'game_is_division','0'),(2611,4470,'game_league','quinte-bayhawks-house-league-peewee-division'),(2612,4470,'game_season','2019'),(6491,4929,'_wp_attached_file','2019/10/tyler-seguin.png'),(6492,4929,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:349;s:4:\"file\";s:24:\"2019/10/tyler-seguin.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"tyler-seguin-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"tyler-seguin-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6112,4648,'_edit_last','2'),(6113,4648,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(6111,4648,'_edit_lock','1557434229:2'),(6560,4945,'boldgrid_hide_page_title','0'),(6559,4945,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:0:\"\";s:22:\"font_awesome_icon_size\";s:0:\"\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(6558,4945,'_wp_page_template','default'),(6557,4945,'_edit_last','2'),(6540,4942,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6539,4942,'_menu_item_target',''),(6538,4942,'_menu_item_object','custom'),(6537,4942,'_menu_item_object_id','4942'),(6530,4939,'_menu_item_xfn',''),(6531,4939,'_menu_item_url',''),(6535,4942,'_menu_item_type','custom'),(6536,4942,'_menu_item_menu_item_parent','0'),(6529,4939,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6528,4939,'_menu_item_target',''),(6527,4939,'_menu_item_object','page'),(2714,4502,'game_season','2019'),(2715,4503,'game_unix_dtg','1558879200'),(2716,4503,'game_is_tba','0'),(2717,4503,'game_name','Tyke Interlock'),(2718,4503,'game_home_team','northumberland-hl-tyke-4'),(2719,4503,'game_away_team','2992'),(2720,4503,'game_location','king-edward-park-arena'),(2721,4503,'game_nonleague','0'),(2722,4503,'game_is_conference','0'),(2723,4503,'game_is_division','0'),(2724,4503,'game_league','quinte-bayhawks-house-league-tyke-division'),(2725,4503,'game_season','2019'),(2726,4504,'game_unix_dtg','1559241000'),(2727,4504,'game_is_tba','0'),(2728,4504,'game_name','Tyke Interlock'),(2729,4504,'game_home_team','kingston-hl-tyke-1'),(2730,4504,'game_away_team','2992'),(2731,4504,'game_location','w-j-henderson-recreation-center'),(2732,4504,'game_nonleague','0'),(2733,4504,'game_is_conference','0'),(2734,4504,'game_is_division','0'),(2735,4504,'game_league','quinte-bayhawks-house-league-tyke-division'),(2736,4504,'game_season','2019'),(2737,4505,'game_unix_dtg','1559484000'),(2738,4505,'game_is_tba','0'),(2739,4505,'game_name','Tyke Interlock'),(2740,4505,'game_home_team','2992'),(2741,4505,'game_away_team','tyendinaga-hl-tyke-1'),(2742,4505,'game_location','qswc-mackay'),(2743,4505,'game_nonleague','0'),(2744,4505,'game_is_conference','0'),(2745,4505,'game_is_division','0'),(2746,4505,'game_league','quinte-bayhawks-house-league-tyke-division'),(2747,4505,'game_season','2019'),(2748,4506,'game_unix_dtg','1559991600'),(2749,4506,'game_is_tba','0'),(2750,4506,'game_name','Tyke Interlock'),(2751,4506,'game_home_team','tyendinaga-hl-tyke-1'),(2752,4506,'game_away_team','2992'),(2753,4506,'game_location','deseronto-community-recreation-centre'),(2754,4506,'game_nonleague','0'),(2755,4506,'game_is_conference','0'),(2756,4506,'game_is_division','0'),(2757,4506,'game_league','quinte-bayhawks-house-league-tyke-division'),(2758,4506,'game_season','2019'),(2759,4507,'game_unix_dtg','1560088800'),(2760,4507,'game_is_tba','0'),(2761,4507,'game_name','Tyke Interlock'),(2762,4507,'game_home_team','2992'),(2763,4507,'game_away_team','kingston-hl-tyke-1'),(2764,4507,'game_location','qswc-mackay'),(2765,4507,'game_nonleague','0'),(2766,4507,'game_is_conference','0'),(2767,4507,'game_is_division','0'),(2768,4507,'game_league','quinte-bayhawks-house-league-tyke-division'),(2769,4507,'game_season','2019'),(2770,4508,'game_unix_dtg','1560596400'),(2771,4508,'game_is_tba','0'),(2772,4508,'game_name','Tyke Interlock'),(2773,4508,'game_home_team','2992'),(2774,4508,'game_away_team','tyendinaga-hl-tyke-1'),(2775,4508,'game_location','qswc-mackay'),(2776,4508,'game_nonleague','0'),(2777,4508,'game_is_conference','0'),(2778,4508,'game_is_division','0'),(2779,4508,'game_league','quinte-bayhawks-house-league-tyke-division'),(2780,4508,'game_season','2019'),(2781,4509,'game_unix_dtg','1560790800'),(2782,4509,'game_is_tba','0'),(2783,4509,'game_name','Tyke Interlock'),(2784,4509,'game_home_team','tyendinaga-hl-tyke-1'),(2785,4509,'game_away_team','2992'),(2786,4509,'game_location','-1'),(2787,4509,'game_nonleague','0'),(2788,4509,'game_is_conference','0'),(2789,4509,'game_is_division','0'),(2790,4509,'game_league','quinte-bayhawks-house-league-tyke-division'),(2791,4509,'game_season','2019'),(6210,4576,'game_is_final','0'),(6211,4576,'game_is_open','0'),(2795,4510,'game_unix_dtg','1557673200'),(2796,4510,'game_is_tba','0'),(2797,4510,'game_name','Novice Interlock'),(2798,4510,'game_home_team','quinte-hl-novice-1'),(2799,4510,'game_away_team','northumberland-hl-novice-1'),(2800,4510,'game_location','king-edward-park-arena'),(2801,4510,'game_nonleague','0'),(2802,4510,'game_is_conference','0'),(2803,4510,'game_is_division','0'),(2804,4510,'game_league','quinte-bayhawks-house-league-novice-division'),(2805,4510,'game_season','2019'),(2806,4511,'game_unix_dtg','1558882800'),(2807,4511,'game_is_tba','0'),(2808,4511,'game_name','Novice Interlock'),(2809,4511,'game_home_team','quinte-hl-novice-2'),(2810,4511,'game_away_team','northumberland-hl-novice-1'),(2811,4511,'game_location','king-edward-park-arena'),(2812,4511,'game_nonleague','0'),(2813,4511,'game_is_conference','0'),(2814,4511,'game_is_division','0'),(2815,4511,'game_league','quinte-bayhawks-house-league-novice-division'),(2816,4511,'game_season','2019'),(2817,4512,'game_unix_dtg','1559152800'),(2818,4512,'game_is_tba','0'),(2819,4512,'game_name','Novice Interlock'),(2820,4512,'game_home_team','northumberland-hl-novice-1'),(2821,4512,'game_away_team','quinte-hl-novice-1'),(2822,4512,'game_location','king-edward-park-arena'),(2823,4512,'game_nonleague','0'),(2824,4512,'game_is_conference','0'),(2825,4512,'game_is_division','0'),(2826,4512,'game_league','quinte-bayhawks-house-league-novice-division'),(2827,4512,'game_season','2019'),(2828,4513,'game_unix_dtg','1559487600'),(2829,4513,'game_is_tba','0'),(2830,4513,'game_name','Novice Interlock'),(2831,4513,'game_home_team','quinte-hl-novice-2'),(2832,4513,'game_away_team','tyendinaga-hl-novice-1'),(2833,4513,'game_location','qswc-mackay'),(2834,4513,'game_nonleague','0'),(2835,4513,'game_is_conference','0'),(2836,4513,'game_is_division','0'),(2837,4513,'game_league','quinte-bayhawks-house-league-novice-division'),(2838,4513,'game_season','2019'),(2839,4514,'game_unix_dtg','1559584800'),(2840,4514,'game_is_tba','0'),(2841,4514,'game_name','Novice Interlock'),(2842,4514,'game_home_team','tyendinaga-hl-novice-1'),(2843,4514,'game_away_team','quinte-hl-novice-1'),(2844,4514,'game_location','deseronto-community-recreation-centre'),(2845,4514,'game_nonleague','0'),(2846,4514,'game_is_conference','0'),(2847,4514,'game_is_division','0'),(2848,4514,'game_league','quinte-bayhawks-house-league-novice-division'),(2849,4514,'game_season','2019'),(2850,4515,'game_unix_dtg','1559845800'),(2851,4515,'game_is_tba','0'),(2852,4515,'game_name','Novice Interlock'),(2853,4515,'game_home_team','kingston-hl-novice-1'),(2854,4515,'game_away_team','quinte-hl-novice-2'),(2855,4515,'game_location','w-j-henderson-recreation-center'),(2856,4515,'game_nonleague','0'),(2857,4515,'game_is_conference','0'),(2858,4515,'game_is_division','0'),(2859,4515,'game_league','quinte-bayhawks-house-league-novice-division'),(2860,4515,'game_season','2019'),(2861,4516,'game_unix_dtg','1560092400'),(2862,4516,'game_is_tba','0'),(2863,4516,'game_name','Novice Interlock'),(2864,4516,'game_home_team','quinte-hl-novice-1'),(2865,4516,'game_away_team','kingston-hl-novice-1'),(2866,4516,'game_location','qswc-mackay'),(2867,4516,'game_nonleague','0'),(2868,4516,'game_is_conference','0'),(2869,4516,'game_is_division','0'),(2870,4516,'game_league','quinte-bayhawks-house-league-novice-division'),(2871,4516,'game_season','2019'),(2872,4517,'game_unix_dtg','1560362400'),(2873,4517,'game_is_tba','0'),(2874,4517,'game_name','Novice Interlock'),(2875,4517,'game_home_team','northumberland-hl-novice-1'),(2876,4517,'game_away_team','quinte-hl-novice-2'),(2877,4517,'game_location','king-edward-park-arena'),(2878,4517,'game_nonleague','0'),(2879,4517,'game_is_conference','0'),(2880,4517,'game_is_division','0'),(2881,4517,'game_league','quinte-bayhawks-house-league-novice-division'),(2882,4517,'game_season','2019'),(2883,4518,'game_unix_dtg','1560600000'),(2884,4518,'game_is_tba','0'),(2885,4518,'game_name','Novice HL'),(2886,4518,'game_home_team','quinte-hl-novice-1'),(2887,4518,'game_away_team','quinte-hl-novice-2'),(2888,4518,'game_location','qswc-mackay'),(2889,4518,'game_nonleague','0'),(2890,4518,'game_is_conference','0'),(2891,4518,'game_is_division','0'),(2892,4518,'game_league','quinte-bayhawks-house-league-novice-division'),(2893,4518,'game_season','2019'),(2894,4519,'game_unix_dtg','1561055400'),(2895,4519,'game_is_tba','0'),(2896,4519,'game_name','Novice Interlock'),(2897,4519,'game_home_team','kingston-hl-novice-1'),(2898,4519,'game_away_team','quinte-hl-novice-1'),(2899,4519,'game_location','w-j-henderson-recreation-center'),(2900,4519,'game_nonleague','0'),(2901,4519,'game_is_conference','0'),(2902,4519,'game_is_division','0'),(2903,4519,'game_league','quinte-bayhawks-house-league-novice-division'),(2904,4519,'game_season','2019'),(2905,4466,'_edit_lock','1555475257:2'),(2906,4466,'_edit_last','2'),(2907,4466,'game_media',''),(2908,4466,'game_media_link',''),(2909,4466,'game_home_score',''),(2910,4466,'game_away_score',''),(2911,4466,'game_time_remaining',''),(2912,4466,'game_period',''),(2913,4466,'game_is_final','0'),(2914,4466,'game_is_open','0'),(2915,4466,'game_is_ppd','0'),(2916,4466,'game_status_replace',''),(2917,4466,'game_status_append',''),(2918,4466,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(2919,4518,'_edit_lock','1558921698:2'),(2920,4518,'_edit_last','2'),(2921,4518,'game_media',''),(2922,4518,'game_media_link',''),(2923,4518,'game_home_score',''),(2924,4518,'game_away_score',''),(2925,4518,'game_time_remaining',''),(2926,4518,'game_period',''),(2927,4518,'game_is_final','0'),(2928,4518,'game_is_open','0'),(2929,4518,'game_is_ppd','0'),(2930,4518,'game_status_replace',''),(2931,4518,'game_status_append',''),(2932,4518,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(6209,4576,'game_period',''),(6208,4576,'game_time_remaining',''),(2936,4520,'game_unix_dtg','1556737200'),(2937,4520,'game_is_tba','0'),(2938,4520,'game_name','Peewee Interlock'),(2939,4520,'game_home_team','northumberland-hl-peewee-1'),(2940,4520,'game_away_team','4435'),(2941,4520,'game_location','king-edward-park-arena'),(2942,4520,'game_nonleague','0'),(2943,4520,'game_is_conference','0'),(2944,4520,'game_is_division','0'),(2945,4520,'game_league','quinte-bayhawks-house-league-peewee-division'),(2946,4520,'game_season','2019'),(2947,4521,'game_unix_dtg','1557511200'),(2948,4521,'game_is_tba','0'),(2949,4521,'game_name','Peewee HL'),(2950,4521,'game_home_team','4435'),(2951,4521,'game_away_team','4436'),(2952,4521,'game_location','qswc-mackay'),(2953,4521,'game_nonleague','0'),(2954,4521,'game_is_conference','0'),(2955,4521,'game_is_division','0'),(2956,4521,'game_league','quinte-bayhawks-house-league-peewee-division'),(2957,4521,'game_season','2019'),(2958,4522,'game_unix_dtg','1558720800'),(2959,4522,'game_is_tba','0'),(2960,4522,'game_name','Peewee HL'),(2961,4522,'game_home_team','4436'),(2962,4522,'game_away_team','4435'),(2963,4522,'game_location','qswc-mackay'),(2964,4522,'game_nonleague','0'),(2965,4522,'game_is_conference','0'),(2966,4522,'game_is_division','0'),(2967,4522,'game_league','quinte-bayhawks-house-league-peewee-division'),(2968,4522,'game_season','2019'),(2969,4523,'game_unix_dtg','1559156400'),(2970,4523,'game_is_tba','0'),(2971,4523,'game_name','Peewee Interlock'),(2972,4523,'game_home_team','4435'),(2973,4523,'game_away_team','northumberland-hl-peewee-1'),(2974,4523,'game_location','king-edward-park-arena'),(2975,4523,'game_nonleague','0'),(2976,4523,'game_is_conference','0'),(2977,4523,'game_is_division','0'),(2978,4523,'game_league','quinte-bayhawks-house-league-peewee-division'),(2979,4523,'game_season','2019'),(2980,4524,'game_unix_dtg','1559491200'),(2981,4524,'game_is_tba','0'),(2982,4524,'game_name','Peewee Interlock'),(2983,4524,'game_home_team','4435'),(2984,4524,'game_away_team','tyendinaga-hl-peewee-1'),(2985,4524,'game_location','qswc-mackay'),(2986,4524,'game_nonleague','0'),(2987,4524,'game_is_conference','0'),(2988,4524,'game_is_division','0'),(2989,4524,'game_league','quinte-bayhawks-house-league-peewee-division'),(2990,4524,'game_season','2019'),(2991,4525,'game_unix_dtg','1559592000'),(2992,4525,'game_is_tba','0'),(2993,4525,'game_name','Peewee Interlock'),(2994,4525,'game_home_team','tyendinaga-hl-peewee-1'),(2995,4525,'game_away_team','4436'),(2996,4525,'game_location','deseronto-community-recreation-centre'),(2997,4525,'game_nonleague','0'),(2998,4525,'game_is_conference','0'),(2999,4525,'game_is_division','0'),(3000,4525,'game_league','quinte-bayhawks-house-league-peewee-division'),(3001,4525,'game_season','2019'),(3002,4526,'game_unix_dtg','1560366000'),(3003,4526,'game_is_tba','0'),(3004,4526,'game_name','Peewee Interlock'),(3005,4526,'game_home_team','4436'),(3006,4526,'game_away_team','northumberland-hl-peewee-1'),(3007,4526,'game_location','king-edward-park-arena'),(3008,4526,'game_nonleague','0'),(3009,4526,'game_is_conference','0'),(3010,4526,'game_is_division','0'),(3011,4526,'game_league','quinte-bayhawks-house-league-peewee-division'),(3012,4526,'game_season','2019'),(3013,4527,'game_unix_dtg','1560603600'),(3014,4527,'game_is_tba','0'),(3015,4527,'game_name','Peewee HL'),(3016,4527,'game_home_team','4435'),(3017,4527,'game_away_team','4436'),(3018,4527,'game_location','qswc-mackay'),(3019,4527,'game_nonleague','0'),(3020,4527,'game_is_conference','0'),(3021,4527,'game_is_division','0'),(3022,4527,'game_league','quinte-bayhawks-house-league-peewee-division'),(3023,4527,'game_season','2019'),(6524,4939,'_menu_item_type','post_type'),(6517,4936,'boldgrid_hide_page_title','0'),(6518,4936,'boldgrid_in_page_containers','1'),(6519,4936,'bgseo_robots_index','index'),(6520,4936,'bgseo_robots_follow','follow'),(6521,4936,'_dp_original','4083'),(6522,4936,'_edit_lock','1641318234:2'),(6523,4936,'_edit_last','2'),(3033,4533,'_edit_lock','1555525179:2'),(3034,4533,'_edit_last','2'),(3035,4533,'team_name','Quinte HL Bantam Interlock'),(3036,4533,'team_short_name','BANI'),(3037,4533,'team_mascot',''),(3038,4533,'team_link',''),(3039,4533,'team_home_venue','qswc-mackay'),(3040,4533,'team_logo',''),(3041,4533,'team_alt_logo',''),(3042,4533,'team_bkgd_color',''),(3043,4533,'team_text_color',''),(3044,4533,'team_accent_color_1',''),(3045,4533,'team_accent_color_2',''),(3046,4533,'team_school',''),(3047,4533,'team_sport',''),(3048,4533,'team_roster',''),(3049,4533,'team_season',''),(3050,4533,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(3051,4533,'boldgrid_hide_page_title','1'),(3052,4534,'_edit_lock','1555537127:2'),(3053,4534,'_edit_last','2'),(3054,4534,'team_name','Quinte HL Bantam 2'),(3055,4534,'team_short_name','BAN2'),(3056,4534,'team_mascot',''),(3057,4534,'team_link',''),(3058,4534,'team_home_venue','qswc-mackay'),(3059,4534,'team_logo',''),(3060,4534,'team_alt_logo',''),(3061,4534,'team_bkgd_color',''),(3062,4534,'team_text_color',''),(3063,4534,'team_accent_color_1',''),(3064,4534,'team_accent_color_2',''),(3065,4534,'team_school',''),(3066,4534,'team_sport',''),(3067,4534,'team_roster',''),(3068,4534,'team_season',''),(3069,4534,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(3070,4534,'boldgrid_hide_page_title','1'),(3071,4535,'game_unix_dtg','1556305200'),(3072,4535,'game_is_tba','0'),(3073,4535,'game_name','Bantam HL'),(3074,4535,'game_home_team','quinte-hl-bantam-1'),(3075,4535,'game_away_team','4534'),(3076,4535,'game_location','qswc-mackay'),(3077,4535,'game_nonleague','0'),(3078,4535,'game_is_conference','0'),(3079,4535,'game_is_division','0'),(3080,4535,'game_league','quinte-bayhawks-house-league-bantam-division'),(3081,4535,'game_season','2019'),(3082,4536,'game_unix_dtg','1556740800'),(3083,4536,'game_is_tba','0'),(3084,4536,'game_name','Bantam Interlock'),(3085,4536,'game_home_team','northumberland-hl-bantam-1'),(3086,4536,'game_away_team','4533'),(3087,4536,'game_location','king-edward-park-arena'),(3088,4536,'game_nonleague','0'),(3089,4536,'game_is_conference','0'),(3090,4536,'game_is_division','0'),(3091,4536,'game_league','quinte-bayhawks-house-league-bantam-division'),(3092,4536,'game_season','2019'),(3093,4537,'game_unix_dtg','1557514800'),(3094,4537,'game_is_tba','0'),(3095,4537,'game_name','Bantam HL'),(3096,4537,'game_home_team','4534'),(3097,4537,'game_away_team','quinte-hl-bantam-1'),(3098,4537,'game_location','qswc-mackay'),(3099,4537,'game_nonleague','0'),(3100,4537,'game_is_conference','0'),(3101,4537,'game_is_division','0'),(3102,4537,'game_league','quinte-bayhawks-house-league-bantam-division'),(3103,4537,'game_season','2019'),(3104,4538,'game_unix_dtg','1557950400'),(3105,4538,'game_is_tba','0'),(3106,4538,'game_name','Bantam Interlock'),(3107,4538,'game_home_team','4533'),(3108,4538,'game_away_team','northumberland-hl-bantam-1'),(3109,4538,'game_location','king-edward-park-arena'),(3110,4538,'game_nonleague','0'),(3111,4538,'game_is_conference','0'),(3112,4538,'game_is_division','0'),(3113,4538,'game_league','quinte-bayhawks-house-league-bantam-division'),(3114,4538,'game_season','2019'),(3115,4539,'game_unix_dtg','1558724400'),(3116,4539,'game_is_tba','0'),(3117,4539,'game_name','Bantam HL'),(3118,4539,'game_home_team','quinte-hl-bantam-1'),(3119,4539,'game_away_team','4534'),(3120,4539,'game_location','qswc-mackay'),(3121,4539,'game_nonleague','0'),(3122,4539,'game_is_conference','0'),(3123,4539,'game_is_division','0'),(3124,4539,'game_league','quinte-bayhawks-house-league-bantam-division'),(3125,4539,'game_season','2019'),(3137,4541,'game_unix_dtg','1559244600'),(3138,4541,'game_is_tba','0'),(3139,4541,'game_name','Bantam Interlock'),(3140,4541,'game_home_team','kingston-hl-bantam-1'),(3141,4541,'game_away_team','4533'),(3142,4541,'game_location','w-j-henderson-recreation-center'),(3143,4541,'game_nonleague','0'),(3144,4541,'game_is_conference','0'),(3145,4541,'game_is_division','0'),(3146,4541,'game_league','quinte-bayhawks-house-league-bantam-division'),(3147,4541,'game_season','2019'),(3148,4542,'game_unix_dtg','1559934000'),(3149,4542,'game_is_tba','0'),(3150,4542,'game_name','Bantam HL'),(3151,4542,'game_home_team','4533'),(3152,4542,'game_away_team','kingston-hl-bantam-1'),(3153,4542,'game_location','qswc-mackay'),(3154,4542,'game_nonleague','0'),(3155,4542,'game_is_conference','0'),(3156,4542,'game_is_division','0'),(3157,4542,'game_league','quinte-bayhawks-house-league-bantam-division'),(3158,4542,'game_season','2019'),(3159,4543,'game_unix_dtg','1560369600'),(3160,4543,'game_is_tba','0'),(3161,4543,'game_name','Bantam Interlock'),(3162,4543,'game_home_team','4533'),(3163,4543,'game_away_team','northumberland-hl-bantam-1'),(3164,4543,'game_location','king-edward-park-arena'),(3165,4543,'game_nonleague','0'),(3166,4543,'game_is_conference','0'),(3167,4543,'game_is_division','0'),(3168,4543,'game_league','quinte-bayhawks-house-league-bantam-division'),(3169,4543,'game_season','2019'),(3170,4544,'game_unix_dtg','1560607200'),(3171,4544,'game_is_tba','0'),(3172,4544,'game_name','Bantam HL'),(3173,4544,'game_home_team','quinte-hl-bantam-1'),(3174,4544,'game_away_team','4534'),(3175,4544,'game_location','qswc-mackay'),(3176,4544,'game_nonleague','0'),(3177,4544,'game_is_conference','0'),(3178,4544,'game_is_division','0'),(3179,4544,'game_league','quinte-bayhawks-house-league-bantam-division'),(3180,4544,'game_season','2019'),(3192,4508,'_edit_lock','1558921581:2'),(3193,4508,'_edit_last','2'),(3194,4508,'game_media',''),(3195,4508,'game_media_link',''),(3196,4508,'game_home_score',''),(3197,4508,'game_away_score',''),(3198,4508,'game_time_remaining',''),(3199,4508,'game_period',''),(3200,4508,'game_is_final','0'),(3201,4508,'game_is_open','0'),(3202,4508,'game_is_ppd','0'),(3203,4508,'game_status_replace',''),(3204,4508,'game_status_append',''),(3205,4508,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(3216,4570,'_edit_lock','1555607255:2'),(3217,4570,'_edit_last','2'),(3218,4570,'team_name','Quinte HL Midget 2'),(3219,4570,'team_short_name','MID2'),(3220,4570,'team_mascot',''),(3221,4570,'team_link',''),(3222,4570,'team_home_venue','qswc-mackay'),(3223,4570,'team_logo',''),(3224,4570,'team_alt_logo',''),(3225,4570,'team_bkgd_color',''),(3226,4570,'team_text_color',''),(3227,4570,'team_accent_color_1',''),(3228,4570,'team_accent_color_2',''),(3229,4570,'team_school',''),(3230,4570,'team_sport',''),(3231,4570,'team_roster',''),(3232,4570,'team_season',''),(3233,4570,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(3234,4570,'boldgrid_hide_page_title','1'),(3235,4571,'_edit_lock','1555545914:2'),(3236,4571,'_edit_last','2'),(3237,4571,'team_name','Quinte HL Midget Interlock'),(3238,4571,'team_short_name','MIDI'),(3239,4571,'team_mascot',''),(3240,4571,'team_link',''),(3241,4571,'team_home_venue','qswc-mackay'),(3242,4571,'team_logo',''),(3243,4571,'team_alt_logo',''),(3244,4571,'team_bkgd_color',''),(3245,4571,'team_text_color',''),(3246,4571,'team_accent_color_1',''),(3247,4571,'team_accent_color_2',''),(3248,4571,'team_school',''),(3249,4571,'team_sport',''),(3250,4571,'team_roster',''),(3251,4571,'team_season',''),(3252,4571,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(3253,4571,'boldgrid_hide_page_title','1'),(3254,4572,'game_unix_dtg','1556305200'),(3255,4572,'game_is_tba','0'),(3256,4572,'game_name','Midget HL'),(3257,4572,'game_home_team','quinte-hl-midget-1'),(3258,4572,'game_away_team','quinte-hl-midget-2'),(3259,4572,'game_location','qswc-mackay'),(3260,4572,'game_nonleague','0'),(3261,4572,'game_is_conference','0'),(3262,4572,'game_is_division','0'),(3263,4572,'game_league','quinte-bayhawks-house-league-midget-division'),(3264,4572,'game_season','2019'),(3265,4573,'game_unix_dtg','1557514800'),(3266,4573,'game_is_tba','0'),(3267,4573,'game_name','Midget HL'),(3268,4573,'game_home_team','quinte-hl-midget-2'),(3269,4573,'game_away_team','quinte-hl-midget-1'),(3270,4573,'game_location','qswc-mackay'),(3271,4573,'game_nonleague','0'),(3272,4573,'game_is_conference','0'),(3273,4573,'game_is_division','0'),(3274,4573,'game_league','quinte-bayhawks-house-league-midget-division'),(3275,4573,'game_season','2019'),(3276,4574,'game_unix_dtg','1558724400'),(3277,4574,'game_is_tba','0'),(3278,4574,'game_name','Midget HL'),(3279,4574,'game_home_team','quinte-hl-midget-1'),(3280,4574,'game_away_team','quinte-hl-midget-2'),(3281,4574,'game_location','qswc-mackay'),(3282,4574,'game_nonleague','0'),(3283,4574,'game_is_conference','0'),(3284,4574,'game_is_division','0'),(3285,4574,'game_league','quinte-bayhawks-house-league-midget-division'),(3286,4574,'game_season','2019'),(3287,4575,'game_unix_dtg','1559248200'),(3288,4575,'game_is_tba','0'),(3289,4575,'game_name','Midget Interlock'),(3290,4575,'game_home_team','kingston-hl-midget-1'),(3291,4575,'game_away_team','quinte-hl-midget-interlock'),(3292,4575,'game_location','w-j-henderson-recreation-center'),(3293,4575,'game_nonleague','0'),(3294,4575,'game_is_conference','0'),(3295,4575,'game_is_division','0'),(3296,4575,'game_league','quinte-bayhawks-house-league-midget-division'),(3297,4575,'game_season','2019'),(3298,4576,'game_unix_dtg','1559937600'),(3299,4576,'game_is_tba','0'),(3300,4576,'game_name','Midget Interlock'),(3301,4576,'game_home_team','quinte-hl-midget-interlock'),(3302,4576,'game_away_team','kingston-hl-midget-1'),(3303,4576,'game_location','qswc-mackay'),(3304,4576,'game_nonleague','0'),(3305,4576,'game_is_conference','0'),(3306,4576,'game_is_division','0'),(3307,4576,'game_league','quinte-bayhawks-house-league-midget-division'),(3308,4576,'game_season','2019'),(3309,4577,'game_unix_dtg','1560607200'),(3310,4577,'game_is_tba','0'),(3311,4577,'game_name','Midget HL'),(3312,4577,'game_home_team','quinte-hl-midget-1'),(3313,4577,'game_away_team','quinte-hl-midget-2'),(3314,4577,'game_location','qswc-mackay'),(3315,4577,'game_nonleague','0'),(3316,4577,'game_is_conference','0'),(3317,4577,'game_is_division','0'),(3318,4577,'game_league','quinte-bayhawks-house-league-midget-division'),(3319,4577,'game_season','2019'),(3343,4596,'player_first_name','Everett'),(3344,4596,'player_last_name','B.'),(3345,4596,'player_number',''),(3346,4596,'player_position',''),(3347,4596,'player_height',''),(3348,4596,'player_weight',''),(3349,4596,'player_year',''),(3350,4596,'player_experience',''),(3351,4596,'player_age',''),(3352,4596,'player_last_school',''),(3353,4596,'player_home_town',''),(3354,4596,'player_country',''),(3355,4596,'player_bats','0'),(3356,4596,'player_throws','0'),(3357,4596,'player_other',''),(3358,4597,'player_first_name','Kallan'),(3359,4597,'player_last_name','B.'),(3360,4597,'player_number',''),(3361,4597,'player_position',''),(3362,4597,'player_height',''),(3363,4597,'player_weight',''),(3364,4597,'player_year',''),(3365,4597,'player_experience',''),(3366,4597,'player_age',''),(3367,4597,'player_last_school',''),(3368,4597,'player_home_town',''),(3369,4597,'player_country',''),(3370,4597,'player_bats','0'),(3371,4597,'player_throws','0'),(3372,4597,'player_other',''),(3373,4598,'player_first_name','Elliot'),(3374,4598,'player_last_name','B.'),(3375,4598,'player_number',''),(3376,4598,'player_position',''),(3377,4598,'player_height',''),(3378,4598,'player_weight',''),(3379,4598,'player_year',''),(3380,4598,'player_experience',''),(3381,4598,'player_age',''),(3382,4598,'player_last_school',''),(3383,4598,'player_home_town',''),(3384,4598,'player_country',''),(3385,4598,'player_bats','0'),(3386,4598,'player_throws','0'),(3387,4598,'player_other',''),(3388,4599,'player_first_name','Lucas'),(3389,4599,'player_last_name','D.'),(3390,4599,'player_number',''),(3391,4599,'player_position',''),(3392,4599,'player_height',''),(3393,4599,'player_weight',''),(3394,4599,'player_year',''),(3395,4599,'player_experience',''),(3396,4599,'player_age',''),(3397,4599,'player_last_school',''),(3398,4599,'player_home_town',''),(3399,4599,'player_country',''),(3400,4599,'player_bats','0'),(3401,4599,'player_throws','0'),(3402,4599,'player_other',''),(3403,4600,'player_first_name','Cormac'),(3404,4600,'player_last_name','B.'),(3405,4600,'player_number',''),(3406,4600,'player_position',''),(3407,4600,'player_height',''),(3408,4600,'player_weight',''),(3409,4600,'player_year',''),(3410,4600,'player_experience',''),(3411,4600,'player_age',''),(3412,4600,'player_last_school',''),(3413,4600,'player_home_town',''),(3414,4600,'player_country',''),(3415,4600,'player_bats','0'),(3416,4600,'player_throws','0'),(3417,4600,'player_other',''),(3418,4601,'player_first_name','James'),(3419,4601,'player_last_name','M.'),(3420,4601,'player_number',''),(3421,4601,'player_position',''),(3422,4601,'player_height',''),(3423,4601,'player_weight',''),(3424,4601,'player_year',''),(3425,4601,'player_experience',''),(3426,4601,'player_age',''),(3427,4601,'player_last_school',''),(3428,4601,'player_home_town',''),(3429,4601,'player_country',''),(3430,4601,'player_bats','0'),(3431,4601,'player_throws','0'),(3432,4601,'player_other',''),(3433,4602,'player_first_name','Ryker'),(3434,4602,'player_last_name','I.'),(3435,4602,'player_number',''),(3436,4602,'player_position',''),(3437,4602,'player_height',''),(3438,4602,'player_weight',''),(3439,4602,'player_year',''),(3440,4602,'player_experience',''),(3441,4602,'player_age',''),(3442,4602,'player_last_school',''),(3443,4602,'player_home_town',''),(3444,4602,'player_country',''),(3445,4602,'player_bats','0'),(3446,4602,'player_throws','0'),(3447,4602,'player_other',''),(3448,4603,'player_first_name','Max'),(3449,4603,'player_last_name','B.'),(3450,4603,'player_number',''),(3451,4603,'player_position',''),(3452,4603,'player_height',''),(3453,4603,'player_weight',''),(3454,4603,'player_year',''),(3455,4603,'player_experience',''),(3456,4603,'player_age',''),(3457,4603,'player_last_school',''),(3458,4603,'player_home_town',''),(3459,4603,'player_country',''),(3460,4603,'player_bats','0'),(3461,4603,'player_throws','0'),(3462,4603,'player_other',''),(3463,4604,'player_first_name','Evan'),(3464,4604,'player_last_name','M.'),(3465,4604,'player_number',''),(3466,4604,'player_position',''),(3467,4604,'player_height',''),(3468,4604,'player_weight',''),(3469,4604,'player_year',''),(3470,4604,'player_experience',''),(3471,4604,'player_age',''),(3472,4604,'player_last_school',''),(3473,4604,'player_home_town',''),(3474,4604,'player_country',''),(3475,4604,'player_bats','0'),(3476,4604,'player_throws','0'),(3477,4604,'player_other',''),(3478,4605,'player_first_name','Braiden'),(3479,4605,'player_last_name','W.'),(3480,4605,'player_number',''),(3481,4605,'player_position',''),(3482,4605,'player_height',''),(3483,4605,'player_weight',''),(3484,4605,'player_year',''),(3485,4605,'player_experience',''),(3486,4605,'player_age',''),(3487,4605,'player_last_school',''),(3488,4605,'player_home_town',''),(3489,4605,'player_country',''),(3490,4605,'player_bats','0'),(3491,4605,'player_throws','0'),(3492,4605,'player_other',''),(3493,4606,'player_first_name','Anthony'),(3494,4606,'player_last_name','I.'),(3495,4606,'player_number',''),(3496,4606,'player_position',''),(3497,4606,'player_height',''),(3498,4606,'player_weight',''),(3499,4606,'player_year',''),(3500,4606,'player_experience',''),(3501,4606,'player_age',''),(3502,4606,'player_last_school',''),(3503,4606,'player_home_town',''),(3504,4606,'player_country',''),(3505,4606,'player_bats','0'),(3506,4606,'player_throws','0'),(3507,4606,'player_other',''),(3508,4607,'player_first_name','Mackenzie'),(3509,4607,'player_last_name','W.'),(3510,4607,'player_number',''),(3511,4607,'player_position',''),(3512,4607,'player_height',''),(3513,4607,'player_weight',''),(3514,4607,'player_year',''),(3515,4607,'player_experience',''),(3516,4607,'player_age',''),(3517,4607,'player_last_school',''),(3518,4607,'player_home_town',''),(3519,4607,'player_country',''),(3520,4607,'player_bats','0'),(3521,4607,'player_throws','0'),(3522,4607,'player_other',''),(3523,4608,'player_first_name','Jaiden'),(3524,4608,'player_last_name','T.'),(3525,4608,'player_number',''),(3526,4608,'player_position',''),(3527,4608,'player_height',''),(3528,4608,'player_weight',''),(3529,4608,'player_year',''),(3530,4608,'player_experience',''),(3531,4608,'player_age',''),(3532,4608,'player_last_school',''),(3533,4608,'player_home_town',''),(3534,4608,'player_country',''),(3535,4608,'player_bats','0'),(3536,4608,'player_throws','0'),(3537,4608,'player_other',''),(3538,4609,'player_first_name','Brody'),(3539,4609,'player_last_name','M.'),(3540,4609,'player_number',''),(3541,4609,'player_position',''),(3542,4609,'player_height',''),(3543,4609,'player_weight',''),(3544,4609,'player_year',''),(3545,4609,'player_experience',''),(3546,4609,'player_age',''),(3547,4609,'player_last_school',''),(3548,4609,'player_home_town',''),(3549,4609,'player_country',''),(3550,4609,'player_bats','0'),(3551,4609,'player_throws','0'),(3552,4609,'player_other',''),(3553,4610,'player_first_name','Roy'),(3554,4610,'player_last_name','F.'),(3555,4610,'player_number',''),(3556,4610,'player_position',''),(3557,4610,'player_height',''),(3558,4610,'player_weight',''),(3559,4610,'player_year',''),(3560,4610,'player_experience',''),(3561,4610,'player_age',''),(3562,4610,'player_last_school',''),(3563,4610,'player_home_town',''),(3564,4610,'player_country',''),(3565,4610,'player_bats','0'),(3566,4610,'player_throws','0'),(3567,4610,'player_other',''),(3568,4611,'player_first_name','Bane'),(3569,4611,'player_last_name','B.'),(3570,4611,'player_number',''),(3571,4611,'player_position',''),(3572,4611,'player_height',''),(3573,4611,'player_weight',''),(3574,4611,'player_year',''),(3575,4611,'player_experience',''),(3576,4611,'player_age',''),(3577,4611,'player_last_school',''),(3578,4611,'player_home_town',''),(3579,4611,'player_country',''),(3580,4611,'player_bats','0'),(3581,4611,'player_throws','0'),(3582,4611,'player_other',''),(6198,4542,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(6197,4542,'game_status_append',''),(6196,4542,'game_status_replace',''),(6195,4542,'_edit_last','2'),(6194,4542,'_edit_lock','1558919785:2'),(3604,4632,'_wp_attached_file','2019/04/novice-house-league-pic.jpg'),(3605,4632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:518;s:6:\"height\";i:388;s:4:\"file\";s:35:\"2019/04/novice-house-league-pic.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"novice-house-league-pic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"novice-house-league-pic-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3630,4470,'_edit_last','2'),(3631,4470,'game_media',''),(3632,4470,'game_media_link',''),(3633,4470,'game_home_score',''),(3634,4470,'game_away_score',''),(3635,4470,'game_time_remaining',''),(3636,4470,'game_period',''),(3637,4470,'game_is_final','0'),(3638,4470,'game_is_open','0'),(3639,4470,'game_is_ppd','0'),(3640,4470,'game_status_replace',''),(3641,4470,'game_status_append',''),(3642,4470,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(3643,4636,'player_first_name','Ty'),(3644,4636,'player_last_name','L.'),(3645,4636,'player_number',''),(3646,4636,'player_position',''),(3647,4636,'player_height',''),(3648,4636,'player_weight',''),(3649,4636,'player_year',''),(3650,4636,'player_experience',''),(3651,4636,'player_age',''),(3652,4636,'player_last_school',''),(3653,4636,'player_home_town',''),(3654,4636,'player_country',''),(3655,4636,'player_bats','0'),(3656,4636,'player_throws','0'),(3657,4636,'player_other',''),(3658,4637,'player_first_name','Lucas'),(3659,4637,'player_last_name','K.'),(3660,4637,'player_number',''),(3661,4637,'player_position',''),(3662,4637,'player_height',''),(3663,4637,'player_weight',''),(3664,4637,'player_year',''),(3665,4637,'player_experience',''),(3666,4637,'player_age',''),(3667,4637,'player_last_school',''),(3668,4637,'player_home_town',''),(3669,4637,'player_country',''),(3670,4637,'player_bats','0'),(3671,4637,'player_throws','0'),(3672,4637,'player_other',''),(3673,4638,'player_first_name','Hunter'),(3674,4638,'player_last_name','C.'),(3675,4638,'player_number',''),(3676,4638,'player_position',''),(3677,4638,'player_height',''),(3678,4638,'player_weight',''),(3679,4638,'player_year',''),(3680,4638,'player_experience',''),(3681,4638,'player_age',''),(3682,4638,'player_last_school',''),(3683,4638,'player_home_town',''),(3684,4638,'player_country',''),(3685,4638,'player_bats','0'),(3686,4638,'player_throws','0'),(3687,4638,'player_other',''),(3688,4639,'player_first_name','Gavin'),(3689,4639,'player_last_name','B.'),(3690,4639,'player_number',''),(3691,4639,'player_position',''),(3692,4639,'player_height',''),(3693,4639,'player_weight',''),(3694,4639,'player_year',''),(3695,4639,'player_experience',''),(3696,4639,'player_age',''),(3697,4639,'player_last_school',''),(3698,4639,'player_home_town',''),(3699,4639,'player_country',''),(3700,4639,'player_bats','0'),(3701,4639,'player_throws','0'),(3702,4639,'player_other',''),(3703,4640,'player_first_name','Andrew'),(3704,4640,'player_last_name','G.'),(3705,4640,'player_number',''),(3706,4640,'player_position',''),(3707,4640,'player_height',''),(3708,4640,'player_weight',''),(3709,4640,'player_year',''),(3710,4640,'player_experience',''),(3711,4640,'player_age',''),(3712,4640,'player_last_school',''),(3713,4640,'player_home_town',''),(3714,4640,'player_country',''),(3715,4640,'player_bats','0'),(3716,4640,'player_throws','0'),(3717,4640,'player_other',''),(3718,4641,'player_first_name','Ryan'),(3719,4641,'player_last_name','F.'),(3720,4641,'player_number',''),(3721,4641,'player_position',''),(3722,4641,'player_height',''),(3723,4641,'player_weight',''),(3724,4641,'player_year',''),(3725,4641,'player_experience',''),(3726,4641,'player_age',''),(3727,4641,'player_last_school',''),(3728,4641,'player_home_town',''),(3729,4641,'player_country',''),(3730,4641,'player_bats','0'),(3731,4641,'player_throws','0'),(3732,4641,'player_other',''),(3733,4642,'player_first_name','Ryker'),(3734,4642,'player_last_name','W.'),(3735,4642,'player_number',''),(3736,4642,'player_position',''),(3737,4642,'player_height',''),(3738,4642,'player_weight',''),(3739,4642,'player_year',''),(3740,4642,'player_experience',''),(3741,4642,'player_age',''),(3742,4642,'player_last_school',''),(3743,4642,'player_home_town',''),(3744,4642,'player_country',''),(3745,4642,'player_bats','0'),(3746,4642,'player_throws','0'),(3747,4642,'player_other',''),(3748,4643,'player_first_name','Daniel'),(3749,4643,'player_last_name','Y,'),(3750,4643,'player_number',''),(3751,4643,'player_position',''),(3752,4643,'player_height',''),(3753,4643,'player_weight',''),(3754,4643,'player_year',''),(3755,4643,'player_experience',''),(3756,4643,'player_age',''),(3757,4643,'player_last_school',''),(3758,4643,'player_home_town',''),(3759,4643,'player_country',''),(3760,4643,'player_bats','0'),(3761,4643,'player_throws','0'),(3762,4643,'player_other',''),(3763,4644,'player_first_name','Emily'),(3764,4644,'player_last_name','F.'),(3765,4644,'player_number',''),(3766,4644,'player_position',''),(3767,4644,'player_height',''),(3768,4644,'player_weight',''),(3769,4644,'player_year',''),(3770,4644,'player_experience',''),(3771,4644,'player_age',''),(3772,4644,'player_last_school',''),(3773,4644,'player_home_town',''),(3774,4644,'player_country',''),(3775,4644,'player_bats','0'),(3776,4644,'player_throws','0'),(3777,4644,'player_other',''),(3778,4645,'player_first_name','Carter'),(3779,4645,'player_last_name','V.'),(3780,4645,'player_number',''),(3781,4645,'player_position',''),(3782,4645,'player_height',''),(3783,4645,'player_weight',''),(3784,4645,'player_year',''),(3785,4645,'player_experience',''),(3786,4645,'player_age',''),(3787,4645,'player_last_school',''),(3788,4645,'player_home_town',''),(3789,4645,'player_country',''),(3790,4645,'player_bats','0'),(3791,4645,'player_throws','0'),(3792,4645,'player_other',''),(3793,4646,'player_first_name','Addison'),(3794,4646,'player_last_name','T.'),(3795,4646,'player_number',''),(3796,4646,'player_position',''),(3797,4646,'player_height',''),(3798,4646,'player_weight',''),(3799,4646,'player_year',''),(3800,4646,'player_experience',''),(3801,4646,'player_age',''),(3802,4646,'player_last_school',''),(3803,4646,'player_home_town',''),(3804,4646,'player_country',''),(3805,4646,'player_bats','0'),(3806,4646,'player_throws','0'),(3807,4646,'player_other',''),(3808,4647,'player_first_name','Keegan'),(3809,4647,'player_last_name','G.'),(3810,4647,'player_number',''),(3811,4647,'player_position',''),(3812,4647,'player_height',''),(3813,4647,'player_weight',''),(3814,4647,'player_year',''),(3815,4647,'player_experience',''),(3816,4647,'player_age',''),(3817,4647,'player_last_school',''),(3818,4647,'player_home_town',''),(3819,4647,'player_country',''),(3820,4647,'player_bats','0'),(3821,4647,'player_throws','0'),(3822,4647,'player_other',''),(3823,4648,'player_first_name','Jaydon'),(3824,4648,'player_last_name','H.'),(3825,4648,'player_number',''),(3826,4648,'player_position',''),(3827,4648,'player_height',''),(3828,4648,'player_weight',''),(3829,4648,'player_year',''),(3830,4648,'player_experience',''),(3831,4648,'player_age',''),(3832,4648,'player_last_school',''),(3833,4648,'player_home_town',''),(3834,4648,'player_country',''),(3835,4648,'player_bats','0'),(3836,4648,'player_throws','0'),(3837,4648,'player_other',''),(3838,4649,'player_first_name','Lukas'),(3839,4649,'player_last_name','G.'),(3840,4649,'player_number',''),(3841,4649,'player_position',''),(3842,4649,'player_height',''),(3843,4649,'player_weight',''),(3844,4649,'player_year',''),(3845,4649,'player_experience',''),(3846,4649,'player_age',''),(3847,4649,'player_last_school',''),(3848,4649,'player_home_town',''),(3849,4649,'player_country',''),(3850,4649,'player_bats','0'),(3851,4649,'player_throws','0'),(3852,4649,'player_other',''),(3853,4650,'player_first_name','Trent'),(3854,4650,'player_last_name','B.'),(3855,4650,'player_number',''),(3856,4650,'player_position',''),(3857,4650,'player_height',''),(3858,4650,'player_weight',''),(3859,4650,'player_year',''),(3860,4650,'player_experience',''),(3861,4650,'player_age',''),(3862,4650,'player_last_school',''),(3863,4650,'player_home_town',''),(3864,4650,'player_country',''),(3865,4650,'player_bats','0'),(3866,4650,'player_throws','0'),(3867,4650,'player_other',''),(3868,4651,'player_first_name','Calvin'),(3869,4651,'player_last_name','H.'),(3870,4651,'player_number',''),(3871,4651,'player_position',''),(3872,4651,'player_height',''),(3873,4651,'player_weight',''),(3874,4651,'player_year',''),(3875,4651,'player_experience',''),(3876,4651,'player_age',''),(3877,4651,'player_last_school',''),(3878,4651,'player_home_town',''),(3879,4651,'player_country',''),(3880,4651,'player_bats','0'),(3881,4651,'player_throws','0'),(3882,4651,'player_other',''),(3883,4652,'player_first_name','Kaelum'),(3884,4652,'player_last_name','C.'),(3885,4652,'player_number',''),(3886,4652,'player_position',''),(3887,4652,'player_height',''),(3888,4652,'player_weight',''),(3889,4652,'player_year',''),(3890,4652,'player_experience',''),(3891,4652,'player_age',''),(3892,4652,'player_last_school',''),(3893,4652,'player_home_town',''),(3894,4652,'player_country',''),(3895,4652,'player_bats','0'),(3896,4652,'player_throws','0'),(3897,4652,'player_other',''),(3898,4653,'player_first_name','Liam'),(3899,4653,'player_last_name','B.'),(3900,4653,'player_number',''),(3901,4653,'player_position',''),(3902,4653,'player_height',''),(3903,4653,'player_weight',''),(3904,4653,'player_year',''),(3905,4653,'player_experience',''),(3906,4653,'player_age',''),(3907,4653,'player_last_school',''),(3908,4653,'player_home_town',''),(3909,4653,'player_country',''),(3910,4653,'player_bats','0'),(3911,4653,'player_throws','0'),(3912,4653,'player_other',''),(3913,4654,'player_first_name','Oliver'),(3914,4654,'player_last_name','W.'),(3915,4654,'player_number',''),(3916,4654,'player_position',''),(3917,4654,'player_height',''),(3918,4654,'player_weight',''),(3919,4654,'player_year',''),(3920,4654,'player_experience',''),(3921,4654,'player_age',''),(3922,4654,'player_last_school',''),(3923,4654,'player_home_town',''),(3924,4654,'player_country',''),(3925,4654,'player_bats','0'),(3926,4654,'player_throws','0'),(3927,4654,'player_other',''),(3928,4655,'player_first_name','Lincoln'),(3929,4655,'player_last_name','D.'),(3930,4655,'player_number',''),(3931,4655,'player_position',''),(3932,4655,'player_height',''),(3933,4655,'player_weight',''),(3934,4655,'player_year',''),(3935,4655,'player_experience',''),(3936,4655,'player_age',''),(3937,4655,'player_last_school',''),(3938,4655,'player_home_town',''),(3939,4655,'player_country',''),(3940,4655,'player_bats','0'),(3941,4655,'player_throws','0'),(3942,4655,'player_other',''),(3943,4656,'player_first_name','Killian'),(3944,4656,'player_last_name','B.'),(3945,4656,'player_number',''),(3946,4656,'player_position',''),(3947,4656,'player_height',''),(3948,4656,'player_weight',''),(3949,4656,'player_year',''),(3950,4656,'player_experience',''),(3951,4656,'player_age',''),(3952,4656,'player_last_school',''),(3953,4656,'player_home_town',''),(3954,4656,'player_country',''),(3955,4656,'player_bats','0'),(3956,4656,'player_throws','0'),(3957,4656,'player_other',''),(3958,4657,'player_first_name','Benjamin'),(3959,4657,'player_last_name','H.'),(3960,4657,'player_number',''),(3961,4657,'player_position',''),(3962,4657,'player_height',''),(3963,4657,'player_weight',''),(3964,4657,'player_year',''),(3965,4657,'player_experience',''),(3966,4657,'player_age',''),(3967,4657,'player_last_school',''),(3968,4657,'player_home_town',''),(3969,4657,'player_country',''),(3970,4657,'player_bats','0'),(3971,4657,'player_throws','0'),(3972,4657,'player_other',''),(3973,4658,'player_first_name','Logan'),(3974,4658,'player_last_name','K.'),(3975,4658,'player_number',''),(3976,4658,'player_position',''),(3977,4658,'player_height',''),(3978,4658,'player_weight',''),(3979,4658,'player_year',''),(3980,4658,'player_experience',''),(3981,4658,'player_age',''),(3982,4658,'player_last_school',''),(3983,4658,'player_home_town',''),(3984,4658,'player_country',''),(3985,4658,'player_bats','0'),(3986,4658,'player_throws','0'),(3987,4658,'player_other',''),(3988,4659,'player_first_name','Arlo'),(3989,4659,'player_last_name','P.'),(3990,4659,'player_number',''),(3991,4659,'player_position',''),(3992,4659,'player_height',''),(3993,4659,'player_weight',''),(3994,4659,'player_year',''),(3995,4659,'player_experience',''),(3996,4659,'player_age',''),(3997,4659,'player_last_school',''),(3998,4659,'player_home_town',''),(3999,4659,'player_country',''),(4000,4659,'player_bats','0'),(4001,4659,'player_throws','0'),(4002,4659,'player_other',''),(4003,4660,'player_first_name','Xavier'),(4004,4660,'player_last_name','T.'),(4005,4660,'player_number',''),(4006,4660,'player_position',''),(4007,4660,'player_height',''),(4008,4660,'player_weight',''),(4009,4660,'player_year',''),(4010,4660,'player_experience',''),(4011,4660,'player_age',''),(4012,4660,'player_last_school',''),(4013,4660,'player_home_town',''),(4014,4660,'player_country',''),(4015,4660,'player_bats','0'),(4016,4660,'player_throws','0'),(4017,4660,'player_other',''),(4018,4661,'player_first_name','Dawson'),(4019,4661,'player_last_name','M.'),(4020,4661,'player_number',''),(4021,4661,'player_position',''),(4022,4661,'player_height',''),(4023,4661,'player_weight',''),(4024,4661,'player_year',''),(4025,4661,'player_experience',''),(4026,4661,'player_age',''),(4027,4661,'player_last_school',''),(4028,4661,'player_home_town',''),(4029,4661,'player_country',''),(4030,4661,'player_bats','0'),(4031,4661,'player_throws','0'),(4032,4661,'player_other',''),(4033,4662,'player_first_name','Landon'),(4034,4662,'player_last_name','O.'),(4035,4662,'player_number',''),(4036,4662,'player_position',''),(4037,4662,'player_height',''),(4038,4662,'player_weight',''),(4039,4662,'player_year',''),(4040,4662,'player_experience',''),(4041,4662,'player_age',''),(4042,4662,'player_last_school',''),(4043,4662,'player_home_town',''),(4044,4662,'player_country',''),(4045,4662,'player_bats','0'),(4046,4662,'player_throws','0'),(4047,4662,'player_other',''),(4048,4663,'player_first_name','Colton'),(4049,4663,'player_last_name','D.'),(4050,4663,'player_number',''),(4051,4663,'player_position',''),(4052,4663,'player_height',''),(4053,4663,'player_weight',''),(4054,4663,'player_year',''),(4055,4663,'player_experience',''),(4056,4663,'player_age',''),(4057,4663,'player_last_school',''),(4058,4663,'player_home_town',''),(4059,4663,'player_country',''),(4060,4663,'player_bats','0'),(4061,4663,'player_throws','0'),(4062,4663,'player_other',''),(4063,4664,'player_first_name','Patrick'),(4064,4664,'player_last_name','F.'),(4065,4664,'player_number',''),(4066,4664,'player_position',''),(4067,4664,'player_height',''),(4068,4664,'player_weight',''),(4069,4664,'player_year',''),(4070,4664,'player_experience',''),(4071,4664,'player_age',''),(4072,4664,'player_last_school',''),(4073,4664,'player_home_town',''),(4074,4664,'player_country',''),(4075,4664,'player_bats','0'),(4076,4664,'player_throws','0'),(4077,4664,'player_other',''),(4078,4665,'player_first_name','Dean'),(4079,4665,'player_last_name','M.'),(4080,4665,'player_number',''),(4081,4665,'player_position',''),(4082,4665,'player_height',''),(4083,4665,'player_weight',''),(4084,4665,'player_year',''),(4085,4665,'player_experience',''),(4086,4665,'player_age',''),(4087,4665,'player_last_school',''),(4088,4665,'player_home_town',''),(4089,4665,'player_country',''),(4090,4665,'player_bats','0'),(4091,4665,'player_throws','0'),(4092,4665,'player_other',''),(4093,4666,'player_first_name','Dylan'),(4094,4666,'player_last_name','C.'),(4095,4666,'player_number',''),(4096,4666,'player_position',''),(4097,4666,'player_height',''),(4098,4666,'player_weight',''),(4099,4666,'player_year',''),(4100,4666,'player_experience',''),(4101,4666,'player_age',''),(4102,4666,'player_last_school',''),(4103,4666,'player_home_town',''),(4104,4666,'player_country',''),(4105,4666,'player_bats','0'),(4106,4666,'player_throws','0'),(4107,4666,'player_other',''),(4108,4667,'player_first_name','Carson'),(4109,4667,'player_last_name','B.'),(4110,4667,'player_number',''),(4111,4667,'player_position',''),(4112,4667,'player_height',''),(4113,4667,'player_weight',''),(4114,4667,'player_year',''),(4115,4667,'player_experience',''),(4116,4667,'player_age',''),(4117,4667,'player_last_school',''),(4118,4667,'player_home_town',''),(4119,4667,'player_country',''),(4120,4667,'player_bats','0'),(4121,4667,'player_throws','0'),(4122,4667,'player_other',''),(4123,4668,'player_first_name','Alexander'),(4124,4668,'player_last_name','B.'),(4125,4668,'player_number',''),(4126,4668,'player_position',''),(4127,4668,'player_height',''),(4128,4668,'player_weight',''),(4129,4668,'player_year',''),(4130,4668,'player_experience',''),(4131,4668,'player_age',''),(4132,4668,'player_last_school',''),(4133,4668,'player_home_town',''),(4134,4668,'player_country',''),(4135,4668,'player_bats','0'),(4136,4668,'player_throws','0'),(4137,4668,'player_other',''),(4138,4669,'player_first_name','Drew'),(4139,4669,'player_last_name','D.'),(4140,4669,'player_number',''),(4141,4669,'player_position',''),(4142,4669,'player_height',''),(4143,4669,'player_weight',''),(4144,4669,'player_year',''),(4145,4669,'player_experience',''),(4146,4669,'player_age',''),(4147,4669,'player_last_school',''),(4148,4669,'player_home_town',''),(4149,4669,'player_country',''),(4150,4669,'player_bats','0'),(4151,4669,'player_throws','0'),(4152,4669,'player_other',''),(4153,4670,'player_first_name','Theo'),(4154,4670,'player_last_name','L.'),(4155,4670,'player_number',''),(4156,4670,'player_position',''),(4157,4670,'player_height',''),(4158,4670,'player_weight',''),(4159,4670,'player_year',''),(4160,4670,'player_experience',''),(4161,4670,'player_age',''),(4162,4670,'player_last_school',''),(4163,4670,'player_home_town',''),(4164,4670,'player_country',''),(4165,4670,'player_bats','0'),(4166,4670,'player_throws','0'),(4167,4670,'player_other',''),(4168,4671,'player_first_name','Griffin'),(4169,4671,'player_last_name','L.'),(4170,4671,'player_number',''),(4171,4671,'player_position',''),(4172,4671,'player_height',''),(4173,4671,'player_weight',''),(4174,4671,'player_year',''),(4175,4671,'player_experience',''),(4176,4671,'player_age',''),(4177,4671,'player_last_school',''),(4178,4671,'player_home_town',''),(4179,4671,'player_country',''),(4180,4671,'player_bats','0'),(4181,4671,'player_throws','0'),(4182,4671,'player_other',''),(4183,4672,'player_first_name','Alex'),(4184,4672,'player_last_name','L.'),(4185,4672,'player_number',''),(4186,4672,'player_position',''),(4187,4672,'player_height',''),(4188,4672,'player_weight',''),(4189,4672,'player_year',''),(4190,4672,'player_experience',''),(4191,4672,'player_age',''),(4192,4672,'player_last_school',''),(4193,4672,'player_home_town',''),(4194,4672,'player_country',''),(4195,4672,'player_bats','0'),(4196,4672,'player_throws','0'),(4197,4672,'player_other',''),(4198,4673,'player_first_name','Jack'),(4199,4673,'player_last_name','L.'),(4200,4673,'player_number',''),(4201,4673,'player_position',''),(4202,4673,'player_height',''),(4203,4673,'player_weight',''),(4204,4673,'player_year',''),(4205,4673,'player_experience',''),(4206,4673,'player_age',''),(4207,4673,'player_last_school',''),(4208,4673,'player_home_town',''),(4209,4673,'player_country',''),(4210,4673,'player_bats','0'),(4211,4673,'player_throws','0'),(4212,4673,'player_other',''),(4213,4674,'player_first_name','Aaden'),(4214,4674,'player_last_name','C.'),(4215,4674,'player_number',''),(4216,4674,'player_position',''),(4217,4674,'player_height',''),(4218,4674,'player_weight',''),(4219,4674,'player_year',''),(4220,4674,'player_experience',''),(4221,4674,'player_age',''),(4222,4674,'player_last_school',''),(4223,4674,'player_home_town',''),(4224,4674,'player_country',''),(4225,4674,'player_bats','0'),(4226,4674,'player_throws','0'),(4227,4674,'player_other',''),(4228,4675,'player_first_name','Hudson'),(4229,4675,'player_last_name','H.'),(4230,4675,'player_number',''),(4231,4675,'player_position',''),(4232,4675,'player_height',''),(4233,4675,'player_weight',''),(4234,4675,'player_year',''),(4235,4675,'player_experience',''),(4236,4675,'player_age',''),(4237,4675,'player_last_school',''),(4238,4675,'player_home_town',''),(4239,4675,'player_country',''),(4240,4675,'player_bats','0'),(4241,4675,'player_throws','0'),(4242,4675,'player_other',''),(4243,4676,'player_first_name','Kallen'),(4244,4676,'player_last_name','V.'),(4245,4676,'player_number',''),(4246,4676,'player_position',''),(4247,4676,'player_height',''),(4248,4676,'player_weight',''),(4249,4676,'player_year',''),(4250,4676,'player_experience',''),(4251,4676,'player_age',''),(4252,4676,'player_last_school',''),(4253,4676,'player_home_town',''),(4254,4676,'player_country',''),(4255,4676,'player_bats','0'),(4256,4676,'player_throws','0'),(4257,4676,'player_other',''),(4258,4677,'player_first_name','Case'),(4259,4677,'player_last_name','L.'),(4260,4677,'player_number',''),(4261,4677,'player_position',''),(4262,4677,'player_height',''),(4263,4677,'player_weight',''),(4264,4677,'player_year',''),(4265,4677,'player_experience',''),(4266,4677,'player_age',''),(4267,4677,'player_last_school',''),(4268,4677,'player_home_town',''),(4269,4677,'player_country',''),(4270,4677,'player_bats','0'),(4271,4677,'player_throws','0'),(4272,4677,'player_other',''),(4273,4678,'player_first_name','Marcus'),(4274,4678,'player_last_name','S.'),(4275,4678,'player_number',''),(4276,4678,'player_position',''),(4277,4678,'player_height',''),(4278,4678,'player_weight',''),(4279,4678,'player_year',''),(4280,4678,'player_experience',''),(4281,4678,'player_age',''),(4282,4678,'player_last_school',''),(4283,4678,'player_home_town',''),(4284,4678,'player_country',''),(4285,4678,'player_bats','0'),(4286,4678,'player_throws','0'),(4287,4678,'player_other',''),(4288,4679,'player_first_name','Callum'),(4289,4679,'player_last_name','D.'),(4290,4679,'player_number',''),(4291,4679,'player_position',''),(4292,4679,'player_height',''),(4293,4679,'player_weight',''),(4294,4679,'player_year',''),(4295,4679,'player_experience',''),(4296,4679,'player_age',''),(4297,4679,'player_last_school',''),(4298,4679,'player_home_town',''),(4299,4679,'player_country',''),(4300,4679,'player_bats','0'),(4301,4679,'player_throws','0'),(4302,4679,'player_other',''),(4303,4680,'player_first_name','Jacob'),(4304,4680,'player_last_name','B.'),(4305,4680,'player_number',''),(4306,4680,'player_position',''),(4307,4680,'player_height',''),(4308,4680,'player_weight',''),(4309,4680,'player_year',''),(4310,4680,'player_experience',''),(4311,4680,'player_age',''),(4312,4680,'player_last_school',''),(4313,4680,'player_home_town',''),(4314,4680,'player_country',''),(4315,4680,'player_bats','0'),(4316,4680,'player_throws','0'),(4317,4680,'player_other',''),(4318,4681,'player_first_name','Nolan'),(4319,4681,'player_last_name','E.'),(4320,4681,'player_number',''),(4321,4681,'player_position',''),(4322,4681,'player_height',''),(4323,4681,'player_weight',''),(4324,4681,'player_year',''),(4325,4681,'player_experience',''),(4326,4681,'player_age',''),(4327,4681,'player_last_school',''),(4328,4681,'player_home_town',''),(4329,4681,'player_country',''),(4330,4681,'player_bats','0'),(4331,4681,'player_throws','0'),(4332,4681,'player_other',''),(4333,4682,'player_first_name','Evan'),(4334,4682,'player_last_name','A.'),(4335,4682,'player_number',''),(4336,4682,'player_position',''),(4337,4682,'player_height',''),(4338,4682,'player_weight',''),(4339,4682,'player_year',''),(4340,4682,'player_experience',''),(4341,4682,'player_age',''),(4342,4682,'player_last_school',''),(4343,4682,'player_home_town',''),(4344,4682,'player_country',''),(4345,4682,'player_bats','0'),(4346,4682,'player_throws','0'),(4347,4682,'player_other',''),(4348,4683,'player_first_name','Cyrus'),(4349,4683,'player_last_name','L.'),(4350,4683,'player_number',''),(4351,4683,'player_position',''),(4352,4683,'player_height',''),(4353,4683,'player_weight',''),(4354,4683,'player_year',''),(4355,4683,'player_experience',''),(4356,4683,'player_age',''),(4357,4683,'player_last_school',''),(4358,4683,'player_home_town',''),(4359,4683,'player_country',''),(4360,4683,'player_bats','0'),(4361,4683,'player_throws','0'),(4362,4683,'player_other',''),(4363,4684,'player_first_name','Gavin'),(4364,4684,'player_last_name','P.'),(4365,4684,'player_number',''),(4366,4684,'player_position',''),(4367,4684,'player_height',''),(4368,4684,'player_weight',''),(4369,4684,'player_year',''),(4370,4684,'player_experience',''),(4371,4684,'player_age',''),(4372,4684,'player_last_school',''),(4373,4684,'player_home_town',''),(4374,4684,'player_country',''),(4375,4684,'player_bats','0'),(4376,4684,'player_throws','0'),(4377,4684,'player_other',''),(4378,4685,'player_first_name','Gill'),(4379,4685,'player_last_name','S.'),(4380,4685,'player_number',''),(4381,4685,'player_position',''),(4382,4685,'player_height',''),(4383,4685,'player_weight',''),(4384,4685,'player_year',''),(4385,4685,'player_experience',''),(4386,4685,'player_age',''),(4387,4685,'player_last_school',''),(4388,4685,'player_home_town',''),(4389,4685,'player_country',''),(4390,4685,'player_bats','0'),(4391,4685,'player_throws','0'),(4392,4685,'player_other',''),(4393,4686,'player_first_name','Tanner'),(4394,4686,'player_last_name','Z.'),(4395,4686,'player_number',''),(4396,4686,'player_position',''),(4397,4686,'player_height',''),(4398,4686,'player_weight',''),(4399,4686,'player_year',''),(4400,4686,'player_experience',''),(4401,4686,'player_age',''),(4402,4686,'player_last_school',''),(4403,4686,'player_home_town',''),(4404,4686,'player_country',''),(4405,4686,'player_bats','0'),(4406,4686,'player_throws','0'),(4407,4686,'player_other',''),(4408,4687,'player_first_name','Blake'),(4409,4687,'player_last_name','B.'),(4410,4687,'player_number',''),(4411,4687,'player_position',''),(4412,4687,'player_height',''),(4413,4687,'player_weight',''),(4414,4687,'player_year',''),(4415,4687,'player_experience',''),(4416,4687,'player_age',''),(4417,4687,'player_last_school',''),(4418,4687,'player_home_town',''),(4419,4687,'player_country',''),(4420,4687,'player_bats','0'),(4421,4687,'player_throws','0'),(4422,4687,'player_other',''),(4423,4688,'player_first_name','Kolby'),(4424,4688,'player_last_name','V.'),(4425,4688,'player_number',''),(4426,4688,'player_position',''),(4427,4688,'player_height',''),(4428,4688,'player_weight',''),(4429,4688,'player_year',''),(4430,4688,'player_experience',''),(4431,4688,'player_age',''),(4432,4688,'player_last_school',''),(4433,4688,'player_home_town',''),(4434,4688,'player_country',''),(4435,4688,'player_bats','0'),(4436,4688,'player_throws','0'),(4437,4688,'player_other',''),(4438,4689,'player_first_name','Brody'),(4439,4689,'player_last_name','S.'),(4440,4689,'player_number',''),(4441,4689,'player_position',''),(4442,4689,'player_height',''),(4443,4689,'player_weight',''),(4444,4689,'player_year',''),(4445,4689,'player_experience',''),(4446,4689,'player_age',''),(4447,4689,'player_last_school',''),(4448,4689,'player_home_town',''),(4449,4689,'player_country',''),(4450,4689,'player_bats','0'),(4451,4689,'player_throws','0'),(4452,4689,'player_other',''),(4453,4690,'player_first_name','Gabriel'),(4454,4690,'player_last_name','M.'),(4455,4690,'player_number',''),(4456,4690,'player_position',''),(4457,4690,'player_height',''),(4458,4690,'player_weight',''),(4459,4690,'player_year',''),(4460,4690,'player_experience',''),(4461,4690,'player_age',''),(4462,4690,'player_last_school',''),(4463,4690,'player_home_town',''),(4464,4690,'player_country',''),(4465,4690,'player_bats','0'),(4466,4690,'player_throws','0'),(4467,4690,'player_other',''),(4468,4691,'player_first_name','Armando'),(4469,4691,'player_last_name','A.'),(4470,4691,'player_number',''),(4471,4691,'player_position',''),(4472,4691,'player_height',''),(4473,4691,'player_weight',''),(4474,4691,'player_year',''),(4475,4691,'player_experience',''),(4476,4691,'player_age',''),(4477,4691,'player_last_school',''),(4478,4691,'player_home_town',''),(4479,4691,'player_country',''),(4480,4691,'player_bats','0'),(4481,4691,'player_throws','0'),(4482,4691,'player_other',''),(4483,4692,'player_first_name','Rowan'),(4484,4692,'player_last_name','E.'),(4485,4692,'player_number',''),(4486,4692,'player_position',''),(4487,4692,'player_height',''),(4488,4692,'player_weight',''),(4489,4692,'player_year',''),(4490,4692,'player_experience',''),(4491,4692,'player_age',''),(4492,4692,'player_last_school',''),(4493,4692,'player_home_town',''),(4494,4692,'player_country',''),(4495,4692,'player_bats','0'),(4496,4692,'player_throws','0'),(4497,4692,'player_other',''),(4498,4693,'player_first_name','Jayden'),(4499,4693,'player_last_name','H.'),(4500,4693,'player_number',''),(4501,4693,'player_position',''),(4502,4693,'player_height',''),(4503,4693,'player_weight',''),(4504,4693,'player_year',''),(4505,4693,'player_experience',''),(4506,4693,'player_age',''),(4507,4693,'player_last_school',''),(4508,4693,'player_home_town',''),(4509,4693,'player_country',''),(4510,4693,'player_bats','0'),(4511,4693,'player_throws','0'),(4512,4693,'player_other',''),(4513,4694,'player_first_name','Nolan'),(4514,4694,'player_last_name','B.'),(4515,4694,'player_number',''),(4516,4694,'player_position',''),(4517,4694,'player_height',''),(4518,4694,'player_weight',''),(4519,4694,'player_year',''),(4520,4694,'player_experience',''),(4521,4694,'player_age',''),(4522,4694,'player_last_school',''),(4523,4694,'player_home_town',''),(4524,4694,'player_country',''),(4525,4694,'player_bats','0'),(4526,4694,'player_throws','0'),(4527,4694,'player_other',''),(4528,4695,'player_first_name','Ethan'),(4529,4695,'player_last_name','L.'),(4530,4695,'player_number',''),(4531,4695,'player_position',''),(4532,4695,'player_height',''),(4533,4695,'player_weight',''),(4534,4695,'player_year',''),(4535,4695,'player_experience',''),(4536,4695,'player_age',''),(4537,4695,'player_last_school',''),(4538,4695,'player_home_town',''),(4539,4695,'player_country',''),(4540,4695,'player_bats','0'),(4541,4695,'player_throws','0'),(4542,4695,'player_other',''),(4543,4696,'player_first_name','Salem'),(4544,4696,'player_last_name','V.'),(4545,4696,'player_number',''),(4546,4696,'player_position',''),(4547,4696,'player_height',''),(4548,4696,'player_weight',''),(4549,4696,'player_year',''),(4550,4696,'player_experience',''),(4551,4696,'player_age',''),(4552,4696,'player_last_school',''),(4553,4696,'player_home_town',''),(4554,4696,'player_country',''),(4555,4696,'player_bats','0'),(4556,4696,'player_throws','0'),(4557,4696,'player_other',''),(4558,4697,'player_first_name','Charley'),(4559,4697,'player_last_name','A.'),(4560,4697,'player_number',''),(4561,4697,'player_position',''),(4562,4697,'player_height',''),(4563,4697,'player_weight',''),(4564,4697,'player_year',''),(4565,4697,'player_experience',''),(4566,4697,'player_age',''),(4567,4697,'player_last_school',''),(4568,4697,'player_home_town',''),(4569,4697,'player_country',''),(4570,4697,'player_bats','0'),(4571,4697,'player_throws','0'),(4572,4697,'player_other',''),(4573,4698,'player_first_name','Hailey'),(4574,4698,'player_last_name','R.'),(4575,4698,'player_number',''),(4576,4698,'player_position',''),(4577,4698,'player_height',''),(4578,4698,'player_weight',''),(4579,4698,'player_year',''),(4580,4698,'player_experience',''),(4581,4698,'player_age',''),(4582,4698,'player_last_school',''),(4583,4698,'player_home_town',''),(4584,4698,'player_country',''),(4585,4698,'player_bats','0'),(4586,4698,'player_throws','0'),(4587,4698,'player_other',''),(4588,4699,'player_first_name','Connor'),(4589,4699,'player_last_name','L.'),(4590,4699,'player_number',''),(4591,4699,'player_position',''),(4592,4699,'player_height',''),(4593,4699,'player_weight',''),(4594,4699,'player_year',''),(4595,4699,'player_experience',''),(4596,4699,'player_age',''),(4597,4699,'player_last_school',''),(4598,4699,'player_home_town',''),(4599,4699,'player_country',''),(4600,4699,'player_bats','0'),(4601,4699,'player_throws','0'),(4602,4699,'player_other',''),(4603,4700,'player_first_name','Liam'),(4604,4700,'player_last_name','R.'),(4605,4700,'player_number',''),(4606,4700,'player_position',''),(4607,4700,'player_height',''),(4608,4700,'player_weight',''),(4609,4700,'player_year',''),(4610,4700,'player_experience',''),(4611,4700,'player_age',''),(4612,4700,'player_last_school',''),(4613,4700,'player_home_town',''),(4614,4700,'player_country',''),(4615,4700,'player_bats','0'),(4616,4700,'player_throws','0'),(4617,4700,'player_other',''),(4618,4701,'player_first_name','Carson'),(4619,4701,'player_last_name','V.'),(4620,4701,'player_number',''),(4621,4701,'player_position',''),(4622,4701,'player_height',''),(4623,4701,'player_weight',''),(4624,4701,'player_year',''),(4625,4701,'player_experience',''),(4626,4701,'player_age',''),(4627,4701,'player_last_school',''),(4628,4701,'player_home_town',''),(4629,4701,'player_country',''),(4630,4701,'player_bats','0'),(4631,4701,'player_throws','0'),(4632,4701,'player_other',''),(4633,4702,'player_first_name','Gus'),(4634,4702,'player_last_name','S.'),(4635,4702,'player_number',''),(4636,4702,'player_position',''),(4637,4702,'player_height',''),(4638,4702,'player_weight',''),(4639,4702,'player_year',''),(4640,4702,'player_experience',''),(4641,4702,'player_age',''),(4642,4702,'player_last_school',''),(4643,4702,'player_home_town',''),(4644,4702,'player_country',''),(4645,4702,'player_bats','0'),(4646,4702,'player_throws','0'),(4647,4702,'player_other',''),(4648,4703,'player_first_name','Isaac'),(4649,4703,'player_last_name','K.'),(4650,4703,'player_number',''),(4651,4703,'player_position',''),(4652,4703,'player_height',''),(4653,4703,'player_weight',''),(4654,4703,'player_year',''),(4655,4703,'player_experience',''),(4656,4703,'player_age',''),(4657,4703,'player_last_school',''),(4658,4703,'player_home_town',''),(4659,4703,'player_country',''),(4660,4703,'player_bats','0'),(4661,4703,'player_throws','0'),(4662,4703,'player_other',''),(4663,4704,'player_first_name','Keegan'),(4664,4704,'player_last_name','T.'),(4665,4704,'player_number',''),(4666,4704,'player_position',''),(4667,4704,'player_height',''),(4668,4704,'player_weight',''),(4669,4704,'player_year',''),(4670,4704,'player_experience',''),(4671,4704,'player_age',''),(4672,4704,'player_last_school',''),(4673,4704,'player_home_town',''),(4674,4704,'player_country',''),(4675,4704,'player_bats','0'),(4676,4704,'player_throws','0'),(4677,4704,'player_other',''),(4678,4705,'player_first_name','Dominic'),(4679,4705,'player_last_name','G.'),(4680,4705,'player_number',''),(4681,4705,'player_position',''),(4682,4705,'player_height',''),(4683,4705,'player_weight',''),(4684,4705,'player_year',''),(4685,4705,'player_experience',''),(4686,4705,'player_age',''),(4687,4705,'player_last_school',''),(4688,4705,'player_home_town',''),(4689,4705,'player_country',''),(4690,4705,'player_bats','0'),(4691,4705,'player_throws','0'),(4692,4705,'player_other',''),(4693,4706,'player_first_name','Savannah'),(4694,4706,'player_last_name','M.'),(4695,4706,'player_number',''),(4696,4706,'player_position',''),(4697,4706,'player_height',''),(4698,4706,'player_weight',''),(4699,4706,'player_year',''),(4700,4706,'player_experience',''),(4701,4706,'player_age',''),(4702,4706,'player_last_school',''),(4703,4706,'player_home_town',''),(4704,4706,'player_country',''),(4705,4706,'player_bats','0'),(4706,4706,'player_throws','0'),(4707,4706,'player_other',''),(4708,4707,'player_first_name','Adison'),(4709,4707,'player_last_name','M.'),(4710,4707,'player_number',''),(4711,4707,'player_position',''),(4712,4707,'player_height',''),(4713,4707,'player_weight',''),(4714,4707,'player_year',''),(4715,4707,'player_experience',''),(4716,4707,'player_age',''),(4717,4707,'player_last_school',''),(4718,4707,'player_home_town',''),(4719,4707,'player_country',''),(4720,4707,'player_bats','0'),(4721,4707,'player_throws','0'),(4722,4707,'player_other',''),(4723,4708,'player_first_name','Payton'),(4724,4708,'player_last_name','M.'),(4725,4708,'player_number',''),(4726,4708,'player_position',''),(4727,4708,'player_height',''),(4728,4708,'player_weight',''),(4729,4708,'player_year',''),(4730,4708,'player_experience',''),(4731,4708,'player_age',''),(4732,4708,'player_last_school',''),(4733,4708,'player_home_town',''),(4734,4708,'player_country',''),(4735,4708,'player_bats','0'),(4736,4708,'player_throws','0'),(4737,4708,'player_other',''),(4738,4709,'player_first_name','Michael'),(4739,4709,'player_last_name','M.'),(4740,4709,'player_number',''),(4741,4709,'player_position',''),(4742,4709,'player_height',''),(4743,4709,'player_weight',''),(4744,4709,'player_year',''),(4745,4709,'player_experience',''),(4746,4709,'player_age',''),(4747,4709,'player_last_school',''),(4748,4709,'player_home_town',''),(4749,4709,'player_country',''),(4750,4709,'player_bats','0'),(4751,4709,'player_throws','0'),(4752,4709,'player_other',''),(4753,4464,'game_home_score','9'),(4754,4464,'game_away_score','2'),(4755,4464,'game_time_remaining',''),(4756,4464,'game_period',''),(4757,4464,'game_is_ppd','0'),(4758,4464,'game_is_final','1'),(4759,4464,'game_is_open','0'),(4760,4464,'game_media',''),(4761,4464,'game_media_link',''),(4762,4463,'game_home_score','1'),(4763,4463,'game_away_score','7'),(4764,4463,'game_time_remaining',''),(4765,4463,'game_period',''),(4766,4463,'game_is_ppd','0'),(4767,4463,'game_is_final','1'),(4768,4463,'game_is_open','0'),(4769,4463,'game_media',''),(4770,4463,'game_media_link',''),(4771,4510,'game_home_score',''),(4772,4510,'game_away_score',''),(4773,4510,'game_time_remaining',''),(4774,4510,'game_period',''),(4775,4510,'game_is_ppd','0'),(4776,4510,'game_is_final','0'),(4777,4510,'game_is_open','0'),(4778,4510,'game_media',''),(4779,4510,'game_media_link',''),(4780,4511,'game_home_score',''),(4781,4511,'game_away_score',''),(4782,4511,'game_time_remaining',''),(4783,4511,'game_period',''),(4784,4511,'game_is_ppd','0'),(4785,4511,'game_is_final','0'),(4786,4511,'game_is_open','0'),(4787,4511,'game_media',''),(4788,4511,'game_media_link',''),(4789,4512,'game_home_score',''),(4790,4512,'game_away_score',''),(4791,4512,'game_time_remaining',''),(4792,4512,'game_period',''),(4793,4512,'game_is_ppd','0'),(4794,4512,'game_is_final','0'),(4795,4512,'game_is_open','0'),(4796,4512,'game_media',''),(4797,4512,'game_media_link',''),(4798,4513,'game_home_score',''),(4799,4513,'game_away_score',''),(4800,4513,'game_time_remaining',''),(4801,4513,'game_period',''),(4802,4513,'game_is_ppd','0'),(4803,4513,'game_is_final','0'),(4804,4513,'game_is_open','0'),(4805,4513,'game_media',''),(4806,4513,'game_media_link',''),(4807,4514,'game_home_score',''),(4808,4514,'game_away_score',''),(4809,4514,'game_time_remaining',''),(4810,4514,'game_period',''),(4811,4514,'game_is_ppd','0'),(4812,4514,'game_is_final','0'),(4813,4514,'game_is_open','0'),(4814,4514,'game_media',''),(4815,4514,'game_media_link',''),(4816,4515,'game_home_score',''),(4817,4515,'game_away_score',''),(4818,4515,'game_time_remaining',''),(4819,4515,'game_period',''),(4820,4515,'game_is_ppd','0'),(4821,4515,'game_is_final','0'),(4822,4515,'game_is_open','0'),(4823,4515,'game_media',''),(4824,4515,'game_media_link',''),(4825,4516,'game_home_score',''),(4826,4516,'game_away_score',''),(4827,4516,'game_time_remaining',''),(4828,4516,'game_period',''),(4829,4516,'game_is_ppd','0'),(4830,4516,'game_is_final','0'),(4831,4516,'game_is_open','0'),(4832,4516,'game_media',''),(4833,4516,'game_media_link',''),(4834,4517,'game_home_score',''),(4835,4517,'game_away_score',''),(4836,4517,'game_time_remaining',''),(4837,4517,'game_period',''),(4838,4517,'game_is_ppd','0'),(4839,4517,'game_is_final','0'),(4840,4517,'game_is_open','0'),(4841,4517,'game_media',''),(4842,4517,'game_media_link',''),(4843,4519,'game_home_score',''),(4844,4519,'game_away_score',''),(4845,4519,'game_time_remaining',''),(4846,4519,'game_period',''),(4847,4519,'game_is_ppd','0'),(4848,4519,'game_is_final','0'),(4849,4519,'game_is_open','0'),(4850,4519,'game_media',''),(4851,4519,'game_media_link',''),(4852,4446,'game_home_score','0'),(4853,4446,'game_away_score','7'),(4854,4446,'game_time_remaining',''),(4855,4446,'game_period',''),(4856,4446,'game_is_ppd','0'),(4857,4446,'game_is_final','1'),(4858,4446,'game_is_open','0'),(4859,4446,'game_media',''),(4860,4446,'game_media_link',''),(4861,4502,'game_home_score',''),(4862,4502,'game_away_score',''),(4863,4502,'game_time_remaining',''),(4864,4502,'game_period',''),(4865,4502,'game_is_ppd','0'),(4866,4502,'game_is_final','0'),(4867,4502,'game_is_open','0'),(4868,4502,'game_media',''),(4869,4502,'game_media_link',''),(4870,4503,'game_home_score',''),(4871,4503,'game_away_score',''),(4872,4503,'game_time_remaining',''),(4873,4503,'game_period',''),(4874,4503,'game_is_ppd','0'),(4875,4503,'game_is_final','0'),(4876,4503,'game_is_open','0'),(4877,4503,'game_media',''),(4878,4503,'game_media_link',''),(4879,4504,'game_home_score',''),(4880,4504,'game_away_score',''),(4881,4504,'game_time_remaining',''),(4882,4504,'game_period',''),(4883,4504,'game_is_ppd','0'),(4884,4504,'game_is_final','0'),(4885,4504,'game_is_open','0'),(4886,4504,'game_media',''),(4887,4504,'game_media_link',''),(4888,4505,'game_home_score',''),(4889,4505,'game_away_score',''),(4890,4505,'game_time_remaining',''),(4891,4505,'game_period',''),(4892,4505,'game_is_ppd','0'),(4893,4505,'game_is_final','0'),(4894,4505,'game_is_open','0'),(4895,4505,'game_media',''),(4896,4505,'game_media_link',''),(4897,4506,'game_home_score',''),(4898,4506,'game_away_score',''),(4899,4506,'game_time_remaining',''),(4900,4506,'game_period',''),(4901,4506,'game_is_ppd','0'),(4902,4506,'game_is_final','0'),(4903,4506,'game_is_open','0'),(4904,4506,'game_media',''),(4905,4506,'game_media_link',''),(4906,4507,'game_home_score',''),(4907,4507,'game_away_score',''),(4908,4507,'game_time_remaining',''),(4909,4507,'game_period',''),(4910,4507,'game_is_ppd','0'),(4911,4507,'game_is_final','0'),(4912,4507,'game_is_open','0'),(4913,4507,'game_media',''),(4914,4507,'game_media_link',''),(4915,4509,'game_home_score',''),(4916,4509,'game_away_score',''),(4917,4509,'game_time_remaining',''),(4918,4509,'game_period',''),(4919,4509,'game_is_ppd','0'),(4920,4509,'game_is_final','0'),(4921,4509,'game_is_open','0'),(4922,4509,'game_media',''),(4923,4509,'game_media_link',''),(4924,4510,'_edit_lock','1556812240:2'),(4925,4510,'_edit_last','2'),(4926,4510,'game_status_replace',''),(4927,4510,'game_status_append',''),(4928,4510,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(4929,4511,'_edit_lock','1556829559:2'),(4930,4511,'_edit_last','2'),(4931,4511,'game_status_replace',''),(4932,4511,'game_status_append',''),(4933,4511,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(4934,4503,'_edit_lock','1556829790:2'),(4935,4503,'_edit_last','2'),(4936,4503,'game_status_replace',''),(4937,4503,'game_status_append',''),(4938,4503,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(4939,4502,'_edit_lock','1557105805:2'),(4940,4502,'_edit_last','2'),(4941,4502,'game_status_replace',''),(4942,4502,'game_status_append',''),(4943,4502,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(4944,4463,'_edit_lock','1556830406:2'),(4945,4463,'_edit_last','2'),(4946,4463,'game_status_replace',''),(4947,4463,'game_status_append',''),(4948,4463,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(4949,4467,'game_home_score',''),(4950,4467,'game_away_score',''),(4951,4467,'game_time_remaining',''),(4952,4467,'game_period',''),(4953,4467,'game_is_ppd','0'),(4954,4467,'game_is_final','0'),(4955,4467,'game_is_open','0'),(4956,4467,'game_media',''),(4957,4467,'game_media_link',''),(4958,4520,'game_home_score','0'),(4959,4520,'game_away_score','6'),(4960,4520,'game_time_remaining',''),(4961,4520,'game_period',''),(4962,4520,'game_is_ppd','0'),(4963,4520,'game_is_final','0'),(4964,4520,'game_is_open','0'),(4965,4520,'game_media',''),(4966,4520,'game_media_link',''),(4967,4521,'game_home_score',''),(4968,4521,'game_away_score',''),(4969,4521,'game_time_remaining',''),(4970,4521,'game_period',''),(4971,4521,'game_is_ppd','0'),(4972,4521,'game_is_final','0'),(4973,4521,'game_is_open','0'),(4974,4521,'game_media',''),(4975,4521,'game_media_link',''),(4976,4522,'game_home_score',''),(4977,4522,'game_away_score',''),(4978,4522,'game_time_remaining',''),(4979,4522,'game_period',''),(4980,4522,'game_is_ppd','0'),(4981,4522,'game_is_final','0'),(4982,4522,'game_is_open','0'),(4983,4522,'game_media',''),(4984,4522,'game_media_link',''),(4985,4523,'game_home_score',''),(4986,4523,'game_away_score',''),(4987,4523,'game_time_remaining',''),(4988,4523,'game_period',''),(4989,4523,'game_is_ppd','0'),(4990,4523,'game_is_final','0'),(4991,4523,'game_is_open','0'),(4992,4523,'game_media',''),(4993,4523,'game_media_link',''),(4994,4524,'game_home_score',''),(4995,4524,'game_away_score',''),(4996,4524,'game_time_remaining',''),(4997,4524,'game_period',''),(4998,4524,'game_is_ppd','0'),(4999,4524,'game_is_final','0'),(5000,4524,'game_is_open','0'),(5001,4524,'game_media',''),(5002,4524,'game_media_link',''),(5003,4525,'game_home_score',''),(5004,4525,'game_away_score',''),(5005,4525,'game_time_remaining',''),(5006,4525,'game_period',''),(5007,4525,'game_is_ppd','0'),(5008,4525,'game_is_final','0'),(5009,4525,'game_is_open','0'),(5010,4525,'game_media',''),(5011,4525,'game_media_link',''),(5012,4526,'game_home_score',''),(5013,4526,'game_away_score',''),(5014,4526,'game_time_remaining',''),(5015,4526,'game_period',''),(5016,4526,'game_is_ppd','0'),(5017,4526,'game_is_final','0'),(5018,4526,'game_is_open','0'),(5019,4526,'game_media',''),(5020,4526,'game_media_link',''),(5021,4527,'game_home_score',''),(5022,4527,'game_away_score',''),(5023,4527,'game_time_remaining',''),(5024,4527,'game_period',''),(5025,4527,'game_is_ppd','0'),(5026,4527,'game_is_final','0'),(5027,4527,'game_is_open','0'),(5028,4527,'game_media',''),(5029,4527,'game_media_link',''),(5030,4535,'game_home_score',''),(5031,4535,'game_away_score',''),(5032,4535,'game_time_remaining',''),(5033,4535,'game_period',''),(5034,4535,'game_is_ppd','1'),(5035,4535,'game_is_final','0'),(5036,4535,'game_is_open','0'),(5037,4535,'game_media',''),(5038,4535,'game_media_link',''),(5039,4536,'game_home_score','1'),(5040,4536,'game_away_score','7'),(5041,4536,'game_time_remaining',''),(5042,4536,'game_period',''),(5043,4536,'game_is_ppd','0'),(5044,4536,'game_is_final','0'),(5045,4536,'game_is_open','0'),(5046,4536,'game_media',''),(5047,4536,'game_media_link',''),(5048,4537,'game_home_score',''),(5049,4537,'game_away_score',''),(5050,4537,'game_time_remaining',''),(5051,4537,'game_period',''),(5052,4537,'game_is_ppd','0'),(5053,4537,'game_is_final','0'),(5054,4537,'game_is_open','0'),(5055,4537,'game_media',''),(5056,4537,'game_media_link',''),(5057,4538,'game_home_score',''),(5058,4538,'game_away_score',''),(5059,4538,'game_time_remaining',''),(5060,4538,'game_period',''),(5061,4538,'game_is_ppd','0'),(5062,4538,'game_is_final','0'),(5063,4538,'game_is_open','0'),(5064,4538,'game_media',''),(5065,4538,'game_media_link',''),(5066,4539,'game_home_score',''),(5067,4539,'game_away_score',''),(5068,4539,'game_time_remaining',''),(5069,4539,'game_period',''),(5070,4539,'game_is_ppd','0'),(5071,4539,'game_is_final','0'),(5072,4539,'game_is_open','0'),(5073,4539,'game_media',''),(5074,4539,'game_media_link',''),(5084,4541,'game_home_score',''),(5085,4541,'game_away_score',''),(5086,4541,'game_time_remaining',''),(5087,4541,'game_period',''),(5088,4541,'game_is_ppd','0'),(5089,4541,'game_is_final','0'),(5090,4541,'game_is_open','0'),(5091,4541,'game_media',''),(5092,4541,'game_media_link',''),(5093,4542,'game_home_score',''),(5094,4542,'game_away_score',''),(5095,4542,'game_time_remaining',''),(5096,4542,'game_period',''),(5097,4542,'game_is_ppd','0'),(5098,4542,'game_is_final','0'),(5099,4542,'game_is_open','0'),(5100,4542,'game_media',''),(5101,4542,'game_media_link',''),(5102,4543,'game_home_score',''),(5103,4543,'game_away_score',''),(5104,4543,'game_time_remaining',''),(5105,4543,'game_period',''),(5106,4543,'game_is_ppd','0'),(5107,4543,'game_is_final','0'),(5108,4543,'game_is_open','0'),(5109,4543,'game_media',''),(5110,4543,'game_media_link',''),(5111,4544,'game_home_score',''),(5112,4544,'game_away_score',''),(5113,4544,'game_time_remaining',''),(5114,4544,'game_period',''),(5115,4544,'game_is_ppd','0'),(5116,4544,'game_is_final','0'),(5117,4544,'game_is_open','0'),(5118,4544,'game_media',''),(5119,4544,'game_media_link',''),(5120,4456,'quinte-bayhawks-house-league-novice-division_2019','1'),(5121,4727,'rank',''),(5122,4727,'games_played','0'),(5123,4727,'wins','0'),(5124,4727,'losses','0'),(5125,4727,'ties','0'),(5126,4727,'otw','0'),(5127,4727,'otl','0'),(5128,4727,'goals_for','0'),(5129,4727,'goals_against','0'),(5130,4727,'games_behind',''),(5131,4727,'streak',''),(5132,4727,'last_5',''),(5133,4727,'last_10',''),(5134,4727,'home',''),(5135,4727,'away',''),(5136,4727,'conference',''),(5137,4727,'division',''),(5138,4727,'points','0'),(5139,4727,'goals_diff','0'),(5140,4727,'percent','--'),(5141,4727,'league_slug','quinte-bayhawks-house-league-novice-division'),(5142,4727,'season_slug','2019'),(5143,4727,'team_slug','kingston-hl-novice-1'),(5144,4451,'quinte-bayhawks-house-league-novice-division_2019','1'),(5145,4728,'rank',''),(5146,4728,'games_played','1'),(5147,4728,'wins','0'),(5148,4728,'losses','1'),(5149,4728,'ties','0'),(5150,4728,'otw','0'),(5151,4728,'otl','0'),(5152,4728,'goals_for','1'),(5153,4728,'goals_against','7'),(5154,4728,'games_behind',''),(5155,4728,'streak',''),(5156,4728,'last_5',''),(5157,4728,'last_10',''),(5158,4728,'home',''),(5159,4728,'away',''),(5160,4728,'conference',''),(5161,4728,'division',''),(5162,4728,'points','0'),(5163,4728,'goals_diff','-6'),(5164,4728,'percent','0'),(5165,4728,'league_slug','quinte-bayhawks-house-league-novice-division'),(5166,4728,'season_slug','2019'),(5167,4728,'team_slug','northumberland-hl-novice-1'),(5168,4452,'quinte-bayhawks-house-league-novice-division_2019','1'),(5169,4729,'rank',''),(5170,4729,'games_played','0'),(5171,4729,'wins','0'),(5172,4729,'losses','0'),(5173,4729,'ties','0'),(5174,4729,'otw','0'),(5175,4729,'otl','0'),(5176,4729,'goals_for','0'),(5177,4729,'goals_against','0'),(5178,4729,'games_behind',''),(5179,4729,'streak',''),(5180,4729,'last_5',''),(5181,4729,'last_10',''),(5182,4729,'home',''),(5183,4729,'away',''),(5184,4729,'conference',''),(5185,4729,'division',''),(5186,4729,'points','0'),(5187,4729,'goals_diff','0'),(5188,4729,'percent','--'),(5189,4729,'league_slug','quinte-bayhawks-house-league-novice-division'),(5190,4729,'season_slug','2019'),(5191,4729,'team_slug','northumberland-hl-novice-2'),(5192,3126,'quinte-bayhawks-house-league-novice-division_2019','1'),(5193,4730,'rank',''),(5194,4730,'games_played','1'),(5195,4730,'wins','1'),(5196,4730,'losses','0'),(5197,4730,'ties','0'),(5198,4730,'otw','0'),(5199,4730,'otl','0'),(5200,4730,'goals_for','7'),(5201,4730,'goals_against','1'),(5202,4730,'games_behind',''),(5203,4730,'streak',''),(5204,4730,'last_5',''),(5205,4730,'last_10',''),(5206,4730,'home',''),(5207,4730,'away',''),(5208,4730,'conference',''),(5209,4730,'division',''),(5210,4730,'points','2'),(5211,4730,'goals_diff','6'),(5212,4730,'percent','1'),(5213,4730,'league_slug','quinte-bayhawks-house-league-novice-division'),(5214,4730,'season_slug','2019'),(5215,4730,'team_slug','quinte-hl-novice-1'),(5216,3147,'quinte-bayhawks-house-league-novice-division_2019','1'),(5217,4731,'rank',''),(5218,4731,'games_played','0'),(5219,4731,'wins','0'),(5220,4731,'losses','0'),(5221,4731,'ties','0'),(5222,4731,'otw','0'),(5223,4731,'otl','0'),(5224,4731,'goals_for','0'),(5225,4731,'goals_against','0'),(5226,4731,'games_behind',''),(5227,4731,'streak',''),(5228,4731,'last_5',''),(5229,4731,'last_10',''),(5230,4731,'home',''),(5231,4731,'away',''),(5232,4731,'conference',''),(5233,4731,'division',''),(5234,4731,'points','0'),(5235,4731,'goals_diff','0'),(5236,4731,'percent','--'),(5237,4731,'league_slug','quinte-bayhawks-house-league-novice-division'),(5238,4731,'season_slug','2019'),(5239,4731,'team_slug','quinte-hl-novice-2'),(5240,4460,'quinte-bayhawks-house-league-novice-division_2019','1'),(5241,4732,'rank',''),(5242,4732,'games_played','0'),(5243,4732,'wins','0'),(5244,4732,'losses','0'),(5245,4732,'ties','0'),(5246,4732,'otw','0'),(5247,4732,'otl','0'),(5248,4732,'goals_for','0'),(5249,4732,'goals_against','0'),(5250,4732,'games_behind',''),(5251,4732,'streak',''),(5252,4732,'last_5',''),(5253,4732,'last_10',''),(5254,4732,'home',''),(5255,4732,'away',''),(5256,4732,'conference',''),(5257,4732,'division',''),(5258,4732,'points','0'),(5259,4732,'goals_diff','0'),(5260,4732,'percent','--'),(5261,4732,'league_slug','quinte-bayhawks-house-league-novice-division'),(5262,4732,'season_slug','2019'),(5263,4732,'team_slug','tyendinaga-hl-novice-1'),(5264,4453,'quinte-bayhawks-house-league-peewee-division_2019','1'),(5265,4733,'rank',''),(5266,4733,'games_played','1'),(5267,4733,'wins','0'),(5268,4733,'losses','1'),(5269,4733,'ties','0'),(5270,4733,'otw','0'),(5271,4733,'otl','0'),(5272,4733,'goals_for','0'),(5273,4733,'goals_against','6'),(5274,4733,'games_behind',''),(5275,4733,'streak',''),(5276,4733,'last_5',''),(5277,4733,'last_10',''),(5278,4733,'home',''),(5279,4733,'away',''),(5280,4733,'conference',''),(5281,4733,'division',''),(5282,4733,'points','0'),(5283,4733,'goals_diff','-6'),(5284,4733,'percent','0'),(5285,4733,'league_slug','quinte-bayhawks-house-league-peewee-division'),(5286,4733,'season_slug','2019'),(5287,4733,'team_slug','northumberland-hl-peewee-1'),(5288,4435,'quinte-bayhawks-house-league-peewee-division_2019','1'),(5289,4734,'rank',''),(5290,4734,'games_played','1'),(5291,4734,'wins','1'),(5292,4734,'losses','0'),(5293,4734,'ties','0'),(5294,4734,'otw','0'),(5295,4734,'otl','0'),(5296,4734,'goals_for','6'),(5297,4734,'goals_against','0'),(5298,4734,'games_behind',''),(5299,4734,'streak',''),(5300,4734,'last_5',''),(5301,4734,'last_10',''),(5302,4734,'home',''),(5303,4734,'away',''),(5304,4734,'conference',''),(5305,4734,'division',''),(5306,4734,'points','2'),(5307,4734,'goals_diff','6'),(5308,4734,'percent','1'),(5309,4734,'league_slug','quinte-bayhawks-house-league-peewee-division'),(5310,4734,'season_slug','2019'),(5311,4734,'team_slug','4435'),(5312,4436,'quinte-bayhawks-house-league-peewee-division_2019','1'),(5313,4735,'rank',''),(5314,4735,'games_played','0'),(5315,4735,'wins','0'),(5316,4735,'losses','0'),(5317,4735,'ties','0'),(5318,4735,'otw','0'),(5319,4735,'otl','0'),(5320,4735,'goals_for','0'),(5321,4735,'goals_against','0'),(5322,4735,'games_behind',''),(5323,4735,'streak',''),(5324,4735,'last_5',''),(5325,4735,'last_10',''),(5326,4735,'home',''),(5327,4735,'away',''),(5328,4735,'conference',''),(5329,4735,'division',''),(5330,4735,'points','0'),(5331,4735,'goals_diff','0'),(5332,4735,'percent','--'),(5333,4735,'league_slug','quinte-bayhawks-house-league-peewee-division'),(5334,4735,'season_slug','2019'),(5335,4735,'team_slug','4436'),(5336,4461,'quinte-bayhawks-house-league-peewee-division_2019','1'),(5337,4736,'rank',''),(5338,4736,'games_played','0'),(5339,4736,'wins','0'),(5340,4736,'losses','0'),(5341,4736,'ties','0'),(5342,4736,'otw','0'),(5343,4736,'otl','0'),(5344,4736,'goals_for','0'),(5345,4736,'goals_against','0'),(5346,4736,'games_behind',''),(5347,4736,'streak',''),(5348,4736,'last_5',''),(5349,4736,'last_10',''),(5350,4736,'home',''),(5351,4736,'away',''),(5352,4736,'conference',''),(5353,4736,'division',''),(5354,4736,'points','0'),(5355,4736,'goals_diff','0'),(5356,4736,'percent','--'),(5357,4736,'league_slug','quinte-bayhawks-house-league-peewee-division'),(5358,4736,'season_slug','2019'),(5359,4736,'team_slug','tyendinaga-hl-peewee-1'),(5360,4457,'quinte-bayhawks-house-league-bantam-division_2019','1'),(5361,4737,'rank',''),(5362,4737,'games_played','0'),(5363,4737,'wins','0'),(5364,4737,'losses','0'),(5365,4737,'ties','0'),(5366,4737,'otw','0'),(5367,4737,'otl','0'),(5368,4737,'goals_for','0'),(5369,4737,'goals_against','0'),(5370,4737,'games_behind',''),(5371,4737,'streak',''),(5372,4737,'last_5',''),(5373,4737,'last_10',''),(5374,4737,'home',''),(5375,4737,'away',''),(5376,4737,'conference',''),(5377,4737,'division',''),(5378,4737,'points','0'),(5379,4737,'goals_diff','0'),(5380,4737,'percent','--'),(5381,4737,'league_slug','quinte-bayhawks-house-league-bantam-division'),(5382,4737,'season_slug','2019'),(5383,4737,'team_slug','kingston-hl-bantam-1'),(5384,4454,'quinte-bayhawks-house-league-bantam-division_2019','1'),(5385,4738,'rank',''),(5386,4738,'games_played','1'),(5387,4738,'wins','0'),(5388,4738,'losses','1'),(5389,4738,'ties','0'),(5390,4738,'otw','0'),(5391,4738,'otl','0'),(5392,4738,'goals_for','1'),(5393,4738,'goals_against','7'),(5394,4738,'games_behind',''),(5395,4738,'streak',''),(5396,4738,'last_5',''),(5397,4738,'last_10',''),(5398,4738,'home',''),(5399,4738,'away',''),(5400,4738,'conference',''),(5401,4738,'division',''),(5402,4738,'points','0'),(5403,4738,'goals_diff','-6'),(5404,4738,'percent','0'),(5405,4738,'league_slug','quinte-bayhawks-house-league-bantam-division'),(5406,4738,'season_slug','2019'),(5407,4738,'team_slug','northumberland-hl-bantam-1'),(5408,4440,'quinte-bayhawks-house-league-bantam-division_2019','1'),(5409,4739,'rank',''),(5410,4739,'games_played','1'),(5411,4739,'wins','1'),(5412,4739,'losses','0'),(5413,4739,'ties','0'),(5414,4739,'otw','0'),(5415,4739,'otl','0'),(5416,4739,'goals_for','7'),(5417,4739,'goals_against','1'),(5418,4739,'games_behind',''),(5419,4739,'streak',''),(5420,4739,'last_5',''),(5421,4739,'last_10',''),(5422,4739,'home',''),(5423,4739,'away',''),(5424,4739,'conference',''),(5425,4739,'division',''),(5426,4739,'points','2'),(5427,4739,'goals_diff','6'),(5428,4739,'percent','1'),(5429,4739,'league_slug','quinte-bayhawks-house-league-bantam-division'),(5430,4739,'season_slug','2019'),(5431,4739,'team_slug','quinte-hl-bantam-1'),(5432,4534,'quinte-bayhawks-house-league-bantam-division_2019','1'),(5433,4740,'rank',''),(5434,4740,'games_played','0'),(5435,4740,'wins','0'),(5436,4740,'losses','0'),(5437,4740,'ties','0'),(5438,4740,'otw','0'),(5439,4740,'otl','0'),(5440,4740,'goals_for','0'),(5441,4740,'goals_against','0'),(5442,4740,'games_behind',''),(5443,4740,'streak',''),(5444,4740,'last_5',''),(5445,4740,'last_10',''),(5446,4740,'home',''),(5447,4740,'away',''),(5448,4740,'conference',''),(5449,4740,'division',''),(5450,4740,'points','0'),(5451,4740,'goals_diff','0'),(5452,4740,'percent','--'),(5453,4740,'league_slug','quinte-bayhawks-house-league-bantam-division'),(5454,4740,'season_slug','2019'),(5455,4740,'team_slug','4534'),(5456,4533,'quinte-bayhawks-house-league-bantam-division_2019','1'),(5457,4741,'rank',''),(5458,4741,'games_played','0'),(5459,4741,'wins','0'),(5460,4741,'losses','0'),(5461,4741,'ties','0'),(5462,4741,'otw','0'),(5463,4741,'otl','0'),(5464,4741,'goals_for','0'),(5465,4741,'goals_against','0'),(5466,4741,'games_behind',''),(5467,4741,'streak',''),(5468,4741,'last_5',''),(5469,4741,'last_10',''),(5470,4741,'home',''),(5471,4741,'away',''),(5472,4741,'conference',''),(5473,4741,'division',''),(5474,4741,'points','0'),(5475,4741,'goals_diff','0'),(5476,4741,'percent','--'),(5477,4741,'league_slug','quinte-bayhawks-house-league-bantam-division'),(5478,4741,'season_slug','2019'),(5479,4741,'team_slug','4533'),(5480,4462,'quinte-bayhawks-house-league-bantam-division_2019','1'),(5481,4742,'rank',''),(5482,4742,'games_played','0'),(5483,4742,'wins','0'),(5484,4742,'losses','0'),(5485,4742,'ties','0'),(5486,4742,'otw','0'),(5487,4742,'otl','0'),(5488,4742,'goals_for','0'),(5489,4742,'goals_against','0'),(5490,4742,'games_behind',''),(5491,4742,'streak',''),(5492,4742,'last_5',''),(5493,4742,'last_10',''),(5494,4742,'home',''),(5495,4742,'away',''),(5496,4742,'conference',''),(5497,4742,'division',''),(5498,4742,'points','0'),(5499,4742,'goals_diff','0'),(5500,4742,'percent','--'),(5501,4742,'league_slug','quinte-bayhawks-house-league-bantam-division'),(5502,4742,'season_slug','2019'),(5503,4742,'team_slug','tyendinaga-hl-bantam-1'),(5504,4446,'_edit_lock','1557105854:2'),(5508,4751,'_edit_lock','1557109120:2'),(5509,4751,'_edit_last','2'),(5510,4751,'team_name','Quinte HL Paperweight 1'),(5511,4751,'team_short_name','PWT1'),(5512,4751,'team_mascot',''),(5513,4751,'team_link',''),(5514,4751,'team_home_venue','qswc-mackay'),(5515,4751,'team_logo',''),(5516,4751,'team_alt_logo',''),(5517,4751,'team_bkgd_color',''),(5518,4751,'team_text_color',''),(5519,4751,'team_accent_color_1',''),(5520,4751,'team_accent_color_2',''),(5521,4751,'team_school',''),(5522,4751,'team_sport',''),(5523,4751,'team_roster',''),(5524,4751,'team_season',''),(5525,4751,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(5526,4751,'boldgrid_in_page_containers','0'),(5527,4752,'_edit_lock','1557109179:2'),(5528,4752,'_edit_last','2'),(5529,4752,'team_name','Quinte HL Paperweight 2'),(5530,4752,'team_short_name','PWT2'),(5531,4752,'team_mascot',''),(5532,4752,'team_link',''),(5533,4752,'team_home_venue','qswc-mackay'),(5534,4752,'team_logo',''),(5535,4752,'team_alt_logo',''),(5536,4752,'team_bkgd_color',''),(5537,4752,'team_text_color',''),(5538,4752,'team_accent_color_1',''),(5539,4752,'team_accent_color_2',''),(5540,4752,'team_school',''),(5541,4752,'team_sport',''),(5542,4752,'team_roster',''),(5543,4752,'team_season',''),(5544,4752,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(5545,4752,'boldgrid_hide_page_title','1'),(5546,4752,'boldgrid_in_page_containers','0'),(5547,4753,'_edit_lock','1557109281:2'),(5548,4753,'_edit_last','2'),(5549,4753,'team_name','Quinte HL Paperweight 3'),(5550,4753,'team_short_name','PWT3'),(5551,4753,'team_mascot',''),(5552,4753,'team_link',''),(5553,4753,'team_home_venue','qswc-mackay'),(5554,4753,'team_logo',''),(5555,4753,'team_alt_logo',''),(5556,4753,'team_bkgd_color',''),(5557,4753,'team_text_color',''),(5558,4753,'team_accent_color_1',''),(5559,4753,'team_accent_color_2',''),(5560,4753,'team_school',''),(5561,4753,'team_sport',''),(5562,4753,'team_roster',''),(5563,4753,'team_season',''),(5564,4753,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(5565,4753,'boldgrid_hide_page_title','1'),(5566,4753,'boldgrid_in_page_containers','0'),(5567,4754,'game_unix_dtg','1557568800'),(5568,4754,'game_is_tba','0'),(5569,4754,'game_name','Paperweight HL'),(5570,4754,'game_home_team','quinte-hl-paperweight-1'),(5571,4754,'game_away_team','quinte-hl-paperweight-2'),(5572,4754,'game_location','qswc-mackay'),(5573,4754,'game_nonleague','0'),(5574,4754,'game_is_conference','0'),(5575,4754,'game_is_division','0'),(5576,4754,'game_league','quinte-bayhawks-house-league-paperweight-division'),(5577,4754,'game_season','2019'),(5578,4755,'game_unix_dtg','1557568800'),(5579,4755,'game_is_tba','0'),(5580,4755,'game_name','Paperweight HL'),(5581,4755,'game_home_team','quinte-hl-paperweight-1'),(5582,4755,'game_away_team','quinte-hl-paperweight-3'),(5583,4755,'game_location','qswc-mackay'),(5584,4755,'game_nonleague','0'),(5585,4755,'game_is_conference','0'),(5586,4755,'game_is_division','0'),(5587,4755,'game_league','quinte-bayhawks-house-league-paperweight-division'),(5588,4755,'game_season','2019'),(5589,4756,'game_unix_dtg','1557568800'),(5590,4756,'game_is_tba','0'),(5591,4756,'game_name','Paperweight HL'),(5592,4756,'game_home_team','quinte-hl-paperweight-2'),(5593,4756,'game_away_team','quinte-hl-paperweight-3'),(5594,4756,'game_location','qswc-mackay'),(5595,4756,'game_nonleague','0'),(5596,4756,'game_is_conference','0'),(5597,4756,'game_is_division','0'),(5598,4756,'game_league','quinte-bayhawks-house-league-paperweight-division'),(5599,4756,'game_season','2019'),(5600,4757,'game_unix_dtg','1558778400'),(5601,4757,'game_is_tba','0'),(5602,4757,'game_name','Paperweight HL'),(5603,4757,'game_home_team','quinte-hl-paperweight-1'),(5604,4757,'game_away_team','quinte-hl-paperweight-2'),(5605,4757,'game_location','qswc-mackay'),(5606,4757,'game_nonleague','0'),(5607,4757,'game_is_conference','0'),(5608,4757,'game_is_division','0'),(5609,4757,'game_league','quinte-bayhawks-house-league-paperweight-division'),(5610,4757,'game_season','2019'),(5611,4758,'game_unix_dtg','1558778400'),(5612,4758,'game_is_tba','0'),(5613,4758,'game_name','Paperweight HL'),(5614,4758,'game_home_team','quinte-hl-paperweight-1'),(5615,4758,'game_away_team','quinte-hl-paperweight-3'),(5616,4758,'game_location','qswc-mackay'),(5617,4758,'game_nonleague','0'),(5618,4758,'game_is_conference','0'),(5619,4758,'game_is_division','0'),(5620,4758,'game_league','quinte-bayhawks-house-league-paperweight-division'),(5621,4758,'game_season','2019'),(5622,4759,'game_unix_dtg','1558778400'),(5623,4759,'game_is_tba','0'),(5624,4759,'game_name','Paperweight HL'),(5625,4759,'game_home_team','quinte-hl-paperweight-2'),(5626,4759,'game_away_team','quinte-hl-paperweight-3'),(5627,4759,'game_location','qswc-mackay'),(5628,4759,'game_nonleague','0'),(5629,4759,'game_is_conference','0'),(5630,4759,'game_is_division','0'),(5631,4759,'game_league','quinte-bayhawks-house-league-paperweight-division'),(5632,4759,'game_season','2019'),(5633,4760,'game_unix_dtg','1559383200'),(5634,4760,'game_is_tba','0'),(5635,4760,'game_name','Paperweight HL'),(5636,4760,'game_home_team','quinte-hl-paperweight-1'),(5637,4760,'game_away_team','quinte-hl-paperweight-2'),(5638,4760,'game_location','qswc-mackay'),(5639,4760,'game_nonleague','0'),(5640,4760,'game_is_conference','0'),(5641,4760,'game_is_division','0'),(5642,4760,'game_league','quinte-bayhawks-house-league-paperweight-division'),(5643,4760,'game_season','2019'),(5644,4761,'game_unix_dtg','1559383200'),(5645,4761,'game_is_tba','0'),(5646,4761,'game_name','Paperweight HL'),(5647,4761,'game_home_team','quinte-hl-paperweight-1'),(5648,4761,'game_away_team','quinte-hl-paperweight-3'),(5649,4761,'game_location','qswc-mackay'),(5650,4761,'game_nonleague','0'),(5651,4761,'game_is_conference','0'),(5652,4761,'game_is_division','0'),(5653,4761,'game_league','quinte-bayhawks-house-league-paperweight-division'),(5654,4761,'game_season','2019'),(5655,4762,'game_unix_dtg','1559383200'),(5656,4762,'game_is_tba','0'),(5657,4762,'game_name','Paperweight HL'),(5658,4762,'game_home_team','quinte-hl-paperweight-2'),(5659,4762,'game_away_team','quinte-hl-paperweight-3'),(5660,4762,'game_location','qswc-mackay'),(5661,4762,'game_nonleague','0'),(5662,4762,'game_is_conference','0'),(5663,4762,'game_is_division','0'),(5664,4762,'game_league','quinte-bayhawks-house-league-paperweight-division'),(5665,4762,'game_season','2019'),(5666,4763,'game_unix_dtg','1559988000'),(5667,4763,'game_is_tba','0'),(5668,4763,'game_name','Paperweight HL'),(5669,4763,'game_home_team','quinte-hl-paperweight-1'),(5670,4763,'game_away_team','quinte-hl-paperweight-2'),(5671,4763,'game_location','qswc-mackay'),(5672,4763,'game_nonleague','0'),(5673,4763,'game_is_conference','0'),(5674,4763,'game_is_division','0'),(5675,4763,'game_league','quinte-bayhawks-house-league-paperweight-division'),(5676,4763,'game_season','2019'),(5677,4764,'game_unix_dtg','1559988000'),(5678,4764,'game_is_tba','0'),(5679,4764,'game_name','Paperweight HL'),(5680,4764,'game_home_team','quinte-hl-paperweight-1'),(5681,4764,'game_away_team','quinte-hl-paperweight-3'),(5682,4764,'game_location','qswc-mackay'),(5683,4764,'game_nonleague','0'),(5684,4764,'game_is_conference','0'),(5685,4764,'game_is_division','0'),(5686,4764,'game_league','quinte-bayhawks-house-league-paperweight-division'),(5687,4764,'game_season','2019'),(5688,4765,'game_unix_dtg','1559988000'),(5689,4765,'game_is_tba','0'),(5690,4765,'game_name','Paperweight HL'),(5691,4765,'game_home_team','quinte-hl-paperweight-2'),(5692,4765,'game_away_team','quinte-hl-paperweight-3'),(5693,4765,'game_location','qswc-mackay'),(5694,4765,'game_nonleague','0'),(5695,4765,'game_is_conference','0'),(5696,4765,'game_is_division','0'),(5697,4765,'game_league','quinte-bayhawks-house-league-paperweight-division'),(5698,4765,'game_season','2019'),(5699,4766,'game_unix_dtg','1560592800'),(5700,4766,'game_is_tba','0'),(5701,4766,'game_name','Paperweight HL'),(5702,4766,'game_home_team','quinte-hl-paperweight-1'),(5703,4766,'game_away_team','quinte-hl-paperweight-2'),(5704,4766,'game_location','qswc-mackay'),(5705,4766,'game_nonleague','0'),(5706,4766,'game_is_conference','0'),(5707,4766,'game_is_division','0'),(5708,4766,'game_league','quinte-bayhawks-house-league-paperweight-division'),(5709,4766,'game_season','2019'),(5710,4767,'game_unix_dtg','1560592800'),(5711,4767,'game_is_tba','0'),(5712,4767,'game_name','Paperweight HL'),(5713,4767,'game_home_team','quinte-hl-paperweight-1'),(5714,4767,'game_away_team','quinte-hl-paperweight-3'),(5715,4767,'game_location','qswc-mackay'),(5716,4767,'game_nonleague','0'),(5717,4767,'game_is_conference','0'),(5718,4767,'game_is_division','0'),(5719,4767,'game_league','quinte-bayhawks-house-league-paperweight-division'),(5720,4767,'game_season','2019'),(5721,4768,'game_unix_dtg','1560592800'),(5722,4768,'game_is_tba','0'),(5723,4768,'game_name','Paperweight HL'),(5724,4768,'game_home_team','quinte-hl-paperweight-2'),(5725,4768,'game_away_team','quinte-hl-paperweight-3'),(5726,4768,'game_location','qswc-mackay'),(5727,4768,'game_nonleague','0'),(5728,4768,'game_is_conference','0'),(5729,4768,'game_is_division','0'),(5730,4768,'game_league','quinte-bayhawks-house-league-paperweight-division'),(5731,4768,'game_season','2019'),(5732,4772,'player_first_name','Brody'),(5733,4772,'player_last_name','C.'),(5734,4772,'player_number',''),(5735,4772,'player_position',''),(5736,4772,'player_height',''),(5737,4772,'player_weight',''),(5738,4772,'player_year',''),(5739,4772,'player_experience',''),(5740,4772,'player_age',''),(5741,4772,'player_last_school',''),(5742,4772,'player_home_town',''),(5743,4772,'player_country',''),(5744,4772,'player_bats','0'),(5745,4772,'player_throws','0'),(5746,4772,'player_other',''),(5747,4773,'player_first_name','Blake'),(5748,4773,'player_last_name','C.'),(5749,4773,'player_number',''),(5750,4773,'player_position',''),(5751,4773,'player_height',''),(5752,4773,'player_weight',''),(5753,4773,'player_year',''),(5754,4773,'player_experience',''),(5755,4773,'player_age',''),(5756,4773,'player_last_school',''),(5757,4773,'player_home_town',''),(5758,4773,'player_country',''),(5759,4773,'player_bats','0'),(5760,4773,'player_throws','0'),(5761,4773,'player_other',''),(5762,4774,'player_first_name','Spencer'),(5763,4774,'player_last_name','H.'),(5764,4774,'player_number',''),(5765,4774,'player_position',''),(5766,4774,'player_height',''),(5767,4774,'player_weight',''),(5768,4774,'player_year',''),(5769,4774,'player_experience',''),(5770,4774,'player_age',''),(5771,4774,'player_last_school',''),(5772,4774,'player_home_town',''),(5773,4774,'player_country',''),(5774,4774,'player_bats','0'),(5775,4774,'player_throws','0'),(5776,4774,'player_other',''),(5777,4775,'player_first_name','Lucas'),(5778,4775,'player_last_name','T.'),(5779,4775,'player_number',''),(5780,4775,'player_position',''),(5781,4775,'player_height',''),(5782,4775,'player_weight',''),(5783,4775,'player_year',''),(5784,4775,'player_experience',''),(5785,4775,'player_age',''),(5786,4775,'player_last_school',''),(5787,4775,'player_home_town',''),(5788,4775,'player_country',''),(5789,4775,'player_bats','0'),(5790,4775,'player_throws','0'),(5791,4775,'player_other',''),(5792,4776,'player_first_name','Cohen'),(5793,4776,'player_last_name','M.'),(5794,4776,'player_number',''),(5795,4776,'player_position',''),(5796,4776,'player_height',''),(5797,4776,'player_weight',''),(5798,4776,'player_year',''),(5799,4776,'player_experience',''),(5800,4776,'player_age',''),(5801,4776,'player_last_school',''),(5802,4776,'player_home_town',''),(5803,4776,'player_country',''),(5804,4776,'player_bats','0'),(5805,4776,'player_throws','0'),(5806,4776,'player_other',''),(5807,4777,'player_first_name','Carter'),(5808,4777,'player_last_name','F.'),(5809,4777,'player_number',''),(5810,4777,'player_position',''),(5811,4777,'player_height',''),(5812,4777,'player_weight',''),(5813,4777,'player_year',''),(5814,4777,'player_experience',''),(5815,4777,'player_age',''),(5816,4777,'player_last_school',''),(5817,4777,'player_home_town',''),(5818,4777,'player_country',''),(5819,4777,'player_bats','0'),(5820,4777,'player_throws','0'),(5821,4777,'player_other',''),(5822,4778,'player_first_name','Keegan'),(5823,4778,'player_last_name','M.'),(5824,4778,'player_number',''),(5825,4778,'player_position',''),(5826,4778,'player_height',''),(5827,4778,'player_weight',''),(5828,4778,'player_year',''),(5829,4778,'player_experience',''),(5830,4778,'player_age',''),(5831,4778,'player_last_school',''),(5832,4778,'player_home_town',''),(5833,4778,'player_country',''),(5834,4778,'player_bats','0'),(5835,4778,'player_throws','0'),(5836,4778,'player_other',''),(5837,4779,'player_first_name','Olivia'),(5838,4779,'player_last_name','P.'),(5839,4779,'player_number',''),(5840,4779,'player_position',''),(5841,4779,'player_height',''),(5842,4779,'player_weight',''),(5843,4779,'player_year',''),(5844,4779,'player_experience',''),(5845,4779,'player_age',''),(5846,4779,'player_last_school',''),(5847,4779,'player_home_town',''),(5848,4779,'player_country',''),(5849,4779,'player_bats','0'),(5850,4779,'player_throws','0'),(5851,4779,'player_other',''),(5852,4780,'player_first_name','Emerson'),(5853,4780,'player_last_name','W.'),(5854,4780,'player_number',''),(5855,4780,'player_position',''),(5856,4780,'player_height',''),(5857,4780,'player_weight',''),(5858,4780,'player_year',''),(5859,4780,'player_experience',''),(5860,4780,'player_age',''),(5861,4780,'player_last_school',''),(5862,4780,'player_home_town',''),(5863,4780,'player_country',''),(5864,4780,'player_bats','0'),(5865,4780,'player_throws','0'),(5866,4780,'player_other',''),(5867,4781,'player_first_name','Carson'),(5868,4781,'player_last_name','S.'),(5869,4781,'player_number',''),(5870,4781,'player_position',''),(5871,4781,'player_height',''),(5872,4781,'player_weight',''),(5873,4781,'player_year',''),(5874,4781,'player_experience',''),(5875,4781,'player_age',''),(5876,4781,'player_last_school',''),(5877,4781,'player_home_town',''),(5878,4781,'player_country',''),(5879,4781,'player_bats','0'),(5880,4781,'player_throws','0'),(5881,4781,'player_other',''),(5882,4782,'player_first_name','Hayden'),(5883,4782,'player_last_name','M.'),(5884,4782,'player_number',''),(5885,4782,'player_position',''),(5886,4782,'player_height',''),(5887,4782,'player_weight',''),(5888,4782,'player_year',''),(5889,4782,'player_experience',''),(5890,4782,'player_age',''),(5891,4782,'player_last_school',''),(5892,4782,'player_home_town',''),(5893,4782,'player_country',''),(5894,4782,'player_bats','0'),(5895,4782,'player_throws','0'),(5896,4782,'player_other',''),(5897,4783,'player_first_name','Henry'),(5898,4783,'player_last_name','D.'),(5899,4783,'player_number',''),(5900,4783,'player_position',''),(5901,4783,'player_height',''),(5902,4783,'player_weight',''),(5903,4783,'player_year',''),(5904,4783,'player_experience',''),(5905,4783,'player_age',''),(5906,4783,'player_last_school',''),(5907,4783,'player_home_town',''),(5908,4783,'player_country',''),(5909,4783,'player_bats','0'),(5910,4783,'player_throws','0'),(5911,4783,'player_other',''),(5912,4784,'player_first_name','Kieran'),(5913,4784,'player_last_name','H.'),(5914,4784,'player_number',''),(5915,4784,'player_position',''),(5916,4784,'player_height',''),(5917,4784,'player_weight',''),(5918,4784,'player_year',''),(5919,4784,'player_experience',''),(5920,4784,'player_age',''),(5921,4784,'player_last_school',''),(5922,4784,'player_home_town',''),(5923,4784,'player_country',''),(5924,4784,'player_bats','0'),(5925,4784,'player_throws','0'),(5926,4784,'player_other',''),(5927,4785,'player_first_name','Maclean'),(5928,4785,'player_last_name','B.'),(5929,4785,'player_number',''),(5930,4785,'player_position',''),(5931,4785,'player_height',''),(5932,4785,'player_weight',''),(5933,4785,'player_year',''),(5934,4785,'player_experience',''),(5935,4785,'player_age',''),(5936,4785,'player_last_school',''),(5937,4785,'player_home_town',''),(5938,4785,'player_country',''),(5939,4785,'player_bats','0'),(5940,4785,'player_throws','0'),(5941,4785,'player_other',''),(5942,4786,'player_first_name','Evan'),(5943,4786,'player_last_name','A.'),(5944,4786,'player_number',''),(5945,4786,'player_position',''),(5946,4786,'player_height',''),(5947,4786,'player_weight',''),(5948,4786,'player_year',''),(5949,4786,'player_experience',''),(5950,4786,'player_age',''),(5951,4786,'player_last_school',''),(5952,4786,'player_home_town',''),(5953,4786,'player_country',''),(5954,4786,'player_bats','0'),(5955,4786,'player_throws','0'),(5956,4786,'player_other',''),(5957,4787,'player_first_name','Jordan'),(5958,4787,'player_last_name','A.'),(5959,4787,'player_number',''),(5960,4787,'player_position',''),(5961,4787,'player_height',''),(5962,4787,'player_weight',''),(5963,4787,'player_year',''),(5964,4787,'player_experience',''),(5965,4787,'player_age',''),(5966,4787,'player_last_school',''),(5967,4787,'player_home_town',''),(5968,4787,'player_country',''),(5969,4787,'player_bats','0'),(5970,4787,'player_throws','0'),(5971,4787,'player_other',''),(5972,4788,'player_first_name','Kennedy'),(5973,4788,'player_last_name','B.'),(5974,4788,'player_number',''),(5975,4788,'player_position',''),(5976,4788,'player_height',''),(5977,4788,'player_weight',''),(5978,4788,'player_year',''),(5979,4788,'player_experience',''),(5980,4788,'player_age',''),(5981,4788,'player_last_school',''),(5982,4788,'player_home_town',''),(5983,4788,'player_country',''),(5984,4788,'player_bats','0'),(5985,4788,'player_throws','0'),(5986,4788,'player_other',''),(5987,4789,'player_first_name','Austin'),(5988,4789,'player_last_name','W.'),(5989,4789,'player_number',''),(5990,4789,'player_position',''),(5991,4789,'player_height',''),(5992,4789,'player_weight',''),(5993,4789,'player_year',''),(5994,4789,'player_experience',''),(5995,4789,'player_age',''),(5996,4789,'player_last_school',''),(5997,4789,'player_home_town',''),(5998,4789,'player_country',''),(5999,4789,'player_bats','0'),(6000,4789,'player_throws','0'),(6001,4789,'player_other',''),(6002,4790,'player_first_name','Carson'),(6003,4790,'player_last_name','H.'),(6004,4790,'player_number',''),(6005,4790,'player_position',''),(6006,4790,'player_height',''),(6007,4790,'player_weight',''),(6008,4790,'player_year',''),(6009,4790,'player_experience',''),(6010,4790,'player_age',''),(6011,4790,'player_last_school',''),(6012,4790,'player_home_town',''),(6013,4790,'player_country',''),(6014,4790,'player_bats','0'),(6015,4790,'player_throws','0'),(6016,4790,'player_other',''),(6017,4791,'player_first_name','Levi'),(6018,4791,'player_last_name','R.'),(6019,4791,'player_number',''),(6020,4791,'player_position',''),(6021,4791,'player_height',''),(6022,4791,'player_weight',''),(6023,4791,'player_year',''),(6024,4791,'player_experience',''),(6025,4791,'player_age',''),(6026,4791,'player_last_school',''),(6027,4791,'player_home_town',''),(6028,4791,'player_country',''),(6029,4791,'player_bats','0'),(6030,4791,'player_throws','0'),(6031,4791,'player_other',''),(6032,4792,'player_first_name','Tristan'),(6033,4792,'player_last_name','B.'),(6034,4792,'player_number',''),(6035,4792,'player_position',''),(6036,4792,'player_height',''),(6037,4792,'player_weight',''),(6038,4792,'player_year',''),(6039,4792,'player_experience',''),(6040,4792,'player_age',''),(6041,4792,'player_last_school',''),(6042,4792,'player_home_town',''),(6043,4792,'player_country',''),(6044,4792,'player_bats','0'),(6045,4792,'player_throws','0'),(6046,4792,'player_other',''),(6047,4793,'player_first_name','Kellin'),(6048,4793,'player_last_name','W.'),(6049,4793,'player_number',''),(6050,4793,'player_position',''),(6051,4793,'player_height',''),(6052,4793,'player_weight',''),(6053,4793,'player_year',''),(6054,4793,'player_experience',''),(6055,4793,'player_age',''),(6056,4793,'player_last_school',''),(6057,4793,'player_home_town',''),(6058,4793,'player_country',''),(6059,4793,'player_bats','0'),(6060,4793,'player_throws','0'),(6061,4793,'player_other',''),(6570,4947,'boldgrid_hide_page_title','0'),(6571,4947,'boldgrid_in_page_containers','1'),(6572,4947,'bgseo_robots_index','index'),(6573,4947,'bgseo_robots_follow','follow'),(6567,4947,'_edit_last','2'),(6566,4948,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:215;s:6:\"height\";i:52;s:4:\"file\";s:27:\"2019/10/Nationwide-Logo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Nationwide-Logo-150x52.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:52;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Joseph Fee\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1571498462\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6565,4948,'_wp_attached_file','2019/10/Nationwide-Logo.jpg'),(6564,4947,'_edit_lock','1599789484:2'),(6546,4944,'_menu_item_type','custom'),(6547,4944,'_menu_item_menu_item_parent','0'),(6548,4944,'_menu_item_object_id','4944'),(6549,4944,'_menu_item_object','custom'),(6550,4944,'_menu_item_target',''),(6551,4944,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6552,4944,'_menu_item_xfn',''),(6553,4944,'_menu_item_url',''),(6091,4802,'_edit_lock','1557232975:2'),(6092,4802,'_edit_last','2'),(6093,4802,'team_name','Quinte Bayhawks Peewee Rep'),(6094,4802,'team_short_name','PWR'),(6095,4802,'team_mascot',''),(6096,4802,'team_link',''),(6097,4802,'team_home_venue','qswc-mackay'),(6098,4802,'team_logo',''),(6099,4802,'team_alt_logo',''),(6100,4802,'team_bkgd_color',''),(6101,4802,'team_text_color',''),(6102,4802,'team_accent_color_1',''),(6103,4802,'team_accent_color_2',''),(6104,4802,'team_school',''),(6105,4802,'team_sport',''),(6106,4802,'team_roster',''),(6107,4802,'team_season',''),(6108,4802,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(6109,4802,'boldgrid_hide_page_title','1'),(6110,4802,'boldgrid_in_page_containers','0'),(6119,4659,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(6120,4454,'boldgrid_in_page_containers','0'),(6121,4808,'game_unix_dtg','1557950400'),(6122,4808,'game_is_tba','0'),(6123,4808,'game_name','Midget Interlock'),(6124,4808,'game_home_team','quinte-hl-midget-interlock'),(6125,4808,'game_away_team','northumberland-hl-bantam-1'),(6126,4808,'game_location','king-edward-park-arena'),(6127,4808,'game_nonleague','0'),(6128,4808,'game_is_conference','0'),(6129,4808,'game_is_division','0'),(6130,4808,'game_league','quinte-bayhawks-house-league-midget-division'),(6131,4808,'game_season','2019'),(6154,4811,'game_unix_dtg','1558038600'),(6155,4811,'game_is_tba','0'),(6156,4811,'game_name','Midget Interlock'),(6157,4811,'game_home_team','kingston-hl-bantam-1'),(6158,4811,'game_away_team','quinte-hl-midget-interlock'),(6159,4811,'game_location','w-j-henderson-recreation-center'),(6160,4811,'game_nonleague','0'),(6161,4811,'game_is_conference','0'),(6162,4811,'game_is_division','0'),(6163,4811,'game_league','quinte-bayhawks-house-league-midget-division'),(6164,4811,'game_season','2019'),(6165,4812,'game_unix_dtg','1558038600'),(6166,4812,'game_is_tba','0'),(6167,4812,'game_name','Bantam Interlock'),(6168,4812,'game_home_team','kingston-hl-bantam-1'),(6169,4812,'game_away_team','4533'),(6170,4812,'game_location','w-j-henderson-recreation-center'),(6171,4812,'game_nonleague','0'),(6172,4812,'game_is_conference','0'),(6173,4812,'game_is_division','0'),(6174,4812,'game_league','quinte-bayhawks-house-league-bantam-division'),(6175,4812,'game_season','2019'),(6176,4811,'_edit_lock','1557865137:2'),(6177,4457,'boldgrid_in_page_containers','0'),(6178,4811,'_edit_last','2'),(6179,4811,'game_media',''),(6180,4811,'game_media_link',''),(6181,4811,'game_home_score',''),(6182,4811,'game_away_score',''),(6183,4811,'game_time_remaining',''),(6184,4811,'game_period',''),(6185,4811,'game_is_final','0'),(6186,4811,'game_is_open','0'),(6187,4811,'game_is_ppd','0'),(6188,4811,'game_status_replace',''),(6189,4811,'game_status_append',''),(6190,4811,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(6224,4527,'_edit_lock','1558921768:2'),(6225,4527,'_edit_last','2'),(6226,4527,'game_status_replace',''),(6227,4527,'game_status_append',''),(6228,4527,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(6229,4544,'_edit_lock','1558921872:2'),(6230,4544,'_edit_last','2'),(6231,4544,'game_status_replace',''),(6232,4544,'game_status_append',''),(6233,4544,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(6234,4577,'_edit_lock','1558922417:2'),(6235,4577,'_edit_last','2'),(6236,4577,'game_media',''),(6237,4577,'game_media_link',''),(6238,4577,'game_home_score',''),(6239,4577,'game_away_score',''),(6240,4577,'game_time_remaining',''),(6241,4577,'game_period',''),(6242,4577,'game_is_final','0'),(6243,4577,'game_is_open','0'),(6244,4577,'game_is_ppd','0'),(6245,4577,'game_status_replace',''),(6246,4577,'game_status_append',''),(6247,4577,'post_grid_post_settings','a:10:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";}'),(6259,4830,'_wp_attached_file','2019/09/IMG_6304.jpg'),(6260,4830,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:20:\"2019/09/IMG_6304.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6304-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6304-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_6304-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_6304-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:32:\"0_0_150_150_IMG_6304-300x225.jpg\";s:5:\"width\";d:150;s:6:\"height\";d:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560793712\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6261,4831,'_wp_attached_file','2019/09/IMG_6348.jpg'),(6262,4831,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:20:\"2019/09/IMG_6348.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6348-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6348-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_6348-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_6348-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:33:\"20_0_150_150_IMG_6348-300x225.jpg\";s:5:\"width\";d:150;s:6:\"height\";d:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-2\";a:4:{s:4:\"file\";s:35:\"0_120_400_250_IMG_6348-1024x768.jpg\";s:5:\"width\";d:400;s:6:\"height\";d:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561057446\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7373,5327,'_publicize_twitter_user','@QuinteLacrosse'),(7374,5327,'post_grid_post_settings','a:3:{s:11:\"current_tab\";s:7:\"options\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";}'),(6569,4947,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:0:\"\";s:22:\"font_awesome_icon_size\";s:0:\"\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(6568,4947,'_wp_page_template','default'),(6563,4945,'bgseo_robots_follow','follow'),(6562,4945,'bgseo_robots_index','index'),(6561,4945,'boldgrid_in_page_containers','1'),(6556,4945,'_edit_lock','1599591670:2'),(6542,4942,'_menu_item_url',''),(6541,4942,'_menu_item_xfn',''),(6526,4939,'_menu_item_object_id','4936'),(6525,4939,'_menu_item_menu_item_parent','4264'),(7399,4092,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666865777;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:1094;}i:1;a:1:{s:2:\"id\";i:1100;}i:2;a:1:{s:2:\"id\";i:122;}i:3;a:1:{s:2:\"id\";i:1102;}i:4;a:1:{s:2:\"id\";i:5064;}i:5;a:1:{s:2:\"id\";i:4309;}}}}'),(7398,4072,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666796600;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4218;}i:1;a:1:{s:2:\"id\";i:4053;}i:2;a:1:{s:2:\"id\";i:1094;}i:3;a:1:{s:2:\"id\";i:4070;}i:4;a:1:{s:2:\"id\";i:4068;}i:5;a:1:{s:2:\"id\";i:4007;}}}}'),(7404,1100,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666795873;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4931;}i:1;a:1:{s:2:\"id\";i:4947;}i:2;a:1:{s:2:\"id\";i:1094;}i:3;a:1:{s:2:\"id\";i:1093;}i:4;a:1:{s:2:\"id\";i:4309;}i:5;a:1:{s:2:\"id\";i:4168;}}}}'),(7422,4060,'_last_editor_used_jetpack','classic-editor'),(6501,4933,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:0:\"\";s:22:\"font_awesome_icon_size\";s:0:\"\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(6500,4931,'bgseo_robots_follow','follow'),(6330,4846,'_mc_guid','03ffd96c57224142479ef3c4bb01b180'),(6331,4846,'_mc_event_shortcode','[my_calendar_event event=\'1\' template=\'details\' list=\'\']'),(6332,4846,'_mc_event_access','a:1:{s:5:\"notes\";s:0:\"\";}'),(6333,4846,'_mc_event_id','1'),(6334,4846,'_mc_event_desc',''),(6335,4846,'_mc_event_image',''),(6336,4846,'_mc_event_date','1569456000'),(6337,4846,'_event_time_label','All day'),(6338,4846,'_mc_event_location','1'),(6339,4846,'_mc_event_data','a:40:{s:11:\"event_begin\";s:10:\"2019-09-26\";s:9:\"event_end\";s:10:\"2019-09-26\";s:11:\"event_title\";s:8:\"QMLA AGM\";s:10:\"event_desc\";s:0:\"\";s:11:\"event_short\";s:0:\"\";s:10:\"event_time\";s:8:\"18:30:00\";s:13:\"event_endtime\";s:8:\"20:00:00\";s:10:\"event_link\";s:45:\"http://quintelacrosse.com/qmla-notice-of-agm/\";s:11:\"event_label\";s:50:\"Quinte Sports and Wellness Centre - Fireplace Room\";s:12:\"event_street\";s:18:\"265 Cannifton Road\";s:13:\"event_street2\";s:0:\"\";s:10:\"event_city\";s:10:\"Belleville\";s:11:\"event_state\";s:2:\"ON\";s:14:\"event_postcode\";s:7:\"K8N 4V8\";s:12:\"event_region\";s:0:\"\";s:13:\"event_country\";s:0:\"\";s:9:\"event_url\";s:0:\"\";s:11:\"event_recur\";s:2:\"S1\";s:11:\"event_image\";s:0:\"\";s:11:\"event_phone\";s:0:\"\";s:12:\"event_phone2\";s:0:\"\";s:12:\"event_access\";s:0:\"\";s:13:\"event_tickets\";s:0:\"\";s:18:\"event_registration\";s:0:\"\";s:13:\"event_repeats\";s:1:\"0\";s:12:\"event_author\";s:1:\"2\";s:14:\"event_category\";i:1;s:18:\"event_link_expires\";s:1:\"1\";s:10:\"event_zoom\";s:2:\"16\";s:14:\"event_approved\";i:1;s:10:\"event_host\";i:2;s:13:\"event_flagged\";i:0;s:16:\"event_fifth_week\";i:1;s:13:\"event_holiday\";i:1;s:14:\"event_group_id\";i:0;s:10:\"event_span\";i:0;s:14:\"event_hide_end\";i:1;s:15:\"event_longitude\";s:8:\"0.000000\";s:14:\"event_latitude\";s:8:\"0.000000\";s:9:\"shortcode\";s:56:\"[my_calendar_event event=\'1\' template=\'details\' list=\'\']\";}'),(6340,4848,'_menu_item_type','post_type'),(6341,4848,'_menu_item_menu_item_parent','0'),(6342,4848,'_menu_item_object_id','4844'),(6343,4848,'_menu_item_object','page'),(6344,4848,'_menu_item_target',''),(6345,4848,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6346,4848,'_menu_item_xfn',''),(6347,4848,'_menu_item_url',''),(6350,4844,'_edit_lock','1645974325:2'),(6351,4844,'_edit_last','2'),(6352,4844,'_wp_page_template','default'),(6353,4844,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:0:\"\";s:22:\"font_awesome_icon_size\";s:0:\"\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(6354,4844,'boldgrid_hide_page_title','0'),(6355,4844,'boldgrid_in_page_containers','1'),(6356,4844,'bgseo_robots_index','index'),(6357,4844,'bgseo_robots_follow','follow'),(6359,4856,'_wp_attached_file','2019/04/cropped-novice-house-league-pic.jpg'),(6360,4856,'_wp_attachment_context','background-image'),(6361,4856,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:483;s:6:\"height\";i:224;s:4:\"file\";s:43:\"2019/04/cropped-novice-house-league-pic.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"cropped-novice-house-league-pic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"cropped-novice-house-league-pic-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6362,4857,'_wp_attached_file','2019/04/cropped-novice-house-league-pic-1.jpg'),(6363,4857,'_wp_attachment_context','background-image'),(6364,4857,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:518;s:6:\"height\";i:266;s:4:\"file\";s:45:\"2019/04/cropped-novice-house-league-pic-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"cropped-novice-house-league-pic-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"cropped-novice-house-league-pic-1-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6372,4860,'_wp_attached_file','2019/09/IMG_6355.jpg'),(6373,4860,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:20:\"2019/09/IMG_6355.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6355-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6355-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_6355-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_6355-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561057694\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6374,4861,'_wp_attached_file','2019/09/cropped-IMG_6355.jpg'),(6375,4861,'_wp_attachment_context','background-image'),(6376,4861,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:1914;s:4:\"file\";s:28:\"2019/09/cropped-IMG_6355.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"cropped-IMG_6355-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"cropped-IMG_6355-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"cropped-IMG_6355-768x365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"cropped-IMG_6355-1024x486.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6383,4866,'_edit_lock','1568680696:2'),(6384,4866,'_edit_last','2'),(6385,4866,'_wp_page_template','default'),(6386,4866,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:0:\"\";s:22:\"font_awesome_icon_size\";s:0:\"\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(6387,4866,'boldgrid_hide_page_title','1'),(6388,4866,'boldgrid_in_page_containers','1'),(6389,4866,'bgseo_robots_index','index'),(6390,4866,'bgseo_robots_follow','follow'),(6419,4875,'boldgrid_hide_page_title','1'),(6420,4875,'boldgrid_in_page_containers','1'),(6418,4875,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:0:\"\";s:22:\"font_awesome_icon_size\";s:0:\"\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(6417,4875,'_wp_page_template','default'),(6416,4875,'_edit_last','2'),(6415,4875,'_edit_lock','1569877525:2'),(6496,4931,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:0:\"\";s:22:\"font_awesome_icon_size\";s:0:\"\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(6493,4931,'_edit_lock','1599403970:2'),(6403,4873,'_menu_item_type','post_type'),(6404,4873,'_menu_item_menu_item_parent','4264'),(6405,4873,'_menu_item_object_id','4866'),(6406,4873,'_menu_item_object','page'),(6407,4873,'_menu_item_target',''),(6408,4873,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6409,4873,'_menu_item_xfn',''),(6410,4873,'_menu_item_url',''),(6495,4931,'_wp_page_template','default'),(6494,4931,'_edit_last','2'),(6421,4875,'bgseo_robots_index','index'),(6422,4875,'bgseo_robots_follow','follow'),(6431,3358,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;s:4:\"file\";s:7:\"137.jpg\";}s:18:\"full-1569878062351\";a:3:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:22:\"137-e1569878015749.jpg\";}s:18:\"full-1623808857550\";a:3:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:22:\"137-e1569878062351.jpg\";}}'),(7395,1102,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666868261;s:7:\"payload\";a:1:{i:0;a:1:{s:2:\"id\";i:18;}}}}'),(7396,4083,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666794986;s:7:\"payload\";a:5:{i:0;a:1:{s:2:\"id\";i:1098;}i:1;a:1:{s:2:\"id\";i:1097;}i:2;a:1:{s:2:\"id\";i:5294;}i:3;a:1:{s:2:\"id\";i:5064;}i:4;a:1:{s:2:\"id\";i:4358;}}}}'),(7397,4053,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666795619;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:1094;}i:1;a:1:{s:2:\"id\";i:4060;}i:2;a:1:{s:2:\"id\";i:4066;}i:3;a:1:{s:2:\"id\";i:1100;}i:4;a:1:{s:2:\"id\";i:4072;}i:5;a:1:{s:2:\"id\";i:4007;}}}}'),(6719,5013,'_wp_attached_file','2019/11/stick.jpg'),(6720,5013,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:17:\"2019/11/stick.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"stick-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6574,93,'_publicize_twitter_user','@QuinteLacrosse'),(6576,4957,'_wp_attached_file','2019/10/Shawn.jpg'),(6577,4957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:341;s:6:\"height\";i:610;s:4:\"file\";s:17:\"2019/10/Shawn.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Shawn-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Shawn-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Joseph Fee\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1571566831\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6578,4959,'_wp_attached_file','2019/10/Turner.jpg'),(6579,4959,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:586;s:4:\"file\";s:18:\"2019/10/Turner.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Turner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Turner-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Joseph Fee\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1571566867\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6581,4964,'_menu_item_type','custom'),(6582,4964,'_menu_item_menu_item_parent','0'),(6583,4964,'_menu_item_object_id','4964'),(6584,4964,'_menu_item_object','custom'),(6585,4964,'_menu_item_target',''),(6586,4964,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6587,4964,'_menu_item_xfn',''),(6588,4964,'_menu_item_url',''),(6589,4965,'_menu_item_type','post_type'),(6590,4965,'_menu_item_menu_item_parent','4964'),(6591,4965,'_menu_item_object_id','4947'),(6592,4965,'_menu_item_object','page'),(6593,4965,'_menu_item_target',''),(6594,4965,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6595,4965,'_menu_item_xfn',''),(6596,4965,'_menu_item_url',''),(6794,4,'_jetpack_related_posts_cache','a:1:{s:32:\"613e93261c25b2b33a97ab2a37ae69f8\";a:2:{s:7:\"expires\";i:1654223223;s:7:\"payload\";a:0:{}}}'),(6625,4985,'_wp_page_template','default'),(6612,4971,'_wp_attached_file','2019/10/Shawn-and-Turner-e1571749157899.jpg'),(6613,4971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:331;s:4:\"file\";s:43:\"2019/10/Shawn-and-Turner-e1571749157899.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Shawn-and-Turner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Shawn-and-Turner-300x248.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Joseph Fee\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6614,4971,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:742;s:6:\"height\";i:614;s:4:\"file\";s:20:\"Shawn-and-Turner.jpg\";}}'),(6626,4985,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:0:\"\";s:22:\"font_awesome_icon_size\";s:0:\"\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(6620,4981,'_wp_attached_file','2019/10/Website-Header-1.jpg'),(6621,4981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:526;s:6:\"height\";i:220;s:4:\"file\";s:28:\"2019/10/Website-Header-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Website-Header-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Website-Header-1-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Joseph Fee\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1572118171\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6622,4982,'_wp_attached_file','2019/10/cropped-Website-Header-1.jpg'),(6623,4982,'_wp_attachment_context','background-image'),(6624,4982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:526;s:6:\"height\";i:220;s:4:\"file\";s:36:\"2019/10/cropped-Website-Header-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"cropped-Website-Header-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"cropped-Website-Header-1-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6627,4985,'boldgrid_hide_page_title','0'),(6628,4985,'boldgrid_in_page_containers','1'),(6629,4985,'bgseo_robots_index','index'),(6630,4985,'bgseo_robots_follow','follow'),(6631,4985,'_dp_original','4945'),(6632,4985,'_edit_last','2'),(6633,4985,'_edit_lock','1578001747:2'),(6638,4992,'_wp_page_template','default'),(6639,4992,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:0:\"\";s:22:\"font_awesome_icon_size\";s:0:\"\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(6640,4992,'boldgrid_hide_page_title','0'),(6641,4992,'boldgrid_in_page_containers','1'),(6642,4992,'bgseo_robots_index','index'),(6643,4992,'bgseo_robots_follow','follow'),(6645,4992,'_dp_original','4985'),(6646,4992,'_edit_lock','1578001724:2'),(6647,4992,'_edit_last','2'),(6650,4996,'_wp_page_template','default'),(6651,4996,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:0:\"\";s:22:\"font_awesome_icon_size\";s:0:\"\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(6652,4996,'boldgrid_hide_page_title','0'),(6653,4996,'boldgrid_in_page_containers','1'),(6654,4996,'bgseo_robots_index','index'),(6655,4996,'bgseo_robots_follow','follow'),(6657,4996,'_dp_original','4992'),(6658,4996,'_edit_lock','1578001680:2'),(6659,4996,'_edit_last','2'),(6662,4999,'_mc_guid','8826a0409d4c7316460ce1fd5ab4a470'),(6663,4999,'_mc_event_shortcode','[my_calendar_event event=\'2\' template=\'details\' list=\'\']'),(6664,4999,'_mc_event_access','a:1:{s:5:\"notes\";s:0:\"\";}'),(6665,4999,'_mc_event_id','2'),(6666,4999,'_mc_event_desc',''),(6667,4999,'_mc_event_image',''),(6668,4999,'_mc_event_date','1573776000'),(6669,4999,'_event_time_label','All day'),(6670,4999,'_mc_event_data','a:40:{s:11:\"event_begin\";s:10:\"2019-11-15\";s:9:\"event_end\";s:10:\"2019-11-15\";s:11:\"event_title\";s:22:\"Try Lacrosse - Trenton\";s:10:\"event_desc\";s:0:\"\";s:11:\"event_short\";s:0:\"\";s:10:\"event_time\";s:8:\"18:00:00\";s:13:\"event_endtime\";s:8:\"20:00:00\";s:10:\"event_link\";s:0:\"\";s:11:\"event_label\";s:25:\"Trent River Public School\";s:12:\"event_street\";s:14:\"84 Dixon Drive\";s:13:\"event_street2\";s:0:\"\";s:10:\"event_city\";s:7:\"Trenton\";s:11:\"event_state\";s:2:\"ON\";s:14:\"event_postcode\";s:0:\"\";s:12:\"event_region\";s:0:\"\";s:13:\"event_country\";s:0:\"\";s:9:\"event_url\";s:0:\"\";s:11:\"event_recur\";s:2:\"S1\";s:11:\"event_image\";s:0:\"\";s:11:\"event_phone\";s:0:\"\";s:12:\"event_phone2\";s:0:\"\";s:12:\"event_access\";s:0:\"\";s:13:\"event_tickets\";s:0:\"\";s:18:\"event_registration\";s:0:\"\";s:13:\"event_repeats\";s:1:\"0\";s:12:\"event_author\";s:1:\"2\";s:14:\"event_category\";s:1:\"1\";s:18:\"event_link_expires\";s:1:\"0\";s:10:\"event_zoom\";s:2:\"16\";s:14:\"event_approved\";i:1;s:10:\"event_host\";i:2;s:13:\"event_flagged\";i:0;s:16:\"event_fifth_week\";i:1;s:13:\"event_holiday\";i:1;s:14:\"event_group_id\";i:0;s:10:\"event_span\";i:0;s:14:\"event_hide_end\";i:0;s:15:\"event_longitude\";s:8:\"0.000000\";s:14:\"event_latitude\";s:8:\"0.000000\";s:9:\"shortcode\";s:56:\"[my_calendar_event event=\'2\' template=\'details\' list=\'\']\";}'),(6671,4999,'_mc_event_location','2'),(6673,5001,'_mc_guid','a880ed3dd41898ade980e3f9a34a2437'),(6674,5001,'_mc_event_shortcode','[my_calendar_event event=\'3\' template=\'details\' list=\'\']'),(6675,5001,'_mc_event_access','a:1:{s:5:\"notes\";s:0:\"\";}'),(6676,5001,'_mc_event_id','3'),(6677,5001,'_mc_event_desc',''),(6678,5001,'_mc_event_image',''),(6679,5001,'_mc_event_date','1582243200'),(6680,5001,'_event_time_label','All day'),(6681,5001,'_mc_event_location','3'),(6682,5001,'_mc_event_data','a:40:{s:11:\"event_begin\";s:10:\"2020-02-21\";s:9:\"event_end\";s:10:\"2020-02-21\";s:11:\"event_title\";s:25:\"Try Lacrosse - Belleville\";s:10:\"event_desc\";s:0:\"\";s:11:\"event_short\";s:0:\"\";s:10:\"event_time\";s:8:\"18:00:00\";s:13:\"event_endtime\";s:8:\"20:00:00\";s:10:\"event_link\";s:48:\"https://quintelacrosse.com/try-lacrosse-for-free\";s:11:\"event_label\";s:28:\"Sir John A. MacDonald School\";s:12:\"event_street\";s:15:\"22 Harder Drive\";s:13:\"event_street2\";s:0:\"\";s:10:\"event_city\";s:10:\"Belleville\";s:11:\"event_state\";s:2:\"ON\";s:14:\"event_postcode\";s:7:\"K8P 1H2\";s:12:\"event_region\";s:0:\"\";s:13:\"event_country\";s:0:\"\";s:9:\"event_url\";s:0:\"\";s:11:\"event_recur\";s:2:\"S1\";s:11:\"event_image\";s:0:\"\";s:11:\"event_phone\";s:0:\"\";s:12:\"event_phone2\";s:0:\"\";s:12:\"event_access\";s:0:\"\";s:13:\"event_tickets\";s:0:\"\";s:18:\"event_registration\";s:0:\"\";s:13:\"event_repeats\";s:1:\"0\";s:12:\"event_author\";s:1:\"2\";s:14:\"event_category\";i:1;s:18:\"event_link_expires\";s:1:\"0\";s:10:\"event_zoom\";s:2:\"16\";s:14:\"event_approved\";i:1;s:10:\"event_host\";i:2;s:13:\"event_flagged\";i:0;s:16:\"event_fifth_week\";i:1;s:13:\"event_holiday\";i:1;s:14:\"event_group_id\";i:3;s:10:\"event_span\";i:0;s:14:\"event_hide_end\";i:0;s:15:\"event_longitude\";s:8:\"0.000000\";s:14:\"event_latitude\";s:8:\"0.000000\";s:9:\"shortcode\";s:56:\"[my_calendar_event event=\'3\' template=\'details\' list=\'\']\";}'),(6683,5002,'_mc_guid','2f736bdc75d4633ed190a7ea654f3a9d'),(6684,5002,'_mc_event_shortcode','[my_calendar_event event=\'4\' template=\'details\' list=\'\']'),(6685,5002,'_mc_event_access','a:1:{s:5:\"notes\";s:0:\"\";}'),(6686,5002,'_mc_event_id','4'),(6687,5002,'_mc_event_desc',''),(6688,5002,'_mc_event_image',''),(6689,5002,'_mc_event_date','1579824000'),(6690,5002,'_event_time_label','All day'),(6691,5002,'_mc_event_location','3'),(6692,5002,'_mc_event_data','a:40:{s:11:\"event_begin\";s:10:\"2020-01-24\";s:9:\"event_end\";s:10:\"2020-01-24\";s:11:\"event_title\";s:25:\"Try Lacrosse - Belleville\";s:10:\"event_desc\";s:0:\"\";s:11:\"event_short\";s:0:\"\";s:10:\"event_time\";s:8:\"18:00:00\";s:13:\"event_endtime\";s:8:\"20:00:00\";s:10:\"event_link\";s:48:\"https://quintelacrosse.com/try-lacrosse-for-free\";s:11:\"event_label\";s:28:\"Sir John A. MacDonald School\";s:12:\"event_street\";s:15:\"22 Harder Drive\";s:13:\"event_street2\";s:0:\"\";s:10:\"event_city\";s:10:\"Belleville\";s:11:\"event_state\";s:2:\"ON\";s:14:\"event_postcode\";s:7:\"K8P 1H2\";s:12:\"event_region\";s:0:\"\";s:13:\"event_country\";s:0:\"\";s:9:\"event_url\";s:0:\"\";s:11:\"event_recur\";s:2:\"S1\";s:11:\"event_image\";s:0:\"\";s:11:\"event_phone\";s:0:\"\";s:12:\"event_phone2\";s:0:\"\";s:12:\"event_access\";s:0:\"\";s:13:\"event_tickets\";s:0:\"\";s:18:\"event_registration\";s:0:\"\";s:13:\"event_repeats\";s:1:\"0\";s:12:\"event_author\";s:1:\"2\";s:14:\"event_category\";i:1;s:18:\"event_link_expires\";s:1:\"0\";s:10:\"event_zoom\";s:2:\"16\";s:14:\"event_approved\";i:1;s:10:\"event_host\";i:2;s:13:\"event_flagged\";i:0;s:16:\"event_fifth_week\";i:1;s:13:\"event_holiday\";i:1;s:14:\"event_group_id\";i:3;s:10:\"event_span\";i:0;s:14:\"event_hide_end\";i:0;s:15:\"event_longitude\";s:8:\"0.000000\";s:14:\"event_latitude\";s:8:\"0.000000\";s:9:\"shortcode\";s:56:\"[my_calendar_event event=\'4\' template=\'details\' list=\'\']\";}'),(6693,5004,'_wp_attached_file','2019/11/2020-Sponsorship-Title-Page.jpg'),(6694,5004,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:584;s:6:\"height\";i:751;s:4:\"file\";s:39:\"2019/11/2020-Sponsorship-Title-Page.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"2020-Sponsorship-Title-Page-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"2020-Sponsorship-Title-Page-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Joseph Fee\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573407132\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6697,5007,'_edit_lock','1573704059:2'),(6698,5007,'_edit_last','2'),(6699,5007,'_wp_page_template','default'),(6700,5007,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:0:\"\";s:22:\"font_awesome_icon_size\";s:0:\"\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(6701,5007,'boldgrid_hide_page_title','0'),(6702,5007,'boldgrid_in_page_containers','1'),(6703,5007,'bgseo_robots_index','index'),(6704,5007,'bgseo_robots_follow','follow'),(6705,5009,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:0:\"\";s:22:\"font_awesome_icon_size\";s:0:\"\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(6706,5009,'boldgrid_hide_page_title','0'),(6707,5009,'boldgrid_in_page_containers','1'),(6708,5009,'_menu_item_type','post_type'),(6709,5009,'_menu_item_menu_item_parent','4944'),(6710,5009,'_menu_item_object_id','5007'),(6711,5009,'_menu_item_object','page'),(6712,5009,'_menu_item_target',''),(6713,5009,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6714,5009,'_menu_item_xfn',''),(6715,5009,'_menu_item_url',''),(6718,1630,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1667441258;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:5900;}i:1;a:1:{s:2:\"id\";i:5872;}i:2;a:1:{s:2:\"id\";i:5180;}}}}'),(6721,5015,'_wp_attached_file','2019/11/2020-QMLA-Sponsorship-Information.pdf'),(6722,4353,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1667442053;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1630;}i:1;a:1:{s:2:\"id\";i:5173;}i:2;a:1:{s:2:\"id\";i:5900;}}}}'),(7182,5224,'_mc_event_location','4'),(7183,5224,'_mc_event_data','a:40:{s:11:\"event_begin\";s:10:\"2020-03-10\";s:9:\"event_end\";s:10:\"2020-03-10\";s:11:\"event_title\";s:25:\"Peewee/Bantam Rep Workout\";s:10:\"event_desc\";s:0:\"\";s:11:\"event_short\";s:0:\"\";s:10:\"event_time\";s:8:\"19:00:00\";s:13:\"event_endtime\";s:8:\"20:00:00\";s:10:\"event_link\";s:0:\"\";s:11:\"event_label\";s:20:\"Loyalist Sports Dome\";s:12:\"event_street\";s:26:\"284 Wallbridge Loyalist Rd\";s:13:\"event_street2\";s:0:\"\";s:10:\"event_city\";s:10:\"Belleville\";s:11:\"event_state\";s:7:\"Ontario\";s:14:\"event_postcode\";s:7:\"K8N 4Z2\";s:12:\"event_region\";s:0:\"\";s:13:\"event_country\";s:0:\"\";s:9:\"event_url\";s:29:\"http://loyalistsportsdome.com\";s:11:\"event_recur\";s:2:\"S1\";s:11:\"event_image\";s:0:\"\";s:11:\"event_phone\";s:0:\"\";s:12:\"event_phone2\";s:0:\"\";s:12:\"event_access\";s:0:\"\";s:13:\"event_tickets\";s:0:\"\";s:18:\"event_registration\";s:0:\"\";s:13:\"event_repeats\";s:1:\"0\";s:12:\"event_author\";s:1:\"2\";s:14:\"event_category\";i:1;s:18:\"event_link_expires\";s:1:\"0\";s:10:\"event_zoom\";s:2:\"16\";s:14:\"event_approved\";i:1;s:10:\"event_host\";i:2;s:13:\"event_flagged\";i:0;s:16:\"event_fifth_week\";i:1;s:13:\"event_holiday\";i:1;s:14:\"event_group_id\";i:0;s:10:\"event_span\";i:0;s:14:\"event_hide_end\";i:0;s:15:\"event_longitude\";s:8:\"0.000000\";s:14:\"event_latitude\";s:8:\"0.000000\";s:9:\"shortcode\";s:57:\"[my_calendar_event event=\'15\' template=\'details\' list=\'\']\";}'),(7173,5222,'_wp_attached_file','2020/03/2020-Volunteer-CRC-Letter-Coach-Signed.pdf'),(7179,5224,'_mc_event_image',''),(7180,5224,'_mc_event_date','1583798400'),(7181,5224,'_event_time_label','All day'),(7174,5224,'_mc_guid','abdf69cd573ba8ca475b78211101f71e'),(7175,5224,'_mc_event_shortcode','[my_calendar_event event=\'15\' template=\'details\' list=\'\']'),(7176,5224,'_mc_event_access','a:1:{s:5:\"notes\";s:0:\"\";}'),(7177,5224,'_mc_event_id','15'),(7178,5224,'_mc_event_desc',''),(7376,5327,'boldgrid_in_page_containers','1'),(7418,4861,'_oembed_3356f3c9accfaff0ef4639fdfe4e55cd','{{unknown}}'),(7419,1092,'_last_editor_used_jetpack','classic-editor'),(7408,4083,'_last_editor_used_jetpack','classic-editor'),(7200,5241,'_jetpack_related_posts_cache','a:1:{s:32:\"0155ba3b0aeae71c5c2b86ea1625f7b2\";a:2:{s:7:\"expires\";i:1617040852;s:7:\"payload\";a:0:{}}}'),(7201,5064,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666796858;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4931;}i:1;a:1:{s:2:\"id\";i:4358;}i:2;a:1:{s:2:\"id\";i:4936;}i:3;a:1:{s:2:\"id\";i:4945;}i:4;a:1:{s:2:\"id\";i:4947;}i:5;a:1:{s:2:\"id\";i:1093;}}}}'),(7202,5022,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666812354;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4936;}i:1;a:1:{s:2:\"id\";i:4074;}i:2;a:1:{s:2:\"id\";i:18;}i:3;a:1:{s:2:\"id\";i:5287;}i:4;a:1:{s:2:\"id\";i:4070;}i:5;a:1:{s:2:\"id\";i:4068;}}}}'),(7203,5007,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666883785;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4947;}i:1;a:1:{s:2:\"id\";i:1093;}i:2;a:1:{s:2:\"id\";i:4945;}i:3;a:1:{s:2:\"id\";i:1100;}i:4;a:1:{s:2:\"id\";i:4218;}i:5;a:1:{s:2:\"id\";i:4931;}}}}'),(7204,4945,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666868184;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4947;}i:1;a:1:{s:2:\"id\";i:1098;}i:2;a:1:{s:2:\"id\";i:18;}i:3;a:1:{s:2:\"id\";i:4168;}i:4;a:1:{s:2:\"id\";i:1100;}i:5;a:1:{s:2:\"id\";i:4358;}}}}'),(7205,4947,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666896290;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4931;}i:1;a:1:{s:2:\"id\";i:4945;}i:2;a:1:{s:2:\"id\";i:1098;}i:3;a:1:{s:2:\"id\";i:1100;}i:4;a:1:{s:2:\"id\";i:5064;}i:5;a:1:{s:2:\"id\";i:4218;}}}}'),(7206,4936,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666797037;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4060;}i:1;a:1:{s:2:\"id\";i:18;}i:2;a:1:{s:2:\"id\";i:5022;}i:3;a:1:{s:2:\"id\";i:4007;}i:4;a:1:{s:2:\"id\";i:5064;}i:5;a:1:{s:2:\"id\";i:4931;}}}}'),(7207,4931,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666797333;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4947;}i:1;a:1:{s:2:\"id\";i:1098;}i:2;a:1:{s:2:\"id\";i:1100;}i:3;a:1:{s:2:\"id\";i:4309;}i:4;a:1:{s:2:\"id\";i:5064;}i:5;a:1:{s:2:\"id\";i:4358;}}}}'),(7208,4866,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666796611;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:1098;}i:1;a:1:{s:2:\"id\";i:4358;}i:2;a:1:{s:2:\"id\";i:5064;}i:3;a:1:{s:2:\"id\";i:1100;}i:4;a:1:{s:2:\"id\";i:4309;}i:5;a:1:{s:2:\"id\";i:4168;}}}}'),(7209,4844,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1667040236;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:1093;}i:1;a:1:{s:2:\"id\";i:18;}i:2;a:1:{s:2:\"id\";i:4945;}i:3;a:1:{s:2:\"id\";i:4068;}i:4;a:1:{s:2:\"id\";i:4007;}i:5;a:1:{s:2:\"id\";i:4066;}}}}'),(7210,4358,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666794788;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4866;}i:1;a:1:{s:2:\"id\";i:1098;}i:2;a:1:{s:2:\"id\";i:5064;}i:3;a:1:{s:2:\"id\";i:4168;}i:4;a:1:{s:2:\"id\";i:1100;}i:5;a:1:{s:2:\"id\";i:1093;}}}}'),(7342,5297,'_wp_attached_file','2020/08/shirt_shorts2.jpg'),(7343,5297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:470;s:6:\"height\";i:531;s:4:\"file\";s:25:\"2020/08/shirt_shorts2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"shirt_shorts2-266x300.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"shirt_shorts2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:42:\"0_75_450_424.14893617021_shirt_shorts2.jpg\";s:5:\"width\";d:450;s:6:\"height\";d:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1598095294\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7215,5248,'_wp_attached_file','2020/05/HL_Cancellation-Release.pdf'),(6754,5022,'_wp_page_template','default'),(6757,5034,'_wp_attached_file','2019/11/1574192306-purple_performance_shirt.jpg'),(6756,5022,'_edit_lock','1599400542:2'),(6758,5034,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1611;s:6:\"height\";i:2013;s:4:\"file\";s:47:\"2019/11/1574192306-purple_performance_shirt.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"1574192306-purple_performance_shirt-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"1574192306-purple_performance_shirt-820x1024.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"1574192306-purple_performance_shirt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"1574192306-purple_performance_shirt-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:49:\"1574192306-purple_performance_shirt-1229x1536.jpg\";s:5:\"width\";i:1229;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:71:\"0_96_450_453.292682927_1574192306-purple_performance_shirt-820x1024.jpg\";s:5:\"width\";d:450;s:6:\"height\";d:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Imprinted Apparel\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1574174181\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6759,5035,'_wp_attached_file','2019/11/1574192583-grey_cotton_t.jpg'),(6760,5035,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1518;s:6:\"height\";i:1730;s:4:\"file\";s:36:\"2019/11/1574192583-grey_cotton_t.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"1574192583-grey_cotton_t-263x300.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"1574192583-grey_cotton_t-899x1024.jpg\";s:5:\"width\";i:899;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"1574192583-grey_cotton_t-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"1574192583-grey_cotton_t-768x875.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:875;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"1574192583-grey_cotton_t-1348x1536.jpg\";s:5:\"width\";i:1348;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Imprinted Apparel\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1574174181\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6761,5036,'_wp_attached_file','2019/11/1574192832-purple_ls_performance.jpg'),(6762,5036,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2073;s:6:\"height\";i:2364;s:4:\"file\";s:44:\"2019/11/1574192832-purple_ls_performance.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"1574192832-purple_ls_performance-263x300.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"1574192832-purple_ls_performance-898x1024.jpg\";s:5:\"width\";i:898;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"1574192832-purple_ls_performance-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"1574192832-purple_ls_performance-768x876.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:876;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"1574192832-purple_ls_performance-1347x1536.jpg\";s:5:\"width\";i:1347;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:46:\"1574192832-purple_ls_performance-1796x2048.jpg\";s:5:\"width\";i:1796;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:67:\"0_0_450_513.140311804_1574192832-purple_ls_performance-898x1024.jpg\";s:5:\"width\";d:450;s:6:\"height\";d:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Imprinted Apparel\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1574174181\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6763,5037,'_wp_attached_file','2019/11/1574193161-purple_ls_cotton_t.jpg'),(6764,5037,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1897;s:6:\"height\";i:2163;s:4:\"file\";s:41:\"2019/11/1574193161-purple_ls_cotton_t.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"1574193161-purple_ls_cotton_t-263x300.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"1574193161-purple_ls_cotton_t-898x1024.jpg\";s:5:\"width\";i:898;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"1574193161-purple_ls_cotton_t-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"1574193161-purple_ls_cotton_t-768x876.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:876;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"1574193161-purple_ls_cotton_t-1347x1536.jpg\";s:5:\"width\";i:1347;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:43:\"1574193161-purple_ls_cotton_t-1796x2048.jpg\";s:5:\"width\";i:1796;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Imprinted Apparel\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1574174181\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6765,5038,'_wp_attached_file','2019/11/1574193467-purple_polo.jpg'),(6766,5038,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1969;s:6:\"height\";i:2462;s:4:\"file\";s:34:\"2019/11/1574193467-purple_polo.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"1574193467-purple_polo-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"1574193467-purple_polo-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"1574193467-purple_polo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"1574193467-purple_polo-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"1574193467-purple_polo-1228x1536.jpg\";s:5:\"width\";i:1228;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:36:\"1574193467-purple_polo-1638x2048.jpg\";s:5:\"width\";i:1638;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:58:\"0_85_450_442.857142857_1574193467-purple_polo-819x1024.jpg\";s:5:\"width\";d:450;s:6:\"height\";d:443;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Imprinted Apparel\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1574174181\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6767,5039,'_wp_attached_file','2019/11/1574193654-adult_vintage_hoodie.jpg'),(6768,5039,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1982;s:6:\"height\";i:2259;s:4:\"file\";s:43:\"2019/11/1574193654-adult_vintage_hoodie.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"1574193654-adult_vintage_hoodie-263x300.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"1574193654-adult_vintage_hoodie-898x1024.jpg\";s:5:\"width\";i:898;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"1574193654-adult_vintage_hoodie-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"1574193654-adult_vintage_hoodie-768x875.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:875;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:45:\"1574193654-adult_vintage_hoodie-1348x1536.jpg\";s:5:\"width\";i:1348;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:45:\"1574193654-adult_vintage_hoodie-1797x2048.jpg\";s:5:\"width\";i:1797;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:66:\"0_0_450_513.140311804_1574193654-adult_vintage_hoodie-898x1024.jpg\";s:5:\"width\";d:450;s:6:\"height\";d:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Imprinted Apparel\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1574174181\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6769,5040,'_wp_attached_file','2019/11/1574193887-vintage_performance_hoodie.jpg'),(6770,5040,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1445;s:6:\"height\";i:1647;s:4:\"file\";s:49:\"2019/11/1574193887-vintage_performance_hoodie.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"1574193887-vintage_performance_hoodie-263x300.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"1574193887-vintage_performance_hoodie-898x1024.jpg\";s:5:\"width\";i:898;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"1574193887-vintage_performance_hoodie-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"1574193887-vintage_performance_hoodie-768x875.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:875;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:51:\"1574193887-vintage_performance_hoodie-1348x1536.jpg\";s:5:\"width\";i:1348;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:73:\"81_0_616.225585938_847_1574193887-vintage_performance_hoodie-898x1024.jpg\";s:5:\"width\";d:616;s:6:\"height\";d:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Imprinted Apparel\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1574174181\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6771,5041,'_wp_attached_file','2019/11/1574194114-fullback_hat.jpg'),(6772,5041,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1713;s:6:\"height\";i:1953;s:4:\"file\";s:35:\"2019/11/1574194114-fullback_hat.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"1574194114-fullback_hat-263x300.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"1574194114-fullback_hat-898x1024.jpg\";s:5:\"width\";i:898;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"1574194114-fullback_hat-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"1574194114-fullback_hat-768x876.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:876;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"1574194114-fullback_hat-1347x1536.jpg\";s:5:\"width\";i:1347;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:60:\"0_229_450_283.630289532_1574194114-fullback_hat-898x1024.jpg\";s:5:\"width\";d:450;s:6:\"height\";d:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Imprinted Apparel\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1574174181\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6773,5042,'_wp_attached_file','2019/11/1574194213-trucker_hat.jpg'),(6774,5042,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1671;s:6:\"height\";i:1672;s:4:\"file\";s:34:\"2019/11/1574194213-trucker_hat.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"1574194213-trucker_hat-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"1574194213-trucker_hat-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"1574194213-trucker_hat-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"1574194213-trucker_hat-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"1574194213-trucker_hat-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:58:\"0_170_450_300.5859375_1574194213-trucker_hat-1024x1024.jpg\";s:5:\"width\";d:450;s:6:\"height\";d:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Imprinted Apparel\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1574174181\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6775,5043,'_wp_attached_file','2019/11/1574194488-under_armour_quarter_zip.jpg'),(6776,5043,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1692;s:6:\"height\";i:2116;s:4:\"file\";s:47:\"2019/11/1574194488-under_armour_quarter_zip.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"1574194488-under_armour_quarter_zip-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"1574194488-under_armour_quarter_zip-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"1574194488-under_armour_quarter_zip-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"1574194488-under_armour_quarter_zip-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:49:\"1574194488-under_armour_quarter_zip-1228x1536.jpg\";s:5:\"width\";i:1228;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:49:\"1574194488-under_armour_quarter_zip-1638x2048.jpg\";s:5:\"width\";i:1638;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:72:\"46_33_623.070635721_847_1574194488-under_armour_quarter_zip-819x1024.jpg\";s:5:\"width\";d:623;s:6:\"height\";d:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Imprinted Apparel\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1574174181\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6777,5044,'_wp_attached_file','2019/11/1574194771-workout_bundle_t.jpg'),(6778,5044,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2014;s:6:\"height\";i:2518;s:4:\"file\";s:39:\"2019/11/1574194771-workout_bundle_t.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"1574194771-workout_bundle_t-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"1574194771-workout_bundle_t-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"1574194771-workout_bundle_t-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"1574194771-workout_bundle_t-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:41:\"1574194771-workout_bundle_t-1229x1536.jpg\";s:5:\"width\";i:1229;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:41:\"1574194771-workout_bundle_t-1638x2048.jpg\";s:5:\"width\";i:1638;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:64:\"0_126_450_424.175824176_1574194771-workout_bundle_t-819x1024.jpg\";s:5:\"width\";d:450;s:6:\"height\";d:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Imprinted Apparel\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1574174181\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6779,5045,'_wp_attached_file','2019/11/1574194939-board_toque.jpg'),(6780,5045,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1448;s:6:\"height\";i:1449;s:4:\"file\";s:34:\"2019/11/1574194939-board_toque.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"1574194939-board_toque-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"1574194939-board_toque-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"1574194939-board_toque-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"1574194939-board_toque-768x769.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:51:\"240_162_724.17699115_848_1574194939-board_toque.jpg\";s:5:\"width\";d:724;s:6:\"height\";d:848;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-2\";a:4:{s:4:\"file\";s:50:\"105_0_724.516218081_848_1574194939-board_toque.jpg\";s:5:\"width\";d:725;s:6:\"height\";d:848;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Imprinted Apparel\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1574174181\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6781,5046,'_wp_attached_file','2019/11/1574195115-pompom_toque.jpg'),(6782,5046,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1384;s:6:\"height\";i:1385;s:4:\"file\";s:35:\"2019/11/1574195115-pompom_toque.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"1574195115-pompom_toque-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"1574195115-pompom_toque-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"1574195115-pompom_toque-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"1574195115-pompom_toque-768x769.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Imprinted Apparel\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1574174181\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6783,5047,'_wp_attached_file','2019/11/1574195263-lacrosse_bag.jpg'),(6784,5047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2346;s:6:\"height\";i:1035;s:4:\"file\";s:35:\"2019/11/1574195263-lacrosse_bag.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"1574195263-lacrosse_bag-300x132.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"1574195263-lacrosse_bag-1024x452.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"1574195263-lacrosse_bag-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"1574195263-lacrosse_bag-768x339.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"1574195263-lacrosse_bag-1536x678.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:36:\"1574195263-lacrosse_bag-2048x904.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:904;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Imprinted Apparel\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1574174181\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6785,5022,'_edit_last','2'),(6786,5022,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:0:\"\";s:22:\"font_awesome_icon_size\";s:0:\"\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(6787,5022,'boldgrid_hide_page_title','0'),(6788,5022,'boldgrid_in_page_containers','1'),(6789,5022,'bgseo_robots_index','index'),(6790,5022,'bgseo_robots_follow','follow'),(6901,5118,'_wp_attached_file','2020/01/QMLA-Code-of-Conduct-Policy-2020.pdf'),(6809,5064,'_edit_lock','1646929910:2'),(6936,5149,'_menu_item_object_id','5022'),(6937,5149,'_menu_item_object','page'),(6928,5148,'_menu_item_object_id','5148'),(6929,5148,'_menu_item_object','custom'),(6951,5159,'_wp_attached_file','2019/01/2020-General-Flyer-1.pdf'),(6952,5160,'_wp_attached_file','2019/01/2020-General-Flyer-1.jpg'),(6926,5148,'_menu_item_type','custom'),(6927,5148,'_menu_item_menu_item_parent','0'),(6924,5145,'_wp_attached_file','2020/01/QMLA-Player-Release-Policy-2020.pdf'),(6930,5148,'_menu_item_target',''),(6931,5148,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6932,5148,'_menu_item_xfn',''),(6933,5148,'_menu_item_url',''),(6934,5149,'_menu_item_type','post_type'),(6935,5149,'_menu_item_menu_item_parent','5148'),(6905,122,'_oembed_f595c696f5b0d17af45d522ccf96d8e4','{{unknown}}'),(6906,122,'_oembed_d172fbc24b581ada53fe7345017131b8','{{unknown}}'),(7377,5327,'bgseo_robots_index','index'),(7378,5327,'bgseo_robots_follow','follow'),(6814,5064,'_edit_last','2'),(6815,5067,'_wp_attached_file','2019/11/referee1.jpg'),(6816,5067,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:183;s:4:\"file\";s:20:\"2019/11/referee1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"referee1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6817,5068,'_wp_attached_file','2019/11/CMA_1042_medium.jpg'),(6818,5068,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:366;s:6:\"height\";i:550;s:4:\"file\";s:27:\"2019/11/CMA_1042_medium.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"CMA_1042_medium-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"CMA_1042_medium-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:32:\"0_73_366_469_CMA_1042_medium.jpg\";s:5:\"width\";d:366;s:6:\"height\";d:469;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-2\";a:4:{s:4:\"file\";s:32:\"0_92_360_360_CMA_1042_medium.jpg\";s:5:\"width\";d:360;s:6:\"height\";d:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6819,5069,'_wp_attached_file','2019/11/referee-e1574641106824.jpg'),(6820,5069,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:183;s:4:\"file\";s:34:\"2019/11/referee-e1574641106824.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"referee-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:24:\"0_31_235_138_referee.jpg\";s:5:\"width\";d:235;s:6:\"height\";d:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-2\";a:4:{s:4:\"file\";s:39:\"64_0_147_183_referee-e1574641106824.jpg\";s:5:\"width\";d:147;s:6:\"height\";d:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6821,5069,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:275;s:6:\"height\";i:183;s:4:\"file\";s:11:\"referee.jpg\";}}'),(6822,5064,'_wp_page_template','default'),(6823,5064,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:0:\"\";s:22:\"font_awesome_icon_size\";s:0:\"\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(6824,5064,'boldgrid_hide_page_title','0'),(6825,5064,'boldgrid_in_page_containers','1'),(6826,5064,'bgseo_robots_index','index'),(6827,5064,'bgseo_robots_follow','follow'),(6828,5071,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:0:\"\";s:22:\"font_awesome_icon_size\";s:0:\"\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(6829,5071,'boldgrid_hide_page_title','0'),(6830,5071,'boldgrid_in_page_containers','1'),(6831,5071,'_menu_item_type','post_type'),(6832,5071,'_menu_item_menu_item_parent','5073'),(6833,5071,'_menu_item_object_id','5064'),(6834,5071,'_menu_item_object','page'),(6835,5071,'_menu_item_target',''),(6836,5071,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6837,5071,'_menu_item_xfn',''),(6838,5071,'_menu_item_url',''),(6840,5073,'_menu_item_type','custom'),(6841,5073,'_menu_item_menu_item_parent','0'),(6842,5073,'_menu_item_object_id','5073'),(6843,5073,'_menu_item_object','custom'),(6844,5073,'_menu_item_target',''),(6845,5073,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6846,5073,'_menu_item_xfn',''),(6847,5073,'_menu_item_url',''),(6848,5074,'_menu_item_type','custom'),(6849,5074,'_menu_item_menu_item_parent','5073'),(6850,5074,'_menu_item_object_id','5074'),(6851,5074,'_menu_item_object','custom'),(6852,5074,'_menu_item_target',''),(6853,5074,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6854,5074,'_menu_item_xfn',''),(6855,5074,'_menu_item_url','https://olaofficiating.sportngin.com/register/form/173659152'),(6856,5075,'_menu_item_type','custom'),(6857,5075,'_menu_item_menu_item_parent','5073'),(6858,5075,'_menu_item_object_id','5075'),(6859,5075,'_menu_item_object','custom'),(6860,5075,'_menu_item_target',''),(6861,5075,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6862,5075,'_menu_item_xfn',''),(6863,5075,'_menu_item_url','https://ontariolacrosse.com/officiating'),(6864,5076,'_menu_item_type','custom'),(6865,5076,'_menu_item_menu_item_parent','5073'),(6866,5076,'_menu_item_object_id','5076'),(6867,5076,'_menu_item_object','custom'),(6868,5076,'_menu_item_target',''),(6869,5076,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6870,5076,'_menu_item_xfn',''),(6871,5076,'_menu_item_url','http://cla.pointstreaksites.com/view/cla/officials-resources'),(7320,5224,'_jetpack_related_posts_cache','a:1:{s:32:\"6af9f120a0548c28f2223a514f875e95\";a:2:{s:7:\"expires\";i:1602975179;s:7:\"payload\";a:0:{}}}'),(6877,5079,'_wp_attached_file','2019/11/referee2.jpg'),(6878,5079,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:927;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2019/11/referee2.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"referee2-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"referee2-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"referee2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"referee2-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:44:\"0_24_275_315.328697851_referee2-791x1024.jpg\";s:5:\"width\";d:275;s:6:\"height\";d:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-2\";a:4:{s:4:\"file\";s:44:\"0_18_400.303643725_500_referee2-791x1024.jpg\";s:5:\"width\";d:400;s:6:\"height\";d:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6965,5164,'_mc_event_shortcode','[my_calendar_event event=\'5\' template=\'details\' list=\'\']'),(6966,5164,'_mc_event_access','a:1:{s:5:\"notes\";s:0:\"\";}'),(6967,5164,'_mc_event_id','5'),(6968,5164,'_mc_event_desc','Born in 2010 or later: 5:00pm to 6:00pm\r\n\r\nBorn in 2009 or ealier: 6:00pm to 7:00pm'),(6969,5164,'_mc_event_image',''),(6970,5164,'_mc_event_date','1579478400'),(6971,5164,'_event_time_label','All day'),(6972,5164,'_mc_event_data','a:40:{s:11:\"event_begin\";s:10:\"2020-01-20\";s:9:\"event_end\";s:10:\"2020-01-20\";s:11:\"event_title\";s:29:\"Quinte Winter Lacrosse School\";s:10:\"event_desc\";s:83:\"Born in 2010 or later: 5:00pm to 6:00pm\r\n\r\nBorn in 2009 or ealier: 6:00pm to 7:00pm\";s:11:\"event_short\";s:0:\"\";s:10:\"event_time\";s:8:\"17:00:00\";s:13:\"event_endtime\";s:8:\"19:00:00\";s:10:\"event_link\";s:61:\"https://quintelacrosse.com/quinte-lacrosse-school-information\";s:11:\"event_label\";s:20:\"Loyalist Sports Dome\";s:12:\"event_street\";s:26:\"284 Wallbridge Loyalist Rd\";s:13:\"event_street2\";s:0:\"\";s:10:\"event_city\";s:10:\"Belleville\";s:11:\"event_state\";s:7:\"Ontario\";s:14:\"event_postcode\";s:7:\"K8N 4Z2\";s:12:\"event_region\";s:0:\"\";s:13:\"event_country\";s:0:\"\";s:9:\"event_url\";s:29:\"http://loyalistsportsdome.com\";s:11:\"event_recur\";s:2:\"W1\";s:11:\"event_image\";s:0:\"\";s:11:\"event_phone\";s:0:\"\";s:12:\"event_phone2\";s:0:\"\";s:12:\"event_access\";s:0:\"\";s:13:\"event_tickets\";s:0:\"\";s:18:\"event_registration\";s:0:\"\";s:13:\"event_repeats\";s:1:\"6\";s:12:\"event_author\";s:1:\"2\";s:14:\"event_category\";s:1:\"1\";s:18:\"event_link_expires\";s:1:\"0\";s:10:\"event_zoom\";s:2:\"16\";s:14:\"event_approved\";i:1;s:10:\"event_host\";i:2;s:13:\"event_flagged\";i:0;s:16:\"event_fifth_week\";i:1;s:13:\"event_holiday\";i:1;s:14:\"event_group_id\";i:0;s:10:\"event_span\";i:0;s:14:\"event_hide_end\";i:0;s:15:\"event_longitude\";s:8:\"0.000000\";s:14:\"event_latitude\";s:8:\"0.000000\";s:9:\"shortcode\";s:56:\"[my_calendar_event event=\'5\' template=\'details\' list=\'\']\";}'),(6964,5164,'_mc_guid','792c341e1eb386ed4ff0345bbed101f8'),(6938,5149,'_menu_item_target',''),(6939,5149,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6940,5149,'_menu_item_xfn',''),(6941,5149,'_menu_item_url',''),(6953,5160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:701;s:6:\"height\";i:491;s:4:\"file\";s:32:\"2019/01/2020-General-Flyer-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"2020-General-Flyer-1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"2020-General-Flyer-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Joseph Fee\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1578479362\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6885,5085,'_menu_item_type','custom'),(6886,5085,'_menu_item_menu_item_parent','5073'),(6887,5085,'_menu_item_object_id','5085'),(6888,5085,'_menu_item_object','custom'),(6889,5085,'_menu_item_target',''),(6890,5085,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6891,5085,'_menu_item_xfn',''),(6892,5085,'_menu_item_url','https://ontariolacrosse.com/content/administration/admin-documentation/2020-season/2018-2020-referee-rates-box-1.pdf'),(6976,5165,'_mc_guid','ac02eaefc745a08ad5e4ce3e466c96aa'),(6974,5164,'_mc_event_location','4'),(6977,5165,'_mc_event_shortcode','[my_calendar_event event=\'6\' template=\'details\' list=\'\']'),(6978,5165,'_mc_event_access','a:1:{s:5:\"notes\";s:0:\"\";}'),(6979,5165,'_mc_event_id','6'),(6980,5165,'_mc_event_desc','All players must be registered prior to attending tryouts.'),(6981,5165,'_mc_event_image',''),(6982,5165,'_mc_event_date','1583539200'),(6983,5165,'_event_time_label','All day'),(6984,5165,'_mc_event_location','4'),(6985,5165,'_mc_event_data','a:40:{s:11:\"event_begin\";s:10:\"2020-03-07\";s:9:\"event_end\";s:10:\"2020-03-07\";s:11:\"event_title\";s:23:\"Tyke Competitive Tryout\";s:10:\"event_desc\";s:58:\"All players must be registered prior to attending tryouts.\";s:11:\"event_short\";s:0:\"\";s:10:\"event_time\";s:8:\"09:00:00\";s:13:\"event_endtime\";s:8:\"10:00:00\";s:10:\"event_link\";s:0:\"\";s:11:\"event_label\";s:20:\"Loyalist Sports Dome\";s:12:\"event_street\";s:26:\"284 Wallbridge Loyalist Rd\";s:13:\"event_street2\";s:0:\"\";s:10:\"event_city\";s:10:\"Belleville\";s:11:\"event_state\";s:7:\"Ontario\";s:14:\"event_postcode\";s:7:\"K8N 4Z2\";s:12:\"event_region\";s:0:\"\";s:13:\"event_country\";s:0:\"\";s:9:\"event_url\";s:29:\"http://loyalistsportsdome.com\";s:11:\"event_recur\";s:2:\"S1\";s:11:\"event_image\";s:0:\"\";s:11:\"event_phone\";s:0:\"\";s:12:\"event_phone2\";s:0:\"\";s:12:\"event_access\";s:0:\"\";s:13:\"event_tickets\";s:0:\"\";s:18:\"event_registration\";s:0:\"\";s:13:\"event_repeats\";s:1:\"0\";s:12:\"event_author\";s:1:\"2\";s:14:\"event_category\";s:1:\"1\";s:18:\"event_link_expires\";s:1:\"0\";s:10:\"event_zoom\";s:2:\"16\";s:14:\"event_approved\";i:1;s:10:\"event_host\";i:2;s:13:\"event_flagged\";i:0;s:16:\"event_fifth_week\";i:1;s:13:\"event_holiday\";i:1;s:14:\"event_group_id\";i:6;s:10:\"event_span\";i:0;s:14:\"event_hide_end\";i:0;s:15:\"event_longitude\";s:8:\"0.000000\";s:14:\"event_latitude\";s:8:\"0.000000\";s:9:\"shortcode\";s:56:\"[my_calendar_event event=\'6\' template=\'details\' list=\'\']\";}'),(7167,4353,'_wp_old_date','2019-02-18'),(6996,5167,'_mc_guid','4c1ea5996096fc22f2a56d80dbb1bd78'),(6997,5167,'_mc_event_shortcode','[my_calendar_event event=\'8\' template=\'details\' list=\'\']'),(6998,5167,'_mc_event_access','a:1:{s:5:\"notes\";s:0:\"\";}'),(6999,5167,'_mc_event_id','8'),(7000,5167,'_mc_event_desc','All players must be registered prior to attending tryouts'),(7001,5167,'_mc_event_image',''),(7002,5167,'_mc_event_date','1583539200'),(7003,5167,'_event_time_label','All day'),(7004,5167,'_mc_event_location','4'),(7005,5167,'_mc_event_data','a:40:{s:11:\"event_begin\";s:10:\"2020-03-07\";s:9:\"event_end\";s:10:\"2020-03-07\";s:11:\"event_title\";s:25:\"Novice Competitive Tryout\";s:10:\"event_desc\";s:57:\"All players must be registered prior to attending tryouts\";s:11:\"event_short\";s:0:\"\";s:10:\"event_time\";s:8:\"10:00:00\";s:13:\"event_endtime\";s:8:\"11:00:00\";s:10:\"event_link\";s:0:\"\";s:11:\"event_label\";s:20:\"Loyalist Sports Dome\";s:12:\"event_street\";s:26:\"284 Wallbridge Loyalist Rd\";s:13:\"event_street2\";s:0:\"\";s:10:\"event_city\";s:10:\"Belleville\";s:11:\"event_state\";s:7:\"Ontario\";s:14:\"event_postcode\";s:7:\"K8N 4Z2\";s:12:\"event_region\";s:0:\"\";s:13:\"event_country\";s:0:\"\";s:9:\"event_url\";s:29:\"http://loyalistsportsdome.com\";s:11:\"event_recur\";s:2:\"S1\";s:11:\"event_image\";s:0:\"\";s:11:\"event_phone\";s:0:\"\";s:12:\"event_phone2\";s:0:\"\";s:12:\"event_access\";s:0:\"\";s:13:\"event_tickets\";s:0:\"\";s:18:\"event_registration\";s:0:\"\";s:13:\"event_repeats\";s:1:\"0\";s:12:\"event_author\";s:1:\"2\";s:14:\"event_category\";s:1:\"1\";s:18:\"event_link_expires\";s:1:\"0\";s:10:\"event_zoom\";s:2:\"16\";s:14:\"event_approved\";i:1;s:10:\"event_host\";i:2;s:13:\"event_flagged\";i:0;s:16:\"event_fifth_week\";i:1;s:13:\"event_holiday\";i:1;s:14:\"event_group_id\";i:8;s:10:\"event_span\";i:0;s:14:\"event_hide_end\";i:0;s:15:\"event_longitude\";s:8:\"0.000000\";s:14:\"event_latitude\";s:8:\"0.000000\";s:9:\"shortcode\";s:56:\"[my_calendar_event event=\'8\' template=\'details\' list=\'\']\";}'),(7026,5170,'_mc_guid','7da2911a853d81297058a2d8f583b9fa'),(7027,5170,'_mc_event_shortcode','[my_calendar_event event=\'11\' template=\'details\' list=\'\']'),(7028,5170,'_mc_event_access','a:1:{s:5:\"notes\";s:0:\"\";}'),(7029,5170,'_mc_event_id','11'),(7030,5170,'_mc_event_desc','All players must be registered before attending tryouts'),(7031,5170,'_mc_event_image',''),(7032,5170,'_mc_event_date','1582329600'),(7033,5170,'_event_time_label','All day'),(7034,5170,'_mc_event_location','4'),(7035,5170,'_mc_event_data','a:40:{s:11:\"event_begin\";s:10:\"2020-02-22\";s:9:\"event_end\";s:10:\"2020-02-22\";s:11:\"event_title\";s:25:\"Peewee Competitive Tryout\";s:10:\"event_desc\";s:55:\"All players must be registered before attending tryouts\";s:11:\"event_short\";s:0:\"\";s:10:\"event_time\";s:8:\"09:00:00\";s:13:\"event_endtime\";s:8:\"10:00:00\";s:10:\"event_link\";s:0:\"\";s:11:\"event_label\";s:20:\"Loyalist Sports Dome\";s:12:\"event_street\";s:26:\"284 Wallbridge Loyalist Rd\";s:13:\"event_street2\";s:0:\"\";s:10:\"event_city\";s:10:\"Belleville\";s:11:\"event_state\";s:7:\"Ontario\";s:14:\"event_postcode\";s:7:\"K8N 4Z2\";s:12:\"event_region\";s:0:\"\";s:13:\"event_country\";s:0:\"\";s:9:\"event_url\";s:29:\"http://loyalistsportsdome.com\";s:11:\"event_recur\";s:2:\"S1\";s:11:\"event_image\";s:0:\"\";s:11:\"event_phone\";s:0:\"\";s:12:\"event_phone2\";s:0:\"\";s:12:\"event_access\";s:0:\"\";s:13:\"event_tickets\";s:0:\"\";s:18:\"event_registration\";s:0:\"\";s:13:\"event_repeats\";s:1:\"0\";s:12:\"event_author\";s:1:\"2\";s:14:\"event_category\";i:1;s:18:\"event_link_expires\";s:1:\"0\";s:10:\"event_zoom\";s:2:\"16\";s:14:\"event_approved\";i:1;s:10:\"event_host\";i:2;s:13:\"event_flagged\";i:0;s:16:\"event_fifth_week\";i:1;s:13:\"event_holiday\";i:1;s:14:\"event_group_id\";i:10;s:10:\"event_span\";i:0;s:14:\"event_hide_end\";i:0;s:15:\"event_longitude\";s:8:\"0.000000\";s:14:\"event_latitude\";s:8:\"0.000000\";s:9:\"shortcode\";s:57:\"[my_calendar_event event=\'11\' template=\'details\' list=\'\']\";}'),(7046,5172,'_mc_guid','0d0f7959e2b8f60b004363c44f4bdea5'),(7047,5172,'_mc_event_shortcode','[my_calendar_event event=\'13\' template=\'details\' list=\'\']'),(7048,5172,'_mc_event_access','a:1:{s:5:\"notes\";s:0:\"\";}'),(7049,5172,'_mc_event_id','13'),(7050,5172,'_mc_event_desc','All players must be registered before attending tryouts'),(7051,5172,'_mc_event_image',''),(7052,5172,'_mc_event_date','1582329600'),(7053,5172,'_event_time_label','All day'),(7054,5172,'_mc_event_location','4'),(7055,5172,'_mc_event_data','a:40:{s:11:\"event_begin\";s:10:\"2020-02-22\";s:9:\"event_end\";s:10:\"2020-02-22\";s:11:\"event_title\";s:25:\"Bantam Competitive Tryout\";s:10:\"event_desc\";s:55:\"All players must be registered before attending tryouts\";s:11:\"event_short\";s:0:\"\";s:10:\"event_time\";s:8:\"10:00:00\";s:13:\"event_endtime\";s:8:\"11:00:00\";s:10:\"event_link\";s:0:\"\";s:11:\"event_label\";s:20:\"Loyalist Sports Dome\";s:12:\"event_street\";s:26:\"284 Wallbridge Loyalist Rd\";s:13:\"event_street2\";s:0:\"\";s:10:\"event_city\";s:10:\"Belleville\";s:11:\"event_state\";s:7:\"Ontario\";s:14:\"event_postcode\";s:7:\"K8N 4Z2\";s:12:\"event_region\";s:0:\"\";s:13:\"event_country\";s:0:\"\";s:9:\"event_url\";s:29:\"http://loyalistsportsdome.com\";s:11:\"event_recur\";s:2:\"S1\";s:11:\"event_image\";s:0:\"\";s:11:\"event_phone\";s:0:\"\";s:12:\"event_phone2\";s:0:\"\";s:12:\"event_access\";s:0:\"\";s:13:\"event_tickets\";s:0:\"\";s:18:\"event_registration\";s:0:\"\";s:13:\"event_repeats\";s:1:\"0\";s:12:\"event_author\";s:1:\"2\";s:14:\"event_category\";s:1:\"1\";s:18:\"event_link_expires\";s:1:\"0\";s:10:\"event_zoom\";s:2:\"16\";s:14:\"event_approved\";i:1;s:10:\"event_host\";i:2;s:13:\"event_flagged\";i:0;s:16:\"event_fifth_week\";i:1;s:13:\"event_holiday\";i:1;s:14:\"event_group_id\";i:12;s:10:\"event_span\";i:0;s:14:\"event_hide_end\";i:0;s:15:\"event_longitude\";s:8:\"0.000000\";s:14:\"event_latitude\";s:8:\"0.000000\";s:9:\"shortcode\";s:57:\"[my_calendar_event event=\'13\' template=\'details\' list=\'\']\";}'),(7056,5164,'_mc_deleted_instances','a:1:{i:0;a:3:{s:14:\"occur_event_id\";i:5;s:11:\"occur_begin\";s:19:\"2020-02-17 17:00:00\";s:9:\"occur_end\";s:19:\"2020-02-17 19:00:00\";}}'),(7057,93,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1662031335;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:5173;}i:1;a:1:{s:2:\"id\";i:4353;}i:2;a:1:{s:2:\"id\";i:5547;}}}}'),(7058,5173,'_edit_lock','1623811090:2'),(7061,5173,'_edit_last','2'),(7071,5173,'_wpas_done_all','1'),(7072,5173,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1666424813;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1630;}i:1;a:1:{s:2:\"id\";i:5180;}i:2;a:1:{s:2:\"id\";i:4353;}}}}'),(7130,5202,'_menu_item_target','_blank'),(7065,5173,'post_grid_post_settings','a:3:{s:11:\"current_tab\";s:7:\"options\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";}'),(7461,4074,'_last_editor_used_jetpack','classic-editor'),(7464,5401,'_wp_attached_file','2021/06/Registration-date-QMLA-2021-e1623081014616.jpg'),(7066,5173,'boldgrid_hide_page_title','1'),(7067,5173,'boldgrid_in_page_containers','1'),(7068,5173,'bgseo_robots_index','index'),(7069,5173,'bgseo_robots_follow','follow'),(7070,5173,'_publicize_twitter_user','@QuinteLacrosse'),(7075,5173,'_wpas_skip_23024792','1'),(7076,5173,'_wpas_skip_23024784','1'),(7081,5180,'_edit_lock','1623810515:2'),(7086,5183,'_wp_attached_file','2020/01/IMG_77861-scaled.jpg'),(7087,5183,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2020/01/IMG_77861-scaled.jpg\";s:5:\"sizes\";a:1:{s:6:\"crop-1\";a:4:{s:4:\"file\";s:45:\"0_30_166_166.216145833_IMG_77861-768x1024.jpg\";s:5:\"width\";d:166;s:6:\"height\";d:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579432116\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:15:\"0.0588235294118\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:13:\"IMG_77861.jpg\";}'),(7594,5183,'_edit_lock','1623809920:2'),(7088,5184,'_wp_attached_file','2020/01/IMG_77771-scaled.jpg'),(7089,5184,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2020/01/IMG_77771-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"IMG_77771-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"IMG_77771-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_77771-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_77771-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"IMG_77771-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:23:\"IMG_77771-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:41:\"0_88_458_264.78125_IMG_77771-1024x768.jpg\";s:5:\"width\";d:458;s:6:\"height\";d:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579431165\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:13:\"IMG_77771.jpg\";}'),(7090,5180,'_edit_last','2'),(7100,5180,'_wpas_done_all','1'),(7101,5180,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1667468742;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:5900;}i:1;a:1:{s:2:\"id\";i:5872;}i:2;a:1:{s:2:\"id\";i:5919;}}}}'),(7126,5202,'_menu_item_type','custom'),(7094,5180,'post_grid_post_settings','a:3:{s:11:\"current_tab\";s:7:\"options\";s:19:\"custom_thumb_source\";s:98:\"https://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";}'),(7592,5180,'_wpas_skip_23024784','1'),(7597,5173,'_thumbnail_id','5069'),(7604,1630,'_last_editor_used_jetpack','classic-editor'),(7605,1630,'_thumbnail_id','80'),(7095,5180,'boldgrid_hide_page_title','0'),(7096,5180,'boldgrid_in_page_containers','1'),(7097,5180,'bgseo_robots_index','index'),(7098,5180,'bgseo_robots_follow','follow'),(7099,5180,'_publicize_twitter_user','@QuinteLacrosse'),(7104,4353,'_wpas_skip_23024792','1'),(7105,4353,'_wpas_skip_23024784','1'),(7106,5193,'_wp_attached_file','2020/02/Bayhawks-ChuckaPuck-Graphic.png'),(7107,5193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:39:\"2020/02/Bayhawks-ChuckaPuck-Graphic.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Bayhawks-ChuckaPuck-Graphic-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Bayhawks-ChuckaPuck-Graphic-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Bayhawks-ChuckaPuck-Graphic-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Bayhawks-ChuckaPuck-Graphic-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:41:\"Bayhawks-ChuckaPuck-Graphic-1187x1536.png\";s:5:\"width\";i:1187;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:41:\"Bayhawks-ChuckaPuck-Graphic-1583x2048.png\";s:5:\"width\";i:1583;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:62:\"0_0_400_517.825537295_Bayhawks-ChuckaPuck-Graphic-791x1024.png\";s:5:\"width\";d:400;s:6:\"height\";d:518;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7108,5194,'_edit_lock','1622759887:2'),(7111,5194,'_edit_last','2'),(7121,5194,'_wpas_done_all','1'),(7122,5194,'_jetpack_related_posts_cache','a:1:{s:32:\"37550b67d263a3ce789993dc25046c5f\";a:2:{s:7:\"expires\";i:1621943294;s:7:\"payload\";a:4:{i:0;a:1:{s:2:\"id\";i:4883;}i:1;a:1:{s:2:\"id\";i:5180;}i:2;a:1:{s:2:\"id\";i:4353;}i:3;a:1:{s:2:\"id\";i:5279;}}}}'),(7321,5002,'_jetpack_related_posts_cache','a:1:{s:32:\"6af9f120a0548c28f2223a514f875e95\";a:2:{s:7:\"expires\";i:1619792706;s:7:\"payload\";a:0:{}}}'),(7115,5194,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:0:\"\";s:22:\"font_awesome_icon_size\";s:0:\"\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(7116,5194,'boldgrid_hide_page_title','1'),(7117,5194,'boldgrid_in_page_containers','1'),(7118,5194,'bgseo_robots_index','index'),(7119,5194,'bgseo_robots_follow','follow'),(7120,5194,'_publicize_twitter_user','@QuinteLacrosse'),(7127,5202,'_menu_item_menu_item_parent','0'),(7128,5202,'_menu_item_object_id','5202'),(7129,5202,'_menu_item_object','custom'),(7131,5202,'_menu_item_classes','a:1:{i:0;s:8:\"facebook\";}'),(7132,5202,'_menu_item_xfn',''),(7133,5202,'_menu_item_url','https://facebook.com'),(7134,5203,'_menu_item_type','custom'),(7135,5203,'_menu_item_menu_item_parent','0'),(7136,5203,'_menu_item_object_id','5203'),(7137,5203,'_menu_item_object','custom'),(7138,5203,'_menu_item_target','_blank'),(7139,5203,'_menu_item_classes','a:1:{i:0;s:7:\"twitter\";}'),(7140,5203,'_menu_item_xfn',''),(7141,5203,'_menu_item_url','https://twitter.com'),(7142,5204,'_menu_item_type','custom'),(7143,5204,'_menu_item_menu_item_parent','0'),(7144,5204,'_menu_item_object_id','5204'),(7145,5204,'_menu_item_object','custom'),(7146,5204,'_menu_item_target','_blank'),(7147,5204,'_menu_item_classes','a:1:{i:0;s:9:\"instagram\";}'),(7148,5204,'_menu_item_xfn',''),(7149,5204,'_menu_item_url','https://instagram.com'),(7186,5236,'_wp_attached_file','2020/03/OLA-covid19-march30.jpg'),(7184,5232,'_wp_attached_file','2020/03/covid-19-update-march-30-1.pdf'),(7329,18,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666893505;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4068;}i:1;a:1:{s:2:\"id\";i:4007;}i:2;a:1:{s:2:\"id\";i:4066;}i:3;a:1:{s:2:\"id\";i:4844;}i:4;a:1:{s:2:\"id\";i:4945;}i:5;a:1:{s:2:\"id\";i:4074;}}}}'),(7187,5236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:521;s:6:\"height\";i:815;s:4:\"file\";s:31:\"2020/03/OLA-covid19-march30.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"OLA-covid19-march30-192x300.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"OLA-covid19-march30-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:44:\"0_0_360_562.45681382_OLA-covid19-march30.jpg\";s:5:\"width\";d:360;s:6:\"height\";d:562;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Joseph Fee\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1585598876\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7234,5260,'_wp_attached_file','2020/06/covid-19-update-june-11-1.pdf'),(7235,5261,'_wp_attached_file','2020/06/covid-19-update-june-11-1-1.pdf'),(7236,5262,'_wp_attached_file','2020/06/covid-19-update-june-11-1-2.pdf'),(7375,5327,'boldgrid_hide_page_title','1'),(7302,5287,'_edit_lock','1630419943:2'),(7303,5287,'_edit_last','2'),(7304,5287,'_wp_page_template','default'),(7305,5287,'boldgrid_hide_page_title','1'),(7306,5287,'boldgrid_in_page_containers','1'),(7283,5282,'_wp_attached_file','2020/08/ReLAx-in-the-Summer-pic.jpg'),(7284,5282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:2304;s:4:\"file\";s:35:\"2020/08/ReLAx-in-the-Summer-pic.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"ReLAx-in-the-Summer-pic-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"ReLAx-in-the-Summer-pic-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ReLAx-in-the-Summer-pic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"ReLAx-in-the-Summer-pic-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"ReLAx-in-the-Summer-pic-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:37:\"ReLAx-in-the-Summer-pic-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:49:\"0_0_750_1000_ReLAx-in-the-Summer-pic-768x1024.jpg\";s:5:\"width\";d:750;s:6:\"height\";d:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7259,5269,'_wp_attached_file','2020/07/lacrosse-stick.jpg'),(7260,5269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:26:\"2020/07/lacrosse-stick.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"lacrosse-stick-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"lacrosse-stick-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:40:\"29_0_300_216.76300578_lacrosse-stick.jpg\";s:5:\"width\";d:300;s:6:\"height\";d:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7346,5302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:630;s:6:\"height\";i:630;s:4:\"file\";s:26:\"2020/09/your_logo_here.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"your_logo_here-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"your_logo_here-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:30:\"0_0_450_450_your_logo_here.jpg\";s:5:\"width\";d:450;s:6:\"height\";d:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7345,5302,'_wp_attached_file','2020/09/your_logo_here.jpg'),(7344,5001,'_jetpack_related_posts_cache','a:1:{s:32:\"6af9f120a0548c28f2223a514f875e95\";a:2:{s:7:\"expires\";i:1602541641;s:7:\"payload\";a:0:{}}}'),(7307,5287,'bgseo_robots_index','index'),(7308,5287,'bgseo_robots_follow','follow'),(7650,4078,'_wp_old_date','2018-12-18'),(7649,4055,'_wp_old_date','2018-12-18'),(7648,4222,'_wp_old_date','2019-01-20'),(7647,1114,'_wp_old_date','2018-11-29'),(7646,1116,'_wp_old_date','2018-11-29'),(7327,5172,'_jetpack_related_posts_cache','a:1:{s:32:\"6af9f120a0548c28f2223a514f875e95\";a:2:{s:7:\"expires\";i:1601112022;s:7:\"payload\";a:0:{}}}'),(7322,5240,'_jetpack_related_posts_cache','a:1:{s:32:\"0155ba3b0aeae71c5c2b86ea1625f7b2\";a:2:{s:7:\"expires\";i:1597879637;s:7:\"payload\";a:0:{}}}'),(7323,5165,'_jetpack_related_posts_cache','a:1:{s:32:\"6af9f120a0548c28f2223a514f875e95\";a:2:{s:7:\"expires\";i:1620232160;s:7:\"payload\";a:0:{}}}'),(7326,5164,'_jetpack_related_posts_cache','a:1:{s:32:\"6af9f120a0548c28f2223a514f875e95\";a:2:{s:7:\"expires\";i:1605911844;s:7:\"payload\";a:0:{}}}'),(7328,4846,'_jetpack_related_posts_cache','a:1:{s:32:\"6af9f120a0548c28f2223a514f875e95\";a:2:{s:7:\"expires\";i:1622804337;s:7:\"payload\";a:0:{}}}'),(7330,5294,'_customize_changeset_uuid','68dd86c8-4e3f-458c-9409-478f4a992961'),(7331,5294,'_wp_page_template','default'),(7332,5294,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";s:19:\"custom_thumb_source\";s:97:\"http://quintelacrosse.com/wp-content/plugins/post-grid/assets/frontend/css/images/placeholder.png\";s:16:\"thumb_custom_url\";s:0:\"\";s:17:\"font_awesome_icon\";s:0:\"\";s:23:\"font_awesome_icon_color\";s:7:\"#737272\";s:22:\"font_awesome_icon_size\";s:4:\"50px\";s:17:\"custom_youtube_id\";s:0:\"\";s:15:\"custom_vimeo_id\";s:0:\"\";s:21:\"custom_dailymotion_id\";s:0:\"\";s:14:\"custom_mp3_url\";s:0:\"\";s:20:\"custom_soundcloud_id\";s:0:\"\";s:16:\"custom_video_MP4\";s:0:\"\";s:16:\"custom_video_OGV\";s:0:\"\";s:17:\"custom_video_WEBM\";s:0:\"\";}'),(7333,5294,'boldgrid_hide_page_title','1'),(7334,5294,'boldgrid_in_page_containers','1'),(7335,5294,'bgseo_robots_index','index'),(7336,5294,'bgseo_robots_follow','follow'),(7337,5294,'_oembed_f595c696f5b0d17af45d522ccf96d8e4','{{unknown}}'),(7338,5294,'_oembed_d172fbc24b581ada53fe7345017131b8','{{unknown}}'),(7339,5294,'_dp_original','122'),(7340,5294,'_edit_last','2'),(7341,5294,'_edit_lock','1598191668:2'),(7357,22,'_edit_lock','1599402270:2'),(7358,22,'boldgrid_hide_page_title','1'),(7359,22,'_edit_last','2'),(7360,22,'bgseo_robots_index','index'),(7361,22,'bgseo_robots_follow','follow'),(7379,5327,'_dp_original','4824'),(7380,5327,'_edit_lock','1622759732:2'),(7381,5327,'_jetpack_related_posts_cache','a:1:{s:32:\"37550b67d263a3ce789993dc25046c5f\";a:2:{s:7:\"expires\";i:1621940617;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:5234;}i:1;a:1:{s:2:\"id\";i:5258;}i:2;a:1:{s:2:\"id\";i:4968;}i:3;a:1:{s:2:\"id\";i:5246;}i:4;a:1:{s:2:\"id\";i:5173;}i:5;a:1:{s:2:\"id\";i:4353;}}}}'),(7382,5327,'_edit_last','2'),(7387,5327,'_wpas_done_all','1'),(7384,5327,'_pingme','1'),(7420,1094,'_last_editor_used_jetpack','classic-editor'),(7393,4068,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666796063;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4053;}i:1;a:1:{s:2:\"id\";i:4066;}i:2;a:1:{s:2:\"id\";i:5706;}i:3;a:1:{s:2:\"id\";i:5786;}i:4;a:1:{s:2:\"id\";i:1094;}i:5;a:1:{s:2:\"id\";i:4936;}}}}'),(7389,4999,'_jetpack_related_posts_cache','a:1:{s:32:\"6af9f120a0548c28f2223a514f875e95\";a:2:{s:7:\"expires\";i:1619746497;s:7:\"payload\";a:0:{}}}'),(7385,5327,'_encloseme','1'),(7392,4070,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1667039280;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4053;}i:1;a:1:{s:2:\"id\";i:1094;}i:2;a:1:{s:2:\"id\";i:122;}i:3;a:1:{s:2:\"id\";i:1100;}i:4;a:1:{s:2:\"id\";i:4068;}i:5;a:1:{s:2:\"id\";i:4007;}}}}'),(7391,5167,'_jetpack_related_posts_cache','a:1:{s:32:\"6af9f120a0548c28f2223a514f875e95\";a:2:{s:7:\"expires\";i:1613769568;s:7:\"payload\";a:0:{}}}'),(7390,4060,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666794787;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:5737;}i:1;a:1:{s:2:\"id\";i:5748;}i:2;a:1:{s:2:\"id\";i:4936;}i:3;a:1:{s:2:\"id\";i:4053;}i:4;a:1:{s:2:\"id\";i:1094;}i:5;a:1:{s:2:\"id\";i:4007;}}}}'),(7386,5327,'_wp_old_date','2020-09-21'),(7388,5170,'_jetpack_related_posts_cache','a:1:{s:32:\"6af9f120a0548c28f2223a514f875e95\";a:2:{s:7:\"expires\";i:1618891030;s:7:\"payload\";a:0:{}}}'),(7415,4007,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666817451;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4060;}i:1;a:1:{s:2:\"id\";i:4053;}i:2;a:1:{s:2:\"id\";i:5737;}i:3;a:1:{s:2:\"id\";i:5748;}i:4;a:1:{s:2:\"id\";i:1094;}i:5;a:1:{s:2:\"id\";i:4936;}}}}'),(7421,4218,'_last_editor_used_jetpack','classic-editor'),(7416,1098,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666795494;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:5064;}i:1;a:1:{s:2:\"id\";i:4358;}i:2;a:1:{s:2:\"id\";i:4931;}i:3;a:1:{s:2:\"id\";i:4947;}i:4;a:1:{s:2:\"id\";i:4309;}i:5;a:1:{s:2:\"id\";i:1100;}}}}'),(7411,4936,'_last_editor_used_jetpack','classic-editor'),(7412,1092,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666798674;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:1094;}i:1;a:1:{s:2:\"id\";i:1100;}i:2;a:1:{s:2:\"id\";i:4168;}i:3;a:1:{s:2:\"id\";i:4074;}i:4;a:1:{s:2:\"id\";i:4070;}i:5;a:1:{s:2:\"id\";i:1093;}}}}'),(7413,1097,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666794942;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4100;}i:1;a:1:{s:2:\"id\";i:1096;}i:2;a:1:{s:2:\"id\";i:1098;}i:3;a:1:{s:2:\"id\";i:4931;}i:4;a:1:{s:2:\"id\";i:4309;}i:5;a:1:{s:2:\"id\";i:1094;}}}}'),(7414,4074,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666794720;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4936;}i:1;a:1:{s:2:\"id\";i:4070;}i:2;a:1:{s:2:\"id\";i:4068;}i:3;a:1:{s:2:\"id\";i:4007;}i:4;a:1:{s:2:\"id\";i:4060;}i:5;a:1:{s:2:\"id\";i:4072;}}}}'),(7417,4168,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666795901;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:122;}i:1;a:1:{s:2:\"id\";i:4218;}i:2;a:1:{s:2:\"id\";i:5294;}i:3;a:1:{s:2:\"id\";i:1096;}i:4;a:1:{s:2:\"id\";i:4947;}i:5;a:1:{s:2:\"id\";i:1094;}}}}'),(7423,4066,'_last_editor_used_jetpack','classic-editor'),(7424,4070,'_last_editor_used_jetpack','classic-editor'),(7425,1096,'_last_editor_used_jetpack','classic-editor'),(7426,1095,'_last_editor_used_jetpack','classic-editor'),(7427,122,'_last_editor_used_jetpack','classic-editor'),(7428,5287,'_last_editor_used_jetpack','classic-editor'),(7429,4168,'_last_editor_used_jetpack','classic-editor'),(7430,123,'_last_editor_used_jetpack','classic-editor'),(7431,4844,'_last_editor_used_jetpack','classic-editor'),(7432,5064,'_last_editor_used_jetpack','classic-editor'),(7435,5370,'_wp_attached_file','2021/03/QMLA-2021-March-29.pdf'),(7436,5371,'_wp_attached_file','2021/03/QMLA-2021-March-29-scaled.jpg'),(7437,5371,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:2560;s:4:\"file\";s:37:\"2021/03/QMLA-2021-March-29-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"QMLA-2021-March-29-120x300.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"QMLA-2021-March-29-410x1024.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"QMLA-2021-March-29-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"QMLA-2021-March-29-768x1920.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"QMLA-2021-March-29-614x1536.jpg\";s:5:\"width\";i:614;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"QMLA-2021-March-29-819x2048.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:56:\"0_0_400.10432968179_1000_QMLA-2021-March-29-768x1920.jpg\";s:5:\"width\";d:400;s:6:\"height\";d:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:22:\"QMLA-2021-March-29.jpg\";}'),(7447,18,'_last_editor_used_jetpack','classic-editor'),(7465,5401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:2000;s:4:\"file\";s:54:\"2021/06/Registration-date-QMLA-2021-e1623081014616.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Registration-date-QMLA-2021-e1623081014616-120x300.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Registration-date-QMLA-2021-e1623081014616-410x1024.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Registration-date-QMLA-2021-e1623081014616-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Registration-date-QMLA-2021-e1623081014616-768x1920.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:55:\"Registration-date-QMLA-2021-e1623081014616-614x1536.jpg\";s:5:\"width\";i:614;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7450,4218,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666794790;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:1094;}i:1;a:1:{s:2:\"id\";i:4072;}i:2;a:1:{s:2:\"id\";i:4053;}i:3;a:1:{s:2:\"id\";i:1093;}i:4;a:1:{s:2:\"id\";i:1100;}i:5;a:1:{s:2:\"id\";i:4931;}}}}'),(7448,122,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666797294;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4168;}i:1;a:1:{s:2:\"id\";i:5294;}i:2;a:1:{s:2:\"id\";i:1096;}i:3;a:1:{s:2:\"id\";i:1098;}i:4;a:1:{s:2:\"id\";i:5287;}i:5;a:1:{s:2:\"id\";i:4218;}}}}'),(7449,5287,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666892014;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:5294;}i:1;a:1:{s:2:\"id\";i:122;}i:2;a:1:{s:2:\"id\";i:1096;}i:3;a:1:{s:2:\"id\";i:4168;}i:4;a:1:{s:2:\"id\";i:4945;}i:5;a:1:{s:2:\"id\";i:1098;}}}}'),(7453,5173,'_last_editor_used_jetpack','classic-editor'),(7459,1097,'_last_editor_used_jetpack','classic-editor'),(7458,4100,'_last_editor_used_jetpack','classic-editor'),(7451,123,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666865702;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:1092;}i:1;a:1:{s:2:\"id\";i:1094;}i:2;a:1:{s:2:\"id\";i:4074;}i:3;a:1:{s:2:\"id\";i:4070;}i:4;a:1:{s:2:\"id\";i:4068;}i:5;a:1:{s:2:\"id\";i:4007;}}}}'),(7452,1093,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666795787;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:1094;}i:1;a:1:{s:2:\"id\";i:4947;}i:2;a:1:{s:2:\"id\";i:4218;}i:3;a:1:{s:2:\"id\";i:1100;}i:4;a:1:{s:2:\"id\";i:4931;}i:5;a:1:{s:2:\"id\";i:4309;}}}}'),(7460,4358,'_last_editor_used_jetpack','classic-editor'),(7483,5005,'_edit_lock','1623805653:2'),(7484,5005,'_last_editor_used_jetpack','classic-editor'),(7625,4072,'_last_editor_used_jetpack','classic-editor'),(7498,122,'_oembed_02d15b7df2cda6bcf32fc8cff11d707c','{{unknown}}'),(7485,379,'_jetpack_related_posts_cache','a:1:{s:32:\"1f9f03599fe339c19c2b2ee7e3f624d9\";a:2:{s:7:\"expires\";i:1622988979;s:7:\"payload\";a:0:{}}}'),(7614,5457,'_menu_item_type','custom'),(7615,5457,'_menu_item_menu_item_parent','0'),(7616,5457,'_menu_item_object_id','5457'),(7617,5457,'_menu_item_object','custom'),(7618,5457,'_menu_item_target',''),(7619,5457,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7620,5457,'_menu_item_xfn',''),(7621,5457,'_menu_item_url','mailto:quintelacrosse@gmail.com'),(7651,4079,'_wp_old_date','2018-12-18'),(7494,5401,'_wp_attachment_backup_sizes','a:6:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:800;s:6:\"height\";i:2000;s:4:\"file\";s:31:\"Registration-date-QMLA-2021.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:39:\"Registration-date-QMLA-2021-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:39:\"Registration-date-QMLA-2021-120x300.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:40:\"Registration-date-QMLA-2021-768x1920.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:40:\"Registration-date-QMLA-2021-410x1024.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"1536x1536-orig\";a:4:{s:4:\"file\";s:40:\"Registration-date-QMLA-2021-614x1536.jpg\";s:5:\"width\";i:614;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(7500,5415,'_last_editor_used_jetpack','classic-editor'),(7501,5415,'_edit_lock','1623808756:2'),(7502,5415,'_edit_last','2'),(7503,5415,'post_grid_post_settings','a:3:{s:11:\"current_tab\";s:7:\"options\";s:19:\"custom_thumb_source\";s:0:\"\";s:16:\"thumb_custom_url\";s:0:\"\";}'),(7504,5415,'boldgrid_hide_page_title','1'),(7505,5415,'boldgrid_in_page_containers','1'),(7506,5415,'bgseo_robots_index','index'),(7507,5415,'bgseo_robots_follow','follow'),(7508,5415,'_publicize_twitter_user','@QuinteLacrosse'),(7509,5417,'_wp_attached_file','2021/06/IMG_0830-e1623808260738.png'),(7510,5417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:35:\"2021/06/IMG_0830-e1623808260738.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0830-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"IMG_0830-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0830-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0830-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:26:\"0_0_1000_1000_IMG_0830.png\";s:5:\"width\";d:1000;s:6:\"height\";d:1000;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7514,5415,'_wpas_done_all','1'),(7515,5415,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1667269721;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:5173;}i:1;a:1:{s:2:\"id\";i:1630;}i:2;a:1:{s:2:\"id\";i:5919;}}}}'),(7516,5420,'_wp_attached_file','2021/06/QMLA-Refund-Policy-2021.pdf'),(7517,5421,'_wp_attached_file','2021/06/QMLA-Refund-Policy-2021-1.pdf'),(7518,5427,'_wp_attached_file','2021/06/Register-Now-2021.png'),(7519,5427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:2000;s:4:\"file\";s:29:\"2021/06/Register-Now-2021.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Register-Now-2021-120x300.png\";s:5:\"width\";i:120;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Register-Now-2021-410x1024.png\";s:5:\"width\";i:410;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Register-Now-2021-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Register-Now-2021-768x1920.png\";s:5:\"width\";i:768;s:6:\"height\";i:1920;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"Register-Now-2021-614x1536.png\";s:5:\"width\";i:614;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:51:\"0_0.9756097560975832_410_1024_Register-Now-2021.png\";s:5:\"width\";d:410;s:6:\"height\";d:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7645,1409,'_wp_old_date','2018-11-29'),(7582,5443,'_wp_attached_file','2021/06/Player-Equipment-e1623809208869.jpg'),(7581,4353,'_last_editor_used_jetpack','classic-editor'),(7571,5442,'custom_scripts','a:2:{s:10:\"custom_css\";s:94:\".__ID__ a{text-decoration:none}.__ID__{vertical-align:top}.__ID__ .layer-content{padding:10px}\";s:9:\"custom_js\";s:0:\"\";}'),(7572,5442,'_edit_lock','1650475882:2'),(7573,5417,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:12:\"IMG_0830.png\";}s:18:\"full-1623808260738\";a:3:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:27:\"IMG_0830-e1623807968401.png\";}}'),(7574,5415,'_thumbnail_id','5417'),(7577,5442,'_edit_last','2'),(7583,5443,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:229;s:4:\"file\";s:43:\"2021/06/Player-Equipment-e1623809208869.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Player-Equipment-261x300.jpg\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Player-Equipment-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Joseph Fee\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541519754\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7584,5443,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:678;s:6:\"height\";i:778;s:4:\"file\";s:20:\"Player-Equipment.jpg\";}}'),(7585,4353,'_thumbnail_id','5443'),(7588,5180,'_last_editor_used_jetpack','classic-editor'),(7673,4964,'_wp_old_date','2019-10-22'),(7674,4965,'_wp_old_date','2019-10-22'),(7691,5475,'_wp_attached_file','2022/01/cropped-Alternate-Logo3.png'),(7657,1122,'_wp_old_date','2018-11-29'),(7658,4260,'_wp_old_date','2019-01-25'),(7659,4313,'_wp_old_date','2019-02-06'),(7660,2849,'_wp_old_date','2018-12-08'),(7661,4333,'_wp_old_date','2019-02-06'),(7662,5073,'_wp_old_date','2019-11-25'),(8537,5753,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":false,\"datatables_paginate_entries\":15,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(7671,2853,'_wp_old_date','2018-12-08'),(7672,5009,'_wp_old_date','2019-11-14'),(7663,5071,'_wp_old_date','2019-11-25'),(7664,5074,'_wp_old_date','2019-11-25'),(7665,5075,'_wp_old_date','2019-11-25'),(7666,5076,'_wp_old_date','2019-11-25'),(7667,5085,'_wp_old_date','2019-11-25'),(7668,4944,'_wp_old_date','2019-10-19'),(7669,1115,'_wp_old_date','2018-11-29'),(7670,2851,'_wp_old_date','2018-12-08'),(7675,4848,'_wp_old_date','2019-09-11'),(7676,5148,'_wp_old_date','2020-01-06'),(7677,5149,'_wp_old_date','2020-01-06'),(7783,4942,'_wp_old_date','2019-10-18'),(7782,4360,'_wp_old_date','2019-02-22'),(7781,4257,'_wp_old_date','2019-01-25'),(7780,4255,'_wp_old_date','2019-01-25'),(7779,4256,'_wp_old_date','2019-01-25'),(7778,4254,'_wp_old_date','2019-01-25'),(7688,5294,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666896667;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4168;}i:1;a:1:{s:2:\"id\";i:122;}i:2;a:1:{s:2:\"id\";i:1096;}i:3;a:1:{s:2:\"id\";i:5287;}i:4;a:1:{s:2:\"id\";i:4945;}i:5;a:1:{s:2:\"id\";i:1098;}}}}'),(7689,5474,'_wp_attached_file','2022/01/Alternate-Logo3.png'),(7690,5474,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2022/01/Alternate-Logo3.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Alternate-Logo3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Alternate-Logo3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7692,5475,'_wp_attachment_context','boldgrid-logo-setting'),(7693,5475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:346;s:4:\"file\";s:35:\"2022/01/cropped-Alternate-Logo3.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"cropped-Alternate-Logo3-300x233.png\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"cropped-Alternate-Logo3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7697,1102,'_last_editor_used_jetpack','classic-editor'),(7698,4007,'_last_editor_used_jetpack','classic-editor'),(7699,4068,'_last_editor_used_jetpack','classic-editor'),(7706,5497,'_wp_attached_file','2022/02/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h300fitcropsd73c8153c4ff4bf6aaa5cfec372ed6c8.jpg'),(7700,4091,'_wp_old_date','2018-12-21'),(7731,5507,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(7707,5497,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2022/02/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h300fitcropsd73c8153c4ff4bf6aaa5cfec372ed6c8.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h300fitcropsd73c8153c4ff4bf6aaa5cfec372ed6c8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7708,5497,'_source_url','https://images.unsplash.com/photo-1471017851983-fc49d89c57c2?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=200&h=300&fit=crop&s=d73c8153c4ff4bf6aaa5cfec372ed6c8&.png'),(7709,5498,'_wp_attached_file','2022/02/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h300fitcropsb8ded12e09d087e8456d43a30f1fb14b.jpg'),(7710,5498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2022/02/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h300fitcropsb8ded12e09d087e8456d43a30f1fb14b.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h300fitcropsb8ded12e09d087e8456d43a30f1fb14b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7711,5498,'_source_url','https://images.unsplash.com/photo-1492562080023-ab3db95bfbce?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=200&h=300&fit=crop&s=b8ded12e09d087e8456d43a30f1fb14b&.png'),(7712,5499,'_wp_attached_file','2022/02/team-stayner.jpg'),(7713,5499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:24:\"2022/02/team-stayner.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"team-stayner-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"team-stayner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"team-stayner-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:41:\"40_0_355.83333333333_300_team-stayner.jpg\";s:5:\"width\";d:356;s:6:\"height\";d:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7729,4309,'_last_editor_used_jetpack','classic-editor'),(7730,1100,'_last_editor_used_jetpack','classic-editor'),(7732,5507,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1],\"columns\":[1,1,1]}'),(7733,5514,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(7734,5514,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1],\"columns\":[1,1,1]}'),(7735,5518,'_wp_attached_file','2022/02/IMG_6097-scaled.jpg'),(7736,5518,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2022/02/IMG_6097-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6097-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_6097-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6097-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_6097-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_6097-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_6097-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1558776472\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_6097.jpg\";}'),(7737,5519,'_wp_attached_file','2022/02/IMG_6098-scaled.jpg'),(7738,5519,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2022/02/IMG_6098-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6098-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_6098-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6098-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_6098-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_6098-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_6098-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1558776474\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_6098.jpg\";}'),(7739,5520,'_wp_attached_file','2022/02/IMG_6100-scaled.jpg'),(7740,5520,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2022/02/IMG_6100-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6100-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_6100-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6100-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_6100-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_6100-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_6100-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1558776561\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_6100.jpg\";}'),(7741,5521,'_wp_attached_file','2022/02/IMG_6102-scaled.jpg'),(7742,5521,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2022/02/IMG_6102-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6102-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_6102-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6102-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_6102-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_6102-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_6102-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1558776602\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_6102.jpg\";}'),(7743,5522,'_wp_attached_file','2022/02/IMG_6103-scaled.jpg'),(7744,5522,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2022/02/IMG_6103-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6103-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_6103-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6103-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_6103-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_6103-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_6103-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1558778534\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_6103.jpg\";}'),(7745,5525,'_wp_attached_file','2022/02/2022-QMLA-Sponsorship-Information.pdf'),(7746,5525,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:41:\"2022-QMLA-Sponsorship-Information-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"2022-QMLA-Sponsorship-Information-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"2022-QMLA-Sponsorship-Information-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"2022-QMLA-Sponsorship-Information-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(7747,4053,'_last_editor_used_jetpack','classic-editor'),(7748,1098,'_last_editor_used_jetpack','classic-editor'),(7752,5548,'_wp_attached_file','2022/02/IMG_2693-e1645921987304.jpg'),(7753,5548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:454;s:6:\"height\";i:396;s:4:\"file\";s:35:\"2022/02/IMG_2693-e1645921987304.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_2693-e1645921987304-300x262.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_2693-e1645921987304-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1645597777\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7769,5548,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:560;s:6:\"height\";i:397;s:4:\"file\";s:12:\"IMG_2693.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2693-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2693-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(7773,5552,'_wp_attached_file','2022/02/IMG_2693-1.jpg'),(7774,5552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:397;s:4:\"file\";s:22:\"2022/02/IMG_2693-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_2693-1-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_2693-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1645597777\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7931,5606,'_sp_preset','1'),(7784,1409,'_wp_old_date','2021-08-31'),(7785,1116,'_wp_old_date','2021-08-31'),(7786,1114,'_wp_old_date','2021-08-31'),(7787,4222,'_wp_old_date','2021-08-31'),(7788,4055,'_wp_old_date','2021-08-31'),(7789,4078,'_wp_old_date','2021-08-31'),(7790,4079,'_wp_old_date','2021-08-31'),(7796,1122,'_wp_old_date','2021-08-31'),(7797,4260,'_wp_old_date','2021-08-31'),(7798,4313,'_wp_old_date','2021-08-31'),(7799,2849,'_wp_old_date','2021-08-31'),(7800,4333,'_wp_old_date','2021-08-31'),(7801,5073,'_wp_old_date','2021-08-31'),(7802,5071,'_wp_old_date','2021-08-31'),(7803,5074,'_wp_old_date','2021-08-31'),(7804,5075,'_wp_old_date','2021-08-31'),(7805,5076,'_wp_old_date','2021-08-31'),(7806,5085,'_wp_old_date','2021-08-31'),(7824,5558,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7823,5558,'_menu_item_target',''),(7822,5558,'_menu_item_object','page'),(7821,5558,'_menu_item_object_id','122'),(7820,5558,'_menu_item_menu_item_parent','4248'),(7819,5558,'_menu_item_type','post_type'),(7938,5608,'sp_equation',NULL),(7817,5129,'_jetpack_related_posts_cache','a:1:{s:32:\"3a84743c52d34474b4e7b04db4d4442b\";a:2:{s:7:\"expires\";i:1646144841;s:7:\"payload\";a:0:{}}}'),(7935,5607,'sp_abbreviation',NULL),(7825,5558,'_menu_item_xfn',''),(7826,5558,'_menu_item_url',''),(7936,5607,'sp_condition',NULL),(7937,5608,'_sp_preset','1'),(7830,5074,'_wp_old_date','2022-03-01'),(7929,5605,'sp_abbreviation',NULL),(7930,5605,'sp_condition','<'),(7928,5605,'_sp_preset','1'),(7925,5604,'_sp_preset','1'),(7926,5604,'sp_abbreviation',NULL),(7927,5604,'sp_condition','>'),(7838,5576,'_wp_attached_file','2022/03/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops23d4f990add201221446cb69d77f5823.jpg'),(7839,5576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:103:\"2022/03/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops23d4f990add201221446cb69d77f5823.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:103:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops23d4f990add201221446cb69d77f5823-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:104:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops23d4f990add201221446cb69d77f5823-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:103:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops23d4f990add201221446cb69d77f5823-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:103:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops23d4f990add201221446cb69d77f5823-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:104:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops23d4f990add201221446cb69d77f5823-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7840,5576,'_source_url','https://images.unsplash.com/photo-1507506928114-3c296edee1da?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1600&h=900&fit=crop&s=23d4f990add201221446cb69d77f5823&.png'),(7842,5577,'_wp_attached_file','2022/03/Quinte-Bayhawks-Lacrosse-Logo-one-colour.png'),(7843,5577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2961;s:6:\"height\";i:2961;s:4:\"file\";s:52:\"2022/03/Quinte-Bayhawks-Lacrosse-Logo-one-colour.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Quinte-Bayhawks-Lacrosse-Logo-one-colour-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"Quinte-Bayhawks-Lacrosse-Logo-one-colour-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Quinte-Bayhawks-Lacrosse-Logo-one-colour-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Quinte-Bayhawks-Lacrosse-Logo-one-colour-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"Quinte-Bayhawks-Lacrosse-Logo-one-colour-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:54:\"Quinte-Bayhawks-Lacrosse-Logo-one-colour-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7844,5578,'_wp_attached_file','2022/03/008.jpg'),(7845,5578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2022/03/008.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"008-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"008-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"008-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"008-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7846,5579,'_wp_attached_file','2022/03/TRY-Lacrosse-Quinte-Bayhawks-1.pdf'),(7847,5579,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:38:\"TRY-Lacrosse-Quinte-Bayhawks-1-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:2176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"TRY-Lacrosse-Quinte-Bayhawks-1-pdf-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"TRY-Lacrosse-Quinte-Bayhawks-1-pdf-663x1024.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"TRY-Lacrosse-Quinte-Bayhawks-1-pdf-97x150.jpg\";s:5:\"width\";i:97;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(7970,5616,'sp_color',NULL),(7971,5616,'sp_section','-1'),(7932,5606,'sp_abbreviation',NULL),(7933,5606,'sp_condition','='),(7864,5585,'_wp_attached_file','2022/03/0F8B7C7C-650B-4F35-9B59-6731253B26ED.png'),(7865,5585,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2022/03/0F8B7C7C-650B-4F35-9B59-6731253B26ED.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"0F8B7C7C-650B-4F35-9B59-6731253B26ED-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"0F8B7C7C-650B-4F35-9B59-6731253B26ED-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"0F8B7C7C-650B-4F35-9B59-6731253B26ED-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"0F8B7C7C-650B-4F35-9B59-6731253B26ED-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:62:\"0_0_518_518_0F8B7C7C-650B-4F35-9B59-6731253B26ED-1024x1024.png\";s:5:\"width\";d:518;s:6:\"height\";d:518;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7879,5589,'_wp_attached_file','2022/03/IMG_2825.jpg'),(7880,5589,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1284;s:6:\"height\";i:1954;s:4:\"file\";s:20:\"2022/03/IMG_2825.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_2825-197x300.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_2825-673x1024.jpg\";s:5:\"width\";i:673;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2825-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_2825-768x1169.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_2825-1009x1536.jpg\";s:5:\"width\";i:1009;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:45:\"0_1_518_788.14341590613_IMG_2825-768x1169.jpg\";s:5:\"width\";d:518;s:6:\"height\";d:788;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7903,5597,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2022/03/AD72B2DD-B0A5-4F2C-AF03-79306D67D4F4.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"AD72B2DD-B0A5-4F2C-AF03-79306D67D4F4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"AD72B2DD-B0A5-4F2C-AF03-79306D67D4F4-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"AD72B2DD-B0A5-4F2C-AF03-79306D67D4F4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"AD72B2DD-B0A5-4F2C-AF03-79306D67D4F4-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7934,5607,'_sp_preset','1'),(7902,5597,'_wp_attached_file','2022/03/AD72B2DD-B0A5-4F2C-AF03-79306D67D4F4.png'),(7921,1100,'_hide_featured',NULL),(7924,1094,'_hide_featured',NULL),(7964,5615,'sp_equation',NULL),(7965,5615,'sp_precision','0'),(7966,5615,'sp_timed',NULL),(7967,5616,'_sp_preset','1'),(7968,5616,'sp_singular',NULL),(7969,5616,'sp_icon',NULL),(7939,5609,'_sp_preset','1'),(7940,5609,'sp_equation',NULL),(7941,5610,'_sp_preset','1'),(7942,5610,'sp_equation',NULL),(7943,5611,'_sp_preset','1'),(7944,5611,'sp_equation',NULL),(7945,5612,'_sp_preset','1'),(7946,5612,'sp_equation',NULL),(7947,5613,'_sp_preset','1'),(7948,5613,'sp_equation',NULL),(7949,5614,'_sp_preset','1'),(7950,5614,'sp_singular',NULL),(7951,5614,'sp_icon',NULL),(7952,5614,'sp_color',NULL),(7953,5614,'sp_section','-1'),(7954,5614,'sp_format','number'),(7955,5614,'sp_equation',NULL),(7956,5614,'sp_precision','0'),(7957,5614,'sp_timed',NULL),(7958,5615,'_sp_preset','1'),(7959,5615,'sp_singular',NULL),(7960,5615,'sp_icon',NULL),(7961,5615,'sp_color',NULL),(7962,5615,'sp_section','-1'),(7963,5615,'sp_format','number'),(7972,5616,'sp_format','number'),(7973,5616,'sp_equation',NULL),(7974,5616,'sp_precision','0'),(7975,5616,'sp_timed',NULL),(7976,5617,'_sp_preset','1'),(7977,5617,'sp_singular',NULL),(7978,5617,'sp_icon',NULL),(7979,5617,'sp_color',NULL),(7980,5617,'sp_section','-1'),(7981,5617,'sp_format','number'),(7982,5617,'sp_equation',NULL),(7983,5617,'sp_precision','0'),(7984,5617,'sp_timed',NULL),(7985,5618,'_sp_preset','1'),(7986,5618,'sp_singular',NULL),(7987,5618,'sp_icon',NULL),(7988,5618,'sp_color',NULL),(7989,5618,'sp_section','-1'),(7990,5618,'sp_format','number'),(7991,5618,'sp_equation',NULL),(7992,5618,'sp_precision','0'),(7993,5618,'sp_timed',NULL),(7994,5619,'_sp_preset','1'),(7995,5619,'sp_equation','$eventsplayed'),(7996,5619,'sp_precision','0'),(7997,5619,'sp_priority',NULL),(7998,5619,'sp_order','DESC'),(7999,5620,'_sp_preset','1'),(8000,5620,'sp_equation','$win'),(8001,5620,'sp_precision','0'),(8002,5620,'sp_priority',NULL),(8003,5620,'sp_order','DESC'),(8004,5621,'_sp_preset','1'),(8005,5621,'sp_equation','$loss'),(8006,5621,'sp_precision','0'),(8007,5621,'sp_priority',NULL),(8008,5621,'sp_order','DESC'),(8009,5622,'_sp_preset','1'),(8010,5622,'sp_equation','$tie'),(8011,5622,'sp_precision','0'),(8012,5622,'sp_priority',NULL),(8013,5622,'sp_order','DESC'),(8014,5623,'_sp_preset','1'),(8015,5623,'sp_equation','$goalsfor'),(8016,5623,'sp_precision','0'),(8017,5623,'sp_priority','3'),(8018,5623,'sp_order','DESC'),(8019,5624,'_sp_preset','1'),(8020,5624,'sp_equation','$goalsagainst'),(8021,5624,'sp_precision','0'),(8022,5624,'sp_priority',NULL),(8023,5624,'sp_order','DESC'),(8024,5625,'_sp_preset','1'),(8025,5625,'sp_equation','$goalsfor - $goalsagainst'),(8026,5625,'sp_precision','0'),(8027,5625,'sp_priority','2'),(8028,5625,'sp_order','DESC'),(8029,5626,'_sp_preset','1'),(8030,5626,'sp_equation','$win * 2 + $tie'),(8031,5626,'sp_precision','0'),(8032,5626,'sp_priority','1'),(8033,5626,'sp_order','DESC'),(8034,5627,'_sp_preset','1'),(8035,5628,'_sp_preset','1'),(8036,5629,'_sp_preset','1'),(8037,5629,'sp_equation','$eventsplayed'),(8038,5629,'sp_precision','0'),(8039,5629,'sp_type','total'),(8040,5630,'_sp_preset','1'),(8041,5630,'sp_equation','$goals / $shots'),(8042,5630,'sp_precision','1'),(8043,5630,'sp_type','average'),(8044,5631,'_sp_preset','1'),(8045,5631,'sp_equation','$sog / $shots'),(8046,5631,'sp_precision','1'),(8047,5631,'sp_type','average'),(8048,5634,'_sp_sample','1'),(8684,5872,'_edit_lock','1660342363:2'),(8643,5854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2022/07/14A84731-054F-4F2B-A91C-F46C6F61FE3D.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"14A84731-054F-4F2B-A91C-F46C6F61FE3D-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"14A84731-054F-4F2B-A91C-F46C6F61FE3D-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"14A84731-054F-4F2B-A91C-F46C6F61FE3D-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"14A84731-054F-4F2B-A91C-F46C6F61FE3D-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:48:\"14A84731-054F-4F2B-A91C-F46C6F61FE3D-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:48:\"14A84731-054F-4F2B-A91C-F46C6F61FE3D-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:48:\"14A84731-054F-4F2B-A91C-F46C6F61FE3D-128x128.png\";s:5:\"width\";i:128;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:46:\"14A84731-054F-4F2B-A91C-F46C6F61FE3D-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8619,5846,'_wp_attached_file','2022/07/AC9531B5-52E7-4AEC-8637-8E045D57F96C.jpg'),(8620,5846,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2022/07/AC9531B5-52E7-4AEC-8637-8E045D57F96C.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"AC9531B5-52E7-4AEC-8637-8E045D57F96C-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"AC9531B5-52E7-4AEC-8637-8E045D57F96C-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"AC9531B5-52E7-4AEC-8637-8E045D57F96C-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"AC9531B5-52E7-4AEC-8637-8E045D57F96C-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:48:\"AC9531B5-52E7-4AEC-8637-8E045D57F96C-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:48:\"AC9531B5-52E7-4AEC-8637-8E045D57F96C-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:48:\"AC9531B5-52E7-4AEC-8637-8E045D57F96C-128x128.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:46:\"AC9531B5-52E7-4AEC-8637-8E045D57F96C-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8143,5646,'_wp_attached_file','2022/04/EA1806C4-D338-40F6-AE97-22B847B5CBE2.png'),(8144,5646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2022/04/EA1806C4-D338-40F6-AE97-22B847B5CBE2.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"EA1806C4-D338-40F6-AE97-22B847B5CBE2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"EA1806C4-D338-40F6-AE97-22B847B5CBE2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"EA1806C4-D338-40F6-AE97-22B847B5CBE2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"EA1806C4-D338-40F6-AE97-22B847B5CBE2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:48:\"EA1806C4-D338-40F6-AE97-22B847B5CBE2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:48:\"EA1806C4-D338-40F6-AE97-22B847B5CBE2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:48:\"EA1806C4-D338-40F6-AE97-22B847B5CBE2-128x128.png\";s:5:\"width\";i:128;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:46:\"EA1806C4-D338-40F6-AE97-22B847B5CBE2-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8642,5854,'_wp_attached_file','2022/07/14A84731-054F-4F2B-A91C-F46C6F61FE3D.png'),(8617,5845,'_wp_attached_file','2022/07/9C75B928-D94C-452C-801F-6D45AFBF7709.jpg'),(8618,5845,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2022/07/9C75B928-D94C-452C-801F-6D45AFBF7709.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"9C75B928-D94C-452C-801F-6D45AFBF7709-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"9C75B928-D94C-452C-801F-6D45AFBF7709-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"9C75B928-D94C-452C-801F-6D45AFBF7709-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"9C75B928-D94C-452C-801F-6D45AFBF7709-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:48:\"9C75B928-D94C-452C-801F-6D45AFBF7709-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:48:\"9C75B928-D94C-452C-801F-6D45AFBF7709-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:48:\"9C75B928-D94C-452C-801F-6D45AFBF7709-128x128.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:46:\"9C75B928-D94C-452C-801F-6D45AFBF7709-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8169,5634,'_jetpack_related_posts_cache','a:1:{s:32:\"62233b6bd625910c2b8668bb1fa15ac9\";a:2:{s:7:\"expires\";i:1650745740;s:7:\"payload\";a:0:{}}}'),(8174,5653,'_wp_attached_file','2022/04/IMG_2918.jpg'),(8175,5653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1294;s:6:\"height\";i:2000;s:4:\"file\";s:20:\"2022/04/IMG_2918.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_2918-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_2918-663x1024.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2918-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_2918-768x1187.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"IMG_2918-994x1536.jpg\";s:5:\"width\";i:994;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_2918-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_2918-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_2918-83x128.jpg\";s:5:\"width\";i:83;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_2918-21x32.jpg\";s:5:\"width\";i:21;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1650455155\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8191,5657,'_last_editor_used_jetpack','classic-editor'),(8190,5442,'_hide_featured',NULL),(8192,5657,'_edit_lock','1651534156:2'),(8193,5657,'_edit_last','2'),(8194,5657,'_thumbnail_id','52'),(8195,5657,'sp_url',''),(8196,5657,'sp_redirect','0'),(8197,5657,'sp_short_name',''),(8198,5657,'sp_abbreviation',''),(8199,5657,'_hide_featured',NULL),(8200,5657,'boldgrid_hide_page_title','1'),(8201,5657,'_jetpack_related_posts_cache','a:1:{s:32:\"83c0eb8bbee3d80a66043ab48d885c9c\";a:2:{s:7:\"expires\";i:1653403522;s:7:\"payload\";a:1:{i:0;a:1:{s:2:\"id\";i:5658;}}}}'),(8807,119,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1661155654;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:5294;}i:1;a:1:{s:2:\"id\";i:4168;}i:2;a:1:{s:2:\"id\";i:1098;}i:3;a:1:{s:2:\"id\";i:1096;}i:4;a:1:{s:2:\"id\";i:1093;}i:5;a:1:{s:2:\"id\";i:4358;}}}}'),(8220,5658,'_last_editor_used_jetpack','classic-editor'),(8221,5658,'_edit_lock','1650512433:2'),(8222,5658,'_edit_last','2'),(8223,5658,'_thumbnail_id','52'),(8224,5658,'sp_url',''),(8225,5658,'sp_redirect','0'),(8226,5658,'sp_short_name',''),(8227,5658,'sp_abbreviation',''),(8228,5658,'_hide_featured',NULL),(8229,5658,'boldgrid_hide_page_title','1'),(8230,5659,'_last_editor_used_jetpack','classic-editor'),(8231,5659,'_edit_lock','1650512539:2'),(8232,5659,'_edit_last','2'),(8233,5659,'sp_number',''),(8242,5659,'sp_current_team','5657'),(8243,5659,'sp_team','5657'),(8236,5659,'sp_metrics','a:2:{s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";}'),(8237,5659,'sp_leagues','a:1:{i:46;a:1:{i:32;i:5657;}}'),(8238,5659,'sp_statistics','a:1:{i:46;a:2:{i:0;a:8:{s:5:\"goals\";s:0:\"\";s:7:\"assists\";s:0:\"\";s:5:\"shots\";s:0:\"\";s:3:\"sog\";s:0:\"\";s:9:\"penalties\";s:0:\"\";s:5:\"games\";s:0:\"\";s:15:\"shootingpercent\";s:0:\"\";s:10:\"sogpercent\";s:0:\"\";}i:32;a:8:{s:5:\"goals\";s:0:\"\";s:7:\"assists\";s:0:\"\";s:5:\"shots\";s:0:\"\";s:3:\"sog\";s:0:\"\";s:9:\"penalties\";s:0:\"\";s:5:\"games\";s:0:\"\";s:15:\"shootingpercent\";s:0:\"\";s:10:\"sogpercent\";s:0:\"\";}}}'),(8239,5659,'_hide_featured',NULL),(8240,5659,'boldgrid_hide_page_title','1'),(8241,5659,'sp_assignments','46_32_5657'),(8244,5660,'_last_editor_used_jetpack','classic-editor'),(8245,5660,'_edit_lock','1650512580:2'),(8246,5660,'_edit_last','2'),(8247,5660,'sp_number',''),(8248,5660,'sp_current_team','5657'),(8249,5660,'sp_team','5657'),(8250,5660,'sp_metrics','a:2:{s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";}'),(8251,5660,'sp_leagues','a:0:{}'),(8252,5660,'sp_statistics','a:0:{}'),(8253,5660,'_hide_featured',NULL),(8254,5660,'boldgrid_hide_page_title','1'),(8255,5661,'_last_editor_used_jetpack','classic-editor'),(8256,5661,'_edit_last','2'),(8257,5661,'sp_number',''),(8258,5661,'sp_metrics','a:2:{s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";}'),(8259,5661,'sp_leagues','a:0:{}'),(8260,5661,'sp_statistics','a:0:{}'),(8261,5661,'_hide_featured',NULL),(8262,5661,'boldgrid_hide_page_title','1'),(8263,5661,'_edit_lock','1650512789:2'),(8264,5661,'sp_current_team','5657'),(8265,5661,'sp_team','5657'),(8266,5662,'_last_editor_used_jetpack','classic-editor'),(8267,5662,'_edit_lock','1650512844:2'),(8268,5662,'_edit_last','2'),(8269,5662,'sp_number',''),(8277,5662,'sp_current_team','5657'),(8278,5662,'sp_team','5657'),(8272,5662,'sp_metrics','a:2:{s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";}'),(8273,5662,'sp_leagues','a:1:{i:46;a:1:{i:32;i:-1;}}'),(8274,5662,'sp_statistics','a:1:{i:46;a:2:{i:0;a:8:{s:5:\"goals\";s:0:\"\";s:7:\"assists\";s:0:\"\";s:5:\"shots\";s:0:\"\";s:3:\"sog\";s:0:\"\";s:9:\"penalties\";s:0:\"\";s:5:\"games\";s:0:\"\";s:15:\"shootingpercent\";s:0:\"\";s:10:\"sogpercent\";s:0:\"\";}i:32;a:8:{s:5:\"goals\";s:0:\"\";s:7:\"assists\";s:0:\"\";s:5:\"shots\";s:0:\"\";s:3:\"sog\";s:0:\"\";s:9:\"penalties\";s:0:\"\";s:5:\"games\";s:0:\"\";s:15:\"shootingpercent\";s:0:\"\";s:10:\"sogpercent\";s:0:\"\";}}}'),(8275,5662,'_hide_featured',NULL),(8276,5662,'boldgrid_hide_page_title','1'),(8279,5663,'_last_editor_used_jetpack','classic-editor'),(8280,5663,'_edit_lock','1650512782:2'),(8281,5663,'_edit_last','2'),(8282,5663,'sp_number',''),(8283,5663,'sp_current_team','5657'),(8284,5663,'sp_team','5657'),(8285,5663,'sp_metrics','a:2:{s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";}'),(8286,5663,'sp_leagues','a:0:{}'),(8287,5663,'sp_statistics','a:0:{}'),(8288,5663,'_hide_featured',NULL),(8289,5663,'boldgrid_hide_page_title','1'),(8290,5664,'_last_editor_used_jetpack','classic-editor'),(8291,5664,'_edit_lock','1650512954:2'),(8292,5664,'_edit_last','2'),(8293,5664,'sp_number',''),(8294,5664,'sp_current_team','5657'),(8295,5664,'sp_team','5657'),(8296,5664,'sp_metrics','a:2:{s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";}'),(8297,5664,'sp_leagues','a:0:{}'),(8298,5664,'sp_statistics','a:0:{}'),(8299,5664,'_hide_featured',NULL),(8300,5664,'boldgrid_hide_page_title','1'),(8301,5665,'_last_editor_used_jetpack','classic-editor'),(8302,5665,'_edit_lock','1650513012:2'),(8303,5665,'_edit_last','2'),(8304,5665,'sp_number',''),(8305,5665,'sp_current_team','5657'),(8306,5665,'sp_team','5657'),(8307,5665,'sp_metrics','a:2:{s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";}'),(8308,5665,'sp_leagues','a:0:{}'),(8309,5665,'sp_statistics','a:0:{}'),(8310,5665,'_hide_featured',NULL),(8311,5665,'boldgrid_hide_page_title','1'),(8312,5666,'_last_editor_used_jetpack','classic-editor'),(8313,5666,'_edit_lock','1650512922:2'),(8314,5666,'_edit_last','2'),(8315,5666,'sp_number',''),(8316,5666,'sp_current_team','5657'),(8317,5666,'sp_team','5657'),(8318,5666,'sp_metrics','a:2:{s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";}'),(8319,5666,'sp_leagues','a:0:{}'),(8320,5666,'sp_statistics','a:0:{}'),(8321,5666,'_hide_featured',NULL),(8322,5666,'boldgrid_hide_page_title','1'),(8323,5667,'_last_editor_used_jetpack','classic-editor'),(8324,5667,'_edit_lock','1650512974:2'),(8325,5667,'_edit_last','2'),(8326,5667,'sp_number',''),(8327,5667,'sp_current_team','5657'),(8328,5667,'sp_team','5657'),(8329,5667,'sp_metrics','a:2:{s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";}'),(8330,5667,'sp_leagues','a:0:{}'),(8331,5667,'sp_statistics','a:0:{}'),(8332,5667,'_hide_featured',NULL),(8333,5667,'boldgrid_hide_page_title','1'),(8334,5668,'_last_editor_used_jetpack','classic-editor'),(8335,5668,'_edit_lock','1650513151:2'),(8336,5668,'_edit_last','2'),(8337,5668,'sp_number',''),(8338,5668,'sp_current_team','5657'),(8339,5668,'sp_team','5657'),(8340,5668,'sp_metrics','a:2:{s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";}'),(8341,5668,'sp_leagues','a:0:{}'),(8342,5668,'sp_statistics','a:0:{}'),(8343,5668,'_hide_featured',NULL),(8344,5668,'boldgrid_hide_page_title','1'),(8345,5669,'_last_editor_used_jetpack','classic-editor'),(8346,5669,'_edit_lock','1650513207:2'),(8347,5669,'_edit_last','2'),(8348,5669,'sp_number',''),(8349,5669,'sp_current_team','5657'),(8350,5669,'sp_team','5657'),(8351,5669,'sp_metrics','a:2:{s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";}'),(8352,5669,'sp_leagues','a:0:{}'),(8353,5669,'sp_statistics','a:0:{}'),(8354,5669,'_hide_featured',NULL),(8355,5669,'boldgrid_hide_page_title','1'),(8356,5670,'_last_editor_used_jetpack','classic-editor'),(8357,5670,'_edit_lock','1650513112:2'),(8358,5670,'_edit_last','2'),(8359,5670,'sp_number',''),(8360,5670,'sp_current_team','5657'),(8361,5670,'sp_team','5657'),(8362,5670,'sp_metrics','a:2:{s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";}'),(8363,5670,'sp_leagues','a:0:{}'),(8364,5670,'sp_statistics','a:0:{}'),(8365,5670,'_hide_featured',NULL),(8366,5670,'boldgrid_hide_page_title','1'),(8367,5671,'_last_editor_used_jetpack','classic-editor'),(8368,5671,'_edit_lock','1650513147:2'),(8369,5671,'_edit_last','2'),(8370,5671,'sp_number',''),(8371,5671,'sp_current_team','5657'),(8372,5671,'sp_team','5657'),(8373,5671,'sp_metrics','a:2:{s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";}'),(8374,5671,'sp_leagues','a:0:{}'),(8375,5671,'sp_statistics','a:0:{}'),(8376,5671,'_hide_featured',NULL),(8377,5671,'boldgrid_hide_page_title','1'),(8378,5672,'_last_editor_used_jetpack','classic-editor'),(8379,5672,'_edit_lock','1650513206:2'),(8380,5672,'_edit_last','2'),(8381,5672,'sp_number',''),(8382,5672,'sp_current_team','5657'),(8383,5672,'sp_team','5657'),(8384,5672,'sp_metrics','a:2:{s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";}'),(8385,5672,'sp_leagues','a:0:{}'),(8386,5672,'sp_statistics','a:0:{}'),(8387,5672,'_hide_featured',NULL),(8388,5672,'boldgrid_hide_page_title','1'),(8389,5673,'_last_editor_used_jetpack','classic-editor'),(8390,5673,'_edit_lock','1650513374:2'),(8391,5673,'_edit_last','2'),(8392,5673,'sp_number',''),(8393,5673,'sp_current_team','5657'),(8394,5673,'sp_team','5657'),(8395,5673,'sp_metrics','a:2:{s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";}'),(8396,5673,'sp_leagues','a:0:{}'),(8397,5673,'sp_statistics','a:0:{}'),(8398,5673,'_hide_featured',NULL),(8399,5673,'boldgrid_hide_page_title','1'),(8400,5674,'_last_editor_used_jetpack','classic-editor'),(8401,5674,'_edit_lock','1650513272:2'),(8402,5674,'_edit_last','2'),(8403,5674,'sp_number',''),(8404,5674,'sp_current_team','5657'),(8405,5674,'sp_team','5657'),(8406,5674,'sp_metrics','a:2:{s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";}'),(8407,5674,'sp_leagues','a:0:{}'),(8408,5674,'sp_statistics','a:0:{}'),(8409,5674,'_hide_featured',NULL),(8410,5674,'boldgrid_hide_page_title','1'),(8411,5675,'_last_editor_used_jetpack','classic-editor'),(8412,5675,'_edit_lock','1650513449:2'),(8413,5675,'_edit_last','2'),(8414,5675,'sp_number',''),(8415,5675,'sp_current_team','5657'),(8416,5675,'sp_team','5657'),(8417,5675,'sp_metrics','a:2:{s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";}'),(8418,5675,'sp_leagues','a:0:{}'),(8419,5675,'sp_statistics','a:0:{}'),(8420,5675,'_hide_featured',NULL),(8421,5675,'boldgrid_hide_page_title','1'),(8434,5667,'_jetpack_related_posts_cache','a:1:{s:32:\"e9093a6a3a54a19231e7ab9f8de4824f\";a:2:{s:7:\"expires\";i:1663456018;s:7:\"payload\";a:0:{}}}'),(8435,5666,'_jetpack_related_posts_cache','a:1:{s:32:\"e9093a6a3a54a19231e7ab9f8de4824f\";a:2:{s:7:\"expires\";i:1656315545;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:5675;}i:1;a:1:{s:2:\"id\";i:5674;}i:2;a:1:{s:2:\"id\";i:5673;}}}}'),(8436,5672,'_jetpack_related_posts_cache','a:1:{s:32:\"e9093a6a3a54a19231e7ab9f8de4824f\";a:2:{s:7:\"expires\";i:1663769538;s:7:\"payload\";a:1:{i:0;a:1:{s:2:\"id\";i:5660;}}}}'),(8437,5670,'_jetpack_related_posts_cache','a:1:{s:32:\"e9093a6a3a54a19231e7ab9f8de4824f\";a:2:{s:7:\"expires\";i:1654066459;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:5675;}i:1;a:1:{s:2:\"id\";i:5674;}i:2;a:1:{s:2:\"id\";i:5673;}}}}'),(8438,5669,'_jetpack_related_posts_cache','a:1:{s:32:\"e9093a6a3a54a19231e7ab9f8de4824f\";a:2:{s:7:\"expires\";i:1663988488;s:7:\"payload\";a:0:{}}}'),(8439,5673,'_jetpack_related_posts_cache','a:1:{s:32:\"e9093a6a3a54a19231e7ab9f8de4824f\";a:2:{s:7:\"expires\";i:1652691627;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:5675;}i:1;a:1:{s:2:\"id\";i:5674;}i:2;a:1:{s:2:\"id\";i:5672;}}}}'),(8440,5668,'_jetpack_related_posts_cache','a:1:{s:32:\"e9093a6a3a54a19231e7ab9f8de4824f\";a:2:{s:7:\"expires\";i:1662567330;s:7:\"payload\";a:0:{}}}'),(8441,5675,'_jetpack_related_posts_cache','a:1:{s:32:\"e9093a6a3a54a19231e7ab9f8de4824f\";a:2:{s:7:\"expires\";i:1666087642;s:7:\"payload\";a:2:{i:0;a:1:{s:2:\"id\";i:5671;}i:1;a:1:{s:2:\"id\";i:5659;}}}}'),(8442,5674,'_jetpack_related_posts_cache','a:1:{s:32:\"e9093a6a3a54a19231e7ab9f8de4824f\";a:2:{s:7:\"expires\";i:1656237907;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:5675;}i:1;a:1:{s:2:\"id\";i:5673;}i:2;a:1:{s:2:\"id\";i:5672;}}}}'),(8443,5671,'_jetpack_related_posts_cache','a:1:{s:32:\"e9093a6a3a54a19231e7ab9f8de4824f\";a:2:{s:7:\"expires\";i:1663499230;s:7:\"payload\";a:1:{i:0;a:1:{s:2:\"id\";i:5675;}}}}'),(8450,5686,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":15,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(8446,4353,'_hide_featured',NULL),(8447,122,'_hide_featured',NULL),(8924,5659,'_jetpack_related_posts_cache','a:1:{s:32:\"e9093a6a3a54a19231e7ab9f8de4824f\";a:2:{s:7:\"expires\";i:1663410309;s:7:\"payload\";a:1:{i:0;a:1:{s:2:\"id\";i:5675;}}}}'),(8451,5686,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1,1]}'),(8452,5688,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":15,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(8453,5688,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1,1]}'),(8454,5691,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":15,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(8455,5691,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1,1]}'),(8456,5694,'_last_editor_used_jetpack','classic-editor'),(8457,5694,'_edit_lock','1651497560:2'),(8458,5694,'_edit_last','2'),(8459,5694,'_wp_page_template','default'),(8460,5694,'_hide_featured',NULL),(8461,5694,'boldgrid_hide_page_title','0'),(8462,5694,'boldgrid_in_page_containers','1'),(8463,5694,'bgseo_robots_index','index'),(8464,5694,'bgseo_robots_follow','follow'),(8485,5700,'boldgrid_in_page_containers','1'),(8484,5700,'boldgrid_hide_page_title','0'),(8483,5700,'_hide_featured',NULL),(8482,5700,'_wp_page_template','default'),(8481,5700,'_edit_last','2'),(8480,5700,'_edit_lock','1651497498:2'),(8479,5700,'_last_editor_used_jetpack','classic-editor'),(8476,4066,'_hide_featured',NULL),(8486,5700,'bgseo_robots_index','index'),(8487,5700,'bgseo_robots_follow','follow'),(8488,5706,'_last_editor_used_jetpack','classic-editor'),(8489,5706,'_edit_lock','1651497564:2'),(8490,5706,'_edit_last','2'),(8491,5706,'_wp_page_template','default'),(8492,5706,'_hide_featured',NULL),(8493,5706,'boldgrid_hide_page_title','0'),(8494,5706,'boldgrid_in_page_containers','1'),(8495,5706,'bgseo_robots_index','index'),(8496,5706,'bgseo_robots_follow','follow'),(8497,5710,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":15,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(8498,5710,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1]}'),(8499,5712,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":15,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(8500,5712,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1]}'),(8501,5714,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":15,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(8502,5714,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1]}'),(8503,4060,'_hide_featured',NULL),(8504,5737,'_wp_page_template','default'),(8505,5737,'_hide_featured',NULL),(8506,5737,'boldgrid_hide_page_title','0'),(8507,5737,'boldgrid_in_page_containers','1'),(8508,5737,'bgseo_robots_index','index'),(8509,5737,'bgseo_robots_follow','follow'),(8510,5737,'_dp_original','5694'),(8511,5737,'_edit_last','2'),(8512,5737,'_edit_lock','1651101149:2'),(8513,5737,'_last_editor_used_jetpack','classic-editor'),(8514,5740,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":15,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(8515,5740,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1,1]}'),(8516,5742,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":15,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(8517,5742,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1,1]}'),(8518,5744,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":15,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(8519,5744,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1]}'),(8520,5746,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":15,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(8521,5746,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1]}'),(8522,5748,'_wp_page_template','default'),(8523,5748,'_hide_featured',NULL),(8524,5748,'boldgrid_hide_page_title','0'),(8525,5748,'boldgrid_in_page_containers','1'),(8526,5748,'bgseo_robots_index','index'),(8527,5748,'bgseo_robots_follow','follow'),(8529,5748,'_dp_original','5737'),(8530,5748,'_edit_lock','1651101315:2'),(8531,5748,'_last_editor_used_jetpack','classic-editor'),(8532,5748,'_edit_last','2'),(8544,5759,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1],\"columns\":[1,1]}'),(8545,5761,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":false,\"datatables_paginate_entries\":15,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(8546,5761,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1],\"columns\":[1,1]}'),(8547,5763,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":15,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(8548,5763,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1,1]}'),(8549,5765,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":15,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(8550,5765,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1,1]}'),(8562,5085,'_wp_old_date','2022-03-01'),(8563,4944,'_wp_old_date','2021-08-31'),(8567,5009,'_wp_old_date','2021-08-31'),(8552,1122,'_wp_old_date','2022-03-01'),(8553,4260,'_wp_old_date','2022-03-01'),(8554,4313,'_wp_old_date','2022-03-01'),(8555,2849,'_wp_old_date','2022-03-01'),(8564,1115,'_wp_old_date','2021-08-31'),(8565,2851,'_wp_old_date','2021-08-31'),(8566,2853,'_wp_old_date','2021-08-31'),(8556,4333,'_wp_old_date','2022-03-01'),(8557,5073,'_wp_old_date','2022-03-01'),(8558,5071,'_wp_old_date','2022-03-01'),(8559,5074,'_wp_old_date','2022-03-09'),(8560,5075,'_wp_old_date','2022-03-01'),(8561,5076,'_wp_old_date','2022-03-01'),(8568,4964,'_wp_old_date','2021-08-31'),(8569,4965,'_wp_old_date','2021-08-31'),(8570,4848,'_wp_old_date','2021-08-31'),(8571,5148,'_wp_old_date','2021-08-31'),(8572,5149,'_wp_old_date','2021-08-31'),(8573,5768,'_menu_item_type','post_type'),(8574,5768,'_menu_item_menu_item_parent','4055'),(8575,5768,'_menu_item_object_id','4066'),(8576,5768,'_menu_item_object','page'),(8577,5768,'_menu_item_target',''),(8578,5768,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8579,5768,'_menu_item_xfn',''),(8580,5768,'_menu_item_url',''),(8581,5769,'_menu_item_type','post_type'),(8582,5769,'_menu_item_menu_item_parent','4055'),(8583,5769,'_menu_item_object_id','4060'),(8584,5769,'_menu_item_object','page'),(8585,5769,'_menu_item_target',''),(8586,5769,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8587,5769,'_menu_item_xfn',''),(8588,5769,'_menu_item_url',''),(8589,5770,'_menu_item_type','post_type'),(8590,5770,'_menu_item_menu_item_parent','4055'),(8591,5770,'_menu_item_object_id','4068'),(8592,5770,'_menu_item_object','page'),(8593,5770,'_menu_item_target',''),(8594,5770,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8595,5770,'_menu_item_xfn',''),(8596,5770,'_menu_item_url',''),(8599,4068,'_hide_featured',NULL),(8600,5779,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":15,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(8601,5779,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1,1]}'),(8602,5781,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":false,\"datatables_filter\":false,\"datatables_paginate\":false,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":15,\"datatables_info\":false,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(8603,5781,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1,1]}'),(8604,5786,'_wp_page_template','default'),(8605,5786,'_hide_featured',NULL),(8606,5786,'boldgrid_hide_page_title','0'),(8607,5786,'boldgrid_in_page_containers','1'),(8608,5786,'bgseo_robots_index','index'),(8609,5786,'bgseo_robots_follow','follow'),(8610,5786,'_dp_original','5706'),(8611,5786,'_edit_last','2'),(8612,5786,'_edit_lock','1651497769:2'),(8613,5786,'_last_editor_used_jetpack','classic-editor'),(8644,18,'_hide_featured',NULL),(8780,5909,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:859;s:4:\"file\";s:27:\"2022/08/IMG_5225-scaled.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_5225-300x101.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_5225-1024x344.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5225-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_5225-768x258.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"IMG_5225-1536x515.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:21:\"IMG_5225-2048x687.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_5225-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_5225-300x101.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_5225-128x43.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_5225-32x11.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:11;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1659812541\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:19:\"0.00094073377234243\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_5225.jpg\";}'),(8779,5909,'_wp_attached_file','2022/08/IMG_5225-scaled.jpg'),(8810,5919,'_last_editor_used_jetpack','classic-editor'),(8683,5872,'_last_editor_used_jetpack','classic-editor'),(8824,5919,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1667282268;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:5900;}i:1;a:1:{s:2:\"id\";i:5872;}i:2;a:1:{s:2:\"id\";i:5180;}}}}'),(8756,5700,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666891255;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4066;}i:1;a:1:{s:2:\"id\";i:5694;}i:2;a:1:{s:2:\"id\";i:4936;}i:3;a:1:{s:2:\"id\";i:1094;}i:4;a:1:{s:2:\"id\";i:4053;}i:5;a:1:{s:2:\"id\";i:4007;}}}}'),(8650,5859,'_wp_attached_file','2022/07/IMG_1580-scaled-e1659299417647.jpg'),(8651,5859,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2176;s:6:\"height\";i:896;s:4:\"file\";s:42:\"2022/07/IMG_1580-scaled-e1659299417647.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"IMG_1580-scaled-e1659299417647-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"IMG_1580-scaled-e1659299417647-1024x422.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"IMG_1580-scaled-e1659299417647-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"IMG_1580-scaled-e1659299417647-768x316.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"IMG_1580-scaled-e1659299417647-1536x632.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:632;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:43:\"IMG_1580-scaled-e1659299417647-2048x843.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:843;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:42:\"IMG_1580-scaled-e1659299417647-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:42:\"IMG_1580-scaled-e1659299417647-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:41:\"IMG_1580-scaled-e1659299417647-128x53.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:40:\"IMG_1580-scaled-e1659299417647-32x13.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:13;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 12 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1631214292\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.1\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:18:\"0.0061728395061728\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_1580.jpg\";}'),(8652,5860,'_wp_attached_file','2022/07/IMG_1861-scaled-e1659296986653.jpg'),(8653,5860,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1286;s:4:\"file\";s:42:\"2022/07/IMG_1861-scaled-e1659296986653.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"IMG_1861-scaled-e1659296986653-300x151.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"IMG_1861-scaled-e1659296986653-1024x514.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"IMG_1861-scaled-e1659296986653-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"IMG_1861-scaled-e1659296986653-768x386.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"IMG_1861-scaled-e1659296986653-1536x772.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:772;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:44:\"IMG_1861-scaled-e1659296986653-2048x1029.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1029;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:42:\"IMG_1861-scaled-e1659296986653-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:42:\"IMG_1861-scaled-e1659296986653-300x151.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:41:\"IMG_1861-scaled-e1659296986653-128x64.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:40:\"IMG_1861-scaled-e1659296986653-32x16.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 12 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1632565236\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"1.54\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:18:\"0.0018975332068311\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_1861.jpg\";}'),(8654,5860,'_wp_attachment_backup_sizes','a:11:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"IMG_1861-scaled.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1861-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1861-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1861-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_1861-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"1536x1536-orig\";a:4:{s:4:\"file\";s:22:\"IMG_1861-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2048x2048-orig\";a:4:{s:4:\"file\";s:22:\"IMG_1861-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"sportspress-crop-medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1861-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"sportspress-fit-medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1861-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sportspress-fit-icon-orig\";a:4:{s:4:\"file\";s:19:\"IMG_1861-128x96.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sportspress-fit-mini-orig\";a:4:{s:4:\"file\";s:18:\"IMG_1861-32x24.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(8655,5861,'_wp_attached_file','2022/07/62e6ddd423b2f.png'),(8656,5861,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:169;s:4:\"file\";s:25:\"2022/07/62e6ddd423b2f.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"62e6ddd423b2f-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:24:\"62e6ddd423b2f-128x72.png\";s:5:\"width\";i:128;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:23:\"62e6ddd423b2f-32x18.png\";s:5:\"width\";i:32;s:6:\"height\";i:18;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8657,5862,'_wp_attached_file','2022/07/62e6ddf19ee23.png'),(8658,5862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:151;s:4:\"file\";s:25:\"2022/07/62e6ddf19ee23.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"62e6ddf19ee23-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:24:\"62e6ddf19ee23-128x64.png\";s:5:\"width\";i:128;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:23:\"62e6ddf19ee23-32x16.png\";s:5:\"width\";i:32;s:6:\"height\";i:16;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8659,5863,'_wp_attached_file','2022/07/622f9b55300c6.image_.jpg'),(8660,5863,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:32:\"2022/07/622f9b55300c6.image_.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"622f9b55300c6.image_-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"622f9b55300c6.image_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"622f9b55300c6.image_-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:32:\"622f9b55300c6.image_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:32:\"622f9b55300c6.image_-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:31:\"622f9b55300c6.image_-128x96.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:30:\"622f9b55300c6.image_-32x24.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8661,5864,'_wp_attached_file','2022/07/62e6e21d5a802.png'),(8662,5864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:225;s:4:\"file\";s:25:\"2022/07/62e6e21d5a802.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"62e6e21d5a802-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:24:\"62e6e21d5a802-128x96.png\";s:5:\"width\";i:128;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:23:\"62e6e21d5a802-32x24.png\";s:5:\"width\";i:32;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8663,5865,'_wp_attached_file','2022/07/62e6e3e8055e8-e1659299156727.png'),(8664,5865,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:274;s:6:\"height\";i:117;s:4:\"file\";s:40:\"2022/07/62e6e3e8055e8-e1659299156727.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"62e6e3e8055e8-e1659299156727-150x117.png\";s:5:\"width\";i:150;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:39:\"62e6e3e8055e8-e1659299156727-128x55.png\";s:5:\"width\";i:128;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:38:\"62e6e3e8055e8-e1659299156727-32x14.png\";s:5:\"width\";i:32;s:6:\"height\";i:14;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8665,5865,'_wp_attachment_backup_sizes','a:4:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:300;s:6:\"height\";i:169;s:4:\"file\";s:17:\"62e6e3e8055e8.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"62e6e3e8055e8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"sportspress-fit-icon-orig\";a:4:{s:4:\"file\";s:24:\"62e6e3e8055e8-128x72.png\";s:5:\"width\";i:128;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"sportspress-fit-mini-orig\";a:4:{s:4:\"file\";s:23:\"62e6e3e8055e8-32x18.png\";s:5:\"width\";i:32;s:6:\"height\";i:18;s:9:\"mime-type\";s:9:\"image/png\";}}'),(8666,5859,'_wp_attachment_backup_sizes','a:11:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:19:\"IMG_1580-scaled.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1580-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1580-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1580-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_1580-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"1536x1536-orig\";a:4:{s:4:\"file\";s:21:\"IMG_1580-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2048x2048-orig\";a:4:{s:4:\"file\";s:22:\"IMG_1580-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"sportspress-crop-medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1580-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"sportspress-fit-medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1580-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sportspress-fit-icon-orig\";a:4:{s:4:\"file\";s:19:\"IMG_1580-128x72.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sportspress-fit-mini-orig\";a:4:{s:4:\"file\";s:18:\"IMG_1580-32x18.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(8674,5867,'_wp_attached_file','2022/07/news637726936503086741.png'),(8675,5867,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:310;s:6:\"height\";i:240;s:4:\"file\";s:34:\"2022/07/news637726936503086741.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"news637726936503086741-300x232.png\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"news637726936503086741-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:34:\"news637726936503086741-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:34:\"news637726936503086741-300x232.png\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:33:\"news637726936503086741-128x99.png\";s:5:\"width\";i:128;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:32:\"news637726936503086741-32x25.png\";s:5:\"width\";i:32;s:6:\"height\";i:25;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8786,5903,'_jetpack_related_posts_cache','a:1:{s:32:\"0155ba3b0aeae71c5c2b86ea1625f7b2\";a:2:{s:7:\"expires\";i:1663947398;s:7:\"payload\";a:0:{}}}'),(8686,5873,'_wp_attached_file','2022/08/C7B230B7-48E3-4761-8A14-F14F277AAF27-Copy.jpg'),(8777,4083,'_hide_featured',NULL),(8685,5872,'_edit_last','2'),(8687,5873,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:834;s:6:\"height\";i:626;s:4:\"file\";s:53:\"2022/08/C7B230B7-48E3-4761-8A14-F14F277AAF27-Copy.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"C7B230B7-48E3-4761-8A14-F14F277AAF27-Copy-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"C7B230B7-48E3-4761-8A14-F14F277AAF27-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"C7B230B7-48E3-4761-8A14-F14F277AAF27-Copy-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:53:\"C7B230B7-48E3-4761-8A14-F14F277AAF27-Copy-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:53:\"C7B230B7-48E3-4761-8A14-F14F277AAF27-Copy-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:52:\"C7B230B7-48E3-4761-8A14-F14F277AAF27-Copy-128x96.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:51:\"C7B230B7-48E3-4761-8A14-F14F277AAF27-Copy-32x24.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1657479520\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8688,5874,'_wp_attached_file','2022/08/6181FDC6-9728-4D27-8B84-611FD778AEF8-Copy.jpg'),(8689,5874,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:1792;s:4:\"file\";s:53:\"2022/08/6181FDC6-9728-4D27-8B84-611FD778AEF8-Copy.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"6181FDC6-9728-4D27-8B84-611FD778AEF8-Copy-139x300.jpg\";s:5:\"width\";i:139;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"6181FDC6-9728-4D27-8B84-611FD778AEF8-Copy-473x1024.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"6181FDC6-9728-4D27-8B84-611FD778AEF8-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"6181FDC6-9728-4D27-8B84-611FD778AEF8-Copy-768x1662.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1662;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"6181FDC6-9728-4D27-8B84-611FD778AEF8-Copy-710x1536.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:53:\"6181FDC6-9728-4D27-8B84-611FD778AEF8-Copy-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:53:\"6181FDC6-9728-4D27-8B84-611FD778AEF8-Copy-139x300.jpg\";s:5:\"width\";i:139;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:52:\"6181FDC6-9728-4D27-8B84-611FD778AEF8-Copy-59x128.jpg\";s:5:\"width\";i:59;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:51:\"6181FDC6-9728-4D27-8B84-611FD778AEF8-Copy-15x32.jpg\";s:5:\"width\";i:15;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1657469690\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8690,5875,'_wp_attached_file','2022/08/AC9531B5-52E7-4AEC-8637-8E045D57F96C.jpg'),(8691,5875,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2022/08/AC9531B5-52E7-4AEC-8637-8E045D57F96C.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"AC9531B5-52E7-4AEC-8637-8E045D57F96C-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"AC9531B5-52E7-4AEC-8637-8E045D57F96C-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"AC9531B5-52E7-4AEC-8637-8E045D57F96C-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"AC9531B5-52E7-4AEC-8637-8E045D57F96C-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:48:\"AC9531B5-52E7-4AEC-8637-8E045D57F96C-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:48:\"AC9531B5-52E7-4AEC-8637-8E045D57F96C-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:48:\"AC9531B5-52E7-4AEC-8637-8E045D57F96C-128x128.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:46:\"AC9531B5-52E7-4AEC-8637-8E045D57F96C-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8692,5876,'_wp_attached_file','2022/08/C7B230B7-48E3-4761-8A14-F14F277AAF27.jpg'),(8693,5876,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:834;s:6:\"height\";i:626;s:4:\"file\";s:48:\"2022/08/C7B230B7-48E3-4761-8A14-F14F277AAF27.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"C7B230B7-48E3-4761-8A14-F14F277AAF27-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"C7B230B7-48E3-4761-8A14-F14F277AAF27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"C7B230B7-48E3-4761-8A14-F14F277AAF27-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:48:\"C7B230B7-48E3-4761-8A14-F14F277AAF27-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:48:\"C7B230B7-48E3-4761-8A14-F14F277AAF27-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:47:\"C7B230B7-48E3-4761-8A14-F14F277AAF27-128x96.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:46:\"C7B230B7-48E3-4761-8A14-F14F277AAF27-32x24.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1657479520\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8694,5877,'_wp_attached_file','2022/08/F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-Copy.jpg'),(8695,5877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1035;s:6:\"height\";i:972;s:4:\"file\";s:53:\"2022/08/F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-Copy.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-Copy-300x282.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-Copy-1024x962.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:962;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-Copy-768x721.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:53:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-Copy-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:53:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-Copy-300x282.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:53:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-Copy-128x120.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:51:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-Copy-32x30.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1657530376\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8696,5878,'_wp_attached_file','2022/08/F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-e1660335389301.jpg'),(8697,5878,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1035;s:6:\"height\";i:429;s:4:\"file\";s:63:\"2022/08/F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-e1660335389301.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-e1660335389301-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:64:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-e1660335389301-1024x424.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-e1660335389301-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:63:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-e1660335389301-768x318.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:63:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-e1660335389301-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:63:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-e1660335389301-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:62:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-e1660335389301-128x53.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:61:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-e1660335389301-32x13.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:13;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1657530376\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8698,5879,'_wp_attached_file','2022/08/FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-e1660338261240.jpg'),(8699,5879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:654;s:6:\"height\";i:598;s:4:\"file\";s:68:\"2022/08/FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-e1660338261240.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-e1660338261240-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-e1660338261240-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:68:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-e1660337761192-768x627.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:627;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:68:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-e1660338261240-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:68:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-e1660338261240-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:68:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-e1660338261240-128x117.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:66:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-e1660338261240-32x29.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:29;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1657479532\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8700,5880,'_wp_attached_file','2022/08/FDD8D3CC-597A-4FD2-B0B2-F984539FE729.jpg'),(8701,5880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:826;s:6:\"height\";i:1102;s:4:\"file\";s:48:\"2022/08/FDD8D3CC-597A-4FD2-B0B2-F984539FE729.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-768x1025.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:48:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:48:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:47:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-96x128.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:46:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-24x32.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1657479532\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8702,5881,'_wp_attached_file','2022/08/IMG_3754-e1660336824191.jpg'),(8703,5881,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1158;s:6:\"height\";i:1257;s:4:\"file\";s:35:\"2022/08/IMG_3754-e1660336824191.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_3754-e1660336824191-276x300.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_3754-e1660336824191-943x1024.jpg\";s:5:\"width\";i:943;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_3754-e1660336824191-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"IMG_3754-e1660336824191-768x834.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:834;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:35:\"IMG_3754-e1660336824191-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:35:\"IMG_3754-e1660336824191-276x300.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:35:\"IMG_3754-e1660336824191-118x128.jpg\";s:5:\"width\";i:118;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:33:\"IMG_3754-e1660336824191-29x32.jpg\";s:5:\"width\";i:29;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:47:\"48_0_267.36526946108_300_IMG_3754-1024x1002.jpg\";s:5:\"width\";d:267;s:6:\"height\";d:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8704,5882,'_wp_attached_file','2022/08/IMG_3883-scaled.jpg'),(8705,5882,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2022/08/IMG_3883-scaled.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3883-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3883-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3883-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_3883-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_3883-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_3883-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_3883-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_3883-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_3883-96x128.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_3883-24x32.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 12 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1659688291\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.1\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:19:\"0.00041101520756268\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_3883.jpg\";}'),(8706,5883,'_wp_attached_file','2022/08/IMG_3884-scaled.jpg'),(8707,5883,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2022/08/IMG_3884-scaled.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3884-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3884-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3884-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_3884-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_3884-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_3884-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_3884-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_3884-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_3884-96x128.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_3884-24x32.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 12 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1659688292\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.1\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:19:\"0.00041101520756268\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_3884.jpg\";}'),(8708,5884,'_wp_attached_file','2022/08/IMG_3885-scaled.jpg'),(8709,5884,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2022/08/IMG_3885-scaled.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3885-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3885-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3885-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_3885-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_3885-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_3885-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_3885-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_3885-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_3885-96x128.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_3885-24x32.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 12 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1659688327\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.1\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:19:\"0.00053106744556559\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_3885.jpg\";}'),(8710,5885,'_wp_attached_file','2022/08/IMG_3886-scaled.jpg'),(8711,5885,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2022/08/IMG_3886-scaled.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3886-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3886-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3886-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_3886-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_3886-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_3886-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_3886-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_3886-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_3886-96x128.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_3886-24x32.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 12 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1659688330\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.1\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:19:\"0.00046189376443418\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_3886.jpg\";}'),(8712,5886,'_wp_attached_file','2022/08/IMG_3887-scaled.jpg'),(8713,5886,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2022/08/IMG_3887-scaled.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3887-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3887-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3887-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_3887-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_3887-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_3887-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_3887-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_3887-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_3887-96x128.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_3887-24x32.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 12 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1659688379\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.1\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:19:\"0.00022999080036799\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_3887.jpg\";}'),(8714,5887,'_wp_attached_file','2022/08/IMG_3888-scaled.jpg'),(8715,5887,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2022/08/IMG_3888-scaled.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3888-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3888-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3888-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_3888-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_3888-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_3888-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_3888-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_3888-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_3888-96x128.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_3888-24x32.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 12 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1659688390\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.1\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:19:\"0.00056593095642332\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_3888.jpg\";}'),(8716,5878,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1035;s:6:\"height\";i:972;s:4:\"file\";s:40:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:48:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:48:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-300x282.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:48:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-768x721.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:49:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-1024x962.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:962;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"sportspress-crop-medium-orig\";a:4:{s:4:\"file\";s:48:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"sportspress-fit-medium-orig\";a:4:{s:4:\"file\";s:48:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-300x282.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sportspress-fit-icon-orig\";a:4:{s:4:\"file\";s:48:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-128x120.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sportspress-fit-mini-orig\";a:4:{s:4:\"file\";s:46:\"F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-32x30.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(8717,5888,'_wp_attached_file','2022/08/NewHope_FullColour-3.png'),(8718,5888,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1061;s:6:\"height\";i:798;s:4:\"file\";s:32:\"2022/08/NewHope_FullColour-3.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"NewHope_FullColour-3-300x226.png\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"NewHope_FullColour-3-1024x770.png\";s:5:\"width\";i:1024;s:6:\"height\";i:770;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"NewHope_FullColour-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"NewHope_FullColour-3-768x578.png\";s:5:\"width\";i:768;s:6:\"height\";i:578;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:32:\"NewHope_FullColour-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:32:\"NewHope_FullColour-3-300x226.png\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:31:\"NewHope_FullColour-3-128x96.png\";s:5:\"width\";i:128;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:30:\"NewHope_FullColour-3-32x24.png\";s:5:\"width\";i:32;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8719,5889,'_wp_attached_file','2022/08/CherylCarrier.jpg'),(8720,5889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:565;s:6:\"height\";i:365;s:4:\"file\";s:25:\"2022/08/CherylCarrier.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"CherylCarrier-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"CherylCarrier-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:25:\"CherylCarrier-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:25:\"CherylCarrier-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:24:\"CherylCarrier-128x83.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:23:\"CherylCarrier-32x21.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:21;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:42:\"40_0_300_225.77319587629_CherylCarrier.jpg\";s:5:\"width\";d:300;s:6:\"height\";d:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:13:\"Fee Joseph b.\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1660321601\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8721,5890,'_wp_attached_file','2022/08/20220812_202237856_iOS-e1660336425486.png'),(8722,5890,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1284;s:6:\"height\";i:819;s:4:\"file\";s:49:\"2022/08/20220812_202237856_iOS-e1660336425486.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"20220812_202237856_iOS-e1660336425486-300x191.png\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"20220812_202237856_iOS-e1660336425486-1024x653.png\";s:5:\"width\";i:1024;s:6:\"height\";i:653;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"20220812_202237856_iOS-e1660336425486-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"20220812_202237856_iOS-e1660336425486-768x490.png\";s:5:\"width\";i:768;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"20220812_202237856_iOS-710x1536.png\";s:5:\"width\";i:710;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:35:\"20220812_202237856_iOS-947x2048.png\";s:5:\"width\";i:947;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:49:\"20220812_202237856_iOS-e1660336425486-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:49:\"20220812_202237856_iOS-e1660336425486-300x191.png\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:48:\"20220812_202237856_iOS-e1660336425486-128x82.png\";s:5:\"width\";i:128;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:47:\"20220812_202237856_iOS-e1660336425486-32x20.png\";s:5:\"width\";i:32;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8723,5890,'_wp_attachment_backup_sizes','a:11:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1284;s:6:\"height\";i:2778;s:4:\"file\";s:26:\"20220812_202237856_iOS.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:34:\"20220812_202237856_iOS-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:34:\"20220812_202237856_iOS-139x300.png\";s:5:\"width\";i:139;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:35:\"20220812_202237856_iOS-768x1662.png\";s:5:\"width\";i:768;s:6:\"height\";i:1662;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:35:\"20220812_202237856_iOS-473x1024.png\";s:5:\"width\";i:473;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"1536x1536-orig\";a:4:{s:4:\"file\";s:35:\"20220812_202237856_iOS-710x1536.png\";s:5:\"width\";i:710;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2048x2048-orig\";a:4:{s:4:\"file\";s:35:\"20220812_202237856_iOS-947x2048.png\";s:5:\"width\";i:947;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"sportspress-crop-medium-orig\";a:4:{s:4:\"file\";s:34:\"20220812_202237856_iOS-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"sportspress-fit-medium-orig\";a:4:{s:4:\"file\";s:34:\"20220812_202237856_iOS-139x300.png\";s:5:\"width\";i:139;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"sportspress-fit-icon-orig\";a:4:{s:4:\"file\";s:33:\"20220812_202237856_iOS-59x128.png\";s:5:\"width\";i:59;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"sportspress-fit-mini-orig\";a:4:{s:4:\"file\";s:32:\"20220812_202237856_iOS-15x32.png\";s:5:\"width\";i:15;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}'),(8724,5881,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1284;s:6:\"height\";i:1257;s:4:\"file\";s:12:\"IMG_3754.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_3754-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_3754-300x294.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_3754-768x752.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:752;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:22:\"IMG_3754-1024x1002.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1002;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"sportspress-crop-medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_3754-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"sportspress-fit-medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_3754-300x294.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sportspress-fit-icon-orig\";a:4:{s:4:\"file\";s:20:\"IMG_3754-128x125.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sportspress-fit-mini-orig\";a:4:{s:4:\"file\";s:18:\"IMG_3754-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(8725,5891,'_wp_attached_file','2022/08/Water-Guys-Logo-scaled.jpg'),(8726,5891,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;s:4:\"file\";s:34:\"2022/08/Water-Guys-Logo-scaled.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Water-Guys-Logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Water-Guys-Logo-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Water-Guys-Logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Water-Guys-Logo-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"Water-Guys-Logo-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"Water-Guys-Logo-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:27:\"Water-Guys-Logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:27:\"Water-Guys-Logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:27:\"Water-Guys-Logo-128x128.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:25:\"Water-Guys-Logo-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:50:\"0_176_1284_1127.0109375_Water-Guys-Logo-scaled.jpg\";s:5:\"width\";d:1284;s:6:\"height\";d:1127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"Water-Guys-Logo.jpg\";}'),(8727,5872,'_hide_featured','1'),(8728,5872,'post_grid_post_settings','a:3:{s:11:\"current_tab\";s:7:\"options\";s:19:\"custom_thumb_source\";s:0:\"\";s:16:\"thumb_custom_url\";s:0:\"\";}'),(8729,5872,'boldgrid_hide_page_title','0'),(8730,5872,'boldgrid_in_page_containers','1'),(8731,5872,'bgseo_robots_index','index'),(8732,5872,'bgseo_robots_follow','follow'),(8733,5872,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1667047872;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:5900;}i:1;a:1:{s:2:\"id\";i:4353;}i:2;a:1:{s:2:\"id\";i:5180;}}}}'),(8737,5872,'_wpas_done_all','1'),(8738,5872,'_thumbnail_id','5879'),(8741,5879,'_wp_attachment_backup_sizes','a:17:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:826;s:6:\"height\";i:1102;s:4:\"file\";s:45:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:53:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:53:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:54:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-768x1025.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:54:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"sportspress-crop-medium-orig\";a:4:{s:4:\"file\";s:53:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"sportspress-fit-medium-orig\";a:4:{s:4:\"file\";s:53:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sportspress-fit-icon-orig\";a:4:{s:4:\"file\";s:52:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-96x128.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sportspress-fit-mini-orig\";a:4:{s:4:\"file\";s:51:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-24x32.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1660338261240\";a:3:{s:5:\"width\";i:826;s:6:\"height\";i:674;s:4:\"file\";s:60:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-e1660337761192.jpg\";}s:23:\"thumbnail-1660338261240\";a:4:{s:4:\"file\";s:68:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-e1660337761192-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1660338261240\";a:4:{s:4:\"file\";s:68:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-e1660337761192-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1660338261240\";a:4:{s:4:\"file\";s:68:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-e1660337761192-768x627.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:627;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"sportspress-crop-medium-1660338261240\";a:4:{s:4:\"file\";s:68:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-e1660337761192-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"sportspress-fit-medium-1660338261240\";a:4:{s:4:\"file\";s:68:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-e1660337761192-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"sportspress-fit-icon-1660338261240\";a:4:{s:4:\"file\";s:68:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-e1660337761192-128x104.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"sportspress-fit-mini-1660338261240\";a:4:{s:4:\"file\";s:66:\"FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy-e1660337761192-32x26.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:26;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(8751,5900,'_last_editor_used_jetpack','classic-editor'),(8744,379,'_hide_featured',NULL),(8752,5900,'_edit_lock','1660401744:2'),(8753,5900,'_edit_last','2'),(8754,5901,'_wp_attached_file','2022/08/IMG_3889-scaled.jpg'),(8755,5901,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2022/08/IMG_3889-scaled.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3889-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3889-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3889-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_3889-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_3889-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_3889-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"IMG_3889-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"IMG_3889-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"IMG_3889-128x96.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"IMG_3889-32x24.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:33:\"0_0_834_625.5_IMG_3889-scaled.jpg\";s:5:\"width\";d:834;s:6:\"height\";d:626;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 12 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1659813711\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"1.54\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_3889.jpg\";}'),(8757,5737,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666867423;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:5748;}i:1;a:1:{s:2:\"id\";i:4060;}i:2;a:1:{s:2:\"id\";i:4007;}i:3;a:1:{s:2:\"id\";i:4936;}i:4;a:1:{s:2:\"id\";i:1094;}i:5;a:1:{s:2:\"id\";i:4053;}}}}'),(8758,5706,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1664771705;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4068;}i:1;a:1:{s:2:\"id\";i:5786;}i:2;a:1:{s:2:\"id\";i:4066;}i:3;a:1:{s:2:\"id\";i:4936;}i:4;a:1:{s:2:\"id\";i:1094;}i:5;a:1:{s:2:\"id\";i:4007;}}}}'),(8759,5694,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666865871;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4066;}i:1;a:1:{s:2:\"id\";i:5700;}i:2;a:1:{s:2:\"id\";i:4936;}i:3;a:1:{s:2:\"id\";i:5706;}i:4;a:1:{s:2:\"id\";i:5737;}i:5;a:1:{s:2:\"id\";i:4072;}}}}'),(8760,5786,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1664772219;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4068;}i:1;a:1:{s:2:\"id\";i:5706;}i:2;a:1:{s:2:\"id\";i:4066;}i:3;a:1:{s:2:\"id\";i:4936;}i:4;a:1:{s:2:\"id\";i:1094;}i:5;a:1:{s:2:\"id\";i:4007;}}}}'),(8761,5748,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1666817611;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:5737;}i:1;a:1:{s:2:\"id\";i:4060;}i:2;a:1:{s:2:\"id\";i:4007;}i:3;a:1:{s:2:\"id\";i:4936;}i:4;a:1:{s:2:\"id\";i:1094;}i:5;a:1:{s:2:\"id\";i:4053;}}}}'),(8762,5900,'boldgrid_hide_page_title','0'),(8763,5900,'boldgrid_in_page_containers','1'),(8764,5900,'_jetpack_related_posts_cache','a:1:{s:32:\"37550b67d263a3ce789993dc25046c5f\";a:2:{s:7:\"expires\";i:1666867635;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:5919;}i:1;a:1:{s:2:\"id\";i:5872;}i:2;a:1:{s:2:\"id\";i:5180;}i:3;a:1:{s:2:\"id\";i:1630;}i:4;a:1:{s:2:\"id\";i:5173;}i:5;a:1:{s:2:\"id\";i:4353;}}}}'),(8765,5904,'_wp_attached_file','2022/08/A1EB7420-4651-406C-8E87-679E115C2C54-e1660401674712.jpg'),(8766,5904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1473;s:4:\"file\";s:63:\"2022/08/A1EB7420-4651-406C-8E87-679E115C2C54-e1660401674712.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"A1EB7420-4651-406C-8E87-679E115C2C54-e1660401674712-293x300.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:65:\"A1EB7420-4651-406C-8E87-679E115C2C54-e1660401674712-1001x1024.jpg\";s:5:\"width\";i:1001;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"A1EB7420-4651-406C-8E87-679E115C2C54-e1660401674712-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:63:\"A1EB7420-4651-406C-8E87-679E115C2C54-e1660401674712-768x786.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:786;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:50:\"A1EB7420-4651-406C-8E87-679E115C2C54-1235x1536.jpg\";s:5:\"width\";i:1235;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:63:\"A1EB7420-4651-406C-8E87-679E115C2C54-e1660401674712-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:63:\"A1EB7420-4651-406C-8E87-679E115C2C54-e1660401674712-293x300.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:63:\"A1EB7420-4651-406C-8E87-679E115C2C54-e1660401674712-125x128.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:61:\"A1EB7420-4651-406C-8E87-679E115C2C54-e1660401674712-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1657577998\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8767,5904,'_wp_attachment_backup_sizes','a:10:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1440;s:6:\"height\";i:1791;s:4:\"file\";s:40:\"A1EB7420-4651-406C-8E87-679E115C2C54.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:48:\"A1EB7420-4651-406C-8E87-679E115C2C54-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:48:\"A1EB7420-4651-406C-8E87-679E115C2C54-241x300.jpg\";s:5:\"width\";i:241;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:48:\"A1EB7420-4651-406C-8E87-679E115C2C54-768x955.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:955;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:49:\"A1EB7420-4651-406C-8E87-679E115C2C54-823x1024.jpg\";s:5:\"width\";i:823;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"1536x1536-orig\";a:4:{s:4:\"file\";s:50:\"A1EB7420-4651-406C-8E87-679E115C2C54-1235x1536.jpg\";s:5:\"width\";i:1235;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"sportspress-crop-medium-orig\";a:4:{s:4:\"file\";s:48:\"A1EB7420-4651-406C-8E87-679E115C2C54-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"sportspress-fit-medium-orig\";a:4:{s:4:\"file\";s:48:\"A1EB7420-4651-406C-8E87-679E115C2C54-241x300.jpg\";s:5:\"width\";i:241;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sportspress-fit-icon-orig\";a:4:{s:4:\"file\";s:48:\"A1EB7420-4651-406C-8E87-679E115C2C54-103x128.jpg\";s:5:\"width\";i:103;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sportspress-fit-mini-orig\";a:4:{s:4:\"file\";s:46:\"A1EB7420-4651-406C-8E87-679E115C2C54-26x32.jpg\";s:5:\"width\";i:26;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(8768,5900,'_thumbnail_id','5904'),(8776,5900,'_wpas_done_all','1'),(8772,5900,'_hide_featured','1'),(8773,5900,'post_grid_post_settings','a:3:{s:11:\"current_tab\";s:7:\"options\";s:19:\"custom_thumb_source\";s:0:\"\";s:16:\"thumb_custom_url\";s:0:\"\";}'),(8774,5900,'bgseo_robots_index','index'),(8775,5900,'bgseo_robots_follow','follow'),(8781,5910,'_wp_attached_file','2022/08/cropped-IMG_5225-scaled-1.jpg'),(8782,5910,'_wp_attachment_context','background-image'),(8783,5910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2456;s:6:\"height\";i:859;s:4:\"file\";s:37:\"2022/08/cropped-IMG_5225-scaled-1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"cropped-IMG_5225-scaled-1-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"cropped-IMG_5225-scaled-1-1024x358.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"cropped-IMG_5225-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"cropped-IMG_5225-scaled-1-768x269.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"cropped-IMG_5225-scaled-1-1536x537.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:38:\"cropped-IMG_5225-scaled-1-2048x716.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:716;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:37:\"cropped-IMG_5225-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:37:\"cropped-IMG_5225-scaled-1-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:36:\"cropped-IMG_5225-scaled-1-128x45.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:35:\"cropped-IMG_5225-scaled-1-32x11.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:11;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1659812541\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:19:\"0.00094073377234243\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8819,5919,'boldgrid_hide_page_title','0'),(8820,5919,'boldgrid_in_page_containers','1'),(8821,5919,'bgseo_robots_index','index'),(8822,5919,'bgseo_robots_follow','follow'),(8811,5919,'_edit_lock','1661989041:2'),(8812,5919,'_edit_last','2'),(8813,5919,'_thumbnail_id','52'),(8823,5919,'_wpas_done_all','1'),(8817,5919,'_hide_featured','1'),(8818,5919,'post_grid_post_settings','a:3:{s:11:\"current_tab\";s:7:\"options\";s:19:\"custom_thumb_source\";s:0:\"\";s:16:\"thumb_custom_url\";s:0:\"\";}'),(8925,5661,'_jetpack_related_posts_cache','a:1:{s:32:\"e9093a6a3a54a19231e7ab9f8de4824f\";a:2:{s:7:\"expires\";i:1663367520;s:7:\"payload\";a:0:{}}}'),(8926,5664,'_jetpack_related_posts_cache','a:1:{s:32:\"e9093a6a3a54a19231e7ab9f8de4824f\";a:2:{s:7:\"expires\";i:1663367577;s:7:\"payload\";a:0:{}}}'),(8927,5665,'_jetpack_related_posts_cache','a:1:{s:32:\"e9093a6a3a54a19231e7ab9f8de4824f\";a:2:{s:7:\"expires\";i:1663367678;s:7:\"payload\";a:0:{}}}'); /*!40000 ALTER TABLE `wpie_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_postmeta` with 6165 row(s) -- -- -- Table structure for table `wpie_actionscheduler_groups` -- DROP TABLE IF EXISTS `wpie_actionscheduler_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_actionscheduler_groups` ( `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`group_id`), KEY `slug` (`slug`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_actionscheduler_groups` -- LOCK TABLES `wpie_actionscheduler_groups` WRITE; /*!40000 ALTER TABLE `wpie_actionscheduler_groups` DISABLE KEYS */; INSERT INTO `wpie_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'wpforms'); /*!40000 ALTER TABLE `wpie_actionscheduler_groups` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_actionscheduler_groups` with 2 row(s) -- -- -- Table structure for table `wpie_nextend2_smartslider3_sliders_xref` -- DROP TABLE IF EXISTS `wpie_nextend2_smartslider3_sliders_xref`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_nextend2_smartslider3_sliders_xref` ( `group_id` int(11) NOT NULL, `slider_id` int(11) NOT NULL, `ordering` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`group_id`,`slider_id`), KEY `ordering` (`ordering`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_nextend2_smartslider3_sliders_xref` -- LOCK TABLES `wpie_nextend2_smartslider3_sliders_xref` WRITE; /*!40000 ALTER TABLE `wpie_nextend2_smartslider3_sliders_xref` DISABLE KEYS */; INSERT INTO `wpie_nextend2_smartslider3_sliders_xref` VALUES (0,2,0),(0,3,1),(0,4,2),(0,5,3); /*!40000 ALTER TABLE `wpie_nextend2_smartslider3_sliders_xref` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_nextend2_smartslider3_sliders_xref` with 4 row(s) -- -- -- Table structure for table `wpie_wd_fb_theme` -- DROP TABLE IF EXISTS `wpie_wd_fb_theme`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_wd_fb_theme` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `params` longtext DEFAULT NULL, `default_theme` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_wd_fb_theme` -- LOCK TABLES `wpie_wd_fb_theme` WRITE; /*!40000 ALTER TABLE `wpie_wd_fb_theme` DISABLE KEYS */; INSERT INTO `wpie_wd_fb_theme` VALUES (1,'Theme 1','{\"thumb_margin\":\"10\",\"thumb_padding\":\"2\",\"thumb_border_radius\":\"0\",\"thumb_border_width\":\"1\",\"thumb_border_style\":\"none\",\"thumb_border_color\":\"000000\",\"thumb_bg_color\":\"FFFFFF\",\"thumbs_bg_color\":\"FFFFFF\",\"thumb_bg_transparent\":\"100\",\"thumb_box_shadow\":\"0px 0px 0px #000000\",\"thumb_transparent\":\"100\",\"thumb_align\":\"center\",\"thumb_hover_effect\":\"scale\",\"thumb_hover_effect_value\":\"2deg\",\"thumb_transition\":\"1\",\"thumb_title_font_color\":\"797979\",\"thumb_title_font_style\":\"inherit\",\"thumb_title_pos\":\"bottom\",\"thumb_title_font_size\":\"14\",\"thumb_title_font_weight\":\"normal\",\"thumb_title_margin\":\"5\",\"thumb_title_shadow\":\"\",\"thumb_like_comm_pos\":\"bottom\",\"thumb_like_comm_font_size\":\"14\",\"thumb_like_comm_font_color\":\"FFFFFF\",\"thumb_like_comm_font_style\":\"inherit\",\"thumb_like_comm_font_weight\":\"normal\",\"thumb_like_comm_shadow\":\"0px 0px 1px #000000\",\"masonry_thumb_padding\":\"10\",\"masonry_thumb_border_radius\":\"2px\",\"masonry_thumb_border_width\":\"1\",\"masonry_thumb_border_style\":\"solid\",\"masonry_thumb_border_color\":\"FFFFFF\",\"masonry_thumbs_bg_color\":\"FFFFFF\",\"masonry_thumb_bg_transparent\":\"100\",\"masonry_thumb_transparent\":\"100\",\"masonry_thumb_align\":\"center\",\"masonry_thumb_hover_effect\":\"none\",\"masonry_thumb_hover_effect_value\":\"1.1\",\"masonry_thumb_transition\":\"1\",\"masonry_description_font_size\":\"14\",\"masonry_description_color\":\"A3A3A3\",\"masonry_description_font_style\":\"inherit\",\"masonry_like_comm_pos\":\"bottom\",\"masonry_like_comm_font_size\":\"14\",\"masonry_like_comm_font_color\":\"FFFFFF\",\"masonry_like_comm_font_style\":\"inherit\",\"masonry_like_comm_font_weight\":\"normal\",\"masonry_like_comm_shadow\":\"0px 0px 1px #000000\",\"blog_style_align\":\"center\",\"blog_style_bg_color\":\"FFFFFF\",\"blog_style_fd_name_bg_color\":\"FFFFFF\",\"blog_style_fd_name_align\":\"left\",\"blog_style_fd_name_padding\":\"10\",\"blog_style_fd_name_color\":\"1C1C1C\",\"blog_style_fd_name_size\":\"24\",\"blog_style_fd_name_font_weight\":\"normal\",\"blog_style_fd_icon\":\"\",\"blog_style_fd_icon_color\":\"\",\"blog_style_fd_icon_size\":\"\",\"blog_style_transparent\":\"100\",\"blog_style_obj_img_align\":\"left\",\"blog_style_margin\":\"16\",\"blog_style_box_shadow\":\"\",\"blog_style_border_width\":\"1\",\"blog_style_border_style\":\"solid\",\"blog_style_border_color\":\"EBEBEB\",\"blog_style_border_type\":\"top\",\"blog_style_border_radius\":\"\",\"blog_style_obj_icons_color\":\"gray\",\"blog_style_obj_date_pos\":\"after\",\"blog_style_obj_font_family\":\"inherit\",\"blog_style_obj_info_bg_color\":\"FFFFFF\",\"blog_style_page_name_color\":\"1C1C1C\",\"blog_style_obj_page_name_size\":\"20\",\"blog_style_obj_page_name_font_weight\":\"normal\",\"blog_style_obj_story_color\":\"1C1C1C\",\"blog_style_obj_story_size\":\"16\",\"blog_style_obj_story_font_weight\":\"normal\",\"blog_style_obj_place_color\":\"1C1C1C\",\"blog_style_obj_place_size\":\"14\",\"blog_style_obj_place_font_weight\":\"normal\",\"blog_style_obj_name_color\":\"1C1C1C\",\"blog_style_obj_name_size\":\"18\",\"blog_style_obj_name_font_weight\":\"bold\",\"blog_style_obj_message_color\":\"1C1C1C\",\"blog_style_obj_message_size\":\"16\",\"blog_style_obj_message_font_weight\":\"normal\",\"blog_style_obj_hashtags_color\":\"000000\",\"blog_style_obj_hashtags_size\":\"12\",\"blog_style_obj_hashtags_font_weight\":\"normal\",\"blog_style_obj_likes_social_bg_color\":\"FFFFFF\",\"blog_style_obj_likes_social_color\":\"1C1C1C\",\"blog_style_obj_likes_social_size\":\"14\",\"blog_style_obj_likes_social_font_weight\":\"normal\",\"blog_style_obj_comments_bg_color\":\"FFFFFF\",\"blog_style_obj_comments_color\":\"000000\",\"blog_style_obj_comments_font_family\":\"inherit\",\"blog_style_obj_comments_font_size\":\"14\",\"blog_style_obj_users_font_color\":\"000000\",\"blog_style_obj_comments_social_font_weight\":\"normal\",\"blog_style_obj_comment_border_width\":\"10\",\"blog_style_obj_comment_border_style\":\"solid\",\"blog_style_obj_comment_border_color\":\"FCFCFC\",\"blog_style_obj_comment_border_type\":\"top\",\"blog_style_evt_str_color\":\"1C1C1C\",\"blog_style_evt_str_size\":\"16\",\"blog_style_evt_str_font_weight\":\"normal\",\"blog_style_evt_ctzpcn_color\":\"CFCFCF\",\"blog_style_evt_ctzpcn_size\":\"14\",\"blog_style_evt_ctzpcn_font_weight\":\"normal\",\"blog_style_evt_map_color\":\"1C1C1C\",\"blog_style_evt_map_size\":\"14\",\"blog_style_evt_map_font_weight\":\"normal\",\"blog_style_evt_date_color\":\"CFCFCF\",\"blog_style_evt_date_size\":\"14\",\"blog_style_evt_date_font_weight\":\"normal\",\"blog_style_evt_info_font_family\":\"inherit\",\"album_compact_back_font_color\":\"000000\",\"album_compact_back_font_style\":\"inherit\",\"album_compact_back_font_size\":\"16\",\"album_compact_back_font_weight\":\"bold\",\"album_compact_back_padding\":\"0\",\"album_compact_title_font_color\":\"797979\",\"album_compact_title_font_style\":\"inherit\",\"album_compact_thumb_title_pos\":\"bottom\",\"album_compact_title_font_size\":\"13\",\"album_compact_title_font_weight\":\"normal\",\"album_compact_title_margin\":\"2px\",\"album_compact_title_shadow\":\"0px 0px 0px #888888\",\"album_compact_thumb_margin\":\"4\",\"album_compact_thumb_padding\":\"0\",\"album_compact_thumb_border_radius\":\"0\",\"album_compact_thumb_border_width\":\"0\",\"album_compact_thumb_border_style\":\"none\",\"album_compact_thumb_border_color\":\"CCCCCC\",\"album_compact_thumb_bg_color\":\"FFFFFF\",\"album_compact_thumbs_bg_color\":\"FFFFFF\",\"album_compact_thumb_bg_transparent\":\"0\",\"album_compact_thumb_box_shadow\":\"0px 0px 0px #888888\",\"album_compact_thumb_transparent\":\"100\",\"album_compact_thumb_align\":\"center\",\"album_compact_thumb_hover_effect\":\"none\",\"album_compact_thumb_hover_effect_value\":\"1.1\",\"album_compact_thumb_transition\":\"0\",\"lightbox_overlay_bg_color\":\"000000\",\"lightbox_overlay_bg_transparent\":\"60\",\"lightbox_bg_color\":\"1B1B1B\",\"lightbox_ctrl_btn_pos\":\"bottom\",\"lightbox_ctrl_btn_align\":\"center\",\"lightbox_ctrl_btn_height\":\"16\",\"lightbox_ctrl_btn_margin_top\":\"24\",\"lightbox_ctrl_btn_margin_left\":\"10\",\"lightbox_ctrl_btn_transparent\":\"100\",\"lightbox_ctrl_btn_color\":\"\",\"lightbox_toggle_btn_height\":\"14\",\"lightbox_toggle_btn_width\":\"100\",\"lightbox_ctrl_cont_bg_color\":\"0A0A0A\",\"lightbox_ctrl_cont_transparent\":\"100\",\"lightbox_ctrl_cont_border_radius\":\"4\",\"lightbox_close_btn_transparent\":\"100\",\"lightbox_close_btn_bg_color\":\"000000\",\"lightbox_close_btn_border_width\":\"14\",\"lightbox_close_btn_border_radius\":\"24px\",\"lightbox_close_btn_border_style\":\"none\",\"lightbox_close_btn_border_color\":\"FFFFFF\",\"lightbox_close_btn_box_shadow\":\"0\",\"lightbox_close_btn_color\":\"\",\"lightbox_close_btn_size\":\"12\",\"lightbox_close_btn_width\":\"24\",\"lightbox_close_btn_height\":\"24\",\"lightbox_close_btn_top\":\"0\",\"lightbox_close_btn_right\":\"-30\",\"lightbox_close_btn_full_color\":\"\",\"lightbox_rl_btn_bg_color\":\"000000\",\"lightbox_rl_btn_transparent\":\"70\",\"lightbox_rl_btn_border_radius\":\"20px\",\"lightbox_rl_btn_border_width\":\"0\",\"lightbox_rl_btn_border_style\":\"none\",\"lightbox_rl_btn_border_color\":\"FFFFFF\",\"lightbox_rl_btn_box_shadow\":\"\",\"lightbox_rl_btn_color\":\"\",\"lightbox_rl_btn_height\":\"36\",\"lightbox_rl_btn_width\":\"36\",\"lightbox_rl_btn_size\":\"16\",\"lightbox_close_rl_btn_hover_color\":\"\",\"lightbox_obj_pos\":\"right\",\"lightbox_obj_width\":\"350\",\"lightbox_obj_icons_color\":\"gray\",\"lightbox_obj_date_pos\":\"after\",\"lightbox_obj_font_family\":\"inherit\",\"lightbox_obj_info_bg_color\":\"FFFFFF\",\"lightbox_page_name_color\":\"4B4B4B\",\"lightbox_obj_page_name_size\":\"18\",\"lightbox_obj_page_name_font_weight\":\"bold\",\"lightbox_obj_story_color\":\"4B4B4B\",\"lightbox_obj_story_size\":\"16\",\"lightbox_obj_story_font_weight\":\"normal\",\"lightbox_obj_place_color\":\"4B4B4B\",\"lightbox_obj_place_size\":\"14\",\"lightbox_obj_place_font_weight\":\"normal\",\"lightbox_obj_name_color\":\"4B4B4B\",\"lightbox_obj_name_size\":\"14\",\"lightbox_obj_name_font_weight\":\"bold\",\"lightbox_obj_message_color\":\"000000\",\"lightbox_obj_message_size\":\"16\",\"lightbox_obj_message_font_weight\":\"normal\",\"lightbox_obj_hashtags_color\":\"000000\",\"lightbox_obj_hashtags_size\":\"12\",\"lightbox_obj_hashtags_font_weight\":\"normal\",\"lightbox_obj_likes_social_bg_color\":\"F4F5F7\",\"lightbox_obj_likes_social_color\":\"000000\",\"lightbox_obj_likes_social_size\":\"12\",\"lightbox_obj_likes_social_font_weight\":\"normal\",\"lightbox_obj_comments_bg_color\":\"FFFFFF\",\"lightbox_obj_comments_color\":\"4A4A4A\",\"lightbox_obj_comments_font_family\":\"inherit\",\"lightbox_obj_comments_font_size\":\"16\",\"lightbox_obj_users_font_color\":\"4B4B4B\",\"lightbox_obj_comments_social_font_weight\":\"normal\",\"lightbox_obj_comment_border_width\":\"1\",\"lightbox_obj_comment_border_style\":\"none\",\"lightbox_obj_comment_border_color\":\"000000\",\"lightbox_obj_comment_border_type\":\"top\",\"lightbox_filmstrip_pos\":\"bottom\",\"lightbox_filmstrip_rl_bg_color\":\"3B3B3B\",\"lightbox_filmstrip_rl_btn_size\":\"20\",\"lightbox_filmstrip_rl_btn_color\":\"\",\"lightbox_filmstrip_thumb_margin\":\"0 1px\",\"lightbox_filmstrip_thumb_border_width\":\"1\",\"lightbox_filmstrip_thumb_border_style\":\"solid\",\"lightbox_filmstrip_thumb_border_color\":\"000000\",\"lightbox_filmstrip_thumb_border_radius\":\"0\",\"lightbox_filmstrip_thumb_deactive_transparent\":\"80\",\"lightbox_filmstrip_thumb_active_border_width\":\"0\",\"lightbox_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"lightbox_rl_btn_style\":\"\",\"lightbox_evt_str_color\":\"000000\",\"lightbox_evt_str_size\":\"16\",\"lightbox_evt_str_font_weight\":\"normal\",\"lightbox_evt_ctzpcn_color\":\"000000\",\"lightbox_evt_ctzpcn_size\":\"14\",\"lightbox_evt_ctzpcn_font_weight\":\"normal\",\"lightbox_evt_map_color\":\"000000\",\"lightbox_evt_map_size\":\"14\",\"lightbox_evt_map_font_weight\":\"normal\",\"lightbox_evt_date_color\":\"000000\",\"lightbox_evt_date_size\":\"14\",\"lightbox_evt_date_font_weight\":\"normal\",\"lightbox_evt_info_font_family\":\"inherit\",\"page_nav_position\":\"bottom\",\"page_nav_align\":\"center\",\"page_nav_number\":\"0\",\"page_nav_font_size\":\"12\",\"page_nav_font_style\":\"inherit\",\"page_nav_font_color\":\"666666\",\"page_nav_font_weight\":\"bold\",\"page_nav_border_width\":\"1\",\"page_nav_border_style\":\"solid\",\"page_nav_border_color\":\"E3E3E3\",\"page_nav_border_radius\":\"0\",\"page_nav_margin\":\"0\",\"page_nav_padding\":\"3px 6px\",\"page_nav_button_bg_color\":\"FFFFFF\",\"page_nav_button_bg_transparent\":\"100\",\"page_nav_box_shadow\":\"0\",\"page_nav_button_transition\":\"1\",\"page_nav_button_text\":\"0\",\"lightbox_obj_icons_color_likes_comments_count\":\"white\"}',1); /*!40000 ALTER TABLE `wpie_wd_fb_theme` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_wd_fb_theme` with 1 row(s) -- -- -- Table structure for table `wpie_actionscheduler_claims` -- DROP TABLE IF EXISTS `wpie_actionscheduler_claims`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_actionscheduler_claims` ( `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`claim_id`), KEY `date_created_gmt` (`date_created_gmt`) ) ENGINE=MyISAM AUTO_INCREMENT=522699 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_actionscheduler_claims` -- LOCK TABLES `wpie_actionscheduler_claims` WRITE; /*!40000 ALTER TABLE `wpie_actionscheduler_claims` DISABLE KEYS */; /*!40000 ALTER TABLE `wpie_actionscheduler_claims` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_actionscheduler_claims` with 0 row(s) -- -- -- Table structure for table `wpie_posts` -- DROP TABLE IF EXISTS `wpie_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT 0, `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT 0, `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=5928 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_posts` -- LOCK TABLES `wpie_posts` WRITE; /*!40000 ALTER TABLE `wpie_posts` DISABLE KEYS */; INSERT INTO `wpie_posts` VALUES (3,1,'2018-11-28 15:50:39','2018-11-28 15:50:39','

Who we are

Our website address is: http://quintelacrosse.com.

What personal data we collect and why we collect it

Comments

When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.

An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.

Media

If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.

Contact forms

Cookies

If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.

If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.

When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.

If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.

Embedded content from other websites

Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.

These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.

Analytics

Who we share your data with

How long we retain your data

If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.

For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.

What rights you have over your data

If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.

Where we send your data

Visitor comments may be checked through an automated spam detection service.

Your contact information

Additional information

How we protect your data

What data breach procedures we have in place

What third parties we receive data from

What automated decision making and/or profiling we do with user data

Industry regulatory disclosure requirements

','Privacy Policy','','draft','closed','open','','privacy-policy','','','2018-11-28 15:50:39','2018-11-28 15:50:39','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=3',0,'page','',0),(4,0,'2018-11-28 15:50:42','2018-11-28 15:50:42','

This site has been created with the help of many different people and companies.


This site was built on a powerful, Inspirations based web builder called BoldGrid. It is running on WordPress, the most popular content management software online today.

','Attribution','','publish','closed','closed','','attribution','','','2022-10-24 14:44:00','2022-10-24 18:44:00','',0,'http://quintelacrosseproject.altereddigital.com/attribution/',0,'bg_attribution','',0),(6,1,'2018-11-28 16:01:53','2018-11-28 16:01:53','{\"id\":6,\"field_id\":4,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"BoldGrid Form 1\",\"form_desc\":\"\",\"hide_title_desc\":\"1\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Form 1 submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','BoldGrid Form 1','','publish','closed','closed','','boldgrid-form-1','','','2018-11-28 16:01:53','2018-11-28 16:01:53','',0,'http://quintelacrosseproject.altereddigital.com/?post_type=wpforms&p=6',0,'wpforms','',0),(7,1,'2018-11-28 16:01:53','2018-11-28 16:01:53','{\"id\":7,\"field_id\":14,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"text\",\"label\":\"Subject\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Street Address\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"text\",\"label\":\"Address Line 2\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"text\",\"label\":\"City\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"State\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"Select...\",\"value\":\"\"},\"5\":{\"label\":\"Alabama (AL)\",\"value\":\"AL\"},\"6\":{\"label\":\"Alaska (AK)\",\"value\":\"AK\"},\"7\":{\"label\":\"American Samoa (AS)\",\"value\":\"AS\"},\"8\":{\"label\":\"Arizona (AZ)\",\"value\":\"AZ\"},\"9\":{\"label\":\"Arkansas (AR)\",\"value\":\"AR\"},\"10\":{\"label\":\"California (CA)\",\"value\":\"CA\"},\"11\":{\"label\":\"Colorado (CO)\",\"value\":\"CO\"},\"12\":{\"label\":\"Connecticut (CT)\",\"value\":\"CT\"},\"13\":{\"label\":\"Delaware (DE)\",\"value\":\"DE\"},\"14\":{\"label\":\"Dist. of Columbia (DC)\",\"value\":\"DC\"},\"15\":{\"label\":\"Florida (FL)\",\"value\":\"FL\"},\"16\":{\"label\":\"Georgia (GA)\",\"value\":\"GA\"},\"17\":{\"label\":\"Guam (GU)\",\"value\":\"GU\"},\"18\":{\"label\":\"Hawaii (HI)\",\"value\":\"HI\"},\"19\":{\"label\":\"Idaho (ID)\",\"value\":\"ID\"},\"20\":{\"label\":\"Illinois (IL)\",\"value\":\"IL\"},\"21\":{\"label\":\"Indiana (IN)\",\"value\":\"IN\"},\"22\":{\"label\":\"Iowa (IA)\",\"value\":\"IA\"},\"23\":{\"label\":\"Kansas (KS)\",\"value\":\"KS\"},\"24\":{\"label\":\"Kentucky (KY)\",\"value\":\"KY\"},\"25\":{\"label\":\"Louisiana (LA)\",\"value\":\"LA\"},\"26\":{\"label\":\"Maine (ME)\",\"value\":\"ME\"},\"27\":{\"label\":\"Maryland (MD)\",\"value\":\"MD\"},\"28\":{\"label\":\"Marshall Islands (MH)\",\"value\":\"MH\"},\"29\":{\"label\":\"Massachusetts (MA)\",\"value\":\"MA\"},\"30\":{\"label\":\"Michigan (MI)\",\"value\":\"MI\"},\"31\":{\"label\":\"Micronesia (FM)\",\"value\":\"FM\"},\"32\":{\"label\":\"Minnesota (MN)\",\"value\":\"MN\"},\"33\":{\"label\":\"Mississippi (MS)\",\"value\":\"MS\"},\"34\":{\"label\":\"Missouri (MO)\",\"value\":\"MO\"},\"35\":{\"label\":\"Montana (MT)\",\"value\":\"MT\"},\"36\":{\"label\":\"Nebraska (NE)\",\"value\":\"NE\"},\"37\":{\"label\":\"Nevada (NV)\",\"value\":\"NV\"},\"38\":{\"label\":\"New Hampshire (NH)\",\"value\":\"NH\"},\"39\":{\"label\":\"New Jersey (NJ)\",\"value\":\"NJ\"},\"40\":{\"label\":\"New Mexico (NM)\",\"value\":\"NM\"},\"41\":{\"label\":\"New York (NY)\",\"value\":\"NY\"},\"42\":{\"label\":\"North Carolina (NC)\",\"value\":\"NC\"},\"43\":{\"label\":\"North Dakota (ND)\",\"value\":\"ND\"},\"44\":{\"label\":\"Northern Marianas (MP)\",\"value\":\"MP\"},\"45\":{\"label\":\"Ohio (OH)\",\"value\":\"OH\"},\"46\":{\"label\":\"Oklahoma (OK)\",\"value\":\"OK\"},\"47\":{\"label\":\"Oregon (OR)\",\"value\":\"OR\"},\"48\":{\"label\":\"Palau (PW)\",\"value\":\"PW\"},\"49\":{\"label\":\"Pennsylvania (PA)\",\"value\":\"PA\"},\"50\":{\"label\":\"Puerto Rico (PR)\",\"value\":\"PR\"},\"51\":{\"label\":\"Rhode Island (RI)\",\"value\":\"RI\"},\"52\":{\"label\":\"South Carolina (SC)\",\"value\":\"SC\"},\"53\":{\"label\":\"South Dakota (SD)\",\"value\":\"SD\"},\"54\":{\"label\":\"Tennessee (TN)\",\"value\":\"TN\"},\"55\":{\"label\":\"Texas (TX)\",\"value\":\"TX\"},\"56\":{\"label\":\"Utah (UT)\",\"value\":\"UT\"},\"57\":{\"label\":\"Vermont (VT)\",\"value\":\"VT\"},\"58\":{\"label\":\"Virginia (VA)\",\"value\":\"VA\"},\"59\":{\"label\":\"Virgin Islands (VI)\",\"value\":\"VI\"},\"60\":{\"label\":\"Washington (WA)\",\"value\":\"WA\"},\"61\":{\"label\":\"West Virginia (WV)\",\"value\":\"WV\"},\"62\":{\"label\":\"Wisconsin (WI)\",\"value\":\"WI\"},\"63\":{\"label\":\"Wyoming (WY)\",\"value\":\"WY\"},\"64\":{\"label\":\"Other\",\"value\":\"Other\"}},\"description\":\"\",\"show_values\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"text\",\"label\":\"ZIP / Postal Code\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"11\":{\"id\":\"11\",\"type\":\"text\",\"label\":\"Country\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"12\":{\"id\":\"12\",\"type\":\"text\",\"label\":\"Phone\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"13\":{\"id\":\"13\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"BoldGrid Form 2\",\"form_desc\":\"\",\"hide_title_desc\":\"1\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Form 2 submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','BoldGrid Form 2','','publish','closed','closed','','boldgrid-form-2','','','2018-11-28 16:01:53','2018-11-28 16:01:53','',0,'http://quintelacrosseproject.altereddigital.com/?post_type=wpforms&p=7',0,'wpforms','',0),(8,1,'2018-11-28 16:01:53','2018-11-28 16:01:53','{\"id\":8,\"field_id\":17,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"text\",\"label\":\"Subject\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Street Address\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"text\",\"label\":\"Address Line 2\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"text\",\"label\":\"City\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"State\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"Select...\",\"value\":\"\"},\"5\":{\"label\":\"Alabama (AL)\",\"value\":\"AL\"},\"6\":{\"label\":\"Alaska (AK)\",\"value\":\"AK\"},\"7\":{\"label\":\"American Samoa (AS)\",\"value\":\"AS\"},\"8\":{\"label\":\"Arizona (AZ)\",\"value\":\"AZ\"},\"9\":{\"label\":\"Arkansas (AR)\",\"value\":\"AR\"},\"10\":{\"label\":\"California (CA)\",\"value\":\"CA\"},\"11\":{\"label\":\"Colorado (CO)\",\"value\":\"CO\"},\"12\":{\"label\":\"Connecticut (CT)\",\"value\":\"CT\"},\"13\":{\"label\":\"Delaware (DE)\",\"value\":\"DE\"},\"14\":{\"label\":\"Dist. of Columbia (DC)\",\"value\":\"DC\"},\"15\":{\"label\":\"Florida (FL)\",\"value\":\"FL\"},\"16\":{\"label\":\"Georgia (GA)\",\"value\":\"GA\"},\"17\":{\"label\":\"Guam (GU)\",\"value\":\"GU\"},\"18\":{\"label\":\"Hawaii (HI)\",\"value\":\"HI\"},\"19\":{\"label\":\"Idaho (ID)\",\"value\":\"ID\"},\"20\":{\"label\":\"Illinois (IL)\",\"value\":\"IL\"},\"21\":{\"label\":\"Indiana (IN)\",\"value\":\"IN\"},\"22\":{\"label\":\"Iowa (IA)\",\"value\":\"IA\"},\"23\":{\"label\":\"Kansas (KS)\",\"value\":\"KS\"},\"24\":{\"label\":\"Kentucky (KY)\",\"value\":\"KY\"},\"25\":{\"label\":\"Louisiana (LA)\",\"value\":\"LA\"},\"26\":{\"label\":\"Maine (ME)\",\"value\":\"ME\"},\"27\":{\"label\":\"Maryland (MD)\",\"value\":\"MD\"},\"28\":{\"label\":\"Marshall Islands (MH)\",\"value\":\"MH\"},\"29\":{\"label\":\"Massachusetts (MA)\",\"value\":\"MA\"},\"30\":{\"label\":\"Michigan (MI)\",\"value\":\"MI\"},\"31\":{\"label\":\"Micronesia (FM)\",\"value\":\"FM\"},\"32\":{\"label\":\"Minnesota (MN)\",\"value\":\"MN\"},\"33\":{\"label\":\"Mississippi (MS)\",\"value\":\"MS\"},\"34\":{\"label\":\"Missouri (MO)\",\"value\":\"MO\"},\"35\":{\"label\":\"Montana (MT)\",\"value\":\"MT\"},\"36\":{\"label\":\"Nebraska (NE)\",\"value\":\"NE\"},\"37\":{\"label\":\"Nevada (NV)\",\"value\":\"NV\"},\"38\":{\"label\":\"New Hampshire (NH)\",\"value\":\"NH\"},\"39\":{\"label\":\"New Jersey (NJ)\",\"value\":\"NJ\"},\"40\":{\"label\":\"New Mexico (NM)\",\"value\":\"NM\"},\"41\":{\"label\":\"New York (NY)\",\"value\":\"NY\"},\"42\":{\"label\":\"North Carolina (NC)\",\"value\":\"NC\"},\"43\":{\"label\":\"North Dakota (ND)\",\"value\":\"ND\"},\"44\":{\"label\":\"Northern Marianas (MP)\",\"value\":\"MP\"},\"45\":{\"label\":\"Ohio (OH)\",\"value\":\"OH\"},\"46\":{\"label\":\"Oklahoma (OK)\",\"value\":\"OK\"},\"47\":{\"label\":\"Oregon (OR)\",\"value\":\"OR\"},\"48\":{\"label\":\"Palau (PW)\",\"value\":\"PW\"},\"49\":{\"label\":\"Pennsylvania (PA)\",\"value\":\"PA\"},\"50\":{\"label\":\"Puerto Rico (PR)\",\"value\":\"PR\"},\"51\":{\"label\":\"Rhode Island (RI)\",\"value\":\"RI\"},\"52\":{\"label\":\"South Carolina (SC)\",\"value\":\"SC\"},\"53\":{\"label\":\"South Dakota (SD)\",\"value\":\"SD\"},\"54\":{\"label\":\"Tennessee (TN)\",\"value\":\"TN\"},\"55\":{\"label\":\"Texas (TX)\",\"value\":\"TX\"},\"56\":{\"label\":\"Utah (UT)\",\"value\":\"UT\"},\"57\":{\"label\":\"Vermont (VT)\",\"value\":\"VT\"},\"58\":{\"label\":\"Virginia (VA)\",\"value\":\"VA\"},\"59\":{\"label\":\"Virgin Islands (VI)\",\"value\":\"VI\"},\"60\":{\"label\":\"Washington (WA)\",\"value\":\"WA\"},\"61\":{\"label\":\"West Virginia (WV)\",\"value\":\"WV\"},\"62\":{\"label\":\"Wisconsin (WI)\",\"value\":\"WI\"},\"63\":{\"label\":\"Wyoming (WY)\",\"value\":\"WY\"},\"64\":{\"label\":\"Other\",\"value\":\"Other\"}},\"description\":\"\",\"show_values\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"text\",\"label\":\"ZIP / Postal Code\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"11\":{\"id\":\"11\",\"type\":\"text\",\"label\":\"Country\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"12\":{\"id\":\"12\",\"type\":\"text\",\"label\":\"Phone\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"14\":{\"id\":\"14\",\"type\":\"text\",\"label\":\"Alternate Phone\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"15\":{\"id\":\"15\",\"type\":\"radio\",\"label\":\"When is the best time to contact you?\",\"choices\":{\"1\":{\"label\":\"Morning\",\"value\":\"Morning\"},\"2\":{\"label\":\"Afternoon\",\"value\":\"Afternoon\"},\"3\":{\"label\":\"Evening\",\"value\":\"Evening\"}},\"description\":\"\",\"show_values\":\"1\",\"input_columns\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"16\":{\"id\":\"16\",\"type\":\"radio\",\"label\":\"What is the best way to contact you?\",\"choices\":{\"1\":{\"label\":\"Phone\",\"value\":\"Phone\"},\"2\":{\"label\":\"Email\",\"value\":\"Email\"}},\"description\":\"\",\"show_values\":\"1\",\"input_columns\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"13\":{\"id\":\"13\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"BoldGrid Form 3\",\"form_desc\":\"\",\"hide_title_desc\":\"1\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Form 3 submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','BoldGrid Form 3','','publish','closed','closed','','boldgrid-form-3','','','2018-11-28 16:01:53','2018-11-28 16:01:53','',0,'http://quintelacrosseproject.altereddigital.com/?post_type=wpforms&p=8',0,'wpforms','',0),(9,1,'2018-11-28 16:01:53','2018-11-28 16:01:53','{\"id\":9,\"field_id\":14,\"fields\":{\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Street Address\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"text\",\"label\":\"Address Line 2\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"text\",\"label\":\"City / Town\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"State / Province\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"Select...\",\"value\":\"\"},\"5\":{\"label\":\"Alabama (AL)\",\"value\":\"AL\"},\"6\":{\"label\":\"Alaska (AK)\",\"value\":\"AK\"},\"7\":{\"label\":\"American Samoa (AS)\",\"value\":\"AS\"},\"8\":{\"label\":\"Arizona (AZ)\",\"value\":\"AZ\"},\"9\":{\"label\":\"Arkansas (AR)\",\"value\":\"AR\"},\"10\":{\"label\":\"California (CA)\",\"value\":\"CA\"},\"11\":{\"label\":\"Colorado (CO)\",\"value\":\"CO\"},\"12\":{\"label\":\"Connecticut (CT)\",\"value\":\"CT\"},\"13\":{\"label\":\"Delaware (DE)\",\"value\":\"DE\"},\"14\":{\"label\":\"Dist. of Columbia (DC)\",\"value\":\"DC\"},\"15\":{\"label\":\"Florida (FL)\",\"value\":\"FL\"},\"16\":{\"label\":\"Georgia (GA)\",\"value\":\"GA\"},\"17\":{\"label\":\"Guam (GU)\",\"value\":\"GU\"},\"18\":{\"label\":\"Hawaii (HI)\",\"value\":\"HI\"},\"19\":{\"label\":\"Idaho (ID)\",\"value\":\"ID\"},\"20\":{\"label\":\"Illinois (IL)\",\"value\":\"IL\"},\"21\":{\"label\":\"Indiana (IN)\",\"value\":\"IN\"},\"22\":{\"label\":\"Iowa (IA)\",\"value\":\"IA\"},\"23\":{\"label\":\"Kansas (KS)\",\"value\":\"KS\"},\"24\":{\"label\":\"Kentucky (KY)\",\"value\":\"KY\"},\"25\":{\"label\":\"Louisiana (LA)\",\"value\":\"LA\"},\"26\":{\"label\":\"Maine (ME)\",\"value\":\"ME\"},\"27\":{\"label\":\"Maryland (MD)\",\"value\":\"MD\"},\"28\":{\"label\":\"Marshall Islands (MH)\",\"value\":\"MH\"},\"29\":{\"label\":\"Massachusetts (MA)\",\"value\":\"MA\"},\"30\":{\"label\":\"Michigan (MI)\",\"value\":\"MI\"},\"31\":{\"label\":\"Micronesia (FM)\",\"value\":\"FM\"},\"32\":{\"label\":\"Minnesota (MN)\",\"value\":\"MN\"},\"33\":{\"label\":\"Mississippi (MS)\",\"value\":\"MS\"},\"34\":{\"label\":\"Missouri (MO)\",\"value\":\"MO\"},\"35\":{\"label\":\"Montana (MT)\",\"value\":\"MT\"},\"36\":{\"label\":\"Nebraska (NE)\",\"value\":\"NE\"},\"37\":{\"label\":\"Nevada (NV)\",\"value\":\"NV\"},\"38\":{\"label\":\"New Hampshire (NH)\",\"value\":\"NH\"},\"39\":{\"label\":\"New Jersey (NJ)\",\"value\":\"NJ\"},\"40\":{\"label\":\"New Mexico (NM)\",\"value\":\"NM\"},\"41\":{\"label\":\"New York (NY)\",\"value\":\"NY\"},\"42\":{\"label\":\"North Carolina (NC)\",\"value\":\"NC\"},\"43\":{\"label\":\"North Dakota (ND)\",\"value\":\"ND\"},\"44\":{\"label\":\"Northern Marianas (MP)\",\"value\":\"MP\"},\"45\":{\"label\":\"Ohio (OH)\",\"value\":\"OH\"},\"46\":{\"label\":\"Oklahoma (OK)\",\"value\":\"OK\"},\"47\":{\"label\":\"Oregon (OR)\",\"value\":\"OR\"},\"48\":{\"label\":\"Palau (PW)\",\"value\":\"PW\"},\"49\":{\"label\":\"Pennsylvania (PA)\",\"value\":\"PA\"},\"50\":{\"label\":\"Puerto Rico (PR)\",\"value\":\"PR\"},\"51\":{\"label\":\"Rhode Island (RI)\",\"value\":\"RI\"},\"52\":{\"label\":\"South Carolina (SC)\",\"value\":\"SC\"},\"53\":{\"label\":\"South Dakota (SD)\",\"value\":\"SD\"},\"54\":{\"label\":\"Tennessee (TN)\",\"value\":\"TN\"},\"55\":{\"label\":\"Texas (TX)\",\"value\":\"TX\"},\"56\":{\"label\":\"Utah (UT)\",\"value\":\"UT\"},\"57\":{\"label\":\"Vermont (VT)\",\"value\":\"VT\"},\"58\":{\"label\":\"Virginia (VA)\",\"value\":\"VA\"},\"59\":{\"label\":\"Virgin Islands (VI)\",\"value\":\"VI\"},\"60\":{\"label\":\"Washington (WA)\",\"value\":\"WA\"},\"61\":{\"label\":\"West Virginia (WV)\",\"value\":\"WV\"},\"62\":{\"label\":\"Wisconsin (WI)\",\"value\":\"WI\"},\"63\":{\"label\":\"Wyoming (WY)\",\"value\":\"WY\"},\"64\":{\"label\":\"Other\",\"value\":\"Other\"}},\"description\":\"\",\"required\":\"1\",\"show_values\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"text\",\"label\":\"ZIP / Postal Code\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"11\":{\"id\":\"11\",\"type\":\"text\",\"label\":\"Country\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Address Form (International)\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Address Form (International) submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Address Form (International)','','publish','closed','closed','','address-form-international','','','2018-11-28 16:01:53','2018-11-28 16:01:53','',0,'http://quintelacrosseproject.altereddigital.com/?post_type=wpforms&p=9',0,'wpforms','',0),(10,1,'2018-11-28 16:01:53','2018-11-28 16:01:53','{\"id\":10,\"field_id\":14,\"fields\":{\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Street Address\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"text\",\"label\":\"Address Line 2\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"text\",\"label\":\"City / Town\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"State\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"Select...\",\"value\":\"\"},\"5\":{\"label\":\"Alabama (AL)\",\"value\":\"AL\"},\"6\":{\"label\":\"Alaska (AK)\",\"value\":\"AK\"},\"7\":{\"label\":\"American Samoa (AS)\",\"value\":\"AS\"},\"8\":{\"label\":\"Arizona (AZ)\",\"value\":\"AZ\"},\"9\":{\"label\":\"Arkansas (AR)\",\"value\":\"AR\"},\"10\":{\"label\":\"California (CA)\",\"value\":\"CA\"},\"11\":{\"label\":\"Colorado (CO)\",\"value\":\"CO\"},\"12\":{\"label\":\"Connecticut (CT)\",\"value\":\"CT\"},\"13\":{\"label\":\"Delaware (DE)\",\"value\":\"DE\"},\"14\":{\"label\":\"Dist. of Columbia (DC)\",\"value\":\"DC\"},\"15\":{\"label\":\"Florida (FL)\",\"value\":\"FL\"},\"16\":{\"label\":\"Georgia (GA)\",\"value\":\"GA\"},\"17\":{\"label\":\"Guam (GU)\",\"value\":\"GU\"},\"18\":{\"label\":\"Hawaii (HI)\",\"value\":\"HI\"},\"19\":{\"label\":\"Idaho (ID)\",\"value\":\"ID\"},\"20\":{\"label\":\"Illinois (IL)\",\"value\":\"IL\"},\"21\":{\"label\":\"Indiana (IN)\",\"value\":\"IN\"},\"22\":{\"label\":\"Iowa (IA)\",\"value\":\"IA\"},\"23\":{\"label\":\"Kansas (KS)\",\"value\":\"KS\"},\"24\":{\"label\":\"Kentucky (KY)\",\"value\":\"KY\"},\"25\":{\"label\":\"Louisiana (LA)\",\"value\":\"LA\"},\"26\":{\"label\":\"Maine (ME)\",\"value\":\"ME\"},\"27\":{\"label\":\"Maryland (MD)\",\"value\":\"MD\"},\"28\":{\"label\":\"Marshall Islands (MH)\",\"value\":\"MH\"},\"29\":{\"label\":\"Massachusetts (MA)\",\"value\":\"MA\"},\"30\":{\"label\":\"Michigan (MI)\",\"value\":\"MI\"},\"31\":{\"label\":\"Micronesia (FM)\",\"value\":\"FM\"},\"32\":{\"label\":\"Minnesota (MN)\",\"value\":\"MN\"},\"33\":{\"label\":\"Mississippi (MS)\",\"value\":\"MS\"},\"34\":{\"label\":\"Missouri (MO)\",\"value\":\"MO\"},\"35\":{\"label\":\"Montana (MT)\",\"value\":\"MT\"},\"36\":{\"label\":\"Nebraska (NE)\",\"value\":\"NE\"},\"37\":{\"label\":\"Nevada (NV)\",\"value\":\"NV\"},\"38\":{\"label\":\"New Hampshire (NH)\",\"value\":\"NH\"},\"39\":{\"label\":\"New Jersey (NJ)\",\"value\":\"NJ\"},\"40\":{\"label\":\"New Mexico (NM)\",\"value\":\"NM\"},\"41\":{\"label\":\"New York (NY)\",\"value\":\"NY\"},\"42\":{\"label\":\"North Carolina (NC)\",\"value\":\"NC\"},\"43\":{\"label\":\"North Dakota (ND)\",\"value\":\"ND\"},\"44\":{\"label\":\"Northern Marianas (MP)\",\"value\":\"MP\"},\"45\":{\"label\":\"Ohio (OH)\",\"value\":\"OH\"},\"46\":{\"label\":\"Oklahoma (OK)\",\"value\":\"OK\"},\"47\":{\"label\":\"Oregon (OR)\",\"value\":\"OR\"},\"48\":{\"label\":\"Palau (PW)\",\"value\":\"PW\"},\"49\":{\"label\":\"Pennsylvania (PA)\",\"value\":\"PA\"},\"50\":{\"label\":\"Puerto Rico (PR)\",\"value\":\"PR\"},\"51\":{\"label\":\"Rhode Island (RI)\",\"value\":\"RI\"},\"52\":{\"label\":\"South Carolina (SC)\",\"value\":\"SC\"},\"53\":{\"label\":\"South Dakota (SD)\",\"value\":\"SD\"},\"54\":{\"label\":\"Tennessee (TN)\",\"value\":\"TN\"},\"55\":{\"label\":\"Texas (TX)\",\"value\":\"TX\"},\"56\":{\"label\":\"Utah (UT)\",\"value\":\"UT\"},\"57\":{\"label\":\"Vermont (VT)\",\"value\":\"VT\"},\"58\":{\"label\":\"Virginia (VA)\",\"value\":\"VA\"},\"59\":{\"label\":\"Virgin Islands (VI)\",\"value\":\"VI\"},\"60\":{\"label\":\"Washington (WA)\",\"value\":\"WA\"},\"61\":{\"label\":\"West Virginia (WV)\",\"value\":\"WV\"},\"62\":{\"label\":\"Wisconsin (WI)\",\"value\":\"WI\"},\"63\":{\"label\":\"Wyoming (WY)\",\"value\":\"WY\"},\"64\":{\"label\":\"Other\",\"value\":\"Other\"}},\"description\":\"\",\"required\":\"1\",\"show_values\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"text\",\"label\":\"ZIP / Postal Code\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Address Form (US)\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Address Form (US) submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Address Form (US)','','publish','closed','closed','','address-form-us','','','2018-11-28 16:01:53','2018-11-28 16:01:53','',0,'http://quintelacrosseproject.altereddigital.com/?post_type=wpforms&p=10',0,'wpforms','',0),(11,1,'2018-11-28 16:01:53','2018-11-28 16:01:53','{\"id\":11,\"field_id\":5,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Subject\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"textarea\",\"label\":\"Body\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Email Form (Traditional)\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Email Form (Traditional) submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Email Form (Traditional)','','publish','closed','closed','','email-form-traditional','','','2018-11-28 16:01:53','2018-11-28 16:01:53','',0,'http://quintelacrosseproject.altereddigital.com/?post_type=wpforms&p=11',0,'wpforms','',0),(12,1,'2018-11-28 16:01:53','2018-11-28 16:01:53','{\"id\":12,\"field_id\":5,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"number\",\"label\":\"Group Size\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"textarea\",\"label\":\"Special Instructions\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Event Registration Form (Group Support)\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Register\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Event Registration Form (Group Support) submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Event Registration Form (Group Support)','','publish','closed','closed','','event-registration-form-group-support','','','2018-11-28 16:01:53','2018-11-28 16:01:53','',0,'http://quintelacrosseproject.altereddigital.com/?post_type=wpforms&p=12',0,'wpforms','',0),(13,1,'2018-11-28 16:01:53','2018-11-28 16:01:53','{\"id\":13,\"field_id\":4,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Special Instructions\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Event Registration Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Register\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Event Registration Form submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Event Registration Form','','publish','closed','closed','','event-registration-form','','','2018-11-28 16:01:53','2018-11-28 16:01:53','',0,'http://quintelacrosseproject.altereddigital.com/?post_type=wpforms&p=13',0,'wpforms','',0),(14,1,'2018-11-28 16:01:53','2018-11-28 16:01:53','{\"id\":14,\"field_id\":5,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"text\",\"label\":\"ZIP / Postal Code\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Phone\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Information Request Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Information Request Form submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Information Request Form','','publish','closed','closed','','information-request-form','','','2018-11-28 16:01:53','2018-11-28 16:01:53','',0,'http://quintelacrosseproject.altereddigital.com/?post_type=wpforms&p=14',0,'wpforms','',0),(15,1,'2018-11-28 16:01:53','2018-11-28 16:01:53','{\"id\":15,\"field_id\":17,\"fields\":{\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"14\":{\"id\":\"14\",\"type\":\"text\",\"label\":\"Company Name\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Street Address\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"text\",\"label\":\"Address Line 2\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"text\",\"label\":\"City / Town\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"State\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"Select...\",\"value\":\"\"},\"5\":{\"label\":\"Alabama (AL)\",\"value\":\"AL\"},\"6\":{\"label\":\"Alaska (AK)\",\"value\":\"AK\"},\"7\":{\"label\":\"American Samoa (AS)\",\"value\":\"AS\"},\"8\":{\"label\":\"Arizona (AZ)\",\"value\":\"AZ\"},\"9\":{\"label\":\"Arkansas (AR)\",\"value\":\"AR\"},\"10\":{\"label\":\"California (CA)\",\"value\":\"CA\"},\"11\":{\"label\":\"Colorado (CO)\",\"value\":\"CO\"},\"12\":{\"label\":\"Connecticut (CT)\",\"value\":\"CT\"},\"13\":{\"label\":\"Delaware (DE)\",\"value\":\"DE\"},\"14\":{\"label\":\"Dist. of Columbia (DC)\",\"value\":\"DC\"},\"15\":{\"label\":\"Florida (FL)\",\"value\":\"FL\"},\"16\":{\"label\":\"Georgia (GA)\",\"value\":\"GA\"},\"17\":{\"label\":\"Guam (GU)\",\"value\":\"GU\"},\"18\":{\"label\":\"Hawaii (HI)\",\"value\":\"HI\"},\"19\":{\"label\":\"Idaho (ID)\",\"value\":\"ID\"},\"20\":{\"label\":\"Illinois (IL)\",\"value\":\"IL\"},\"21\":{\"label\":\"Indiana (IN)\",\"value\":\"IN\"},\"22\":{\"label\":\"Iowa (IA)\",\"value\":\"IA\"},\"23\":{\"label\":\"Kansas (KS)\",\"value\":\"KS\"},\"24\":{\"label\":\"Kentucky (KY)\",\"value\":\"KY\"},\"25\":{\"label\":\"Louisiana (LA)\",\"value\":\"LA\"},\"26\":{\"label\":\"Maine (ME)\",\"value\":\"ME\"},\"27\":{\"label\":\"Maryland (MD)\",\"value\":\"MD\"},\"28\":{\"label\":\"Marshall Islands (MH)\",\"value\":\"MH\"},\"29\":{\"label\":\"Massachusetts (MA)\",\"value\":\"MA\"},\"30\":{\"label\":\"Michigan (MI)\",\"value\":\"MI\"},\"31\":{\"label\":\"Micronesia (FM)\",\"value\":\"FM\"},\"32\":{\"label\":\"Minnesota (MN)\",\"value\":\"MN\"},\"33\":{\"label\":\"Mississippi (MS)\",\"value\":\"MS\"},\"34\":{\"label\":\"Missouri (MO)\",\"value\":\"MO\"},\"35\":{\"label\":\"Montana (MT)\",\"value\":\"MT\"},\"36\":{\"label\":\"Nebraska (NE)\",\"value\":\"NE\"},\"37\":{\"label\":\"Nevada (NV)\",\"value\":\"NV\"},\"38\":{\"label\":\"New Hampshire (NH)\",\"value\":\"NH\"},\"39\":{\"label\":\"New Jersey (NJ)\",\"value\":\"NJ\"},\"40\":{\"label\":\"New Mexico (NM)\",\"value\":\"NM\"},\"41\":{\"label\":\"New York (NY)\",\"value\":\"NY\"},\"42\":{\"label\":\"North Carolina (NC)\",\"value\":\"NC\"},\"43\":{\"label\":\"North Dakota (ND)\",\"value\":\"ND\"},\"44\":{\"label\":\"Northern Marianas (MP)\",\"value\":\"MP\"},\"45\":{\"label\":\"Ohio (OH)\",\"value\":\"OH\"},\"46\":{\"label\":\"Oklahoma (OK)\",\"value\":\"OK\"},\"47\":{\"label\":\"Oregon (OR)\",\"value\":\"OR\"},\"48\":{\"label\":\"Palau (PW)\",\"value\":\"PW\"},\"49\":{\"label\":\"Pennsylvania (PA)\",\"value\":\"PA\"},\"50\":{\"label\":\"Puerto Rico (PR)\",\"value\":\"PR\"},\"51\":{\"label\":\"Rhode Island (RI)\",\"value\":\"RI\"},\"52\":{\"label\":\"South Carolina (SC)\",\"value\":\"SC\"},\"53\":{\"label\":\"South Dakota (SD)\",\"value\":\"SD\"},\"54\":{\"label\":\"Tennessee (TN)\",\"value\":\"TN\"},\"55\":{\"label\":\"Texas (TX)\",\"value\":\"TX\"},\"56\":{\"label\":\"Utah (UT)\",\"value\":\"UT\"},\"57\":{\"label\":\"Vermont (VT)\",\"value\":\"VT\"},\"58\":{\"label\":\"Virginia (VA)\",\"value\":\"VA\"},\"59\":{\"label\":\"Virgin Islands (VI)\",\"value\":\"VI\"},\"60\":{\"label\":\"Washington (WA)\",\"value\":\"WA\"},\"61\":{\"label\":\"West Virginia (WV)\",\"value\":\"WV\"},\"62\":{\"label\":\"Wisconsin (WI)\",\"value\":\"WI\"},\"63\":{\"label\":\"Wyoming (WY)\",\"value\":\"WY\"},\"64\":{\"label\":\"Other\",\"value\":\"Other\"}},\"description\":\"\",\"required\":\"1\",\"show_values\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"text\",\"label\":\"ZIP / Postal Code\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"15\":{\"id\":\"15\",\"type\":\"text\",\"label\":\"Country\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"16\":{\"id\":\"16\",\"type\":\"text\",\"label\":\"Phone\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Shipping Information Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Shipping Information Form submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Shipping Information Form','','publish','closed','closed','','shipping-information-form','','','2018-11-28 16:01:53','2018-11-28 16:01:53','',0,'http://quintelacrosseproject.altereddigital.com/?post_type=wpforms&p=15',0,'wpforms','',0),(16,1,'2018-11-28 16:01:53','2018-11-28 16:01:53','{\"id\":\"16\",\"field_id\":11,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Player Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"name\",\"label\":\"Parent or Guardian\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"name\",\"label\":\"Second Parent or Guardian\",\"format\":\"first-last\",\"description\":\"\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"select\",\"label\":\"Birth Year\",\"choices\":{\"1\":{\"label\":\"2006\",\"value\":\"\",\"image\":\"\"},\"2\":{\"label\":\"2007\",\"value\":\"\",\"image\":\"\"},\"3\":{\"label\":\"2008\",\"value\":\"\",\"image\":\"\"},\"4\":{\"label\":\"2009\",\"value\":\"\",\"image\":\"\"},\"5\":{\"label\":\"2010\",\"value\":\"\",\"image\":\"\"},\"6\":{\"label\":\"2011\",\"value\":\"\",\"image\":\"\"},\"7\":{\"label\":\"2012\",\"value\":\"\",\"image\":\"\"},\"8\":{\"label\":\"2013\",\"value\":\"\",\"image\":\"\"},\"9\":{\"label\":\"2014\",\"value\":\"\",\"image\":\"\"}},\"description\":\"Choose the birth year of the player\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"}},\"settings\":{\"form_title\":\"Quinte Lacrosse School\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Sign Up\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Sign Up Form submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"

Thank you for registering for Quinte Lacrosse School featuring professional lacrosse players Shawn and Turner Evans!<\\/span><\\/span><\\/span><\\/p>\",\"message_scroll\":\"1\",\"page\":\"1094\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"blank\",\"entry_columns\":[1,7,9,2]}}','Quinte Lacrosse School','','publish','closed','closed','','sign-up-form','','','2020-01-04 02:44:15','2020-01-04 02:44:15','',0,'http://quintelacrosseproject.altereddigital.com/?post_type=wpforms&p=16',0,'wpforms','',0),(17,1,'2018-11-28 16:01:53','2018-11-28 16:01:53','{\"id\":17,\"field_id\":9,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"radio\",\"label\":\"On a scale of 1 to 5, how would you rate your experience with our product / service?\",\"choices\":{\"1\":{\"label\":\"1 (poor)\",\"value\":\"1\"},\"2\":{\"label\":\"2 (mediocre)\",\"value\":\"2\"},\"3\":{\"label\":\"3 (average)\",\"value\":\"3\"},\"4\":{\"label\":\"4 (fair)\",\"value\":\"4\"},\"5\":{\"label\":\"5 (excellent)\",\"value\":\"5\"}},\"description\":\"\",\"show_values\":\"1\",\"input_columns\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"radio\",\"label\":\"How likely are you to recommend our product / service to people you know?\",\"choices\":{\"1\":{\"label\":\"Likely\",\"value\":\"Likely\"},\"2\":{\"label\":\"Somewhat Likely\",\"value\":\"Somewhat Likely\"},\"3\":{\"label\":\"Somewhat Unlikely\",\"value\":\"Somewhat Unlikely\"},\"4\":{\"label\":\"Unlikely\",\"value\":\"Unlikely\"}},\"description\":\"\",\"show_values\":\"1\",\"input_columns\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"radio\",\"label\":\"Would you use our product / service in the future?\",\"choices\":{\"1\":{\"label\":\"Yes\",\"value\":\"Yes\"},\"2\":{\"label\":\"No\",\"value\":\"No\"}},\"description\":\"\",\"show_values\":\"1\",\"input_columns\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"select\",\"label\":\"How long have you used our product / service?\",\"choices\":{\"1\":{\"label\":\"Select...\",\"value\":\"\"},\"6\":{\"label\":\"Less than a month\",\"value\":\"Less than a month\"},\"2\":{\"label\":\"1 Month - 11 Months\",\"value\":\"1 Month - 11 Months\"},\"3\":{\"label\":\"1 Year - 2 Years\",\"value\":\"1 Year - 2 Years\"},\"5\":{\"label\":\"3 Years - 5 Years\",\"value\":\"3 Years - 5 Years\"},\"4\":{\"label\":\"Over 5 Years\",\"value\":\"Over 5 Years\"}},\"description\":\"\",\"show_values\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"textarea\",\"label\":\"Please tell us what you liked or disliked about our product / service\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"textarea\",\"label\":\"Additional Comments\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Customer Feedback Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Customer Feedback Form submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Customer Feedback Form','','publish','closed','closed','','customer-feedback-form','','','2018-11-28 16:01:53','2018-11-28 16:01:53','',0,'http://quintelacrosseproject.altereddigital.com/?post_type=wpforms&p=17',0,'wpforms','',0),(18,1,'2018-11-28 12:01:53','2018-11-28 16:01:53','

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

 

\r\n

[post_grid id=\"379\"]

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

[smartslider3 slider=4]

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

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

Tweets by QuinteLacrosse  

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

OUR SPONSORS

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

\"\"

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

\"\"

\r\n

   

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','publish','closed','closed','','home','','','2022-07-27 13:23:39','2022-07-27 17:23:39','',0,'http://quintelacrosseproject.altereddigital.com/home/',0,'page','',0),(5856,2,'2022-07-27 13:23:39','2022-07-27 17:23:39','
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n

 

\r\n

[post_grid id=\"379\"]

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

[smartslider3 slider=4]

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

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

Tweets by QuinteLacrosse  

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

OUR SPONSORS

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

\"\"

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

\"\"

\r\n

   

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2022-07-27 13:23:39','2022-07-27 17:23:39','',18,'https://quintelacrosse.com/?p=5856',0,'revision','',0),(5271,2,'2020-07-13 12:06:01','2020-07-13 12:06:01','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

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

 

\r\n[post_grid id=\"379\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[smartslider3 slider=4]\r\n\r\n
\r\n
\r\n
\r\n

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

Tweets by QuinteLacrosse  

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

OUR SPONSORS

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

\"\"

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

\"\"

\r\n

       

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2020-07-13 12:06:01','2020-07-13 12:06:01','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4891,2,'2019-10-02 17:22:29','2019-10-02 17:22:29','
\r\n
\r\n
\r\n

 

\r\n \r\n\r\n \r\n\r\n[smartslider3 slider=4]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

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

 

\r\n[post_grid id=\"379\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

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

\"\"

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

\"\"

\r\n

       

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-10-02 17:22:29','2019-10-02 17:22:29','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4888,2,'2019-10-02 13:47:27','2019-10-02 13:47:27','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[smartslider3 slider=4]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

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

 

\r\n[post_grid id=\"379\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

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

\"\"

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

\"\"

\r\n

       

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-10-02 13:47:27','2019-10-02 13:47:27','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4343,2,'2019-02-07 14:37:03','2019-02-07 14:37:03','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

QUINTE BAYHAWKS LACROSSE

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

\"\"

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

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

OUR SPONSORS

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

\"\"

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

 

\r\n

\"\"

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-02-07 14:37:03','2019-02-07 14:37:03','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4127,2,'2019-01-04 21:24:38','2019-01-04 21:24:38','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Welcome

\r\n

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

OUR SPONSORS

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-01-04 21:24:38','2019-01-04 21:24:38','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4121,2,'2019-01-04 20:52:09','2019-01-04 20:52:09','
\r\n
\r\n
\r\n
\r\n
\r\n

Welcome

\r\n

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

THE TEAM

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

Our Dedicated Team

\r\n

It takes a dedicated and committed group volunteers to run a fun and successful minor sports organization.  We need your help providing an exciting and memorable experience for our children.

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • President
  • \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Treasurer
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • VP / Registrar
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-01-04 20:52:09','2019-01-04 20:52:09','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(2354,2,'2018-12-08 17:16:03','2018-12-08 17:16:03','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
Welcome to Quinte Minor Lacrosse\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR Vision

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Our CODE

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Mission StaTMENT

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\r\n

 

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

THE TEAM

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

Our Dedicated Team

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Maggie Lewis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Linda Bass
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Matt Davis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Alicia Moore
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Andy Miller
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Janet Clark
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

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

\"\"

\r\n

REEBOK

\r\n

     

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

\"\"

\r\n

STX

\r\n

     

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

\"\"

\r\n

WARRIOR

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2018-12-08 17:16:03','2018-12-08 17:16:03','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(269,1,'2018-11-28 19:40:50','2018-11-28 19:40:50','
\r\n
\r\n
\r\n
\r\n
\r\n

Welcome

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR Vision

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Our CODE

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Mission StaTMENT

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\r\n

 

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

LATEST NEWS

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

WILL CONTAIN BLOCKS WITH LATEST NEWS POSTS

\r\n
\r\n

 

\r\n

READ MORE

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

THE TEAM

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

Our Dedicated Team

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n

MORE ABOUT US

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Maggie Lewis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Linda Bass
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Matt Davis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Alicia Moore
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Andy Miller
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Janet Clark
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2018-11-28 19:40:50','2018-11-28 19:40:50','',18,'http://quintelacrosseproject.altereddigital.com/18-revision-v1/',0,'revision','',0),(209,1,'2018-11-28 19:21:34','2018-11-28 19:21:34','
\r\n
\r\n
\r\n
\r\n
\r\n

Welcome

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR Vision

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Our CODE

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Mission StaTMENT

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\r\n

 

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

LATEST NEWS

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

Personalized Training

\r\n
\r\n

 

\r\n

READ MORE

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

THE TEAM

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

Our Dedicated Team

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n

MORE ABOUT US

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

\"photo-1419312520378-cbd583837112\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Maggie Lewis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"photo-1414202251636-d05ac44c0182\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Linda Bass
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"Member

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Matt Davis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"Member

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Alicia Moore
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"Member

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Andy Miller
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"Member

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Janet Clark
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2018-11-28 19:21:34','2018-11-28 19:21:34','',18,'http://quintelacrosseproject.altereddigital.com/18-revision-v1/',0,'revision','',0),(197,1,'2018-11-28 19:20:04','2018-11-28 19:20:04','
\r\n
\r\n
\r\n
\r\n
\r\n

Welcome

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Vision

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Innovation

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Mission StaTMENT

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\r\n

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
\r\n
\r\n
\r\n

LATEST NEWS

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

Personalized Training

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

Everyone needs a helping hand at times. With one of our personalized trainers by your side, you can achieve your health, beauty, and fitness goals. We will help you focus on areas of weakness, while still enhancing your core strengths.

\r\n

READ MORE

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

THE TEAM

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

Our Dedicated Team

\r\n

From continuing education classes, to learning the art of personalized training tactics, our entire staff is ready to help you meet and exceed your fitness goals. It is our firm belief that fitness goals can be used to help people achieve a healthier, more balanced life. Whether you simply want to tone a few key muscle groups, or want a full-body transformation, our entire team will help you meet your goals so that you can feel like the most beautiful version of yourself.

\r\n

MORE ABOUT US

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

\"photo-1419312520378-cbd583837112\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Maggie Lewis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"photo-1414202251636-d05ac44c0182\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Linda Bass
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"Member

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Matt Davis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"Member

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Alicia Moore
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"Member

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Andy Miller
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"Member

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Janet Clark
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2018-11-28 19:20:04','2018-11-28 19:20:04','',18,'http://quintelacrosseproject.altereddigital.com/18-revision-v1/',0,'revision','',0),(19,1,'2018-11-28 16:01:53','2018-11-28 16:01:53',' ','','','publish','closed','closed','','19','','','2019-04-09 03:11:16','2019-04-09 03:11:16','',0,'http://quintelacrosseproject.altereddigital.com/19/',1,'nav_menu_item','',0),(22,1,'2018-11-28 16:01:53','2018-11-28 16:01:53','
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

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

Our Office is located at the intersection of Grid Blvd. and Bold Way. If you have trouble finding us, please contact us for more information and hours.

\r\n\r\n

Email

\r\n

quintelacrosse@gmail.com

\r\n\r\n

Phone

\r\n

613-242-0462

\r\n\r\n

Address

\r\n

Belleville, ON

\r\n

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

Get in Touch

\r\n

We are here to answer any questions you may have.  Reach out to us and we\'ll respond as soon as we can.

\r\n\r\n
\r\n\r\n[wpforms id=\"11\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Contact Us','','draft','closed','closed','','contact-us','','','2020-09-06 14:24:12','2020-09-06 14:24:12','',0,'http://quintelacrosseproject.altereddigital.com/contact-us/',0,'page','',0),(1116,1,'2022-03-01 09:32:58','2018-11-29 18:27:39',' ','','','publish','closed','closed','','1116','','','2022-03-01 09:32:58','2022-03-01 14:32:58','',0,'http://quintelacrosseproject.altereddigital.com/1116/',21,'nav_menu_item','',0),(2849,2,'2022-05-02 08:44:57','2018-12-08 19:25:25','','Entry Level Coaching Manual','','publish','closed','closed','','entry-level-coaching-manual','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'http://quintelacrosse.com/entry-level-coaching-manual/',32,'nav_menu_item','',0),(4206,2,'2019-01-12 15:30:11','2019-01-12 15:30:11','
\r\n
\r\n
\r\n
\r\n

 

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

How to Register

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

Please read and follow the instructions below to register for 2019.

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

If you have any problems, please contact quintelacrosse@gmail.com.

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

=================================================

\r\n\r\n

New Players to Quinte Minor Lacrosse

\r\n

 

\r\n

To register, you will need to create a Sportzsoft account and upload Proof of Age document(s) for your child(ren).

\r\n

***Note: For FREE Try Lacrosse clinics only, no payment or proof of age documents are required

\r\n

To create a SportzSoft account:

\r\n

1. Click the online registration link:  REGISTER HERE 

\r\n

2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password

\r\n

3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n** NOTE: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

4. To register a player, click the orange “New Registration” button, select the child’s name from the Participant list, and then click “Next”.

\r\n

5. The drop-down menu will show all open registrations that child is eligible to play.  Please select  the program you want and complete the registration for that product. 

\r\n

*** For FREE Try Lacrosse clinics, select \"Try Lacrosse\" from the drop-down menu.  Registration only needs to be completed once for all clinics.

\r\n

6. Read and agree to the OLA Waivers

\r\n

7. Complete the Questionnaire

\r\n

8. Upload a valid Proof of Age document (pdf, jpg files only)

\r\n

9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.

\r\n

** NOTE: Registration is NOT complete until a valid Proof of Age document is uploaded AND payment is received for each child (league registration only).

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2019-01-12 15:30:11','2019-01-12 15:30:11','',4168,'http://quintelacrosse.com/4168-revision-v1/',0,'revision','',0),(44,1,'2018-11-28 16:01:58','2018-11-28 16:01:58','\n
\n
\n
\n

\"boxing-546143_1280\"

\n\n

Boxing

\n
\n
\n\n
\n
\n M/W/F - 7:30 PM\n
\n
\n\n
\n
\n 22 Students\n
\n
\n\n
\n
\n Studio 6\n
\n
\n

MORE INFO

\n\n
\n
\n
\n\n$16/Session\n\n
\n
\n
\n
\n
\n
\n
\n

\"woman-595599_1280\"

\n\n

Core Training

\n
\n
\n\n
\n
\n M/W/F - 7:30 PM\n
\n
\n\n
\n
\n 22 Students\n
\n
\n\n
\n
\n Studio 6\n
\n
\n

MORE INFO

\n\n
\n
\n
\n\n$16/Session\n\n
\n
\n
\n
\n
\n
\n
\n

\"6814589739_c80b5eb6f9_o\"

\n\n

Cardio Training

\n
\n
\n\n
\n
\n M/W/F - 7:30 PM\n
\n
\n\n
\n
\n 22 Students\n
\n
\n\n
\n
\n Studio 6\n
\n
\n

MORE INFO

\n\n
\n
\n
\n\n$16/Session\n\n
\n
\n
\n
\n
\n
\n
\n

\"14057256977_1250446943_o\"

\n\n

Gymnastics

\n
\n
\n\n
\n
\n M/W/F - 7:30 PM\n
\n
\n\n
\n
\n 22 Students\n
\n
\n\n
\n
\n Studio 6\n
\n
\n

MORE INFO

\n\n
\n
\n
\n\n$16/Session\n\n
\n
\n
\n
\n
\n
\n
\n\n
\n
\n
\n
\n
 
\n

Personalized Training

\n
\n
\n\n
\n
\nEveryone needs a helping hand at times. With one of our personalized trainers by your side, you can achieve your health, beauty, and fitness goals. We will help you focus on areas of weakness, while still enhancing your core strengths.\n

READ MORE

\n\n
\n
\n
\n
\n
 
\n

Group Dance Classes

\n
\n
\n\n
\n
\nWhoever said dance wasn\'t a workout, has never taken one of our aerobic dance classes. We will get you sweating to a beat, burning calories, and having fun while you workout.\n

READ MORE

\n\n
\n
\n
\n
\n
 
\n

Full-Service Fitness Center

\n
\n
\n\n
\n
\nFor anyone who simply wants to workout on top of the line fitness equipment, our full-service fitness center is for you. Free weights, ellipticals, bikes, treadmills, and a multitude of other workout equipment are waiting for you.\n

READ MORE

\n\n
\n
\n
\n
\n
\n

THE TEAM

\n\n
\n
\n
\n
\n

We Are Dedicated to Everything Fitness

\nFrom continuing education classes, to learning the art of personalized training tactics, our entire staff is ready to help you meet and exceed your fitness goals. It is our firm belief that fitness goals can be used to help people achieve a healthier, more balanced life. Whether you simply want to tone a few key muscle groups, or want a full-body transformation, our entire team will help you meet your goals so that you can feel like the most beautiful version of yourself.\n

MORE ABOUT US

\n\n
\n
\n
\n
\n
\n
\n

\"photo-1419312520378-cbd583837112\"

\n\n
\n
\n
\n
\n
  • Maggie Lewis
  • \n
  • (777) 765-4321
  • \n
\n
\n
\n
\n
\n
\n

\"photo-1414202251636-d05ac44c0182\"

\n\n
\n
\n
\n
\n
  • Linda Bass
  • \n
  • (777) 765-4321
  • \n
\n
\n
\n
\n
\n
\n

\"Member

\n\n
\n
\n
\n
\n
  • Matt Davis
  • \n
  • (777) 765-4321
  • \n
\n
\n
\n
\n
\n\n
\n
\n
\n
\n
\n

\"Member

\n\n
\n
\n
\n
\n
  • Alicia Moore
  • \n
  • (777) 765-4321
  • \n
\n
\n
\n
\n
\n
\n

\"Member

\n\n
\n
\n
\n
\n
  • Andy Miller
  • \n
  • (777) 765-4321
  • \n
\n
\n
\n
\n
\n
\n

\"Member

\n\n
\n
\n
\n
\n
  • Janet Clark
  • \n
  • (777) 765-4321
  • \n
\n
\n
\n
\n
\n
\n','Home','','inherit','closed','closed','','18-revision-v1','','','2018-11-28 16:01:58','2018-11-28 16:01:58','',18,'http://quintelacrosseproject.altereddigital.com/18-revision-v1/',0,'revision','',0),(46,1,'2018-11-28 16:01:58','2018-11-28 16:01:58','\n
\n
\n
\n
\n
\n

\"\"

\n\n
\nOur Office is located at the intersection of Grid Blvd. and Bold Way. If you have trouble finding us, please contact us for more information and hours.\n\n

Email

\n

admin@quintelacrosseproject.altereddigital.com

\n\n

Phone

\n

777-765-4321

\n\n

Address

\n

1234 Your St, City, STATE, 12345

\n

\n\n
\n
\n

Get in Touch

\nWe are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.\n\n[wpforms id=\"11\"]\n\n
\n
\n
\n
\n','Contact Us','','inherit','closed','closed','','22-revision-v1','','','2018-11-28 16:01:58','2018-11-28 16:01:58','',22,'http://quintelacrosseproject.altereddigital.com/22-revision-v1/',0,'revision','',0),(52,1,'2018-11-28 16:05:02','2018-11-28 16:05:02','','Quinte Bayhawks Lacrosse Logo (colour)','','inherit','open','closed','','quinte-bayhawks-lacrosse-logo-colour','','','2019-01-30 02:12:54','2019-01-30 02:12:54','',0,'http://quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour.png',0,'attachment','image/png',0),(53,1,'2018-11-28 16:05:23','2018-11-28 16:05:23','http://quintelacrosse.com/wp-content/uploads/2018/11/cropped-Quinte-Bayhawks-Lacrosse-Logo-colour.png','cropped-Quinte-Bayhawks-Lacrosse-Logo-colour.png','','inherit','open','closed','','cropped-quinte-bayhawks-lacrosse-logo-colour-png','','','2018-11-28 16:05:23','2018-11-28 16:05:23','',0,'http://quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/cropped-Quinte-Bayhawks-Lacrosse-Logo-colour.png',0,'attachment','image/png',0),(55,1,'2018-11-28 16:06:27','2018-11-28 16:06:27','http://quintelacrosse.com/wp-content/uploads/2018/11/cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-1.png','cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-1.png','','inherit','open','closed','','cropped-quinte-bayhawks-lacrosse-logo-colour-1-png','','','2018-11-28 16:06:27','2018-11-28 16:06:27','',0,'http://quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-1.png',0,'attachment','image/png',0),(78,1,'2018-11-28 17:51:30','2018-11-28 17:51:30','http://quintelacrosse.com/wp-content/uploads/2018/11/cropped-New-Arrivals_00.jpg','cropped-New-Arrivals_00.jpg','','inherit','open','closed','','cropped-new-arrivals_00-jpg','','','2018-11-28 17:51:30','2018-11-28 17:51:30','',0,'http://quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/cropped-New-Arrivals_00.jpg',0,'attachment','image/jpeg',0),(80,1,'2018-11-28 17:54:41','2018-11-28 17:54:41','http://quintelacrosse.com/wp-content/uploads/2018/11/cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-2.png','cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-2.png','','inherit','open','closed','','cropped-quinte-bayhawks-lacrosse-logo-colour-2-png','','','2018-11-28 17:54:41','2018-11-28 17:54:41','',0,'http://quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/cropped-Quinte-Bayhawks-Lacrosse-Logo-colour-2.png',0,'attachment','image/png',0),(82,1,'2018-11-28 17:55:45','2018-11-28 17:55:45','http://quintelacrosse.com/wp-content/uploads/2018/11/cropped-495635-3445a2e6-martinkay78161100017.jpg','cropped-495635-3445a2e6-martinkay78161100017.jpg','','inherit','open','closed','','cropped-495635-3445a2e6-martinkay78161100017-jpg','','','2018-11-28 17:55:45','2018-11-28 17:55:45','',0,'http://quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/cropped-495635-3445a2e6-martinkay78161100017.jpg',0,'attachment','image/jpeg',0),(84,1,'2018-11-28 18:42:34','2018-11-28 18:42:34','http://quintelacrosse.com/wp-content/uploads/2018/11/cropped-Capture.png','cropped-Capture.png','','inherit','open','closed','','cropped-capture-png','','','2018-11-28 18:42:34','2018-11-28 18:42:34','',0,'http://quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/cropped-Capture.png',0,'attachment','image/png',0),(91,1,'2018-11-28 18:51:56','2018-11-28 18:51:56','http://quintelacrosse.com/wp-content/uploads/2018/11/cropped-New-Arrivals_01.jpg','cropped-New-Arrivals_01.jpg','','inherit','open','closed','','cropped-new-arrivals_01-jpg','','','2018-11-28 18:51:56','2018-11-28 18:51:56','',0,'http://quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/cropped-New-Arrivals_01.jpg',0,'attachment','image/jpeg',0),(93,1,'2022-07-04 19:48:42','0000-00-00 00:00:00','','Block Preview Page','','draft','closed','closed','','','','','2022-07-04 19:48:42','2022-07-04 23:48:42','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=93',0,'post','',0),(98,1,'2018-11-28 18:58:06','2018-11-28 18:58:06','http://quintelacrosse.com/wp-content/uploads/2018/11/cropped-Capture-e1543431427894.png','cropped-Capture-e1543431427894.png','','inherit','open','closed','','cropped-capture-e1543431427894-png','','','2018-11-28 18:58:06','2018-11-28 18:58:06','',0,'http://quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/cropped-Capture-e1543431427894.png',0,'attachment','image/png',0),(119,1,'2018-11-28 19:08:49','2018-11-28 19:08:49','','News','','publish','closed','closed','','news','','','2018-11-28 19:08:49','2018-11-28 19:08:49','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=119',0,'page','',0),(4168,2,'2019-01-07 19:41:00','2019-01-07 23:41:00','
\n
\n
\n
\n

 

\n\n
\n
\n
\n
\n
\n
\n
\n
\n

How to Register

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n

Please read and follow the instructions below to register for 2022.  Registration opens March 1st.

\n\n
\n
\n

If you have any problems, please contact quintelacrosse@gmail.com.

\n\n
\n
\n

=================================================

\n

Click here to see the Days of Play

\n

Click here to see the 2022 Registration Fees

\n\n

Returning Players

\n

If you ALREADY HAVE a SportzSoft login:

\n

Here is the online registration link:  REGISTER HERE 

\n

Please login and register for the program(s) your child(ren) is intending to play this season.  Your Proof of Age document(s) should already be in the system.

\n

NOTES:

\n

1. All players interested in the competitive (rep) lacrosse program should select the house league option when registering.  Upon successfully making a competitive team your registration will be flipped to the rep program.

\n

2. Please make sure to complete online payment of the 2022 fees for each child registered. \nREGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.

\n

3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\n

 

\n\n

New Players to Quinte Minor Lacrosse (including TRY LACROSSE)

\n

If you are NEW to QMLA and DO NOT HAVE a SportzSoft account you will need to create one and upload Proof of Age document(s). 

\n

To create a SportzSoft account:

\n

1. Click the online registration link: REGISTER HERE

\n

2. Click “New Member? Create Account\" button, then create an account with your email address and a password

\n

3. Please select “Profiles” and then fully complete your profiles for each family member participating, including parent volunteers.\n** NOTE: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile (i.e. secondary email address).

\n

4. To register a player or volunteer, click the “New Registration” button, then select the division you would like to register the player in based on age. Click \'Next\'.

\n

5. Select the player that is eligible for that division you have selected.  The \"Select\" button will be active for those eligible participants, and inactive for ineligible participants.

\n

For players registering for TRY LACROSSE, select the TRY LACROSSE (FREE) product.

\n

6. Read and agree to the OLA Waivers

\n

7. Complete the Questionnaire (if applicable)

\n

8. Upload a valid Proof of Age document (pdf, jpg files only).  Acceptable proof of age is a birth certificate, health card or passport. (Not required for Try Lacrosse).

\n

NOTE: Registration is NOT complete until a valid proof of age document is uploaded AND payment (if applicable) is received for each child.

\n\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n\n
\n
\n
\n
','How To Register','','publish','closed','closed','','howtoregister','','','2022-03-18 17:41:48','2022-03-18 21:41:48','',0,'http://quintelacrosse.com/?page_id=4168',0,'page','',0),(5545,2,'2022-02-26 17:25:12','2022-02-26 22:25:12','
\r\n
\r\n
\r\n
\r\n

 

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

How to Register

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

 

\r\n

Please read and follow the instructions below to register for 2022.

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

If you have any problems, please contact quintelacrosse@gmail.com.

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

=================================================

\r\n

Click here to see the Days of Play

\r\n

Click here to see the 2022 Registration Fees

\r\n\r\n

Returning Players

\r\n

If you ALREADY HAVE a SportzSoft login:

\r\n

Here is the online registration link:  REGISTER HERE 

\r\n

Please login and register for the program(s) your child(ren) is intending to play this season.  Your Proof of Age document(s) should already be in the system.

\r\n

NOTES:

\r\n

1. All players interested in the competitive (rep) lacrosse program should select the house league option when registering.  Upon successfully making a competitive team your registration will be flipped to the rep program.

\r\n

2. Please make sure to complete online payment of the 2022 fees for each child registered. \r\nREGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.

\r\n

3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

 

\r\n\r\n

New Players to Quinte Minor Lacrosse

\r\n

If you are NEW to QMLA and DO NOT HAVE a SportzSoft account you will need to create one and upload Proof of Age document(s). 

\r\n

To create a SportzSoft account:

\r\n

1. Click the online registration link: REGISTER HERE

\r\n

2. Click “New Member? Create Account\" button, then create an account with your email address and a password

\r\n

3. Please select “Profiles” and then fully complete your profiles for each family member participating, including parent volunteers.\r\n** NOTE: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile (i.e. secondary email address).

\r\n

4. To register a player, click the “New Registration” button, then select the division you would like to register the player in based on age. Click \'Next\'.

\r\n

5. Select the player that is eligible for that division you have selected.  The \"Select\" button will be active for those eligible participants, and inactive for ineligible participants.

\r\n

6. Read and agree to the OLA Waivers

\r\n

7. Complete the Questionnaire (if applicable)

\r\n

8. Upload a valid Proof of Age document (pdf, jpg files only).  Acceptable proof of age is a birth certificate, health card or passport.

\r\n

NOTE: Registration is NOT complete until a valid proof of age document is uploaded AND payment is received for each child.

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2022-02-26 17:25:12','2022-02-26 22:25:12','',4168,'https://quintelacrosse.com/?p=5545',0,'revision','',0),(5451,2,'2021-06-17 14:33:36','2021-06-17 14:33:36','
\n
\n
\n
\n

 

\n\n
\n
\n
\n
\n
\n
\n
\n
\n

How to Register

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n

Please read and follow the instructions below to register for 2021.

\n\n
\n
\n

If you have any problems, please contact quintelacrosse@gmail.com.

\n\n
\n
\n

=================================================

\n

Click here to see the Days of Play

\n

Click here to see the 2021 Registration Fees

\n\n

Returning Players

\n

If you ALREADY HAVE a SportzSoft login:

\n

Here is the online registration link:  REGISTER HERE 

\n

Please login and register for the program(s) your child(ren) is intending to play this season.  Your Proof of Age document(s) should already be in the system.

\n

NOTES:

\n

1. All players interested in the competitive (rep) lacrosse program should select the house league option when registering.  Upon successfully making a competitive team your registration will be flipped to the rep program.

\n

2. Please make sure to complete online payment of the 2021 fees for each child registered. \nREGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.

\n

3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\n

 

\n\n

New Players to Quinte Minor Lacrosse

\n

If you are NEW to QMLA and DO NOT HAVE a SportzSoft account you will need to create one and upload Proof of Age document(s). 

\n

To create a SportzSoft account:

\n

1. Click the online registration link: REGISTER HERE

\n

2. Click “New Member? Create Account\" button, then create an account with your email address and a password

\n

3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\n** NOTE: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\n

4. To register a player, click the “New Registration” button, select the child’s name from the Participant list, and then click “Next”.

\n

5. The drop-down menu will show all open registrations that child is eligible to play.  Please select the program you want and complete the registration for that product. 

\n

6. Read and agree to the OLA Waivers

\n

7. Complete the Questionnaire (if applicable)

\n

8. Upload a valid Proof of Age document (pdf, jpg files only).  Acceptable proof of age is a birth certificate, health card or passport.

\n

9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.

\n

NOTE: Registration is NOT complete until a valid proof of age document is uploaded AND payment is received for each child.

\n\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n\n
\n
\n
\n
','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2021-06-17 14:33:36','2021-06-17 14:33:36','',4168,'https://quintelacrosse.com/?p=5451',0,'revision','',0),(122,1,'2018-11-28 19:08:49','2018-11-28 19:08:49','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

For instructions on how to register, click here\r\nWe recommend using desktop or laptop computers for registration.  Registrations done on mobile devices may encounter difficulties. 

\r\n

Please note that the registration system is not set up for the outdoor recreational league at this time.  Please send payment via etransfer to confirm registration.  More details will be provided once payment has been completed.  If you have any questions, please send us an email quintelacrosse@gmail.com.  Thanks!

\r\n

To access your Sportzsoft account or register for U17 Fall Field Lacrosse, click here

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Portal','','publish','closed','closed','','registration','','','2022-09-01 11:16:02','2022-09-01 15:16:02','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=122',0,'page','',0),(5359,2,'2021-03-22 19:00:41','2021-03-22 19:00:41','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

For instructions on how to register, click here\r\nWe recommend using desktop or laptop computers for registration.  Registrations done on mobile devices may encounter difficulties. 

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2021-03-22 19:00:41','2021-03-22 19:00:41','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(5274,2,'2020-07-31 23:47:00','2020-07-31 23:47:00','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

For instructions on how to register, click here\r\nWe recommend using desktop or laptop computers for registration.  Registrations done on mobile devices may encounter difficulties. 

\r\n

IMPORTANT INSTRUCTIONS FOR RETURN-TO-ACTIVITY REGISTRATION\r\n\r\nTHERE ARE TWO REGISTRATION PRODUCTS TO CHOOSE FROM:\r\n\r\n1.  RTA - REFUNDED/CANCELLED\r\nChoose this option if you were registered for the 2020 season and received a refund OR chose to carry over your registration fee to 2021.  \r\n\r\n2.  RTA - NEW MEMBER\r\nChoose this option if you did not previously register for the 2020 season.  You are either a new member or were registered in 2019.\r\n\r\n

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2020-07-31 23:47:00','2020-07-31 23:47:00','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(123,1,'2018-11-28 19:08:49','2018-11-28 19:08:49','','House League','','publish','closed','closed','','programs','','','2018-11-29 18:28:07','2018-11-29 18:28:07','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=123',0,'page','',0),(124,1,'2018-11-28 19:08:49','2018-11-28 19:08:49','','News','','inherit','closed','closed','','119-revision-v1','','','2018-11-28 19:08:49','2018-11-28 19:08:49','',119,'http://quintelacrosseproject.altereddigital.com/119-revision-v1/',0,'revision','',0),(126,1,'2018-11-28 19:08:49','2018-11-28 19:08:49','','Registration','','inherit','closed','closed','','122-revision-v1','','','2018-11-28 19:08:49','2018-11-28 19:08:49','',122,'http://quintelacrosseproject.altereddigital.com/122-revision-v1/',0,'revision','',0),(127,1,'2018-11-28 19:08:49','2018-11-28 19:08:49','','Programs','','inherit','closed','closed','','123-revision-v1','','','2018-11-28 19:08:49','2018-11-28 19:08:49','',123,'http://quintelacrosseproject.altereddigital.com/123-revision-v1/',0,'revision','',0),(128,1,'2018-11-28 19:08:49','2018-11-28 19:08:49',' ','','','publish','closed','closed','','128','','','2020-01-06 03:40:12','2020-01-06 03:40:12','',0,'http://quintelacrosseproject.altereddigital.com/128/',5,'nav_menu_item','',0),(1409,1,'2022-03-01 09:32:58','2018-11-29 19:04:16','','Recreational','','publish','closed','closed','','house-league','','','2022-03-01 09:32:58','2022-03-01 14:32:58','',0,'http://quintelacrosseproject.altereddigital.com/house-league/',20,'nav_menu_item','',0),(169,1,'2018-11-28 19:09:43','2018-11-28 19:09:43','','Block Preview Page','','inherit','closed','closed','','93-revision-v1','','','2018-11-28 19:09:43','2018-11-28 19:09:43','',93,'http://quintelacrosseproject.altereddigital.com/93-revision-v1/',0,'revision','',0),(191,1,'2018-12-13 17:12:15','2018-12-13 17:12:15','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Welcome

\r\n

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

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

OUR Vision

\r\n

To foster a love of the game of lacrosse while building positive memories and friendships that will last a lifetime.

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

Our CODE

\r\n

 

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

Mission StaTMENT

\r\n

 

\r\n

 

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

THE TEAM

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

Our Dedicated Team

\r\n

It takes a dedicated and committed group volunteers to run a fun and successful minor sports organization.  We need your help providing an exciting and memorable experience for our children.

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • President
  • \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Treasurer
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • VP / Registrar
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-autosave-v1','','','2018-12-13 17:12:15','2018-12-13 17:12:15','',18,'http://quintelacrosseproject.altereddigital.com/18-autosave-v1/',0,'revision','',0),(4017,1,'2018-12-13 17:12:36','2018-12-13 17:12:36','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Welcome

\r\n

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

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

OUR Vision

\r\n

To foster a love of the game of lacrosse while building positive memories and friendships that will last a lifetime.

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

Our CODE

\r\n

 

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

Mission StaTMENT

\r\n

 

\r\n

 

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

THE TEAM

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

Our Dedicated Team

\r\n

It takes a dedicated and committed group volunteers to run a fun and successful minor sports organization.  We need your help providing an exciting and memorable experience for our children.

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • President
  • \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Treasurer
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • VP / Registrar
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2018-12-13 17:12:36','2018-12-13 17:12:36','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4205,2,'2019-01-12 15:27:05','2019-01-12 15:27:05','
\r\n
\r\n
\r\n
\r\n

 

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

How to Register

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

Please read and follow the instructions below to register for 2019.

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

If you have any problems, please contact quintelacrosse@gmail.com.

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

=================================================

\r\n\r\n

New Players to Quinte Minor Lacrosse

\r\n

 

\r\n

To register, you will need to create a Sportzsoft account and upload Proof of Age document(s) for your child(ren).

\r\n

***Note: For FREE Try Lacrosse clinics only, no payment or proof of age documents are required

\r\n

To create a SportzSoft account:

\r\n

1. Click the online registration link:  REGISTER HERE 

\r\n

2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password

\r\n

3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n** NOTE: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

4. To register a player, click the orange “New Registration” button, select the child’s name from the Participant list, and then click “Next”.

\r\n

5. The drop-down menu will show all open registrations that child is eligible to play.  Please select  the program you want and complete the registration for that product. 

\r\n

6. Read and agree to the OLA Waivers

\r\n

7. Complete the Questionnaire

\r\n

8. Upload a valid Proof of Age document (pdf, jpg files only)

\r\n

9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.

\r\n

** NOTE: Registration is NOT complete until a valid Proof of Age document is uploaded AND payment is received for each child (league registration only).

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2019-01-12 15:27:05','2019-01-12 15:27:05','',4168,'http://quintelacrosse.com/4168-revision-v1/',0,'revision','',0),(303,1,'2018-11-28 19:42:34','2018-11-28 19:42:34','
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

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

WILL CONTAIN BLOCKS WITH LATEST NEWS POSTS

\r\n
\r\n

 

\r\n

READ 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

Welcome

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR Vision

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Our CODE

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Mission StaTMENT

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\r\n

 

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

THE TEAM

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

Our Dedicated Team

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n

MORE ABOUT US

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Maggie Lewis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Linda Bass
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Matt Davis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Alicia Moore
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Andy Miller
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Janet Clark
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2018-11-28 19:42:34','2018-11-28 19:42:34','',18,'http://quintelacrosseproject.altereddigital.com/18-revision-v1/',0,'revision','',0),(348,1,'2018-11-28 19:45:04','2018-11-28 19:45:04','','','','publish','closed','closed','','1ad0fe5f0d83c4490e038e6c19bd9e3f','','','2018-11-28 19:45:04','2018-11-28 19:45:04','',0,'http://quintelacrosseproject.altereddigital.com/1ad0fe5f0d83c4490e038e6c19bd9e3f/',0,'oembed_cache','',0),(2851,2,'2022-05-02 08:44:57','2018-12-08 19:26:54','','Equipment Guidelines (Box)','','publish','closed','closed','','equipment-guidelines','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'http://quintelacrosse.com/equipment-guidelines/',43,'nav_menu_item','',0),(4201,2,'2019-01-12 15:16:47','2019-01-12 15:16:47','','regi coming soon','','inherit','open','closed','','regi-coming-soon','','','2019-01-12 15:16:47','2019-01-12 15:16:47','',0,'http://quintelacrosse.com/wp-content/uploads/2019/01/regi-coming-soon.png',0,'attachment','image/png',0),(4204,2,'2022-03-01 09:20:26','2022-03-01 14:20:26','
\n
\n
\n
\n

 

\n\n
\n
\n
\n
\n
\n
\n
\n
\n

How to Register

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n

Please read and follow the instructions below to register for 2022.  Registration opens March 1st.

\n\n
\n
\n

If you have any problems, please contact quintelacrosse@gmail.com.

\n\n
\n
\n

=================================================

\n

Click here to see the Days of Play

\n

Click here to see the 2022 Registration Fees

\n\n

Returning Players

\n

If you ALREADY HAVE a SportzSoft login:

\n

Here is the online registration link:  REGISTER HERE 

\n

Please login and register for the program(s) your child(ren) is intending to play this season.  Your Proof of Age document(s) should already be in the system.

\n

NOTES:

\n

1. All players interested in the competitive (rep) lacrosse program should select the house league option when registering.  Upon successfully making a competitive team your registration will be flipped to the rep program.

\n

2. Please make sure to complete online payment of the 2022 fees for each child registered. \nREGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.

\n

3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\n

 

\n\n

New Players to Quinte Minor Lacrosse

\n

If you are NEW to QMLA and DO NOT HAVE a SportzSoft account you will need to create one and upload Proof of Age document(s). 

\n

To create a SportzSoft account:

\n

1. Click the online registration link: REGISTER HERE

\n

2. Click “New Member? Create Account\" button, then create an account with your email address and a password

\n

3. Please select “Profiles” and then fully complete your profiles for each family member participating, including parent volunteers.\n** NOTE: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile (i.e. secondary email address).

\n

4. To register a player, click the “New Registration” button, then select the division you would like to register the player in based on age. Click \'Next\'.

\n

5. Select the player that is eligible for that division you have selected.  The \"Select\" button will be active for those eligible participants, and inactive for ineligible participants.

\n

6. Read and agree to the OLA Waivers

\n

7. Complete the Questionnaire (if applicable)

\n

8. Upload a valid Proof of Age document (pdf, jpg files only).  Acceptable proof of age is a birth certificate, health card or passport.

\n

NOTE: Registration is NOT complete until a valid proof of age document is uploaded AND payment is received for each child.

\n\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n\n
\n
\n
\n
','How To Register','','inherit','closed','closed','','4168-autosave-v1','','','2022-03-01 09:20:26','2022-03-01 14:20:26','',4168,'http://quintelacrosse.com/4168-autosave-v1/',0,'revision','',0),(1165,1,'2018-11-29 18:32:52','2018-11-29 18:32:52','
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

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

[post_grid id=\"379\"]

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

Welcome

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR Vision

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Our CODE

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Mission StaTMENT

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\r\n

 

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

THE TEAM

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

Our Dedicated Team

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Maggie Lewis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Linda Bass
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Matt Davis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Alicia Moore
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Andy Miller
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Janet Clark
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

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

\"\"

\r\n

REEBOK

\r\n

     

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

\"\"

\r\n

STX

\r\n

     

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

\"\"

\r\n

WARRIOR

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2018-11-29 18:32:52','2018-11-29 18:32:52','',18,'http://quintelacrosseproject.altereddigital.com/18-revision-v1/',0,'revision','',0),(565,1,'2018-11-29 17:03:08','2018-11-29 17:03:08','
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n[post_grid id=\"379\"]\r\n

READ 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

Welcome

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR Vision

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Our CODE

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Mission StaTMENT

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\r\n

 

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

THE TEAM

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

Our Dedicated Team

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n

MORE ABOUT US

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Maggie Lewis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Linda Bass
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Matt Davis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Alicia Moore
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Andy Miller
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Janet Clark
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

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

\"\"

\r\n

REEBOK

\r\n

     

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

\"\"

\r\n

STX

\r\n

     

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

\"\"

\r\n

WARRIOR

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2018-11-29 17:03:08','2018-11-29 17:03:08','',18,'http://quintelacrosseproject.altereddigital.com/18-revision-v1/',0,'revision','',0),(358,1,'2018-11-28 19:56:55','2018-11-28 19:56:55','
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

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

WILL CONTAIN BLOCKS WITH LATEST NEWS POSTS

\r\n
\r\n

 

\r\n

READ 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

Welcome

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR Vision

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Our CODE

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Mission StaTMENT

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\r\n

 

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

THE TEAM

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

Our Dedicated Team

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n

MORE ABOUT US

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Maggie Lewis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Linda Bass
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Matt Davis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Alicia Moore
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Andy Miller
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Janet Clark
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

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

\"\"

\r\n

REEBOK

\r\n

     

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

\"\"

\r\n

STX

\r\n

     

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

\"\"

\r\n

WARRIOR

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2018-11-28 19:56:55','2018-11-28 19:56:55','',18,'http://quintelacrosseproject.altereddigital.com/18-revision-v1/',0,'revision','',0),(379,1,'2018-11-28 22:51:21','2018-11-28 22:51:21','','Quinte Homepage Newsfeed','','publish','closed','closed','','quinte-homepage-newsfeed','','','2022-08-12 16:59:18','2022-08-12 20:59:18','',0,'http://quintelacrosseproject.altereddigital.com/?post_type=post_grid&p=379',0,'post_grid','',0),(551,1,'2018-11-28 23:06:34','2018-11-28 23:06:34','
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

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

[post_grid id=\"379\"]

\r\n\r\n

WILL CONTAIN BLOCKS WITH LATEST NEWS POSTS

\r\n
\r\n

 

\r\n

 

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

Welcome

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR Vision

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Our CODE

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Mission StaTMENT

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\r\n

 

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

THE TEAM

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

Our Dedicated Team

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n

MORE ABOUT US

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Maggie Lewis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Linda Bass
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Matt Davis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Alicia Moore
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Andy Miller
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Janet Clark
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

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

\"\"

\r\n

REEBOK

\r\n

     

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

\"\"

\r\n

STX

\r\n

     

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

\"\"

\r\n

WARRIOR

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2018-11-28 23:06:34','2018-11-28 23:06:34','',18,'http://quintelacrosseproject.altereddigital.com/18-revision-v1/',0,'revision','',0),(423,1,'2018-11-28 22:52:45','2018-11-28 22:52:45','
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n[post_grid id=\"379\"]

WILL CONTAIN BLOCKS WITH LATEST NEWS POSTS

\r\n
\r\n

 

\r\n

READ 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

Welcome

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR Vision

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Our CODE

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Mission StaTMENT

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\r\n

 

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

THE TEAM

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

Our Dedicated Team

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n

MORE ABOUT US

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Maggie Lewis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Linda Bass
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Matt Davis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Alicia Moore
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Andy Miller
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Janet Clark
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

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

\"\"

\r\n

REEBOK

\r\n

     

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

\"\"

\r\n

STX

\r\n

     

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

\"\"

\r\n

WARRIOR

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2018-11-28 22:52:45','2018-11-28 22:52:45','',18,'http://quintelacrosseproject.altereddigital.com/18-revision-v1/',0,'revision','',0),(526,1,'2018-11-28 22:59:46','2018-11-28 22:59:46','','facebook','','publish','closed','closed','','facebook','','','2019-10-14 23:48:49','2019-10-14 23:48:49','',0,'http://quintelacrosseproject.altereddigital.com/facebook/',1,'nav_menu_item','',0),(527,1,'2018-11-28 22:59:46','2018-11-28 22:59:46','','instagram','','publish','closed','closed','','instagram','','','2019-01-30 02:27:58','2019-01-30 02:27:58','',0,'http://quintelacrosseproject.altereddigital.com/instagram/',2,'nav_menu_item','',0),(528,1,'2018-11-28 22:59:46','2018-11-28 22:59:46','','Twitter','','publish','closed','closed','','twitter','','','2019-01-30 02:27:58','2019-01-30 02:27:58','',0,'http://quintelacrosseproject.altereddigital.com/twitter/',3,'nav_menu_item','',0),(529,1,'2018-11-28 22:59:46','2018-11-28 22:59:46','','youtube','','publish','closed','closed','','youtube','','','2019-01-30 02:27:58','2019-01-30 02:27:58','',0,'http://quintelacrosseproject.altereddigital.com/youtube/',4,'nav_menu_item','',0),(787,1,'2018-11-29 17:48:17','2018-11-29 17:48:17','','CAA Arena','','publish','closed','closed','','caa-arena','','','2018-11-29 17:48:17','2018-11-29 17:48:17','',0,'http://quintelacrosseproject.altereddigital.com/?post_type=mstw_lm_venue&p=787',0,'mstw_lm_venue','',0),(4942,2,'2022-03-01 09:32:58','2019-10-18 01:42:05','','Programs','','publish','closed','closed','','programs','','','2022-03-01 09:32:58','2022-03-01 14:32:58','',0,'http://quintelacrosse.com/programs/',19,'nav_menu_item','',0),(5364,2,'2021-03-29 11:15:05','2021-03-29 11:15:05','
\r\n
\r\n
\r\n
\r\n
\r\n
  
\r\n
\r\n

 

\r\n

 2021 Registration Fees

\r\n

Updated March 29th, 2021

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

Below is the fee schedule based on division.  

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Division (Birth Year)Fee 
Soft Lacrosse (2017/2018)FREE! 
Paperweight (2015/2016)$100 
U9 (2013/2014)$150 
U11 (2011/2012)$150 
U13 (2009/2010)$165 
U15 (2007/2008)$165 
   
\r\n

All registrations can be done on-line.  If you are registering a new player a copy of a birth certificate or health card must be uploaded along with the registration. For more information on how to register, click here.  You must also have a valid email address.

\r\n

Please review our refund policy:  QMLA Refund Policy

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2021-03-29 11:15:05','2021-03-29 11:15:05','',1096,'http://quintelacrosse.com/1096-revision-v1/',0,'revision','',0),(5366,2,'2021-03-29 11:31:49','2021-03-29 11:31:49','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2021 Recreational League Days of Play

\r\n

***UPDATED MARCH 29th 2021

\r\n

 

\r\n

Below are the days of the week and times that each division will play.  All dates, times and locations are subject to change.

\r\n

Regular Floor Times (all at QSWC unless otherwise noted on schedule):

\r\n

Soft Lacrosse (2017/2018)            Saturdays, 9:30-10:00am, QSWC, May 1st - June 12th (no lacrosse May 22nd)\r\nPaperweight (2015/2016)              Saturdays, 10:00-11:00am, QSWC, May 1st - June 12th (no lacrosse May 22nd)

\r\n

U9 (2013/2014)                                Sundays, 2:00-3:00pm, QSWC, May 2nd - June 12th (no lacrosse May 23rd)\r\nU11 (2011/2012)                              Sundays, 3:00-4;00pm, QSWC, May 2nd - June 12th (no lacrosse May 23rd)\r\nU13 (2009/2010)                              Fridays, 6:00-7:00pm, QSWC, April 30th - June 12th (no lacrosse May 21st)\r\nU15 (2007/2008)                              Fridays, 6:00-7:00pm, QSWC, April 30th - June12th (no lacrosse May 21st)\r\n

\r\n

The first week of the schedule will be a development session with experienced instructors.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2021-03-29 11:31:49','2021-03-29 11:31:49','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(5367,2,'2021-03-29 11:32:03','2021-03-29 11:32:03','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2021 Recreational League Days of Play

\r\n

***UPDATED MARCH 29th 2021***

\r\n

 

\r\n

Below are the days of the week and times that each division will play.  All dates, times and locations are subject to change.

\r\n

Regular Floor Times (all at QSWC unless otherwise noted on schedule):

\r\n

Soft Lacrosse (2017/2018)            Saturdays, 9:30-10:00am, QSWC, May 1st - June 12th (no lacrosse May 22nd)\r\nPaperweight (2015/2016)              Saturdays, 10:00-11:00am, QSWC, May 1st - June 12th (no lacrosse May 22nd)

\r\n

U9 (2013/2014)                                Sundays, 2:00-3:00pm, QSWC, May 2nd - June 12th (no lacrosse May 23rd)\r\nU11 (2011/2012)                              Sundays, 3:00-4;00pm, QSWC, May 2nd - June 12th (no lacrosse May 23rd)\r\nU13 (2009/2010)                              Fridays, 6:00-7:00pm, QSWC, April 30th - June 12th (no lacrosse May 21st)\r\nU15 (2007/2008)                              Fridays, 6:00-7:00pm, QSWC, April 30th - June12th (no lacrosse May 21st)\r\n

\r\n

The first week of the schedule will be a development session with experienced instructors.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2021-03-29 11:32:03','2021-03-29 11:32:03','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(5438,2,'2021-06-14 17:51:28','2021-06-14 17:51:28','
\r\n
\r\n
\r\n
\r\n

 

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

How to Register

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

 

\r\n

Please read and follow the instructions below to register for 2021.

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

If you have any problems, please contact quintelacrosse@gmail.com.

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

=================================================

\r\n

Click here to see the Days of Play

\r\n

Click here to see the 2021 Registration Fees

\r\n\r\n

Returning Players

\r\n

If you ALREADY HAVE a SportzSoft login:

\r\n

Here is the online registration link:  REGISTER HERE 

\r\n

Please login and register for the program(s) your child(ren) is intending to play this season.  Your Proof of Age document(s) should already be in the system.

\r\n

NOTES:

\r\n

1. All players interested in the competitive (rep) lacrosse program should select the house league option when registering.  Upon successfully making a competitive team your registration will be flipped to the rep program.

\r\n

2. Please make sure to complete online payment of the 2021 fees for each child registered. \r\nREGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.

\r\n

3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

 

\r\n\r\n

New Players to Quinte Minor Lacrosse

\r\n

If you are NEW to QMLA and DO NOT HAVE a SportzSoft account you will need to create one and upload Proof of Age document(s). 

\r\n

To create a SportzSoft account:

\r\n

1. Click the online registration link: REGISTER HERE

\r\n

2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password

\r\n

3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n** NOTE: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

4. To register a player, click the “New Registration” button, select the child’s name from the Participant list, and then click “Next”.

\r\n

5. The drop-down menu will show all open registrations that child is eligible to play.  Please select the program you want and complete the registration for that product. 

\r\n

6. Read and agree to the OLA Waivers

\r\n

7. Complete the Questionnaire (if applicable)

\r\n

8. Upload a valid Proof of Age document (pdf, jpg files only).  Acceptable proof of age is a birth certificate, health card or passport.

\r\n

9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.

\r\n

NOTE: Registration is NOT complete until a valid proof of age document is uploaded AND payment is received for each child.

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2021-06-14 17:51:28','2021-06-14 17:51:28','',4168,'http://quintelacrosse.com/4168-revision-v1/',0,'revision','',0),(5375,2,'2021-03-30 11:44:44','2021-03-30 11:44:44','
\r\n
\r\n
\r\n
\r\n

 

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

How to Register

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

Please read and follow the instructions below to register for 2021.

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

If you have any problems, please contact quintelacrosse@gmail.com.

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

=================================================

\r\n

Click here to see the Days of Play

\r\n

Click here to see the 2021 Registration Fees

\r\n\r\n

Returning Players

\r\n

If you ALREADY HAVE a SportzSoft login:

\r\n

Here is the online registration link: REGISTER HERE

\r\n

Please login and register for the program(s) your child(ren) is intending to play this season.  Your Proof of Age document(s) should already be in the system.

\r\n

NOTES:

\r\n

1. All players interested in the competitve (rep) lacrosse program should select the house league option when registering.  Upon successfully making a competitive team your registration will be flipped to the rep program.

\r\n

2. Please make sure to complete online payment of the 2021 fees for each child registered. \r\nREGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.

\r\n

3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

 

\r\n\r\n

New Players to Quinte Minor Lacrosse

\r\n

If you are NEW to QMLA and DO NOT HAVE a SportzSoft account you will need to create one and upload Proof of Age document(s). 

\r\n

To create a SportzSoft account:

\r\n

1. Click the online registration link: REGISTER HERE

\r\n

2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password

\r\n

3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n** NOTE: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

4. To register a player, click the “New Registration” button, select the child’s name from the Participant list, and then click “Next”.

\r\n

5. The drop-down menu will show all open registrations that child is eligible to play.  Please select the program you want and complete the registration for that product. 

\r\n

6. Read and agree to the OLA Waivers

\r\n

7. Complete the Questionnaire (if applicable)

\r\n

8. Upload a valid Proof of Age document (pdf, jpg files only).  Acceptable proof of age is a birth certificate, health card or passport.

\r\n

9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.

\r\n

NOTE: Registration is NOT complete until a valid proof of age document is uploaded AND payment is received for each child.

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2021-03-30 11:44:44','2021-03-30 11:44:44','',4168,'http://quintelacrosse.com/4168-revision-v1/',0,'revision','',0),(5368,2,'2021-03-29 13:41:51','2021-03-29 13:41:51','
\r\n
\r\n
\r\n
\r\n

 

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

How to Register

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

Please read and follow the instructions below to register for 2020.

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

If you have any problems, please contact quintelacrosse@gmail.com.

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

=================================================

\r\n

Click here to see the Days of Play

\r\n

Click here to see the 2021 Registration Fees

\r\n\r\n

Returning Players and Those Already Registered for Try Lacrosse

\r\n

 

\r\n

If you ALREADY HAVE a SportzSoft login:

\r\n

Here is the online registration link: REGISTER HERE

\r\n

Please login and register for the program(s) your child(ren) is intending to play this season.  Your Proof of Age document(s) should already be in the system.

\r\n

** NOTES:

\r\n

1. All players interested in the competitve (rep) lacrosse program should select the house league option when registering.  Upon successfully making a competitive team your registration will be flipped to the rep program.

\r\n

2. Please make sure to complete online payment of the 2020 fees for each child registered.

\r\n

3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

 

\r\n\r\n

New Players to Quinte Minor Lacrosse and New Try Lacrosse Registrations 

\r\n

 

\r\n

If you are NEW to QMLA and DO NOT HAVE a SportzSoft account you will need to create one and upload Proof of Age document(s).  **proof of age not required for Try Lacrosse.

\r\n

To create a SportzSoft account:

\r\n

1. Click the online registration link: REGISTER HERE

\r\n

2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password

\r\n

3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n** NOTE: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

4. To register a player, click the “New Registration” button, select the child’s name from the Participant list, and then click “Next”.

\r\n

5. The drop-down menu will show all open registrations that child is eligible to play.  Please select the program you want and complete the registration for that product. 

\r\n

6. Read and agree to the OLA Waivers

\r\n

7. Complete the Questionnaire (if applicable)

\r\n

8. Upload a valid Proof of Age document (pdf, jpg files only)\r\n** NOTE: Proof of Age is not required for Try Lacrosse registrations

\r\n

9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.

\r\n

** NOTE: Registration is NOT complete until a valid proof of age document is uploaded AND payment is received for each child, except for Try Lacrosse where proof of age and payment is not required.

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2021-03-29 13:41:51','2021-03-29 13:41:51','',4168,'http://quintelacrosse.com/4168-revision-v1/',0,'revision','',0),(5022,2,'2019-11-21 02:35:09','2019-11-21 02:35:09','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Show Your Pride With Quinte Bayhawks Apparel!

\r\n

T-shirts, long sleeves, hoodies, hats, and more.  Get yours now!\r\n(some items available in other colours - see store for details)

\r\n

CLICK HERE TO GO TO STORE

\r\n

IMPORTANT INFORMATION REGARDING SHIPPING CHARGES\r\n

\r\n

The shipping prices per pieces is currently a limitation of the online store. There is a new website coming out in January which will address the shipping costs issues.

\r\n

Anyone that wants to order 2 or more pieces can place the order online and in the comments section write in “Please provide custom shipping quote” and an exact cost will be provided based on exactly what’s ordered. Upon confirmation of the actual cost, a refund will be issued for the difference.

\r\n

Finally, you can contact Imprinted Apparel (clinton@imprintedapparelstore.com) and place orders directly. You can still pay online or via e-transfer but the order will be sent to you with an accurate shipping amount.

\r\n

 

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

\"\"

\r\n

\"\"

\r\n

\"\"

\r\n

 

\r\n

\"\"\"\"

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

\"\"

\r\n

\"\"

\r\n

\"\"

\r\n

\"\"\"\"

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

\"\"

\r\n

\"\"

\r\n

\"\"\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Bayhawks Apparel','','publish','closed','closed','','bayhawks-apparel','','','2020-08-22 15:34:52','2020-08-22 15:34:52','',0,'http://quintelacrosse.com/?page_id=5022',0,'page','',0),(5384,2,'2021-06-03 22:31:20','2021-06-03 22:31:20','
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n

 

\r\n[post_grid id=\"379\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[smartslider3 slider=4]\r\n\r\n
\r\n
\r\n
\r\n

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

Tweets by QuinteLacrosse  

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

OUR SPONSORS

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

\"\"

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

\"\"

\r\n

       

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2021-06-03 22:31:20','2021-06-03 22:31:20','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(5382,2,'2021-04-01 23:19:10','2021-04-01 23:19:10','
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n

UPDATE APRIL 1st: DUE TO THE PROVINCE-WIDE EMERGENCY BREAK, WE ARE CURRENTLY REVIEWING OUR PROGRAM FOR 2021.  ONLINE REGISTRATION WILL BE POSTPONED UNTIL FURTHER NOTICE.  THANK YOU AND STAY SAFE. -QMLA

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

 

\r\n[post_grid id=\"379\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[smartslider3 slider=4]\r\n\r\n
\r\n
\r\n
\r\n

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

Tweets by QuinteLacrosse  

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

OUR SPONSORS

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

\"\"

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

\"\"

\r\n

       

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2021-04-01 23:19:10','2021-04-01 23:19:10','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(5378,2,'2021-03-31 15:33:22','2021-03-31 15:33:22','
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n

UPDATE: ALL 2021 PLAYING DATES AND TIMES ARE CURRENTLY UNDER VIEW DUE TO CHANGING CIRCUMSTANCES WITH ARENA AVAILABILITY.  THANK YOU.  QMLA

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

LATEST NEWS

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

 

\r\n[post_grid id=\"379\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[smartslider3 slider=4]\r\n\r\n
\r\n
\r\n
\r\n

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

Tweets by QuinteLacrosse  

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

OUR SPONSORS

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

\"\"

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

\"\"

\r\n

       

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2021-03-31 15:33:22','2021-03-31 15:33:22','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(5379,2,'2021-03-31 15:33:59','2021-03-31 15:33:59','
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n

UPDATE: ALL 2021 PLAYING DATES AND TIMES ARE CURRENTLY UNDER REVIEW DUE TO CHANGING CIRCUMSTANCES WITH ARENA AVAILABILITY.  THANK YOU.  QMLA

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

LATEST NEWS

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

 

\r\n[post_grid id=\"379\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[smartslider3 slider=4]\r\n\r\n
\r\n
\r\n
\r\n

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

Tweets by QuinteLacrosse  

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

OUR SPONSORS

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

\"\"

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

\"\"

\r\n

       

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2021-03-31 15:33:59','2021-03-31 15:33:59','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(1053,1,'2018-11-29 18:09:20','2018-11-29 18:09:20','','Webp.net-resizeimage (5)','','inherit','open','closed','','webp-net-resizeimage-5','','','2018-11-29 18:09:20','2018-11-29 18:09:20','',0,'http://quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/Webp.net-resizeimage-5.png',0,'attachment','image/png',0),(1054,1,'2018-11-29 18:09:29','2018-11-29 18:09:29','','Webp.net-resizeimage (6)','','inherit','open','closed','','webp-net-resizeimage-6','','','2018-11-29 18:09:29','2018-11-29 18:09:29','',0,'http://quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/Webp.net-resizeimage-6.png',0,'attachment','image/png',0),(1092,1,'2018-11-29 18:27:39','2018-11-29 18:27:39','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2022 Recreational League Days of Play

\r\n

 

\r\n

 

\r\n

Below are the days of the week and times that each division will play.  All dates, times and locations are subject to change.

\r\n

Wrap-up day will be held on June 25th, 2022. ALL TEAMS WILL PARTICIPATE!

\r\n

NOTE: There is no lacrosse on the May long weekend! (Friday May 20th to Monday May 23rd)

\r\n

 

\r\n

[table id=1 /]

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','publish','closed','closed','','house-league-days-of-play','','','2022-02-26 15:46:40','2022-02-26 20:46:40','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=1092',0,'page','',0),(5365,2,'2021-03-29 11:31:22','2021-03-29 11:31:22','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2021 Recreational League Days of Play

\r\n

***UPDATED MARCH 28th 2021

\r\n

 

\r\n

Below are the days of the week and times that each division will play.  All dates, times and locations are subject to change.

\r\n

Regular Floor Times (all at QSWC unless otherwise noted on schedule):

\r\n

Soft Lacrosse (2017/2018)            Saturdays, 9:30-10:00am, QSWC, May 1st - June 12th (no lacrosse May 22nd)\r\nPaperweight (2015/2016)              Saturdays, 10:00-11:00am, QSWC, May 1st - June 12th (no lacrosse May 22nd)

\r\n

U9 (2013/2014)                                Sundays, 2:00-3:00pm, QSWC, May 2nd - June 12th (no lacrosse May 23rd)\r\nU11 (2011/2012)                              Sundays, 3:00-4;00pm, QSWC, May 2nd - June 12th (no lacrosse May 23rd)\r\nU13 (2009/2010)                              Fridays, 6:00-7:00pm, QSWC, April 30th - June 12th (no lacrosse May 21st)\r\nU15 (2007/2008)                              Fridays, 6:00-7:00pm, QSWC, April 30th - June12th (no lacrosse May 21st)\r\n

\r\n

The first week of the schedule will be a development session with experienced instructors.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2021-03-29 11:31:22','2021-03-29 11:31:22','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(5351,2,'2021-03-22 02:28:30','2021-03-22 02:28:30','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2021 Recreational League Days of Play

\r\n

***UPDATED MARCH 21st 2021

\r\n

 

\r\n

Below are the tentative days of the week that each division will play.  This page will be continuously updated as arenas are confirmed and registration numbers are final.  Locations on some dates may change due to prior arena bookings.

\r\n

Regular Floor Times (all at QSWC - Mackay unless otherwise noted on schedule):

\r\n

Soft Lacrosse (2017/2018)            Saturdays, 9:30-10:00am, QSWC, April 10th - June 12th (no lacrosse May 22nd)\r\nPaperweight (2015/2016)              Saturdays, 10:00-11:00am, QSWC, April 10th - June 12th (no lacrosse May 22nd)

\r\n

U9 (2013/2014)                                Sundays, 2:00-3:00pm, QSWC, April 11th - June 12th (no lacrosse May 23rd)\r\nU11 (2011/2012)                              Sundays, 3:00-4;00pm, QSWC, April 11th - June 12th (no lacrosse May 23rd)\r\nU13 (2009/2010)                              Fridays, 6:00-7:00pm, QSWC, April 9th - June 12th (no lacrosse May 21st)\r\nU15 (2007/2008)                              Fridays, 6:00-7:00pm, QSWC, April 9th - June12th (no lacrosse May 21st)\r\n

\r\n

The first two weeks of the schedule will be development sessions with experienced instructors.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2021-03-22 02:28:30','2021-03-22 02:28:30','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(5352,2,'2021-03-22 02:29:34','2021-03-22 02:29:34','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2021 Recreational League Days of Play

\r\n

***UPDATED MARCH 21st 2021

\r\n

 

\r\n

Below are the tentative days of the week that each division will play.  This page will be continuously updated as arenas are confirmed and registration numbers are final.  Locations on some dates may change due to prior arena bookings.

\r\n

Regular Floor Times (all at QSWC unless otherwise noted on schedule):

\r\n

Soft Lacrosse (2017/2018)            Saturdays, 9:30-10:00am, QSWC, April 10th - June 12th (no lacrosse May 22nd)\r\nPaperweight (2015/2016)              Saturdays, 10:00-11:00am, QSWC, April 10th - June 12th (no lacrosse May 22nd)

\r\n

U9 (2013/2014)                                Sundays, 2:00-3:00pm, QSWC, April 11th - June 12th (no lacrosse May 23rd)\r\nU11 (2011/2012)                              Sundays, 3:00-4;00pm, QSWC, April 11th - June 12th (no lacrosse May 23rd)\r\nU13 (2009/2010)                              Fridays, 6:00-7:00pm, QSWC, April 9th - June 12th (no lacrosse May 21st)\r\nU15 (2007/2008)                              Fridays, 6:00-7:00pm, QSWC, April 9th - June12th (no lacrosse May 21st)\r\n

\r\n

The first two weeks of the schedule will be development sessions with experienced instructors.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2021-03-22 02:29:34','2021-03-22 02:29:34','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(5309,2,'2020-09-06 14:38:58','2020-09-06 14:38:58','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2021 Recreational League Days of Play

\r\n

***UPDATED SEPTEMBER 6th 2020

\r\n

 

\r\n

Below are the tentative days of the week that each division will play.  This page will be continuously updated as arenas are confirmed and registration numbers are final.  Locations on some dates may change due to prior arena bookings.

\r\n

Soft Lacrosse (2017/2018)            Saturdays, 9:30-10:00am, QSWC (Mackay) beginning TBD\r\nPaperweight (2015/2016)              Saturdays, 10:00-11:00am, QSWC (Mackay) beginning TBD

\r\n

Note: for Tyke to Bantam age groups, games will be scheduled with neighbouring centres including Northumberland, Tyendinaga and Kingston, and therefore may involve traveling once or twice to those communities for games.  As a result, there may not be a home game some weeks.\r\n***Unless otherwise noted on schedule, most games and practices will take place at QSWC (Mackay).  Games vs. Northumberland will take place in Brighton and some home games or practices may take place at Prince Edward Community Centre or Wellington and District Community Centre.  Games at Kingston, Tyendinaga and Northumberland may be on days other than the regularly scheduled days of play.\r\nAll practices and games are one hour in length. 

\r\n

Regular Floor Times (all at QSWC - Mackay unless otherwise noted on schedule):

\r\n

Tyke (2013/2014)             Game          TBD\r\n                                             Practice      TBD\r\nNovice (2011/2012)         Game          TBD\r\n                                             Practice      TBD\r\nPeewee (2009/2010)       Game          TBD\r\n                                             Practice      TBD\r\nBantam (2007/2008)       Game           TBD\r\n                                             Practice      TBD\r\nMidget (2005/2006)         Practice      TBD\r\n                                             Game          TBD\r\n

\r\n

Additional Floor Times :

\r\n

Tyke (2013/2014)             Games in Brighton vs Northumberland          TBD\r\n                                             Games in Kingston                                             TBD\r\n                                             Games in Deseronto vs Tyendinaga                TBD\r\n                                             Games in PEC vs Tyendinaga                           TBD\r\nNovice (2011/2012)         Games in Kingston                                             TBD\r\n                                             Games in Deseronto vs Tyendinaga                TBD\r\n                                             Games in PEC vs Tyendinaga                           TBD\r\n                                             Games in Brighton vs Northumberland           TBD\r\nPeewee (2009/2010)       Games in Kingston                                             TBD\r\n                                             Games in Deseronto vs Tyendinaga                TBD\r\n                                             Games in PEC vs Tyendinaga                           TBD\r\n                                             Games in Brighton vs Northumberland           TBD

\r\n

 

\r\n

The season will begin with development the week of TBD and conclude on TBD for all local league recreational teams.

\r\n

While registration numbers and availability ultimately determine our schedule and arena requirements, we will be using Mackay pad at the QSWC in Belleville and will explore the use of other local arenas in Stirling, Trenton, and Prince Edward County.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2020-09-06 14:38:58','2020-09-06 14:38:58','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(4424,2,'2019-03-25 01:14:01','2019-03-25 01:14:01','
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n

House League Days of Play

\r\n

(Updated March 24th, 2019)

\r\n

Below are the tentative days of the week that each division will play.  Please note that the schedule is subject to change pending registration numbers, however, we will do our best to stick with what we have below.  Locations on some dates may change due to prior arena bookings.

\r\n

Peanut (2015/2016) – Saturdays at 9:00am\r\nPaperweight (2013/2014) – Saturdays at 10:00am\r\nTyke (2011/2012) – Sunday at 2:00pm\r\nNovice (2009/2010) – Sunday at 3:00pm\r\nPeewee (2006/2007/2008) – Friday at 6:00pm\r\nBantam/Midget (2003/2004/2005) – Friday at 7:00pm\r\n

\r\n

The season will begin on April 11th and conclude with the house league wrap-up on June 15th.

\r\n

All practices and games will be played out of Mackay pad at the QSWC.

\r\nNOTE:  The QMLA is currently in the planning stages with neighbouring associations Kingston, Tyendinaga and Northumberland to have some of our house league teams play against each other.  This may involve one or two trips for each team to play at their arena, as well as us hosting them at our arena.\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2019-03-25 01:14:01','2019-03-25 01:14:01','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(1093,1,'2018-11-29 18:27:39','2018-11-29 18:27:39','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Why Play Lacrosse?

\r\n

 

\r\n

At Quinte Minor Lacrosse, you’ll find many players and parents who are fanatical about the sport. Here are a few reasons why…

\r\n\r\n

Fun

\r\n

Lacrosse is fun to play and exciting to watch.  It is characterized by intense action, strategy, finesse and power.  It is a game with long, looping passes and short bullet-like shots: to catch a pass over the shoulder while running at full stride, to hit the top corner of the net while in full flight, or to stop a shot aimed low through a maze of players requires a range of skills unsurpassed in any other sport.  The wide open-nature of the game makes it a great spectator sport.

\r\n\r\n

Fitness

\r\n

Lacrosse is a game of speed and stamina – there’s no standing around in lacrosse.  With its back-and-forth nature, all lacrosse players, even goalies, are kept active.

\r\n

Lacrosse is a great way to build cardiovascular endurance, coordination, agility, and strength.  Kids who are tired out from running around sleep better, and those who have slept well have more energy to run around, be creative, and solve problems.

\r\n\r\n

Teamwork

\r\n

Team sports are an excellent way learn how to come together and work towards a common goal.  The players work, sweat, plan and play together. Overcoming obstacles within a team is also a good way to develop lifelong friendships.

\r\n

Like other team sports, lacrosse offers opportunities to develop leadership skills, social interaction skills, a sense of belonging and camaraderie, as well as physical skills, friendships, and respect for teammates, coaches, and officials.

\r\n\r\n

Cross Training

\r\n

The promotion of speed, stamina, sportsmanship and team play in lacrosse provides excellent cross-training for other sports like hockey, basketball and soccer.

\r\n

If hockey is your main sport, the QMLA invites hockey players from Belleville, Trenton and surrounding area to come play the fastest game on two feet! 

\r\n\r\n

HOCKEY PLAYERS BENEFIT FROM LACROSSE:

\r\n
    \r\n
  • stick handling creativity
  • \r\n
  • creativity in tight areas
  • \r\n
  • creativity of fakes, back passes and shots
  • \r\n
  • use of both hands
  • \r\n
  • reading the play offensively
  • \r\n
  • strong, dynamic defensive tactics
  • \r\n
  • builds up strength and endurance
  • \r\n
  • prevents sport burn-out by playing a new, fast-paced sport
  • \r\n
  • increases hand-eye coordination
  • \r\n
  • teaches players to be more aware of their surroundings
  • \r\n
  • reinforces the importance of quickness and agility around the net
  • \r\n
  • leadership skills
  • \r\n
  • scoring skills are honed by shooting at smaller targets and picking corners
  • \r\n
\r\n
\r\n
\r\n
\r\n

TORONTO MAPLE LEAF JOHN TAVARES ON LACROSSE:

\r\n
\r\n

\"\"

\r\n

\"It’s lacrosse that helped teach me to spin off checks, take shots and protect the puck under pressure. My stick skills, the way to read the play quickly comes from lacrosse. The hand-eye coordination, is just one of the little things that helps you in hockey.\" — John Tavares

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

THE GREAT ONE WAYNE GRETZKY ON LACROSSE:

\r\n
\r\n

\"\"

\r\nWayne wearing the \"C\" and Walter coaching... circa 1971.\r\n

\"One of the worst things to happen to the game, in my opinion, has been year-round hockey and, in particular, summer hockey. All it does for kids, as far as I can tell, is keep them out of sports they should be doing in the warmer weather. I could hardly wait to get my lacrosse stick out and start throwing the ball against the walls and working on our moves as we played the lacrosse equivalent to road hockey. All the good hockey players seemed to play lacrosse in those days and everyone of them learned something from the game to carry over to the other - things athletes can only learn by mixing up the games they play when they are young.\"  —  Wayne Gretzky

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Why Play Lacrosse?','','publish','closed','closed','','for-new-players','','','2019-10-15 01:56:53','2019-10-15 01:56:53','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=1093',0,'page','',0),(2755,2,'2018-12-08 18:33:54','2018-12-08 18:33:54','
\r\n
\r\n
\r\n
\r\n
\r\n

For New Players

\r\n

Lacrosse is a great game that has a very long history in Canada!  Learning to play lacrosse is as easy as learning to catch a ball, it really is.  Anyone can learn to play lacrosse, even parents.  With a little practice anyone can become very good at it.  The Quinte Minor Lacrosse Association will offer competitive and recreational box and field lacrosse programs for boys and girls aged 3-16.  We want you to learn lacrosse and play it for the rest of your life.  It truly is that kind of game.

\r\n

If you play other sports you will immediately see how those sports can contribute to your lacrosse skills – from football and basketball to baseball, soccer to hockey.  Lacrosse has elements of all those sports from running, catching, shooting, play-making and so on.  Try it out, you will see!  Here is a link to the basic box lacrosse rules .

\r\n

The Canadian Lacrosse Association has developed a Parents and New Player Guideto explain a little history of the game, the various types of lacrosse and some of the equipment required to play those various forms.  We recommend you read this guide over and if you have any questions contact us or ask your coach.  One of the best things about ‘lacrosse people’ is that we like to share this game.  (It is a large 7 MB PDF file so it might take a few moments to load.  You may require the free Adobe Acrobat Readerto view it)

\r\n

Of course, once you get started with lacrosse you will need the equipment.  Most local sports stores carry lacrosse equipment.  Here is a great source of information for new players and parents: the CLA Online Resource Centre.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','For New Players','','inherit','closed','closed','','1093-revision-v1','','','2018-12-08 18:33:54','2018-12-08 18:33:54','',1093,'http://quintelacrosse.com/1093-revision-v1/',0,'revision','',0),(2727,2,'2018-12-08 18:31:58','2018-12-08 18:31:58','
\r\n
\r\n
\r\n
\r\n
\r\n

For New Players

\r\n

Lacrosse is a great game that has a very long history in Canada!  Learning to play lacrosse is as easy as learning to catch a ball, it really is.  Anyone can learn to play lacrosse, even parents.  With a little practice anyone can become very good at it.  The Quinte Minor Lacrosse Association will offer competitive and recreational box and field lacrosse programs for boys and girls aged 3-16.  We want you to learn lacrosse and play it for the rest of your life.  It truly is that kind of game.

\r\n

If you play other sports you will immediately see how those sports can contribute to your lacrosse skills – from football and basketball to baseball, soccer to hockey.  Lacrosse has elements of all those sports from running, catching, shooting, play-making and so on.  Try it out, you will see!  Here is a link to the basic box lacrosse rules.

\r\n

The Canadian Lacrosse Association has developed a Parents and New Player Guideto explain a little history of the game, the various types of lacrosse and some of the equipment required to play those various forms.  We recommend you read this guide over and if you have any questions contact us or ask your coach.  One of the best things about ‘lacrosse people’ is that we like to share this game.  (It is a large 7 MB PDF file so it might take a few moments to load.  You may require the free Adobe Acrobat Readerto view it)

\r\n

Of course, once you get started with lacrosse you will need the equipment.  Most local sports stores carry lacrosse equipment.  Here is a great source of information for new players and parents: the CLA Online Resource Centre.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','For New Players','','inherit','closed','closed','','1093-revision-v1','','','2018-12-08 18:31:58','2018-12-08 18:31:58','',1093,'http://quintelacrosse.com/1093-revision-v1/',0,'revision','',0),(1094,1,'2018-11-29 18:27:39','2018-11-29 18:27:39','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA Recreational League

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

For more information about days of play for recreational league lacrosse, see below or go to Recreational League Days of Play

\r\n

The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. 

\r\n

This program allows all players to practice and play against players in their own age division and skill level.  Box Lacrosse recreational league is open to boys and girls age 3-16.  

\r\n

QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.

\r\n

All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).

\r\n

If you are interested in playing in our competitive club program, please click  here for more information.

\r\n

 

\r\n

REGISTER NOW

\r\n

 

\r\n

2022 SEASON DETAILS

\r\n

UPDATED May 9th

\r\n

Please note: all dates and times are subject to change.  There will be no lacrosse on the Victoria Day weekend (May 20-23).  Season wrap-up will take place on Saturday June 25th.

\r\n

SOFT LACROSSE

\r\n

The soft lacrosse program for ages 3 and 4 is designed to give our youngest players an opportunity to learn the basics of the game in a fun environment.  Parents are encouraged to participate on the floor or field with the players.  And the best part, it\'s FREE!\r\nDates:  Saturdays, April 23rd to June 25th\r\nTime: 8:30am to 9:00am\r\nLocation: QSWC

\r\n

PAPERWEIGHT

\r\n

Players ages 5 and 6 will learn and practice the fundamental skills and progress into 3v3 games.\r\nDates: Saturdays, April 23rd to June 25th\r\nTime: 9:00am to 10:00am\r\nLocation: QSWC

\r\n

U9 / U11 / U13 / U15 / U17

\r\n

Players will learn and practice the fundamental skills weekly and play games against teams in their division.  Quinte Sports and Wellness Centre (indoor) and Thurlow Fields (outdoor) will be the primary locations for most lacrosse activities while we aim to expand into other neighbouring facilities.  A competitive club team is also offered for all players if there is enough interest.  Click here for more information. 

\r\n

U9\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 2:00pm to 3:00pm\r\nLocation: QSWC\r\nU11\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 2:00pm to 3:00pm\r\nLocation: QSWC\r\nU13\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 3:00pm to 4:00pm\r\nLocation: QSWC\r\nU15\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 4:00pm to 5:00pm\r\nLocation: QSWC\r\nU17\r\nOnly offering rep (travel) team for 2022.  Contact us for details.\r\nLocation: QSWC

\r\n

 

\r\n

 

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

\"\"

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

\"\"

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

\"\"

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

\"\"

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','About QMLA Recreational League','','publish','closed','closed','','about-omla-house-league','','','2022-05-09 10:40:20','2022-05-09 14:40:20','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=1094',0,'page','',0),(5353,2,'2021-03-22 02:58:31','2021-03-22 02:58:31','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA Recreational League

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

For more information about days of play for recreational league lacrosse, see House League Days of Play

\r\n

The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. 

\r\n

This program allows all players to practice and play against players in their own age division and skill level.  Box Lacrosse recreational league is open to boys and girls age 3-16. 

\r\n

QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.

\r\n

All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (Peewee and above only).

\r\n

If you are interested in playing competitive lacrosse, please click  here for more information and tryout dates.

\r\n

To sign up now for recreational local league lacrosse, click on the button below.

\r\n

REGISTER NOW

\r\n

 

\r\n

Details about each division of our recreational program are outlined below.  Please note that days, times and locations are subject to change based on arena availability and registration numbers.

\r\n

SOFT LACROSSE

\r\n

The soft lacrosse program for ages 3 and 4 is designed to give our youngest players an opportunity to learn the basics of the game in a fun environment.  Parents are encouraged to participate on the floor with the players.  \r\nDates:  April 10th to June 12th (no lacrosse May 22nd)\r\nTime:  Saturday 9:30am - 10:00am\r\nLocation:  QSWC

\r\n

PAPERWEIGHT

\r\n

Players ages 5 and 6 will learn and practice the fundamental skills and progress into 3v3 cross-floor mini games.  Parents are encouraged to be on the floor during the mini-games to help our players be ready for their turn to play.\r\nDates:  April 10th to June 12th (no lacrosse May 22nd)\r\nTime:  Saturday 10:00am - 11:00am\r\nLocation:  QSWC

\r\n

U9 / U11 / U13 / U15 / U17

\r\n

Players will learn and practice the fundamental skills weekly and play games against teams in their division.  Quinte Sports and Wellness Centre will be the primary location for all lacrosse activities.  A competitive travel team is also offered for all players.  Click here for more information and tryout dates. 

\r\n

U9\r\nDates:  Sundays, April 11th to June 6th, and Saturday June 12th (no lacrosse May 23rd)\r\nTimes:  2:00pm\r\nLocation:  QSWC\r\nU11\r\nDates: Sundays, April 11th to June 6th, and Saturday June 12th (no lacrosse May 23rd)\r\nTimes: 3:00pm\r\nLocations: QSWC\r\nU13\r\nDates: Fridays, April 9th to June 3rd, and Saturday June 12th (no lacrosse May 21st)\r\nTimes: 6:00pm\r\nLocations: QSWC\r\nU15\r\nDates: Fridays, April 9th to June 3rd, and Saturday June 12th (no lacrosse May 21st)\r\nTimes:  7:00pm\r\nLocations:  QSWC\r\nU17\r\nNo offered for the 2021 season.

\r\n

 

\r\n

 

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

\"\"

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

\"\"

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

\"\"

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

\"\"

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2021-03-22 02:58:31','2021-03-22 02:58:31','',1094,'http://quintelacrosse.com/1094-revision-v1/',0,'revision','',0),(5342,2,'2021-01-23 19:50:41','2021-01-23 19:50:41','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA Recreational League

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

For more information about days of play for recreational league lacrosse, see House League Days of Play

\r\n

The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. 

\r\n

This program allows all players to practice and play against players in their own age division and skill level.  Box Lacrosse recreational league is open to boys and girls age 3-16. 

\r\n

QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.

\r\n

All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (Peewee and above only).

\r\n

If you are interested in playing competitive lacrosse, please click  here for more information and tryout dates.

\r\n

To sign up now for recreational local league lacrosse, click on the button below.

\r\n

PLEASE NOTE:  FOR THE 2021 SEASON, PLAYERS BORN IN 2014 OR EARLIER WHO RESIDE IN OR CLOSEST TO ANOTHER ASSOCIATION\'S BOUNDARY (for example, Tyendinaga or Northumberland) WILL REQUIRE A RELEASE TO PLAY COMPETITIVE (REP) LACROSSE WITH QMLA.  FOR YOUR HOME ASSOCIATION, SEE WHERE DO I PLAY?

\r\n

Release Procedure and Form

\r\n

REGISTER NOW

\r\n

 

\r\n

Details about each division of our recreational program are outlined below.  Please note that days, times and locations are subject to change based on arena availability and registration numbers.

\r\n

SOFT LACROSSE

\r\n

The soft lacrosse program for ages 3 and 4 is designed to give our youngest players an opportunity to learn the basics of the game in a fun environment.  Parents are encouraged to participate on the floor with the players.  \r\nDates:  2021 DATES COMING SOON.\r\nTime:  Saturday 9:30am - 10:00am\r\nLocation:  QSWC - Mackay

\r\n

PAPERWEIGHT

\r\n

Players ages 5 and 6 will learn and practice the fundamental skills and progress into 3v3 cross-floor mini games.  Parents are encouraged to be on the floor during the mini-games to help our players be ready for their turn to play.  Pending interest levels, there may be an opportunity for players to participate in a tournament in July with other teams from across Ontario.\r\nDates:  2021 DATES COMING SOON.\r\nTime:  Saturday 10:00am - 11:00am\r\nLocation:  QSWC - Mackay

\r\n

U9 / U11 / U13 / U15 / U17

\r\n

Players will learn and practice the fundamental skills weekly and play games with other local teams.  While the QSWC will be our primary facility, we intend to use other local arenas in Picton, Wellington, Trenton and Stirling.  Additionally, house league games may involve one or two games with neighbouring associations in locations such as Deseronto, Cobourg, Brighton and Amherstview.  A competitive travel team is also offered for all players.  Click here for more information and tryout dates. 

\r\n

NOTE: In addition to the days and times listed below, additional games will be played with neighbouring associations Northumberland, Tyendinaga and Kingston which may be scheduled for other days during the week.

\r\n

U9\r\nDates:  2021 DATES COMING SOON\r\nTimes:  TBD FOR 2021 SEASON\r\nLocations:  TBD FOR 2021 SEASON\r\nU11\r\nDates:  2021 DATES COMING SOON\r\nTimes:  TBD FOR 2021 SEASON\r\nLocations: TBD FOR 2021 SEASON\r\nU13\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD FOR 2021 SEASON\r\nLocations: TBD FOR 2021 SEASON\r\nU15\r\nDates: 2021 DATES COMING SOON\r\nTimes:  TBD\r\nLocations:  TBD\r\nU17\r\nDates: 2021 DATES COMING SOON\r\nTimes:  TBD\r\nLocations:  TBD

\r\n

 

\r\n

 

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

\"\"

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

\"\"

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

\"\"

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

\"\"

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2021-01-23 19:50:41','2021-01-23 19:50:41','',1094,'http://quintelacrosse.com/1094-revision-v1/',0,'revision','',0),(5335,2,'2021-01-23 13:07:47','2021-01-23 13:07:47','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA Recreational League

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

(UPDATED SEPTEMBER 5th, 2020)

\r\n

For more information about days of play for recreational league lacrosse, see House League Days of Play

\r\n

The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. 

\r\n

This program allows all players to practice and play against players in their own age division and skill level.  Box Lacrosse recreational league is open to boys and girls age 3-16. 

\r\n

QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.

\r\n

All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (Peewee and above only).

\r\n

If you are interested in playing competitive lacrosse, please click  here for more information and tryout dates.

\r\n

To sign up now for recreational local league lacrosse, click on the button below.

\r\n

PLEASE NOTE:  FOR THE 2021 SEASON, PLAYERS BORN IN 2014 OR EARLIER WHO RESIDE IN OR CLOSEST TO ANOTHER ASSOCIATION\'S BOUNDARY (for example, Tyendinaga or Northumberland) WILL REQUIRE A RELEASE TO PLAY COMPETITIVE (REP) LACROSSE WITH QMLA.  FOR YOUR HOME ASSOCIATION, SEE WHERE DO I PLAY?

\r\n

Release Procedure and Form

\r\n

REGISTER NOW

\r\n

 

\r\n

Details about each division of our recreational program are outlined below.  Please note that days, times and locations are subject to change based on arena availability and registration numbers.

\r\n

SOFT LACROSSE

\r\n

The soft lacrosse program for ages 3 and 4 is designed to give our youngest players an opportunity to learn the basics of the game in a fun environment.  Parents are encouraged to participate on the floor with the players.  \r\nDates:  2021 DATES COMING SOON.\r\nTime:  Saturday 9:30am - 10:00am\r\nLocation:  QSWC - Mackay

\r\n

PAPERWEIGHT

\r\n

Players ages 5 and 6 will learn and practice the fundamental skills and progress into 3v3 cross-floor mini games.  Parents are encouraged to be on the floor during the mini-games to help our players be ready for their turn to play.  Pending interest levels, there may be an opportunity for players to participate in a tournament in July with other teams from across Ontario.\r\nDates:  2021 DATES COMING SOON.\r\nTime:  Saturday 10:00am - 11:00am\r\nLocation:  QSWC - Mackay

\r\n

U9 / U11 / U13 / U15 / U17

\r\n

Players will learn and practice the fundamental skills weekly and play games with other local teams.  While the QSWC will be our primary facility, we intend to use other local arenas in Picton, Wellington, Trenton and Stirling.  Additionally, house league games may involve one or two games with neighbouring associations in locations such as Deseronto, Cobourg, Brighton and Amherstview.  A competitive travel team is also offered for all players.  Click here for more information and tryout dates. 

\r\n

NOTE: In addition to the days and times listed below, additional games will be played with neighbouring associations Northumberland, Tyendinaga and Kingston which may be scheduled for other days during the week.

\r\n

U9\r\nDates:  2021 DATES COMING SOON\r\nTimes:  TBD FOR 2021 SEASON\r\nLocations:  TBD FOR 2021 SEASON\r\nU11\r\nDates:  2021 DATES COMING SOON\r\nTimes:  TBD FOR 2021 SEASON\r\nLocations: TBD FOR 2021 SEASON\r\nU13\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD FOR 2021 SEASON\r\nLocations: TBD FOR 2021 SEASON\r\nU15\r\nDates: 2021 DATES COMING SOON\r\nTimes:  TBD\r\nLocations:  TBD\r\nU17\r\nDates: 2021 DATES COMING SOON\r\nTimes:  TBD\r\nLocations:  TBD

\r\n

 

\r\n

 

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

\"\"

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

\"\"

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

\"\"

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

\"\"

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2021-01-23 13:07:47','2021-01-23 13:07:47','',1094,'http://quintelacrosse.com/1094-revision-v1/',0,'revision','',0),(5300,2,'2020-09-05 22:43:40','2020-09-05 22:43:40','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA Recreational League

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

(UPDATED SEPTEMBER 5th, 2020)

\r\n

For more information about days of play for recreational league lacrosse, see House League Days of Play

\r\n

The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. 

\r\n

This program allows all players to practice and play against players in their own age division and skill level.  Box Lacrosse recreational league is open to boys and girls age 3-16. 

\r\n

QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.

\r\n

All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (Peewee and above only).

\r\n

If you are interested in playing competitive lacrosse, please click  here for more information and tryout dates.

\r\n

To sign up now for recreational local league lacrosse, click on the button below.

\r\n

PLEASE NOTE:  FOR THE 2021 SEASON, PLAYERS BORN IN 2014 OR EARLIER WHO RESIDE IN OR CLOSEST TO ANOTHER ASSOCIATION\'S BOUNDARY (for example, Tyendinaga or Northumberland) WILL REQUIRE A RELEASE TO PLAY COMPETITIVE (REP) LACROSSE WITH QMLA.  FOR YOUR HOME ASSOCIATION, SEE WHERE DO I PLAY?

\r\n

Release Procedure and Form

\r\n

REGISTER NOW

\r\n

 

\r\n

Details about each division of our recreational program are outlined below.  Please note that days, times and locations are subject to change based on arena availability and registration numbers.

\r\n

SOFT LACROSSE

\r\n

The soft lacrosse program for ages 3 and 4 is designed to give our youngest players an opportunity to learn the basics of the game in a fun environment.  Parents are encouraged to participate on the floor with the players.  \r\nDates:  2021 DATES COMING SOON.\r\nTime:  Saturday 9:30am - 10:00am\r\nLocation:  QSWC - Mackay

\r\n

PAPERWEIGHT

\r\n

Players ages 5 and 6 will learn and practice the fundamental skills and progress into 3v3 cross-floor mini games.  Parents are encouraged to be on the floor during the mini-games to help our players be ready for their turn to play.  Pending interest levels, there may be an opportunity for players to participate in a tournament in July with other teams from across Ontario.\r\nDates:  2021 DATES COMING SOON.\r\nTime:  Saturday 10:00am - 11:00am\r\nLocation:  QSWC - Mackay

\r\n

TYKE (8U) / NOVICE (10U) / PEEWEE (12U) / BANTAM (14U) / MIDGET (16U)

\r\n

Players will learn and practice the fundamental skills weekly and play games with other local teams.  While the QSWC will be our primary facility, we intend to use other local arenas in Picton, Wellington, Trenton and Stirling.  Additionally, house league games may involve one or two games with neighbouring associations in locations such as Deseronto, Cobourg, Brighton and Amherstview.  A competitive travel team is also offered for all players.  Click here for more information and tryout dates. 

\r\n

NOTE: In addition to the days and times listed below, additional games will be played with neighbouring associations Northumberland, Tyendinaga and Kingston which may be scheduled for other days during the week.

\r\n

\r\nTYKE\r\nDates:  2021 DATES COMING SOON\r\nTimes:  TBD FOR 2021 SEASON\r\nLocations:  TBD FOR 2021 SEASON\r\nNOVICE\r\nDates:  2021 DATES COMING SOON\r\nTimes:  TBD FOR 2021 SEASON\r\nLocations: TBD FOR 2021 SEASON\r\nPEEWEE\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD FOR 2021 SEASON\r\nLocations: TBD FOR 2021 SEASON\r\nBANTAM\r\nDates: 2021 DATES COMING SOON\r\nTimes:  TBD\r\nLocations:  TBD\r\nMIDGET\r\nDates: 2021 DATES COMING SOON\r\nTimes:  TBD\r\nLocations:  TBD

\r\n

 

\r\n

 

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

\"\"

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

\"\"

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

\"\"

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

\"\"

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2020-09-05 22:43:40','2020-09-05 22:43:40','',1094,'http://quintelacrosse.com/1094-revision-v1/',0,'revision','',0),(1095,1,'2019-01-29 18:27:39','2019-01-29 18:27:39','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Register Here!

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Coming Soon!','','private','closed','closed','','register-here','','','2019-01-28 23:55:14','2019-01-28 23:55:14','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=1095',0,'page','',0),(1096,1,'2018-11-29 18:27:39','2018-11-29 18:27:39','
\r\n
\r\n
\r\n
\r\n
\r\n
  
\r\n
\r\n

 

\r\n

 2022 Registration Fees

\r\n

 

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

[table id=2 /]

\r\n

All registrations can be done on-line.  If you are registering a new player a copy of a birth certificate or health card must be uploaded along with the registration. For more information on how to register, click here.  You must also have a valid email address.

\r\n

Please review our refund policy:  QMLA Refund Policy

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Fees','','publish','closed','closed','','registration-fees','','','2022-02-26 13:10:15','2022-02-26 18:10:15','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=1096',0,'page','',0),(5516,2,'2022-02-26 13:10:15','2022-02-26 18:10:15','
\r\n
\r\n
\r\n
\r\n
\r\n
  
\r\n
\r\n

 

\r\n

 2022 Registration Fees

\r\n

 

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

[table id=2 /]

\r\n

All registrations can be done on-line.  If you are registering a new player a copy of a birth certificate or health card must be uploaded along with the registration. For more information on how to register, click here.  You must also have a valid email address.

\r\n

Please review our refund policy:  QMLA Refund Policy

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2022-02-26 13:10:15','2022-02-26 18:10:15','',1096,'https://quintelacrosse.com/?p=5516',0,'revision','',0),(5513,2,'2022-02-26 12:46:34','2022-02-26 17:46:34','
\r\n
\r\n
\r\n
\r\n
\r\n
  
\r\n
\r\n

 

\r\n

 2022 Registration Fees

\r\n

 

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

Registration fees for 2022 will be posted when available.

\r\n

All registrations can be done on-line.  If you are registering a new player a copy of a birth certificate or health card must be uploaded along with the registration. For more information on how to register, click here.  You must also have a valid email address.

\r\n

Please review our refund policy:  QMLA Refund Policy

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2022-02-26 12:46:34','2022-02-26 17:46:34','',1096,'https://quintelacrosse.com/?p=5513',0,'revision','',0),(5358,2,'2021-03-22 03:18:25','2021-03-22 03:18:25','
\r\n
\r\n
\r\n
\r\n
\r\n
  
\r\n
\r\n

 

\r\n

 2021 Registration Fees

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

Below is the fee schedule based on division.  

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Division (Birth Year)Fee 
Soft Lacrosse (2017/2018)TBD 
Paperweight (2015/2016)TBD 
U9 (2013/2014)TBD 
U11 (2011/2012)TBD 
U13 (2009/2010)TBD 
U15 (2007/2008)TBD 
   
\r\n

All registrations can be done on-line.  If you are registering a new player a copy of a birth certificate or health card must be uploaded along with the registration. For more information on how to register, click here.  You must also have a valid email address.

\r\n

Please review our refund policy:  QMLA Refund Policy

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2021-03-22 03:18:25','2021-03-22 03:18:25','',1096,'http://quintelacrosse.com/1096-revision-v1/',0,'revision','',0),(5319,2,'2020-09-06 19:11:59','2020-09-06 19:11:59','
\r\n
\r\n
\r\n
\r\n
\r\n
  
\r\n
\r\n

 

\r\n

 2021 Registration Fees

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

Below is the fee schedule based on division.  

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Level/Year of BirthFee - Before March 1stFee - March 1st or later
Soft Lacrosse - 2017/2018TBDTBD
Paperweight - 2015/2016TBDTBD
Tyke (8U) - 2013/2014TBDTBD
Novice (10U) - 2011/2012TBDTBD
Peewee (12U) - 2009/2010TBDTBD
Bantam (14U) - 2007/2008TBDTBD
Midget (16U) - 2005/2006TBDTBD
\r\n

All registrations can be done on-line.  If you are registering a new player a copy of a birth certificate or health card must be uploaded along with the registration. For more information on how to register, click here.  You must also have a valid email address.

\r\n

Please review our refund policy:  QMLA Refund Policy

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2020-09-06 19:11:59','2020-09-06 19:11:59','',1096,'http://quintelacrosse.com/1096-revision-v1/',0,'revision','',0),(4978,2,'2019-10-26 02:01:54','2019-10-26 02:01:54','
\r\n
\r\n
\r\n
\r\n
\r\n
  
\r\n
\r\n

 

\r\n

 2020 Registration Fees

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

 

\r\n

Registration opens in January!

\r\n

Check out our  Lacrosse Stick Promotion 

\r\n

Below is the fee schedule based on division:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Level/Years of Birth 2020 Lacrosse Fees 
Soft Lacrosse 2016/2017$TBD
Paperweight – 2014/2015$TBD
Tyke – 2012/2013$TBD
Novice -2010/2011$TBD
PeeWee – 2008/2009$TBD
Bantam – 2006/2007$TBD
Midget – 2004/2005$TBD
  
\r\n

All registrations can be done on-line.  If you are registering a new player a copy of a birth certificate or health card must be uploaded along with the registration. Please see the main page of our website under Registration to find out how to do this.  You must also have a valid email address.

\r\n

Please review our refund policy:  QMLA Refund Policy

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2019-10-26 02:01:54','2019-10-26 02:01:54','',1096,'http://quintelacrosse.com/1096-revision-v1/',0,'revision','',0),(1097,1,'2018-11-29 18:27:39','2018-11-29 18:27:39','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

QMLA Refund & Cancellation Policy

\r\n

Updated February 26, 2022

\r\n

Our refund / cancellation policy is as follows:

\r\n\r\n
    \r\n
  • Prior to April 8th 2022: Full Refund*
  • \r\n
  • From April 8th - April 22nd 2022: Full Refund*, less $35 admin fee
  • \r\n
  • After April 22nd 2022: No Refund
  • \r\n
\r\n

*Free stick and any other Association equipment MUST be returned BEFORE a refund is issued. ALL requests for refunds must be made in writing to the Registrar – registrar@quintelacrosse.com

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','QMLA Refund/Cancellation Policy','','publish','closed','closed','','omla-refund-cancellation-policy','','','2022-02-26 12:37:01','2022-02-26 17:37:01','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=1097',0,'page','',0),(5392,2,'2021-06-03 23:50:22','2021-06-03 23:50:22','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

QMLA Refund & Cancellation Policy

\r\n

If written notice of withdrawal is received by the QMLA registrar not less than 2 weeks prior to the start of regular league play, a full refund of the registration fee will be provided, less a $25 administration fee.

\r\n

For a detailed outline of the QMLA Refund Policy, click HERE

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','QMLA Refund/Cancellation Policy','','inherit','closed','closed','','1097-revision-v1','','','2021-06-03 23:50:22','2021-06-03 23:50:22','',1097,'http://quintelacrosse.com/1097-revision-v1/',0,'revision','',0),(4210,2,'2019-01-14 00:46:18','2019-01-14 00:46:18','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

QMLA Refund & Cancellation Policy

\r\n

If written notice of withdrawal is received by the QMLA registrar not less than 2 weeks prior to the start of regular league play, a full refund of the registration fee will be provided, less a $25 administration fee.

\r\n

For a detailed outline of the QMLA Refund Policy, click HERE

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','QMLA Refund/Cancellation Policy','','inherit','closed','closed','','1097-revision-v1','','','2019-01-14 00:46:18','2019-01-14 00:46:18','',1097,'http://quintelacrosse.com/1097-revision-v1/',0,'revision','',0),(1098,1,'2018-11-29 18:27:39','2018-11-29 18:27:39','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n

 

\r\n

OLA Release Procedures

\r\n

 

\r\nRELEASES\r\n

The Quinte Minor Lacrosse Association has a fundamental commitment to the growth and development of the game of lacrosse in the Quinte region. The Association has a \'no release\' policy for players residing within the Quinte Minor Lacrosse Association boundaries. However, in special circumstances as determined by the QMLA executive, a release may be granted as long as it abides with the OLA and QMLA Constitution.

\r\n

Please note:

\r\n\r\n
    \r\n
  • When a release is granted the caliber of the player shall not enter the decision (MR3.07).
  • \r\n
  • Release requests cannot be submitted after May 1st of the current season (MR3.01).
  • \r\n
  • The player requesting the release must be registered with the QMLA prior to requesting the release and OLA approved for the current season prior to any participation (MR3.01).
  • \r\n
  • Any player who has not registered with their resident box association by the 3rd Sunday in March will be ineligable for a rep release (MR2.10)
  • \r\n
\r\nHOW DO YOU APPLY FOR A RELEASE?\r\n

The Player must first be registered (including payment) with QMLA.  The Player or Parent/Guardian must complete section 1 of the Ontario Lacrosse Association (OLA)  Release Request Form and deliver it to the QMLA President (Joe Fee), with a copy also being sent to the Zone 5 Director (Greg Rampley).

\r\n

NEXT STEPS:

\r\n

QMLA will respond within 72 hours to acknowledge receipt of the request and notify the player/guardian of the date & time of the release hearing.

\r\n

The QMLA has two options following the release hearing:

\r\n\r\n
    \r\n
  1. Approve the release and provide the applicant with the approved release form.
  2. \r\n
  3. Deny the release request and complete section 2 of the Release Request Form with written reasons for denying the request, and provide the applicant with the information necessary to take the request to the Zone
  4. \r\n
\r\n

If the release is denied by the QMLA:

\r\n\r\n
    \r\n
  • You can appeal your release to the Zone 5 Release Committee (there is an appeal fee).
  • \r\n
  • If the request is again denied the request can be taken to the OLA Appeals Committee (there is another fee for this).
  • \r\n
  • If the request is again denied, the player’ can either request a refund, or continue to play with his/her current association and try to resolve the differences that led to the request for a release.
  • \r\n
\r\nIf the release is granted at any point:\r\n
    \r\n
  • A refund will be given via the new SportzSoft online registration system less the admin fee.  The player must then re-register with the next closest club and deliver the signed two-page release form to the registrar of his/her new club as proof of release . The new club\'s registrar will record a comment in the online registration system indicating that confirmation of the release was received so that the Zone 5 registrar is aware.
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','OLA Release Procedures','','publish','closed','closed','','ola-release-procedures','','','2022-02-26 16:23:31','2022-02-26 21:23:31','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=1098',0,'page','',0),(5544,2,'2022-02-26 16:23:31','2022-02-26 21:23:31','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n

 

\r\n

OLA Release Procedures

\r\n

 

\r\nRELEASES\r\n

The Quinte Minor Lacrosse Association has a fundamental commitment to the growth and development of the game of lacrosse in the Quinte region. The Association has a \'no release\' policy for players residing within the Quinte Minor Lacrosse Association boundaries. However, in special circumstances as determined by the QMLA executive, a release may be granted as long as it abides with the OLA and QMLA Constitution.

\r\n

Please note:

\r\n\r\n
    \r\n
  • When a release is granted the caliber of the player shall not enter the decision (MR3.07).
  • \r\n
  • Release requests cannot be submitted after May 1st of the current season (MR3.01).
  • \r\n
  • The player requesting the release must be registered with the QMLA prior to requesting the release and OLA approved for the current season prior to any participation (MR3.01).
  • \r\n
  • Any player who has not registered with their resident box association by the 3rd Sunday in March will be ineligable for a rep release (MR2.10)
  • \r\n
\r\nHOW DO YOU APPLY FOR A RELEASE?\r\n

The Player must first be registered (including payment) with QMLA.  The Player or Parent/Guardian must complete section 1 of the Ontario Lacrosse Association (OLA)  Release Request Form and deliver it to the QMLA President (Joe Fee), with a copy also being sent to the Zone 5 Director (Greg Rampley).

\r\n

NEXT STEPS:

\r\n

QMLA will respond within 72 hours to acknowledge receipt of the request and notify the player/guardian of the date & time of the release hearing.

\r\n

The QMLA has two options following the release hearing:

\r\n\r\n
    \r\n
  1. Approve the release and provide the applicant with the approved release form.
  2. \r\n
  3. Deny the release request and complete section 2 of the Release Request Form with written reasons for denying the request, and provide the applicant with the information necessary to take the request to the Zone
  4. \r\n
\r\n

If the release is denied by the QMLA:

\r\n\r\n
    \r\n
  • You can appeal your release to the Zone 5 Release Committee (there is an appeal fee).
  • \r\n
  • If the request is again denied the request can be taken to the OLA Appeals Committee (there is another fee for this).
  • \r\n
  • If the request is again denied, the player’ can either request a refund, or continue to play with his/her current association and try to resolve the differences that led to the request for a release.
  • \r\n
\r\nIf the release is granted at any point:\r\n
    \r\n
  • A refund will be given via the new SportzSoft online registration system less the admin fee.  The player must then re-register with the next closest club and deliver the signed two-page release form to the registrar of his/her new club as proof of release . The new club\'s registrar will record a comment in the online registration system indicating that confirmation of the release was received so that the Zone 5 registrar is aware.
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','OLA Release Procedures','','inherit','closed','closed','','1098-revision-v1','','','2022-02-26 16:23:31','2022-02-26 21:23:31','',1098,'https://quintelacrosse.com/?p=5544',0,'revision','',0),(4242,2,'2019-01-25 14:07:47','2019-01-25 14:07:47','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n

 

\r\n

OLA Release Procedures

\r\n

QMLA Player Release Policy 2019

\r\n

OLA Player Release Form 2019

\r\n

 

\r\n

Player releases are only required for representative play.  They are not required for recreational (house league) play.

\r\n

Please send completed release requests to the QMLA President.

\r\n

Prior to any release request, the player must be registered with the association for the current year.  The OLA ‘Release Request Form’ must be used in all cases where a player wishes to be released from his/her current lacrosse association to play representative lacrosse with another association.  The Player, a Parent or Guardian must complete section 1 including all reasons and deliver it to the President of the association from which the release is requested, with a copy also being sent to the Zone Director/Commissioner.

\r\n

Only the information presented in section 1 will be considered.  New reasons for release will not be entertained at appeal level(s).

\r\n

The association must respond to the applicant within 72 hours to acknowledge receipt of the request for a release.  The Club then must set a date, time and location, (within a reasonable time frame), when the release hearing will be held (as approved by the Zone Director), in order that the applicant may be present to formally discuss the request.  The fee for a release request hearing at the club level shall NOT exceed $25.00.  At the hearing if the request is denied, the association must return the form with section 2 complete with written reasons for denying the request, and provide the applicant with the information necessary to take the request to the next level.

\r\n

Upon receipt of the updated “Release Request Form\" and the appeal fee (shall not exceed $100.00 as per OR7.04) the Zone/Commissioner must notify the applicant promptly, of the date, time and location of the next scheduled meeting of the Release Committee.  The player must attend this meeting to discuss the reasons for the release request.  The association representative must also be advised of the meeting in order that they can have representation at the meeting as well. If the request is again denied, the Zone/Commissioner must return the form with section 3 complete with written reasons for denying the request and provide the applicant with the information necessary to take the request to the OLA level.   When the OLA receives the updated “Release Request Form’\" and the appeal fee (shall not exceed $100.00 as per OR7.04) they must notify the applicant of the date, time and location of the next scheduled meeting of the OLA Appeals Committee.  The player must attend this meeting to discuss the reasons for the release request.  The Zone/Commissioner and association representative must also be advised of the meeting in order that they may have representation at the meeting, if they wish.  If the request is again denied, the player’s only option is to continue with his/her current association and try to resolve the differences that led to the request for a release.

\r\n

If at any level of these proceedings the release is granted (whether conditional or unconditional), the player must present the signed two-page form to the registrar of his new association, in order that it can be attached to the new registration form as proof of release.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','OLA Release Procedures','','inherit','closed','closed','','1098-revision-v1','','','2019-01-25 14:07:47','2019-01-25 14:07:47','',1098,'http://quintelacrosse.com/1098-revision-v1/',0,'revision','',0),(1099,1,'2018-11-29 18:27:39','2018-11-29 18:27:39','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

OLA Criminal Check Policy

\r\n

 

\r\n

See attached for the policy. All peoples volunteering MUST abide this policy.

\r\n

Criminal Record Check Policy

\r\n

OLA Offence Declaration – If you have your CRC completed, you need this every year after

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','OLA Criminal Check Policy','','private','closed','closed','','ola-criminal-check-policy','','','2019-01-05 03:44:02','2019-01-05 03:44:02','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=1099',0,'page','',0),(4156,2,'2019-01-05 03:44:02','2019-01-05 03:44:02','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

OLA Criminal Check Policy

\r\n

 

\r\n

See attached for the policy. All peoples volunteering MUST abide this policy.

\r\n

Criminal Record Check Policy

\r\n

OLA Offence Declaration – If you have your CRC completed, you need this every year after

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','OLA Criminal Check Policy','','inherit','closed','closed','','1099-revision-v1','','','2019-01-05 03:44:02','2019-01-05 03:44:02','',1099,'http://quintelacrosse.com/1099-revision-v1/',0,'revision','',0),(1100,1,'2018-11-29 18:27:39','2018-11-29 18:27:39','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Competitive Lacrosse

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

\"\"

\r\n

Quinte Minor Lacrosse Association (a member of the Ontario Lacrosse Association) offers a representative lacrosse program as an opportunity for local players to compete at a higher level against teams from all over Ontario, NO EXPERIENCE NECESSARY.  Below you will find general information related to the participation in representative lacrosse.  Look for more information to be posted as the season nears, such as tryout dates and age groups.  For more information, contact quintelacrosse@gmail.com. 

\r\nPLEASE NOTE:\r\n1.  ALL PLAYERS MUST BE REGISTERED AND PAID IN ORDER TO ATTEND TRYOUTS. \r\n2.  PLAYERS RESIDING IN OR NEAREST TO OTHER ASSOCIATIONS (THEIR \"HOME\" ASSOCIATION) MUST HAVE WRITTEN PERMISSION FROM THEIR HOME ASSOCIATION TO ATTEND TRYOUTS FOR QUINTE BAYHAWKS. \r\n3.  PLAYERS WITHIN OR NEAREST TO QMLA BOUNDARY WHO WISH TO TRYOUT OR REQUEST A RELEASE TO PLAY WITH ANOTHER CENTRE MUST FIRST REGISTER WITH QMLA PRIOR TO THE 3rd SUNDAY IN MARCH.  THIS IS A FIRM DEADLINE IMPOSED BY THE ONTARIO LACROSSE ASSOCIATION (email us if you think this is a problem or have any questions).\r\n\r\n \r\n\r\nUPDATE: As our 2022 box lacrosse registration period winds down (click here for more info), we will be making decisions on which age groups we will form rep teams based on the number of registrations for each division.  Soon after, around mid-April, we will start to schedule rep interest runs for players who are interested in playing rep.  The competitive season will begin around mid-May and run through to the beginning of August.  \r\n\r\nWhat to expect:\r\n- one practice per week until end of June (during house league schedule) - Rep only divisions may practice twice per week\r\n- two practices per week in July\r\n- weekends? - apart from house league lacrosse you can expect an occasional home or away game in May and June on a Saturday; in July, the only lacrosse on weekends will be one tournament and provincials (later July or early August depending on age)\r\n- Provincials!! - held in Whitby in early August, exact days depends on the age division\r\n- travel - zone games could be held as far east as Ottawa (usually just one trip east), and as far west as Durham region (once or twice)\r\n\r\n \r\n\r\nWE ARE CURRENTLY FORMING TEAMS FOR THE U13, U15 and U17 DIVISIONS.  EMAIL US FOR MORE INFORMATION.\r\n\r\nTEAMS WILL PRACTICE TUESDAYS AND/OR THURSDAYS.  PRACTICES IN MAY WILL BE HELD IN PICTON.  PRACTICES IN JUNE/JULY LOCATION TBD.\r\n\r\n \r\n

COST

\r\n

Approximately $700-$800 per player.  Teams are expected to find sponsorship and do fundraising to bring these costs down.

\r\n

SCHEDULE

\r\n

The competitive season schedule will begin in May and conclude at the Ontario Lacrosse Festival (provincial championships) at the beginning of August (specific dates depend on age division).  

\r\n

COMMITMENT

\r\n

Representative teams are expected to practice once a week and play about 1 game per week, less during recreational league season, up to a total of about 8-10 zone games.  Teams are also expected to enter 1 or 2 tournaments. 

\r\n

TRAVEL

\r\n

For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.

\r\nPROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL\r\n\r\nThe competitive season culminates with the Ontario Lacrosse Festival in early August, where provincial championships are held for all age divisions.  This event is held in Durham Region (Whitby, Oshawa, Clarington, Ajax, Pickering).\r\n\r\n \r\n\r\n \r\n

 \"\"\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Competitive','','publish','closed','closed','','rep','','','2022-04-24 22:27:23','2022-04-25 02:27:23','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=1100',0,'page','',0),(5305,2,'2020-09-06 14:04:22','2020-09-06 14:04:22','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Competitive Lacrosse

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

\"\"

\r\n

Quinte Minor Lacrosse Association (a member of the Ontario Lacrosse Association) offers a representative lacrosse program as an opportunity for local players to compete at a higher level against teams from all over Ontario, NO EXPERIENCE NECESSARY.  Below you will find general information related to the participation in representative lacrosse.  Look for more information to be posted as the season nears, such as tryout dates and age groups.  For more information, contact quintelacrosse@gmail.com. 

\r\nPLEASE NOTE:\r\n1.  ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND TRYOUTS. \r\n2.  PLAYERS RESIDING IN OR NEAREST TO OTHER ASSOCIATIONS MUST HAVE WRITTEN PERMISSION FROM THEIR HOME ASSOCIATION TO ATTEND TRYOUTS FOR QUINTE BAYHAWKS. \r\n3.  PLAYERS WITHIN OR NEAREST TO QMLA BOUNDARY WHO WISH TO REQUEST A RELEASE TO PLAY WITH ANOTHER CENTRE MUST FIRST REGISTER WITH QMLA PRIOR TO MARCH 15th.  THIS IS A FIRM DEADLINE IMPOSED BY THE ONTARIO LACROSSE ASSOCIATION.\r\n\r\n \r\n\r\n2021 TRYOUT DATES: TBD\r\n\r\n \r\n

COST

\r\n

Approximately $700-$800 per player.  Teams are expected to find sponsorship and do fundraising to bring these costs down.

\r\n

SCHEDULE

\r\n

The competitive season schedule will begin in May and conclude at the Ontario Lacrosse Festival (provincial championships) at the beginning of August (specific dates depend on age division).  

\r\n

COMMITMENT

\r\n

Representative teams are expected to practice once a week and play 1 game per week up to a total of about 10-12 zone games.  Teams are also expected to enter 1 or 2 tournaments. 

\r\n

TRAVEL

\r\n

For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.

\r\nPROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL\r\n\r\nThe competitive season culminates with the Ontario Lacrosse Festival in early August, where provincial championships are held for all age divisions.  This event is held in Durham Region (Whitby, Oshawa, Clarington, Ajax, Pickering).\r\n\r\n \r\n\r\n \r\n

 \"\"\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Competitive','','inherit','closed','closed','','1100-revision-v1','','','2020-09-06 14:04:22','2020-09-06 14:04:22','',1100,'http://quintelacrosse.com/1100-revision-v1/',0,'revision','',0),(4865,2,'2019-09-12 01:59:14','2019-09-12 01:59:14','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Competitive Lacrosse

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

\"\"

\r\n

Quinte Minor Lacrosse Association (a member of the Ontario Lacrosse Association) offers a representative lacrosse program as an opportunity for local players to compete at a higher level against teams from all over Ontario, NO EXPERIENCE NECESSARY.  Below you will find general information related to the participation in representative lacrosse.  Look for more information to be posted as the season nears, such as tryout dates and age groups.  For more information, contact quintelacrosse@gmail.com. 

\r\n \r\n

COST

\r\n

Approximately $700-$800 per player.  Teams are expected to find sponsorship and do fundraising to bring these costs down.

\r\n

SCHEDULE

\r\n

The competitive season schedule will begin in May and conclude at the Ontario Lacrosse Festival (provincial championships) at the beginning of August (specific dates depend on age division).  

\r\n

COMMITMENT

\r\n

Representative teams are expected to practice once a week and play 1 game per week up to a total of about 10-12 zone games.  Teams are also expected to enter 1 or 2 tournaments. 

\r\n

TRAVEL

\r\n

For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.

\r\nPROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL\r\n\r\nThe competitive season culminates with the Ontario Lacrosse Festival in early August, where provincial championships are held for all age divisions.  This event is held in Durham Region (Whitby, Oshawa, Clarington, Ajax, Pickering).\r\n\r\n \r\n\r\n \r\n

 \"\"\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Competitive','','inherit','closed','closed','','1100-revision-v1','','','2019-09-12 01:59:14','2019-09-12 01:59:14','',1100,'http://quintelacrosse.com/1100-revision-v1/',0,'revision','',0),(1102,1,'2018-11-29 18:27:39','2018-11-29 18:27:39','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

Support the Growth of Minor Lacrosse in the Quinte Region.\r\nBecome a QMLA Sponsor Today!\r\n2022 Sponsor Package Coming Soon!\r\nIf you are interested in finding out how you can help, please email us at quintelacrosse@gmail.com

\r\n\r\n

2019 League Sponsors

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

\"\"

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

TaskForce Engineering

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

24 Newberry Street, Suite 201\r\nBelleville, Ontario K8N 3N3

\r\n
\r\n
\r\n
\r\n
\r\n
Tel: 613-966-5600\r\nFax:  613-966-5701\r\ngeneralmail@taskforce-eng.com
\r\n
\r\n

 

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

Website

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

\"\"

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

Quinte Mat Rentals

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

 

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

Website

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

\"\"

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

KKP Belleville Design and Print Solutions

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

280 Coleman Street\r\nSuite 500\r\nBelleville, Ontario\r\nK8P 3H7

\r\n
\r\n
\r\n
\r\n
\r\n
Tel: 613-966-5974\r\nToll Free: 866-779-3066\r\nFax: 613-966-7933\r\ninfo@belleville.kkpcanada.ca
\r\n

 

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

website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Sponsors','','publish','closed','closed','','sponsors','','','2022-02-26 14:22:59','2022-02-26 19:22:59','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=1102',0,'page','',0),(5477,2,'2022-01-04 12:23:10','2022-01-04 17:23:10','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

Support the Growth of Minor Lacrosse in the Quinte Region.\r\nBecome a QMLA Sponsor Today!\r\nClick HERE to view our sponsorship options.

\r\n

 

\r\n\r\n

2019 League Sponsors

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

\"\"

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

Quinte Mat Rentals

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

 

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

Website

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

\"\"

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

KKP Belleville Design and Print Solutions

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

280 Coleman Street\r\nSuite 500\r\nBelleville, Ontario\r\nK8P 3H7

\r\n
\r\n
\r\n
\r\n
\r\n
Tel: 613-966-5974\r\nToll Free: 866-779-3066\r\nFax: 613-966-7933\r\ninfo@belleville.kkpcanada.ca
\r\n

 

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

website

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

\"\"

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

TaskForce Engineering

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

24 Newberry Street, Suite 201\r\nBelleville, Ontario K8N 3N3

\r\n
\r\n
\r\n
\r\n
\r\n
Tel: 613-966-5600\r\nFax:  613-966-5701\r\ngeneralmail@taskforce-eng.com
\r\n
\r\n

 

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

Website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Sponsors','','inherit','closed','closed','','1102-revision-v1','','','2022-01-04 12:23:10','2022-01-04 17:23:10','',1102,'https://quintelacrosse.com/?p=5477',0,'revision','',0),(2635,2,'2018-12-08 18:18:51','2018-12-08 18:18:51','
\r\n
\r\n
\r\n
\r\n
\r\n

Sponsors

\r\n

 

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

Sponsor Name

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

Contact Details

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

Website

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

Sponsor Name

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

Contact Details

\r\n

 

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

website

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

Sponsor Name

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

Contact Details

\r\n

 

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

Website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Sponsors','','inherit','closed','closed','','1102-revision-v1','','','2018-12-08 18:18:51','2018-12-08 18:18:51','',1102,'http://quintelacrosse.com/1102-revision-v1/',0,'revision','',0),(2621,2,'2018-12-08 18:18:31','2018-12-08 18:18:31','
\r\n
\r\n
\r\n
\r\n
\r\n

Sponsors

\r\n

 

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

Sponsor Name

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

Contact Details

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

Website

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

Sponsor Name

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

Contact Details

\r\n

 

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

website

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

Sponsor Name

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Contact Details

\r\n

 

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

Website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Sponsors','','inherit','closed','closed','','1102-revision-v1','','','2018-12-08 18:18:31','2018-12-08 18:18:31','',1102,'http://quintelacrosse.com/1102-revision-v1/',0,'revision','',0),(1103,1,'2018-11-29 18:27:39','2018-11-29 18:27:39','','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2018-11-29 18:27:39','2018-11-29 18:27:39','',1092,'http://quintelacrosseproject.altereddigital.com/1092-revision-v1/',0,'revision','',0),(1104,1,'2018-11-29 18:27:39','2018-11-29 18:27:39','','For New Players','','inherit','closed','closed','','1093-revision-v1','','','2018-11-29 18:27:39','2018-11-29 18:27:39','',1093,'http://quintelacrosseproject.altereddigital.com/1093-revision-v1/',0,'revision','',0),(1105,1,'2018-11-29 18:27:39','2018-11-29 18:27:39','','About OMLA House League','','inherit','closed','closed','','1094-revision-v1','','','2018-11-29 18:27:39','2018-11-29 18:27:39','',1094,'http://quintelacrosseproject.altereddigital.com/1094-revision-v1/',0,'revision','',0),(1106,1,'2018-11-29 18:27:39','2018-11-29 18:27:39','','Register Here!','','inherit','closed','closed','','1095-revision-v1','','','2018-11-29 18:27:39','2018-11-29 18:27:39','',1095,'http://quintelacrosseproject.altereddigital.com/1095-revision-v1/',0,'revision','',0),(1107,1,'2018-11-29 18:27:39','2018-11-29 18:27:39','','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2018-11-29 18:27:39','2018-11-29 18:27:39','',1096,'http://quintelacrosseproject.altereddigital.com/1096-revision-v1/',0,'revision','',0),(1108,1,'2018-11-29 18:27:39','2018-11-29 18:27:39','','OMLA Refund/Cancellation Policy','','inherit','closed','closed','','1097-revision-v1','','','2018-11-29 18:27:39','2018-11-29 18:27:39','',1097,'http://quintelacrosseproject.altereddigital.com/1097-revision-v1/',0,'revision','',0),(1109,1,'2018-11-29 18:27:39','2018-11-29 18:27:39','','OLA Release Procedures','','inherit','closed','closed','','1098-revision-v1','','','2018-11-29 18:27:39','2018-11-29 18:27:39','',1098,'http://quintelacrosseproject.altereddigital.com/1098-revision-v1/',0,'revision','',0),(1110,1,'2018-11-29 18:27:39','2018-11-29 18:27:39','','OLA Criminal Check Policy','','inherit','closed','closed','','1099-revision-v1','','','2018-11-29 18:27:39','2018-11-29 18:27:39','',1099,'http://quintelacrosseproject.altereddigital.com/1099-revision-v1/',0,'revision','',0),(1111,1,'2018-11-29 18:27:39','2018-11-29 18:27:39','','REP','','inherit','closed','closed','','1100-revision-v1','','','2018-11-29 18:27:39','2018-11-29 18:27:39','',1100,'http://quintelacrosseproject.altereddigital.com/1100-revision-v1/',0,'revision','',0),(1113,1,'2018-11-29 18:27:39','2018-11-29 18:27:39','','Sponsors','','inherit','closed','closed','','1102-revision-v1','','','2018-11-29 18:27:39','2018-11-29 18:27:39','',1102,'http://quintelacrosseproject.altereddigital.com/1102-revision-v1/',0,'revision','',0),(1114,1,'2022-03-01 09:32:58','2018-11-29 18:27:39',' ','','','publish','closed','closed','','1114','','','2022-03-01 09:32:58','2022-03-01 14:32:58','',0,'http://quintelacrosseproject.altereddigital.com/1114/',22,'nav_menu_item','',0),(1115,1,'2022-05-02 08:44:57','2018-11-29 18:27:39',' ','','','publish','closed','closed','','1115','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'http://quintelacrosseproject.altereddigital.com/1115/',42,'nav_menu_item','',0),(4116,2,'2018-12-22 01:37:24','2018-12-22 01:37:24','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n

 

\r\n

OLA Release Procedures

\r\n

 

\r\n

Player releases are only required for representative play.  They are not required for recreational (house league) play.

\r\n

Please send completed release requests to the QMLA President.

\r\n

Prior to any release request, the player must be registered with the association for the current year.  The OLA ‘Release Request Form’ must be used in all cases where a player wishes to be released from his/her current lacrosse association to play representative lacrosse with another association.  The Player, a Parent or Guardian must complete section 1 including all reasons and deliver it to the President of the association from which the release is requested, with a copy also being sent to the Zone Director/Commissioner.

\r\n

Only the information presented in section 1 will be considered.  New reasons for release will not be entertained at appeal level(s).

\r\n

The association must respond to the applicant within 72 hours to acknowledge receipt of the request for a release.  The Club then must set a date, time and location, (within a reasonable time frame), when the release hearing will be held (as approved by the Zone Director), in order that the applicant may be present to formally discuss the request.  The fee for a release request hearing at the club level shall NOT exceed $25.00.  At the hearing if the request is denied, the association must return the form with section 2 complete with written reasons for denying the request, and provide the applicant with the information necessary to take the request to the next level.

\r\n

Upon receipt of the updated “Release Request Form\" and the appeal fee (shall not exceed $100.00 as per OR7.04) the Zone/Commissioner must notify the applicant promptly, of the date, time and location of the next scheduled meeting of the Release Committee.  The player must attend this meeting to discuss the reasons for the release request.  The association representative must also be advised of the meeting in order that they can have representation at the meeting as well. If the request is again denied, the Zone/Commissioner must return the form with section 3 complete with written reasons for denying the request and provide the applicant with the information necessary to take the request to the OLA level.   When the OLA receives the updated “Release Request Form’\" and the appeal fee (shall not exceed $100.00 as per OR7.04) they must notify the applicant of the date, time and location of the next scheduled meeting of the OLA Appeals Committee.  The player must attend this meeting to discuss the reasons for the release request.  The Zone/Commissioner and association representative must also be advised of the meeting in order that they may have representation at the meeting, if they wish.  If the request is again denied, the player’s only option is to continue with his/her current association and try to resolve the differences that led to the request for a release.

\r\n

If at any level of these proceedings the release is granted (whether conditional or unconditional), the player must present the signed two-page form to the registrar of his new association, in order that it can be attached to the new registration form as proof of release.

\r\n

OLA Release Request Form – Minor Field

\r\n

OLA Release Request Form – Minor Box

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','OLA Release Procedures','','inherit','closed','closed','','1098-revision-v1','','','2018-12-22 01:37:24','2018-12-22 01:37:24','',1098,'http://quintelacrosse.com/1098-revision-v1/',0,'revision','',0),(4441,2,'2019-04-09 00:54:52','2019-04-09 00:54:52','','Quinte HL Midget 1','','publish','closed','closed','','quinte-hl-midget-1','','','2019-04-09 00:55:01','2019-04-09 00:55:01','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4441',0,'mstw_lm_team','',0),(4442,2,'2019-04-09 01:01:48','2019-04-09 01:01:48','','Northumberland HL Tyke 1','','publish','closed','closed','','northumberland-hl-tyke-1','','','2019-04-09 01:01:48','2019-04-09 01:01:48','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4442',0,'mstw_lm_team','',0),(4751,2,'2019-05-06 02:18:38','2019-05-06 02:18:38','','Quinte HL Paperweight 1','','publish','closed','closed','','quinte-hl-paperweight-1','','','2019-05-06 02:18:38','2019-05-06 02:18:38','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4751',0,'mstw_lm_team','',0),(4444,2,'2019-04-09 01:08:05','2019-04-09 01:08:05','','King Edward Park Arena','','publish','closed','closed','','king-edward-park-arena','','','2019-04-09 01:08:05','2019-04-09 01:08:05','',0,'http://quintelacrosse.com/?post_type=mstw_lm_venue&p=4444',0,'mstw_lm_venue','',0),(4445,2,'2019-04-09 01:09:47','2019-04-09 01:09:47','','W.J. Henderson Recreation Center','','publish','closed','closed','','w-j-henderson-recreation-center','','','2019-04-09 01:09:47','2019-04-09 01:09:47','',0,'http://quintelacrosse.com/?post_type=mstw_lm_venue&p=4445',0,'mstw_lm_venue','',0),(4446,2,'2019-04-09 01:11:59','2019-04-09 01:11:59','','2019-04-28 Northumberland HL Tyke 1 @ Quinte HL Tyke 1','','publish','closed','closed','','2019-04-28-northumberland-hl-tyke-1-quinte-hl-tyke-1','','','2019-04-09 01:11:59','2019-04-09 01:11:59','',0,'http://quintelacrosse.com/lm-game/2019-04-28-northumberland-hl-tyke-1-quinte-hl-tyke-1/',0,'mstw_lm_game','',0),(4447,2,'2019-04-09 01:11:59','2019-04-09 01:11:59','','2019-05-05 Northumberland HL Tyke 1 @ Quinte HL Tyke 1','','publish','closed','closed','','2019-05-05-northumberland-hl-tyke-1-quinte-hl-tyke-1','','','2019-04-27 16:48:24','2019-04-27 16:48:24','',0,'http://quintelacrosse.com/lm-game/2019-05-05-northumberland-hl-tyke-1-quinte-hl-tyke-1/',0,'mstw_lm_game','',0),(1122,1,'2022-05-02 08:44:57','2018-11-29 18:27:40',' ','','','publish','closed','closed','','1122','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'http://quintelacrosseproject.altereddigital.com/1122/',29,'nav_menu_item','',0),(2305,2,'2018-12-08 17:11:28','2018-12-08 17:11:28','
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','About QMLA House League','','inherit','closed','closed','','1094-revision-v1','','','2018-12-08 17:11:28','2018-12-08 17:11:28','',1094,'http://quintelacrosse.com/1094-revision-v1/',0,'revision','',0),(1124,1,'2018-11-29 18:27:40','2018-11-29 18:27:40',' ','','','publish','closed','closed','','1124','','','2020-01-06 03:40:12','2020-01-06 03:40:12','',0,'http://quintelacrosseproject.altereddigital.com/1124/',6,'nav_menu_item','',0),(1138,1,'2018-11-29 18:28:07','2018-11-29 18:28:07','','House League','','inherit','closed','closed','','123-revision-v1','','','2018-11-29 18:28:07','2018-11-29 18:28:07','',123,'http://quintelacrosseproject.altereddigital.com/123-revision-v1/',0,'revision','',0),(3730,2,'2018-12-10 15:01:23','2018-12-10 15:01:23','','Duncan McDonald Memorial Community Gardens','','publish','closed','closed','','duncan-mcdonald-memorial-community-gardens','','','2018-12-10 15:01:23','2018-12-10 15:01:23','',0,'http://quintelacrosse.com/?post_type=mstw_lm_venue&p=3730',0,'mstw_lm_venue','',0),(3751,2,'2018-12-10 15:29:26','2018-12-10 15:29:26','','Stirling-Rawdon Arena','','publish','closed','closed','','stirling-rawdon-arena','','','2018-12-10 15:29:26','2018-12-10 15:29:26','',0,'http://quintelacrosse.com/?post_type=mstw_lm_venue&p=3751',0,'mstw_lm_venue','',0),(3772,2,'2018-12-10 15:31:38','2018-12-10 15:31:38','','Dr. McMullen Recreation Centre','','publish','closed','closed','','dr-mcmullen-recreation-centre','','','2018-12-10 15:31:38','2018-12-10 15:31:38','',0,'http://quintelacrosse.com/?post_type=mstw_lm_venue&p=3772',0,'mstw_lm_venue','',0),(1378,1,'2018-12-13 17:15:38','2018-12-13 17:15:38','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Register Here!

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Register Here!','','inherit','closed','closed','','1095-autosave-v1','','','2018-12-13 17:15:38','2018-12-13 17:15:38','',1095,'http://quintelacrosseproject.altereddigital.com/1095-autosave-v1/',0,'revision','',0),(1379,1,'2018-11-29 18:58:48','2018-11-29 18:58:48','
\r\n
\r\n
\r\n
\r\n\r\n
\r\n
\r\n
\r\n
','Register Here!','','inherit','closed','closed','','1095-revision-v1','','','2018-11-29 18:58:48','2018-11-29 18:58:48','',1095,'http://quintelacrosseproject.altereddigital.com/1095-revision-v1/',0,'revision','',0),(4448,2,'2019-04-09 01:14:44','2019-04-09 01:14:44','','Northumberland HL Tyke 2','','publish','closed','closed','','northumberland-hl-tyke-2','','','2019-04-09 01:14:44','2019-04-09 01:14:44','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4448',0,'mstw_lm_team','',0),(4449,2,'2019-04-09 01:15:43','2019-04-09 01:15:43','','Northumberland HL Tyke 3','','publish','closed','closed','','northumberland-hl-tyke-3','','','2019-04-09 01:41:54','2019-04-09 01:41:54','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4449',0,'mstw_lm_team','',0),(4450,2,'2019-04-09 01:16:48','2019-04-09 01:16:48','','Northumberland HL Tyke 4','','publish','closed','closed','','northumberland-hl-tyke-4','','','2019-04-09 01:43:39','2019-04-09 01:43:39','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4450',0,'mstw_lm_team','',0),(4451,2,'2019-04-09 01:22:14','2019-04-09 01:22:14','','Northumberland HL Novice 1','','publish','closed','closed','','northumberland-hl-novice-1','','','2019-04-09 01:22:14','2019-04-09 01:22:14','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4451',0,'mstw_lm_team','',0),(4452,2,'2019-04-09 01:22:56','2019-04-09 01:22:56','','Northumberland HL Novice 2','','publish','closed','closed','','northumberland-hl-novice-2','','','2019-04-09 01:22:56','2019-04-09 01:22:56','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4452',0,'mstw_lm_team','',0),(4453,2,'2019-04-09 01:33:57','2019-04-09 01:33:57','','Northumberland HL Peewee 1','','publish','closed','closed','','northumberland-hl-peewee-1','','','2019-04-09 01:33:57','2019-04-09 01:33:57','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4453',0,'mstw_lm_team','',0),(4454,2,'2019-04-09 01:34:38','2019-04-09 01:34:38','','Northumberland HL Bantam 1','','publish','closed','closed','','northumberland-hl-bantam-1','','','2019-05-27 02:07:43','2019-05-27 02:07:43','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4454',0,'mstw_lm_team','',0),(4455,2,'2019-04-09 01:35:49','2019-04-09 01:35:49','','Kingston HL Tyke 1','','publish','closed','closed','','kingston-hl-tyke-1','','','2019-04-09 01:35:49','2019-04-09 01:35:49','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4455',0,'mstw_lm_team','',0),(4456,2,'2019-04-09 01:36:34','2019-04-09 01:36:34','','Kingston HL Novice 1','','publish','closed','closed','','kingston-hl-novice-1','','','2019-04-09 01:36:34','2019-04-09 01:36:34','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4456',0,'mstw_lm_team','',0),(4457,2,'2019-04-09 01:37:24','2019-04-09 01:37:24','','Kingston HL Bantam 1','','publish','closed','closed','','kingston-hl-bantam-1','','','2019-05-27 02:05:37','2019-05-27 02:05:37','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4457',0,'mstw_lm_team','',0),(4458,2,'2019-04-09 01:38:11','2019-04-09 01:38:11','','Kingston HL Midget 1','','publish','closed','closed','','kingston-hl-midget-1','','','2019-04-09 01:38:11','2019-04-09 01:38:11','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4458',0,'mstw_lm_team','',0),(4459,2,'2019-04-09 01:38:53','2019-04-09 01:38:53','','Tyendinaga HL Tyke 1','','publish','closed','closed','','tyendinaga-hl-tyke-1','','','2019-04-09 01:38:53','2019-04-09 01:38:53','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4459',0,'mstw_lm_team','',0),(4460,2,'2019-04-09 01:39:32','2019-04-09 01:39:32','','Tyendinaga HL Novice 1','','publish','closed','closed','','tyendinaga-hl-novice-1','','','2019-04-09 01:39:32','2019-04-09 01:39:32','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4460',0,'mstw_lm_team','',0),(4461,2,'2019-04-09 01:40:43','2019-04-09 01:40:43','','Tyendinaga HL Peewee 1','','publish','closed','closed','','tyendinaga-hl-peewee-1','','','2019-04-09 01:40:43','2019-04-09 01:40:43','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4461',0,'mstw_lm_team','',0),(4462,2,'2019-04-09 01:41:23','2019-04-09 01:41:23','','Tyendinaga HL Bantam 1','','publish','closed','closed','','tyendinaga-hl-bantam-1','','','2019-04-09 01:41:23','2019-04-09 01:41:23','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4462',0,'mstw_lm_team','',0),(4463,2,'2019-04-09 01:49:21','2019-04-09 01:49:21','','2019-05-01 Quinte HL Novice 1 @ Northumberland HL Novice 1','','publish','closed','closed','','2019-05-01-quinte-hl-novice-1-northumberland-hl-novice-1','','','2019-05-02 20:53:24','2019-05-02 20:53:24','',0,'http://quintelacrosse.com/lm-game/2019-05-01-quinte-hl-novice-1-northumberland-hl-novice-1/',0,'mstw_lm_game','',0),(4464,2,'2019-04-09 01:49:21','2019-04-09 01:49:21','','2019-04-28 Quinte HL Novice 2 @ Quinte HL Novice 1','','publish','closed','closed','','2019-04-28-quinte-hl-novice-2-quinte-hl-novice-1','','','2019-04-09 01:49:21','2019-04-09 01:49:21','',0,'http://quintelacrosse.com/lm-game/2019-04-28-quinte-hl-novice-2-quinte-hl-novice-1/',0,'mstw_lm_game','',0),(4466,2,'2019-04-09 01:49:21','2019-04-09 01:49:21','','2019-05-15 Quinte HL Novice 2 @ Northumberland HL Novice 2','','publish','closed','closed','','2019-05-15-quinte-hl-novice-2-northumberland-hl-novice-2','','','2019-04-17 04:27:34','2019-04-17 04:27:34','',0,'http://quintelacrosse.com/lm-game/2019-05-15-quinte-hl-novice-2-northumberland-hl-novice-2/',0,'mstw_lm_game','',0),(4467,2,'2019-04-09 01:52:51','2019-04-09 01:52:51','','2019-04-26 Quinte HL Peewee 2 @ Quinte HL Peewee 1','','publish','closed','closed','','2019-04-26-quinte-hl-peewee-2-quinte-hl-peewee-1','','','2019-04-09 01:52:51','2019-04-09 01:52:51','',0,'http://quintelacrosse.com/lm-game/2019-04-26-quinte-hl-peewee-2-quinte-hl-peewee-1/',0,'mstw_lm_game','',0),(4470,2,'2019-04-09 01:52:51','2019-04-09 01:52:51','','2019-05-15 Quinte HL Peewee 2 @ Northumberland HL Peewee 1','','publish','closed','closed','','2019-05-15-quinte-hl-peewee-2-northumberland-hl-peewee-1','','','2019-04-29 00:23:48','2019-04-29 00:23:48','',0,'http://quintelacrosse.com/lm-game/2019-05-15-quinte-hl-peewee-2-northumberland-hl-peewee-1/',0,'mstw_lm_game','',0),(4921,2,'2019-10-14 23:03:26','2019-10-14 23:03:26','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

House League Days of Play

\r\n

(Updated March 24th, 2019)

\r\n

Below are the tentative days of the week that each division will play.  Please note that the schedule is subject to change pending registration numbers, however, we will do our best to stick with what we have below.  Locations on some dates may change due to prior arena bookings.

\r\n

Peanut (2015/2016) – Saturdays at 9:00am\r\nPaperweight (2013/2014) – Saturdays at 10:00am\r\nTyke (2011/2012) – Sunday at 2:00pm\r\nNovice (2009/2010) – Sunday at 3:00pm\r\nPeewee (2006/2007/2008) – Friday at 6:00pm\r\nBantam/Midget (2003/2004/2005) – Friday at 7:00pm\r\n

\r\n

The season will begin on April 11th and conclude with the house league wrap-up on June 15th.

\r\n

All practices and games will be played out of Mackay pad at the QSWC.

\r\nNOTE:  The QMLA is currently in the planning stages with neighbouring associations Kingston, Tyendinaga and Northumberland to have some of our house league teams play against each other.  This may involve one or two trips for each team to play at their arena, as well as us hosting them at our arena.\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2019-10-14 23:03:26','2019-10-14 23:03:26','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(4922,2,'2019-10-14 23:05:06','2019-10-14 23:05:06','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

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

Paperweight Division 3v3 Mini-Game Lacrosse

\r\n

Quinte Minor Lacrosse offers a 3v3 mini-game (cross-floor) format to introduce the players at the paperweight age to lacrosse.  This program will provide all players with more opportunities to control and shoot the ball.  This is a non-contact program with an emphasis on learning the skills of the game and having FUN!

\r\n

Saturdays at 10am from April 13th to June 15 (note: start date updated).

\r\n

Want to \"Try Lacrosse\" before you buy, please register for our FREE clinics HERE

\r\n

For information on how to register, click HERE

\r\n

To register for house league play, click HERE

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

\"\"

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Paperweight 3v3','','inherit','closed','closed','','4218-revision-v1','','','2019-10-14 23:05:06','2019-10-14 23:05:06','',4218,'http://quintelacrosse.com/4218-revision-v1/',0,'revision','',0),(4923,2,'2019-10-14 23:05:43','2019-10-14 23:05:43','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

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

Paperweight Division 3v3 Mini-Game Lacrosse

\r\n

Quinte Minor Lacrosse offers a 3v3 mini-game (cross-floor) format to introduce the players at the paperweight age to lacrosse.  This program will provide all players with more opportunities to control and shoot the ball.  This is a non-contact program with an emphasis on learning the skills of the game and having FUN!

\r\n

Saturdays at 10am from April 13th to June 15 (note: start date updated).

\r\n

Want to \"Try Lacrosse\" before you buy, please register for our FREE clinics HERE

\r\n

For information on how to register, click HERE

\r\n

To register for house league play, click HERE

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

\"\"

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Paperweight 3v3','','inherit','closed','closed','','4218-revision-v1','','','2019-10-14 23:05:43','2019-10-14 23:05:43','',4218,'http://quintelacrosse.com/4218-revision-v1/',0,'revision','',0),(4808,2,'2019-05-13 19:54:03','2019-05-13 19:54:03','','2019-05-15 Northumberland HL Bantam 1 @ Quinte HL Midget Interlock','','publish','closed','closed','','2019-05-15-northumberland-hl-bantam-1-quinte-hl-midget-interlock','','','2019-05-13 19:54:03','2019-05-13 19:54:03','',0,'http://quintelacrosse.com/lm-game/2019-05-15-northumberland-hl-bantam-1-quinte-hl-midget-interlock/',0,'mstw_lm_game','',0),(4811,2,'2019-05-14 01:26:41','2019-05-14 01:26:41','','2019-05-16 Quinte HL Midget Interlock @ Kingston HL Bantam 1','','publish','closed','closed','','2019-05-16-quinte-hl-midget-interlock-kingston-hl-midget-1','','','2019-05-14 01:31:47','2019-05-14 01:31:47','',0,'http://quintelacrosse.com/lm-game/2019-05-16-quinte-hl-midget-interlock-kingston-hl-midget-1/',0,'mstw_lm_game','',0),(4812,2,'2019-05-14 01:28:36','2019-05-14 01:28:36','','2019-05-16 Quinte HL Bantam Interlock @ Kingston HL Bantam 1','','publish','closed','closed','','2019-05-16-quinte-hl-bantam-interlock-kingston-hl-bantam-1','','','2019-05-14 01:28:36','2019-05-14 01:28:36','',0,'http://quintelacrosse.com/lm-game/2019-05-16-quinte-hl-bantam-interlock-kingston-hl-bantam-1/',0,'mstw_lm_game','',0),(4181,2,'2019-01-08 02:48:24','2019-01-08 02:48:24','','QuinteMatRentals','','inherit','open','closed','','quintematrentals','','','2019-01-08 02:51:26','2019-01-08 02:51:26','',1102,'http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals.jpg',0,'attachment','image/jpeg',0),(1424,1,'2018-11-29 19:07:06','2018-11-29 19:07:06','
\n
\n
\n
\n

\n\n
\n
\n

We are industry leaders. We will get the job done.

\n
\n
\n
\n
\n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\n

Get Started

\n\n
\n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\n\n
\n
\n
\n
\n\n
\n\n
\n
\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\n\n
\n
\n
\n
\n
','OMLA Refund/Cancellation Policy','','inherit','closed','closed','','1097-autosave-v1','','','2018-11-29 19:07:06','2018-11-29 19:07:06','',1097,'http://quintelacrosseproject.altereddigital.com/1097-autosave-v1/',0,'revision','',0),(1425,1,'2018-11-29 19:08:50','2018-11-29 19:08:50','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OMLA Refund/Cancellation Policy

\r\n

CANCELLATION POLICY

\r\n

PRE-SEASON

\r\n

Registration Fee

\r\n

Less – 15%

\r\n

AFTER SEASON STARTS

\r\n

Registration Fee

\r\n

Less – 15%

\r\n

Less – 10 % per week of house league past (No refunds after 2nd week of House League)

\r\n

There is a $10 NSF charge for any returned cheques

\r\n

There is also a $25 Player Release fee.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','OMLA Refund/Cancellation Policy','','inherit','closed','closed','','1097-revision-v1','','','2018-11-29 19:08:50','2018-11-29 19:08:50','',1097,'http://quintelacrosseproject.altereddigital.com/1097-revision-v1/',0,'revision','',0),(1452,1,'2018-11-29 19:09:54','2018-11-29 19:09:54','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OMLA Refund & Cancellation Policy

\r\n

CANCELLATION POLICY

\r\n

PRE-SEASON

\r\n

Registration Fee

\r\n

Less – 15%

\r\n

AFTER SEASON STARTS

\r\n

Registration Fee

\r\n

Less – 15%

\r\n

Less – 10 % per week of house league past (No refunds after 2nd week of House League)

\r\n

There is a $10 NSF charge for any returned cheques

\r\n

There is also a $25 Player Release fee.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','OMLA Refund/Cancellation Policy','','inherit','closed','closed','','1097-revision-v1','','','2018-11-29 19:09:54','2018-11-29 19:09:54','',1097,'http://quintelacrosseproject.altereddigital.com/1097-revision-v1/',0,'revision','',0),(1479,1,'2018-11-29 19:11:56','2018-11-29 19:11:56','
\n
\n
\n
\n
\n
\n
  
\n
\n 
\n
\n
\n

 

\n

Registration is now open!

\n

Below are the fee schedule based on division:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Level/Years of Birth 2018 Lacrosse Fees 
Soft Lacrosse 2014/2015$85
Paperweight – 2012/2013$225
Tyke – 2010/2011$265
Novice -2008/2009$265
PeeWee – 2006/2007$265
Bantam – 2004/2005$265
Midget – 2002/2003$265
Intermediate – 1997-2001$265
\n

All registrations can be done on-line.  If you are registering a new player a copy of a birth certificate or health card must be uploaded along with the registration. Please see the main page of our website under Registration to find out how to do this.  You must also have a valid email address.

\n\n
\n
\n
\n
\n
','Registration Fees','','inherit','closed','closed','','1096-autosave-v1','','','2018-11-29 19:11:56','2018-11-29 19:11:56','',1096,'http://quintelacrosseproject.altereddigital.com/1096-autosave-v1/',0,'revision','',0),(1480,1,'2018-11-29 19:12:49','2018-11-29 19:12:49','
\r\n
\r\n
\r\n
\r\n
\r\n
  
\r\n
\r\n

 2019 Registration Fees

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

 

\r\n

Registration is now open!

\r\n

Below are the fee schedule based on division:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Level/Years of Birth 2019 Lacrosse Fees 
Soft Lacrosse 2014/2015$85
Paperweight – 2012/2013$225
Tyke – 2010/2011$265
Novice -2008/2009$265
PeeWee – 2006/2007$265
Bantam – 2004/2005$265
Midget – 2002/2003$265
Intermediate – 1997-2001$265
\r\n

All registrations can be done on-line.  If you are registering a new player a copy of a birth certificate or health card must be uploaded along with the registration. Please see the main page of our website under Registration to find out how to do this.  You must also have a valid email address.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2018-11-29 19:12:49','2018-11-29 19:12:49','',1096,'http://quintelacrosseproject.altereddigital.com/1096-revision-v1/',0,'revision','',0),(1520,1,'2018-11-29 19:15:57','2018-11-29 19:15:57','
\n
\n
\n
\n

OLA Release Procedures

\n
\n
\n\nPlease send completed release requests to Paul Vivian @ President@Oshawalacrosse.ca\n\nPrior to any release request, the player must be registered with the association for the current year. This OLA ‘Release Request Form’ must be used in all cases where a player wishes to be released from his/her current Lacrosse association, to sign and play with another association. The Player, a Parent or Guardian must complete section 1 including all reasons and deliver it to the President of the association from which the release is requested, with a copy also being sent to the Zone Director/Commissioner.\n\n \n\nOnly the information presented in section 1 will be considered. New reasons for release will not be entertained at appeal level(s).\n\n \n\nThe association must respond to the applicant within 72 hours to acknowledge receipt of the request for a release. The Club then must set a date, time and location, (within a reasonable time frame), when the release hearing will be held (as approved by the Zone Director), in order that the applicant may be present to formally discuss the request; The fee for a release request hearing at the club level shall NOT exceed $25.00. Furthermore, there shall be NO fee for release requests that are House league only.  At the hearing if the request is denied, the association must return the form with section 2 complete with written reasons for denying the request, and provide the applicant with the information necessary to take the request to the next level.\n\n \n\nUpon receipt of the updated “Release Request Form’ and the appeal fee,\n\n(Fee shall not exceed $100.00 as per OR7.04) the Zone/Commissioner must notify the applicant promptly, of the date, time and location of the next scheduled meeting of the Release Committee. The player must attend this meeting to discuss the reasons for the release request. The association representative must also be advised of the meeting in order that they can have representation at the meeting as well. If the request is again denied, the Zone/Commissioner must return the form with section 3 complete with written reasons for denying the request and provide the applicant with the information necessary to take the request to the OLA level.  When the OLA receives the updated “Release Request Form’ and the appeal fee, (Fee shall not exceed $100.00 as per OR7.04) they must notify the applicant of the date, time and location of the next scheduled meeting of the OLA Appeals Committee. The player must attend this meeting to discuss the reasons for the release request. The Zone/Commissioner and association representative must also be advised of the meeting in order that they may have representation at the meeting, if they wish. If the request is again denied, the player’s only option is to continue with his/her current association and try to resolve the differences that led to the request for a release.\n\n \n\nIf at any level of these proceedings, the release is granted, (whether conditional or unconditional) the player must present the signed two-page form to the registrar of his new association, in order that it can be attached to the new registration form as proof of release.\n\nOLA Release Request Form – Minor Field\n\nOLA Release Request Form – Minor Box\n\n
\n
\n
\n
\n
','OLA Release Procedures','','inherit','closed','closed','','1098-autosave-v1','','','2018-11-29 19:15:57','2018-11-29 19:15:57','',1098,'http://quintelacrosseproject.altereddigital.com/1098-autosave-v1/',0,'revision','',0),(1521,1,'2018-11-29 19:17:06','2018-11-29 19:17:06','
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n

OLA Release Procedures

\r\n \r\n

Please send completed release requests to Paul Vivian @ President@Oshawalacrosse.ca

\r\n

Prior to any release request, the player must be registered with the association for the current year. This OLA ‘Release Request Form’ must be used in all cases where a player wishes to be released from his/her current Lacrosse association, to sign and play with another association. The Player, a Parent or Guardian must complete section 1 including all reasons and deliver it to the President of the association from which the release is requested, with a copy also being sent to the Zone Director/Commissioner.

\r\n \r\n\r\nOnly the information presented in section 1 will be considered. New reasons for release will not be entertained at appeal level(s).\r\n

 

\r\n

The association must respond to the applicant within 72 hours to acknowledge receipt of the request for a release. The Club then must set a date, time and location, (within a reasonable time frame), when the release hearing will be held (as approved by the Zone Director), in order that the applicant may be present to formally discuss the request; The fee for a release request hearing at the club level shall NOT exceed $25.00. Furthermore, there shall be NO fee for release requests that are House league only.  At the hearing if the request is denied, the association must return the form with section 2 complete with written reasons for denying the request, and provide the applicant with the information necessary to take the request to the next level.

\r\n \r\n\r\nUpon receipt of the updated “Release Request Form’ and the appeal fee,\r\n

(Fee shall not exceed $100.00 as per OR7.04) the Zone/Commissioner must notify the applicant promptly, of the date, time and location of the next scheduled meeting of the Release Committee. The player must attend this meeting to discuss the reasons for the release request. The association representative must also be advised of the meeting in order that they can have representation at the meeting as well. If the request is again denied, the Zone/Commissioner must return the form with section 3 complete with written reasons for denying the request and provide the applicant with the information necessary to take the request to the OLA level.  When the OLA receives the updated “Release Request Form’ and the appeal fee, (Fee shall not exceed $100.00 as per OR7.04) they must notify the applicant of the date, time and location of the next scheduled meeting of the OLA Appeals Committee. The player must attend this meeting to discuss the reasons for the release request. The Zone/Commissioner and association representative must also be advised of the meeting in order that they may have representation at the meeting, if they wish. If the request is again denied, the player’s only option is to continue with his/her current association and try to resolve the differences that led to the request for a release.

\r\n \r\n

If at any level of these proceedings, the release is granted, (whether conditional or unconditional) the player must present the signed two-page form to the registrar of his new association, in order that it can be attached to the new registration form as proof of release.

\r\n

OLA Release Request Form – Minor Field

\r\n

OLA Release Request Form – Minor Box

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','OLA Release Procedures','','inherit','closed','closed','','1098-revision-v1','','','2018-11-29 19:17:06','2018-11-29 19:17:06','',1098,'http://quintelacrosseproject.altereddigital.com/1098-revision-v1/',0,'revision','',0),(1548,1,'2018-11-29 19:18:27','2018-11-29 19:18:27','
\r\n
\r\n
\r\n
\r\n
\r\n

OLA Criminal Check Policy

\r\n \r\n

See attached for the policy. All peoples volunteering MUST abide this policy.

\r\n

Criminal Record Check Policy

\r\nOLA Offence Declaration – If you have your CRC completed, you need this every year after\r\n\r\n2018 CIR Letter – This will get you your CRC Check for $20\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','OLA Criminal Check Policy','','inherit','closed','closed','','1099-revision-v1','','','2018-11-29 19:18:27','2018-11-29 19:18:27','',1099,'http://quintelacrosseproject.altereddigital.com/1099-revision-v1/',0,'revision','',0),(1575,1,'2018-11-29 19:19:49','2018-11-29 19:19:49','
\r\n
\r\n
\r\n
\r\n
\r\n

House League Days of Play

\r\n

House League Days of Play Announced!!

\r\n

Peanut – Tuesday\r\nPaperweight – Monday / Thursday\r\nTyke – Tuesday / Thursday\r\nNovice – Monday / Wednesday\r\nPeewee – Monday / Wednesday\r\nSenior League – Tuesday

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2018-11-29 19:19:49','2018-11-29 19:19:49','',1092,'http://quintelacrosseproject.altereddigital.com/1092-revision-v1/',0,'revision','',0),(1615,1,'2018-11-29 19:21:42','2018-11-29 19:21:42','
\r\n
\r\n
\r\n
\r\n
\r\n

House League Days of Play

\r\n

House League Days of Play Announced!!

\r\n

Peanut – Tuesday\r\nPaperweight – Monday / Thursday\r\nTyke – Tuesday / Thursday\r\nNovice – Monday / Wednesday\r\nPeewee – Monday / Wednesday\r\nSenior League – Tuesday

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2018-11-29 19:21:42','2018-11-29 19:21:42','',1092,'http://quintelacrosseproject.altereddigital.com/1092-revision-v1/',0,'revision','',0),(4353,2,'2020-03-03 10:10:37','2020-03-03 10:10:37','
\r\n
\r\n\r\n \r\n\r\n \r\n

Quinte Minor Lacrosse Association is happy to be partnered with Duvall and Clark Sportswear and Equipment.  Duvall and Clark is a locally owned retailer of lacrosse equipment and supporter of Quinte Minor Lacrosse.  We recommend them when purchasing lacrosse protective equipment.

\r\n

Duvall and Clark Sportswear and Equipment\r\n274 Airport Pkwy, Belleville, ON K8N 4Z6

\r\n

Duvall and Clark Sportswear & Equipment Facebook Page

\r\n

Other retailers: Sportchek, Canadian Tire, Lax Shack, used ads (Kijiji, Marketplace, etc)

\r\n

For the equipment guidelines for players in Tyke through Midget, see the following:

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

OLA Equipment Guidelines

\r\nFor our Peanut and Paperweight programs, the following equipment is required:\r\n

Peanut (Soft Lacrosse)

\r\n

Helmet with facemask

\r\n

Lacrosse stick

\r\n

 

\r\n

Paperweight (cross floor 3v3 recreational)

\r\n

Helmet with facemask

\r\n

Gloves

\r\n

Mouthguard

\r\n

Lacrosse stick

\r\n

 

\r\n

Paperweight (full floor 5v5 representative)

\r\n

All equipment for recreational

\r\n

Shoulder pads

\r\n

Kidney pads

\r\n

Arm guards

\r\n \r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Equipment Requirements','','publish','open','open','','equipment-requirements','','','2022-04-22 08:40:55','2022-04-22 12:40:55','',0,'http://quintelacrosse.com/?p=4353',0,'post','',0),(4354,2,'2019-02-18 23:05:16','2019-02-18 23:05:16','','Oshawa paperweight','','inherit','open','closed','','oshawa-paperweight','','','2019-02-18 23:05:16','2019-02-18 23:05:16','',4353,'http://quintelacrosse.com/wp-content/uploads/2019/02/Oshawa-paperweight.jpg',0,'attachment','image/jpeg',0),(4355,2,'2019-02-18 23:07:59','2019-02-18 23:07:59','
\r\n
\r\n\r\n \r\n

\r\n\"\"

\r\n

For the equipment guidelines for players in Tyke through Midget, see the following:

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

OLA Equipment Guidelines

\r\n

For our Peanut and Paperweight programs, the following equipment is required:

\r\n

Peanut

\r\n

Helmet with facemask

\r\n

Gloves

\r\n

Mouthguard

\r\n

Lacrosse stick*

\r\n

Paperweight

\r\n

Helmet with facemask

\r\n

Gloves

\r\n

Mouthguard

\r\n

Lacrosse stick*

\r\n

Shoulder pads (optional)

\r\nKidney pads (optional)\r\n\r\nArm guards (optional)\r\n\r\n \r\n

* FREE lacrosse stick provided to the first 60 registrations from Peanut to Tyke

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Equipment Requirements','','inherit','closed','closed','','4353-revision-v1','','','2019-02-18 23:07:59','2019-02-18 23:07:59','',4353,'http://quintelacrosse.com/4353-revision-v1/',0,'revision','',0),(4356,2,'2022-04-22 08:40:31','2022-04-22 12:40:31','
\n
\n\n \n\n \n

Quinte Minor Lacrosse Association is happy to be partnered with Duvall and Clark Sportswear and Equipment.  Duvall and Clark is a locally owned retailer of lacrosse equipment and supporter of Quinte Minor Lacrosse.  We recommend them when purchasing lacrosse protective equipment.

\n

Duvall and Clark Sportswear and Equipment\n274 Airport Pkwy, Belleville, ON K8N 4Z6

\n

Duvall and Clark Sportswear & Equipment Facebook Page

\n

Other retailers: Sportchek, Canadian Tire, Lax Shack, used ads (Kijiji, Marketplace, etc)

\n

For the equipment guidelines for players in Tyke through Midget, see the following:

\n\n
\n
\n

OLA Equipment Guidelines

\nFor our Peanut and Paperweight programs, the following equipment is required:\n

Peanut (Soft Lacrosse)

\n

Helmet with facemask

\n

Lacrosse stick

\n

 

\n

Paperweight (cross floor 3v3 recreational)

\n

Helmet with facemask

\n

Gloves

\n

Mouthguard

\n

Lacrosse stick

\n

 

\n

Paperweight (full floor 5v5 representative)

\n

All equipment for recreational

\n

Shoulder pads

\n

Kidney pads

\n

Arm guards

\n \n

 

\n \n\n
\n
\n
\n
','Equipment Requirements','','inherit','closed','closed','','4353-autosave-v1','','','2022-04-22 08:40:31','2022-04-22 12:40:31','',4353,'http://quintelacrosse.com/4353-autosave-v1/',0,'revision','',0),(4357,2,'2019-02-19 02:17:49','2019-02-19 02:17:49','
\r\n
\r\n\r\n \r\n

\"\"

\r\n

 

\r\n

Quinte Minor Lacrosse Association is happy to be partnered with Duvall and Clark Sportswear and Equipment.  Duvall and Clark is a locally owned retailer of lacrosse equipment and supporter of Quinte Minor Lacrosse.  We recommend them when purchasing lacrosse protective equipment.

\r\n

Duvall and Clark Sportswear and Equipment\r\n274 Airport Pkwy, Belleville, ON K8N 4Z6

\r\n \r\n

For the equipment guidelines for players in Tyke through Midget, see the following:

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

OLA Equipment Guidelines

\r\n

For our Peanut and Paperweight programs, the following equipment is required:

\r\n

Peanut

\r\n

Helmet with facemask

\r\n

Gloves

\r\n

Mouthguard

\r\n

Lacrosse stick*

\r\n

Paperweight

\r\n

Helmet with facemask

\r\n

Gloves

\r\n

Mouthguard

\r\n

Lacrosse stick*

\r\n

Shoulder pads (optional)

\r\nKidney pads (optional)\r\n\r\nArm guards (optional)\r\n\r\n \r\n

* FREE lacrosse stick provided to the first 60 registrations from Peanut to Tyke

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Equipment Requirements','','inherit','closed','closed','','4353-revision-v1','','','2019-02-19 02:17:49','2019-02-19 02:17:49','',4353,'http://quintelacrosse.com/4353-revision-v1/',0,'revision','',0),(4364,2,'2019-02-22 16:30:55','2019-02-22 16:30:55','
\r\n
\r\n
\r\n
\r\n

Police Background Check

\r\n
\r\n

The Ontario Lacrosse Association is in a partnership agreement with Sterling Backcheck in an effort to expedite a cost-effective solution for volunteer screening.  Founded in 1975, Sterling Backcheck is an international provider of screening services, including criminal record checks, to the Canadian voluntary sector. 

\r\n

OLA members can now go online to obtain the necessary criminal record check for OLA registration. The fee to OLA members is $27.00 and most reports are prepared within 24 hours (and can be shared with various non-profit organizations).  All results are confidential to end users.

\r\n

Click on the link below to begin your background check:

\r\n

https://ontariolacrosse.com/administration/sterling-backcheck

\r\n \r\n

Alternatively, a Police Vulnerable Sector Check can be obtained through a third-party provider on the Belleville Police website for $20.00.  Click the following link to go there:

\r\n

https://www.policesolutions.ca/checks/services/belleville/index.php

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Volunteer Background Check','','inherit','closed','closed','','4358-revision-v1','','','2019-02-22 16:30:55','2019-02-22 16:30:55','',4358,'http://quintelacrosse.com/4358-revision-v1/',0,'revision','',0),(4365,2,'2019-02-22 16:31:43','2019-02-22 16:31:43','
\r\n
\r\n
\r\n
\r\n

Police Background Check

\r\n
\r\n

The Ontario Lacrosse Association is in a partnership agreement with Sterling Backcheck in an effort to expedite a cost-effective solution for volunteer screening.  Founded in 1975, Sterling Backcheck is an international provider of screening services, including criminal record checks, to the Canadian voluntary sector. 

\r\n

OLA members can now go online to obtain the necessary criminal record check for OLA registration. The fee to OLA members is $27.00 and most reports are prepared within 24 hours (and can be shared with various non-profit organizations).  All results are confidential to end users.

\r\n

Click on the link below to begin your background check:

\r\n

https://ontariolacrosse.com/administration/sterling-backcheck

\r\n \r\n

Alternatively, a Police Vulnerable Sector Check can be obtained through an online third-party provider on the Belleville Police website for $20.00.  Click the following link to go there:

\r\n

https://www.policesolutions.ca/checks/services/belleville/index.php

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Volunteer Background Check','','inherit','closed','closed','','4358-revision-v1','','','2019-02-22 16:31:43','2019-02-22 16:31:43','',4358,'http://quintelacrosse.com/4358-revision-v1/',0,'revision','',0),(4366,2,'2019-02-22 16:42:01','2019-02-22 16:42:01','
\r\n
\r\n
\r\n
\r\n

Police Background Check

\r\n

ALL bench staff (Rep & House League) are required to complete a police check in advance of the season.

\r\n

If you are new to coaching or volunteering with a team you will need to obtain a police vulnerable sector check (police background check).  You can do this through two online methods below.

\r\n

For returning coaches, you do not require a new background check.  Download the Offense Declaration Form below.  Complete and scan and email to our privacy officer.

\r\n

Offense Declaration Form

\r\n

 

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

The Ontario Lacrosse Association is in a partnership agreement with Sterling Backcheck in an effort to expedite a cost-effective solution for volunteer screening.  Founded in 1975, Sterling Backcheck is an international provider of screening services, including criminal record checks, to the Canadian voluntary sector. 

\r\n

OLA members can now go online to obtain the necessary criminal record check for OLA registration. The fee to OLA members is $27.00 and most reports are prepared within 24 hours (and can be shared with various non-profit organizations).  All results are confidential to end users.

\r\n

Click on the link below to begin your background check:

\r\n

https://ontariolacrosse.com/administration/sterling-backcheck

\r\n \r\n

Alternatively, a Police Vulnerable Sector Check can be obtained through an online third-party provider on the Belleville Police website for $20.00.  Click the following link to go there:

\r\n

https://www.policesolutions.ca/checks/services/belleville/index.php

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Volunteer Background Check','','inherit','closed','closed','','4358-revision-v1','','','2019-02-22 16:42:01','2019-02-22 16:42:01','',4358,'http://quintelacrosse.com/4358-revision-v1/',0,'revision','',0),(1630,1,'2018-11-29 19:29:44','2018-11-29 19:29:44','
\r\n
\r\n
\r\n
\r\n

The Quinte Bayhawks

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

Quinte Bayhawks Lacrosse is the newest minor lacrosse program in the Bay of Quinte Region.  Our goal is to provide the youth in our area the opportunity to learn and play Canada\'s National Summer Sport.

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','Welcome to Bayhawks Lacrosse!','','publish','open','open','','welcome-to-bayhawks-lacrosse','','','2021-06-16 02:40:20','2021-06-16 02:40:20','',0,'http://quintelacrosseproject.altereddigital.com/?p=1630',0,'post','',0),(5449,2,'2021-06-16 02:40:20','2021-06-16 02:40:20','
\r\n
\r\n
\r\n
\r\n

The Quinte Bayhawks

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

Quinte Bayhawks Lacrosse is the newest minor lacrosse program in the Bay of Quinte Region.  Our goal is to provide the youth in our area the opportunity to learn and play Canada\'s National Summer Sport.

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','Welcome to Bayhawks Lacrosse!','','inherit','closed','closed','','1630-revision-v1','','','2021-06-16 02:40:20','2021-06-16 02:40:20','',1630,'https://quintelacrosse.com/?p=5449',0,'revision','',0),(3651,2,'2018-12-09 21:36:19','2018-12-09 21:36:19','
\r\n
\r\n
\r\n
\r\n

\"\"

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

The Quinte Bayhawks

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

Quinte Bayhawks Lacrosse is the newest minor lacrosse program in the Bay of Quinte Region.  Our goal is to provide the youth in our area the opportunity to learn and play Canada\'s National Summer Sport.

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','Welcome to Bayhawks Lacrosse!','','inherit','closed','closed','','1630-revision-v1','','','2018-12-09 21:36:19','2018-12-09 21:36:19','',1630,'http://quintelacrosse.com/1630-revision-v1/',0,'revision','',0),(1645,1,'2018-11-29 19:29:44','2018-11-29 19:29:44','
\r\n
\r\n
\r\n
\r\n

\"\"

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

The Quinte Bayhawks

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

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Welcome to Bayhawks Lacrosse!','','inherit','closed','closed','','1630-revision-v1','','','2018-11-29 19:29:44','2018-11-29 19:29:44','',1630,'http://quintelacrosseproject.altereddigital.com/1630-revision-v1/',0,'revision','',0),(1691,1,'2018-11-29 19:36:09','2018-11-29 19:36:09','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Register Here!','','inherit','closed','closed','','1095-revision-v1','','','2018-11-29 19:36:09','2018-11-29 19:36:09','',1095,'http://quintelacrosseproject.altereddigital.com/1095-revision-v1/',0,'revision','',0),(1718,1,'2018-11-29 19:37:07','2018-11-29 19:37:07','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Register Here!','','inherit','closed','closed','','1095-revision-v1','','','2018-11-29 19:37:07','2018-11-29 19:37:07','',1095,'http://quintelacrosseproject.altereddigital.com/1095-revision-v1/',0,'revision','',0),(1745,1,'2018-11-29 19:37:27','2018-11-29 19:37:27','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Register Here!','','inherit','closed','closed','','1095-revision-v1','','','2018-11-29 19:37:27','2018-11-29 19:37:27','',1095,'http://quintelacrosseproject.altereddigital.com/1095-revision-v1/',0,'revision','',0),(1772,1,'2018-11-29 19:38:32','2018-11-29 19:38:32','
\r\n
\r\n
\r\n
\r\n
\r\n

For New Players

\r\n

Lacrosse is a great game that has a very long history in Canada! Learning to play lacrosse is as easy as learning to catch a ball, it really is. Anyone can learn to play lacrosse, even parents. With a little practice anyone can become very good at it. The Oshawa Minor Lacrosse Association will offer competitive and recreational box and field lacrosse programs for boys and girls aged 3-21. We want you to learn lacrosse and play it for the rest of your life. It truly is that kind of game.

\r\nIf you play other sports you will immediately see how those sports can contribute to your lacrosse skills – from football and basketball to baseball, soccer to hockey. Lacrosse has elements of all those sports from running, catching, shooting, playmaking and so on. Try it out, you will see! Here is a link to the basic box lacrosse rules.\r\n\r\nThe Canadian Lacrosse Association has developed a Parents and New Player Guideto explain a little history of the game, the various types of lacrosse and some of the equipment required to play those various forms. We recommend you read this guide over and if you have any questions contact us or ask your coach. One of the best things about ‘lacrosse people’ is that almost to a one we like to share this game. (it is a large 7 MB PDF file so it might take a few moments to load. You may require the free Adobe Acrobat Reader to view it)\r\n\r\nOf course, once you get started with lacrosse you will need the equipment. Most local sports stores carry lacrosse equipment, but we recommend The Lax Shack since they specialize in lacrosse equipment and have very knowledgeable staff.Here is a great source of information for new players and parents: the CLA Online Resource Centre.\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','For New Players','','inherit','closed','closed','','1093-revision-v1','','','2018-11-29 19:38:32','2018-11-29 19:38:32','',1093,'http://quintelacrosseproject.altereddigital.com/1093-revision-v1/',0,'revision','',0),(1839,1,'2018-11-29 19:40:17','2018-11-29 19:40:17','','About OMLA House League','','inherit','closed','closed','','1094-revision-v1','','','2018-11-29 19:40:17','2018-11-29 19:40:17','',1094,'http://quintelacrosseproject.altereddigital.com/1094-revision-v1/',0,'revision','',0),(1853,1,'2018-11-29 19:40:23','2018-11-29 19:40:23','
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','About OMLA House League','','inherit','closed','closed','','1094-revision-v1','','','2018-11-29 19:40:23','2018-11-29 19:40:23','',1094,'http://quintelacrosseproject.altereddigital.com/1094-revision-v1/',0,'revision','',0),(1883,1,'2018-11-29 19:45:17','2018-11-29 19:45:17','
\n
\n
\n
\n
\n

Sponsors

\n

 

\n\n
\n
\n
\n
\n
\n
\n

Sponsor Name

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\n\n
\n
\n

\n\n
\n
\n
\n

Contact Details

\n\n
\n
\n
\n
\n

Website

\n\n
\n
\n
\n
\n
\n
\n
\n
\n

Sponsor Name

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\n\n
\n
\n

\n\n
\n
\n

Contact 

\n

Speaker

\n\n
\n
\n
\n

website

\n\n
\n
\n
\n
\n
\n
\n
\n
\n

Title of Presentation

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\n\n
\n
\n

\n\n
\n
\n

Clarence Day

\n

Speaker

\n\n
\n
\n
\n

Website

\n\n
\n
\n
\n
\n
\n
\n
','Sponsors','','inherit','closed','closed','','1102-autosave-v1','','','2018-11-29 19:45:17','2018-11-29 19:45:17','',1102,'http://quintelacrosseproject.altereddigital.com/1102-autosave-v1/',0,'revision','',0),(1825,1,'2018-11-29 19:39:51','2018-11-29 19:39:51','
\r\n
\r\n
\r\n
\r\n
\r\n

About the Oshawa Blue Knights City League

\r\n

The Oshawa Minor Lacrosse Association ‘City Of Oshawa Lacrosse’ (COOL) league is the equivalent of a ‘house’ or ‘club’ league with teams comprised of OMLA registered players who compete in age appropriate divisions in a season that runs from mid-April to the end of June. At the end of the season there will be a City Championship Weekend with all teams vying for the title of City of Oshawa Lacrosse Champions.

\r\nCOOL will offer all players a place to play in a safe and constructive setting designed to enhance their experience in youth sport through the ideals that lacrosse should be fun; lacrosse should provide new challenges and learning; and that lacrosse is a great sport with which to make new friendships and strengthen existing ones. To realize these ideals the fundamental principle to observe is that the kids come first.\r\n\r\nThe City League will be the primary development mechanism to teach new players the basic skills of lacrosse and to provide new challenges to experienced players, all with a goal towards furthering player excellence in the sport. To this end, the concept of the ‘clinic’ is being developed to replace or enhance the traditional idea of ‘the practice.’ This will allow for a standard delivery of instruction over a wider group of participants. The overall guidance for all COOL lacrosse programs is developed within the parameters of the Long Term Athletic Development program as outlined here on the Canadian Lacrosse Association website for ‘Lacrosse for Life.’\r\n\r\nAs the main development environment, the goal of City League is to ensure that all players have equal access to all the benefits and experience offered by way of excellent coaching. In other words, City League coaches will not be given a bucket of balls, a set of jerseys and sent on their way. We believe that there is an ‘Oshawa way’ of playing lacrosse and that requires a consistent coaching program which will supplement existing OLA coach training programs. We encourage all interested persons to sign up to coach!\r\n\r\nView the links under the ‘City League’ for more information about this program.\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','About OMLA House League','','inherit','closed','closed','','1094-revision-v1','','','2018-11-29 19:39:51','2018-11-29 19:39:51','',1094,'http://quintelacrosseproject.altereddigital.com/1094-revision-v1/',0,'revision','',0),(1884,1,'2018-11-29 19:46:45','2018-11-29 19:46:45','
\r\n
\r\n
\r\n
\r\n
\r\n

Sponsors

\r\n

 

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

Sponsor Name

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

\"\"

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

Contact Details

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

Website

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

Sponsor Name

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

\"\"

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

Contact Details

\r\n

 

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

website

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

Sponsor Name

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

\"\"

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

Contact Details

\r\n

 

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

Website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Sponsors','','inherit','closed','closed','','1102-revision-v1','','','2018-11-29 19:46:45','2018-11-29 19:46:45','',1102,'http://quintelacrosseproject.altereddigital.com/1102-revision-v1/',0,'revision','',0),(1911,1,'2018-11-29 19:49:00','2018-11-29 19:49:00','
\r\n
\r\n
\r\n
\r\n
\r\n

Welcome

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR Vision

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Our CODE

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Mission StaTMENT

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\r\n

 

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

THE TEAM

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

Our Dedicated Team

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Maggie Lewis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Linda Bass
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Matt Davis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Alicia Moore
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Andy Miller
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Janet Clark
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

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

\"\"

\r\n

REEBOK

\r\n

     

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

\"\"

\r\n

STX

\r\n

     

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

\"\"

\r\n

WARRIOR

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2018-11-29 19:49:00','2018-11-29 19:49:00','',18,'http://quintelacrosseproject.altereddigital.com/18-revision-v1/',0,'revision','',0),(4167,2,'2019-01-07 23:30:12','2019-01-07 23:30:12','
\r\n
\r\n
\r\n
\r\n
\r\n
  
\r\n
\r\n

 

\r\n

 2019 Registration Fees

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

 

\r\n

Registration will open January 2019!

\r\n

Below is the fee schedule based on division:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Level/Years of Birth 2019 Lacrosse Fees 
Soft Lacrosse 2015/2016$75
Paperweight – 2013/2014$130
Tyke – 2011/2012$180
Novice -2009/2010$180
PeeWee – 2007/2008$180
Bantam – 2005/2006$180
Midget – 2003/2004$180
  
\r\n

All registrations can be done on-line.  If you are registering a new player a copy of a birth certificate or health card must be uploaded along with the registration. Please see the main page of our website under Registration to find out how to do this.  You must also have a valid email address.

\r\n

Please review our refund policy: QMLA Refund Policy 2019

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2019-01-07 23:30:12','2019-01-07 23:30:12','',1096,'http://quintelacrosse.com/1096-revision-v1/',0,'revision','',0),(4158,2,'2022-07-20 12:55:35','2022-07-20 16:55:35','
\n\n
\n
\n
\n
\n
\n

\"\"

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
 
\n

 

\n

[post_grid id=\"379\"]

\n\n
\n
\n
\n
\n
\n
\n\n[smartslider3 slider=4]\n\n
\n
\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\n
\n
\n
\n
\n

\"\"

\n\n
\n
\n
\n
\n

\"\"

\n

   

\n\n
\n
\n
\n
\n

\"\"

\n\n
\n
\n
\n
\n
','Home','','inherit','closed','closed','','18-autosave-v1','','','2022-07-20 12:55:35','2022-07-20 16:55:35','',18,'http://quintelacrosse.com/18-autosave-v1/',0,'revision','',0),(4344,2,'2019-02-07 14:55:32','2019-02-07 14:55:32','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

QUINTE BAYHAWKS LACROSSE

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

\"\"

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

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

OUR SPONSORS

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

\"\"

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

 

\r\n

\"\"

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-02-07 14:55:32','2019-02-07 14:55:32','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4131,2,'2019-01-04 22:13:27','2019-01-04 22:13:27','
\r\n
\r\n
\r\n
\r\n
\r\n

Welcome

\r\n

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

OUR SPONSORS

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-01-04 22:13:27','2019-01-04 22:13:27','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4130,2,'2019-01-04 22:06:42','2019-01-04 22:06:42','
\r\n
\r\n
\r\n
\r\n
 \r\n

Welcome

\r\n

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

OUR SPONSORS

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-01-04 22:06:42','2019-01-04 22:06:42','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4126,2,'2019-01-04 21:24:07','2019-01-04 21:24:07','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Welcome

\r\n

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

THE TEAM

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

Our Dedicated Team

\r\n

It takes a dedicated and committed group volunteers to run a fun and successful minor sports organization.  We need your help providing an exciting and memorable experience for our children.

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • President
  • \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Treasurer
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • VP / Registrar
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-01-04 21:24:07','2019-01-04 21:24:07','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4125,2,'2019-01-04 21:23:30','2019-01-04 21:23:30','','Equipment-Learn-How-To-Lacrosse-Stick-4','','inherit','open','closed','','equipment-learn-how-to-lacrosse-stick-4','','','2019-01-04 21:23:30','2019-01-04 21:23:30','',18,'http://quintelacrosse.com/wp-content/uploads/2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4.jpg',0,'attachment','image/jpeg',0),(2368,2,'2018-12-08 17:19:27','2018-12-08 17:19:27','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
Welcome to the home of the Quinte Minor Lacrosse Association - where the youth of Quinte region learn and play Canada\'s National Summer Sport!
\r\n
\r\n
\r\n
dddd
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR Vision

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Our CODE

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Mission StaTMENT

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\r\n

 

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

THE TEAM

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

Our Dedicated Team

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Maggie Lewis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Linda Bass
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Matt Davis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Alicia Moore
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Andy Miller
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Janet Clark
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

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

\"\"

\r\n

REEBOK

\r\n

     

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

\"\"

\r\n

STX

\r\n

     

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

\"\"

\r\n

WARRIORd

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2018-12-08 17:19:27','2018-12-08 17:19:27','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(2828,2,'2018-12-08 18:42:18','2018-12-08 18:42:18','
\r\n
\r\n
\r\n
\r\n
\r\n

Welcome

\r\n

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

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

OUR Vision

\r\n

To foster a love of the game of lacrosse while building positive memories and friendships that will last a lifetime.

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

Our CODE

\r\n

 

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

Mission StaTMENT

\r\n

 

\r\n

 

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

THE TEAM

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

Our Dedicated Team

\r\n

It takes a dedicated and committed group volunteers to run a fun and successful minor sports organization.  We need your help providing an exciting and memorable experience for our children.

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • President
  • \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Treasurer
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • VP / Registrar
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2018-12-08 18:42:18','2018-12-08 18:42:18','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(2429,2,'2018-12-08 17:32:48','2018-12-08 17:32:48','
\r\n
\r\n
\r\n
\r\n
\r\n

Welcome

\r\n

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

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

OUR Vision

\r\n

To foster a love of the game of lacrosse while building positive memories and friendships that will last a lifetime.

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

Our CODE

\r\n

 

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

Mission StaTMENT

\r\n

 

\r\n

 

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

THE TEAM

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

Our Dedicated Team

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Maggie Lewis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Linda Bass
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Matt Davis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Alicia Moore
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Andy Miller
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Janet Clark
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

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

\"\"

\r\n

REEBOK

\r\n

     

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

\"\"

\r\n

STX

\r\n

     

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

\"\"

\r\n

WARRIOR

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2018-12-08 17:32:48','2018-12-08 17:32:48','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(2415,2,'2018-12-08 17:29:44','2018-12-08 17:29:44','
\r\n
\r\n
\r\n
\r\n
\r\n

Welcome

\r\n

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.

\r\n

The QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

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

OUR Vision

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Our CODE

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Mission StaTMENT

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\r\n

 

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

THE TEAM

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

Our Dedicated Team

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Maggie Lewis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Linda Bass
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Matt Davis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Alicia Moore
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Andy Miller
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Janet Clark
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

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

\"\"

\r\n

REEBOK

\r\n

     

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

\"\"

\r\n

STX

\r\n

     

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

\"\"

\r\n

WARRIOR

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2018-12-08 17:29:44','2018-12-08 17:29:44','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(2388,2,'2018-12-08 17:20:08','2018-12-08 17:20:08','
\r\n
\r\n
\r\n
\r\n
\r\n

Welcome

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus.

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

\r\n\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR Vision

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Our CODE

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

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

Mission StaTMENT

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\r\n

 

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

THE TEAM

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

Our Dedicated Team

\r\n

Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Maggie Lewis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Linda Bass
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Matt Davis
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Alicia Moore
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Andy Miller
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Janet Clark
  • \r\n
  • (777) 765-4321
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

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

\"\"

\r\n

REEBOK

\r\n

     

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

\"\"

\r\n

STX

\r\n

     

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

\"\"

\r\n

WARRIOR

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2018-12-08 17:20:08','2018-12-08 17:20:08','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(2462,2,'2022-02-26 12:46:12','2022-02-26 17:46:12','
\n
\n
\n
\n
\n
  
\n
\n

 

\n

 2022 Registration Fees

\n

 

\n\n
\n
\n

Registration fees for 2022 will be posted when available.

\n

All registrations can be done on-line.  If you are registering a new player a copy of a birth certificate or health card must be uploaded along with the registration. For more information on how to register, click here.  You must also have a valid email address.

\n

Please review our refund policy:  QMLA Refund Policy

\n\n
\n
\n
\n
\n
','Registration Fees','','inherit','closed','closed','','1096-autosave-v1','','','2022-02-26 12:46:12','2022-02-26 17:46:12','',1096,'http://quintelacrosse.com/1096-autosave-v1/',0,'revision','',0),(5514,2,'2022-02-26 12:47:22','2022-02-26 17:47:22','[[\"DIVISION\",\"EARLY BIRD\\n(up to March 27th)\",\"REGULAR\\n(March 28th - April 9th)\"],[\"U5 - SOFT LACROSSE\\n(2018/2019)\",\"FREE!\",\"FREE!\"],[\"U7 - PAPERWEIGHT\\n(2016/2017)\",\"$165\",\"$190\"],[\"U9\\n(2014/2015)\",\"$190\",\"$215\"],[\"U11\\n(2012/2013)\",\"$190\",\"$215\"],[\"U13\\n(2010/2011)\",\"$205\",\"$230\"],[\"U15\\n(2008/2009)\",\"$205\",\"$230\"],[\"U17\\n(2006/2007)\",\"$220\",\"$245\"]]','Registration Fees','','publish','closed','closed','','registration-fees','','','2022-02-26 19:45:41','2022-02-27 00:45:41','',0,'https://quintelacrosse.com/?post_type=tablepress_table&p=5514',0,'tablepress_table','application/json',0),(5488,2,'2022-01-10 11:49:19','2022-01-10 16:49:19','
\r\n
\r\n
\r\n
\r\n
\r\n
  
\r\n
\r\n

 

\r\n

 2022 Registration Fees

\r\n

 

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

Registration fees for 2022 will be posted when available.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Division (Birth Year)Fee 
Soft Lacrosse (2018/2019)FREE! 
Paperweight (2016/2017)  
U9 (2014/2015)  
U11 (2012/2013)  
U13 (2010/2011)  
U15 (2008/2009)  
U17 (2006/2007)  
\r\n

All registrations can be done on-line.  If you are registering a new player a copy of a birth certificate or health card must be uploaded along with the registration. For more information on how to register, click here.  You must also have a valid email address.

\r\n

Please review our refund policy:  QMLA Refund Policy

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2022-01-10 11:49:19','2022-01-10 16:49:19','',1096,'https://quintelacrosse.com/?p=5488',0,'revision','',0),(2463,2,'2018-12-08 17:39:10','2018-12-08 17:39:10','
\r\n
\r\n
\r\n
\r\n
\r\n
  
\r\n
\r\n

 2019 Registration Fees

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

 

\r\n

Registration will open January 2019!

\r\n

Below are the fee schedule based on division:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Level/Years of Birth 2019 Lacrosse Fees 
Soft Lacrosse 2015/2016$75
Paperweight – 2013/2014$130
Tyke – 2011/2012$180
Novice -2009/2010$180
PeeWee – 2007/2008$180
Bantam – 2005/2006$180
Midget – 2003/2004$180
  
\r\n

All registrations can be done on-line.  If you are registering a new player a copy of a birth certificate or health card must be uploaded along with the registration. Please see the main page of our website under Registration to find out how to do this.  You must also have a valid email address.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2018-12-08 17:39:10','2018-12-08 17:39:10','',1096,'http://quintelacrosse.com/1096-revision-v1/',0,'revision','',0),(2496,2,'2022-02-26 12:36:39','2022-02-26 17:36:39','
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

QMLA Refund & Cancellation Policy

\n

Updated February 26, 2022

\n

Our refund / cancellation policy is as follows:

\n\n
    \n
  • Prior to April 8th 2022: Full Refund*
  • \n
  • From April 8th - April 22nd 2022: Full Refund*, less $35 admin fee
  • \n
  • After April 22nd 2022: No Refund
  • \n
\n

*Free stick and any other Association equipment MUST be returned BEFORE a refund is issued. ALL requests for refunds must be made in writing to the Registrar – registrar@quintelacrosse.com

\n\n
\n
\n
\n
\n
','QMLA Refund/Cancellation Policy','','inherit','closed','closed','','1097-autosave-v1','','','2022-02-26 12:36:39','2022-02-26 17:36:39','',1097,'http://quintelacrosse.com/1097-autosave-v1/',0,'revision','',0),(2497,2,'2018-12-08 17:43:43','2018-12-08 17:43:43','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

QMLA Refund & Cancellation Policy

\r\n

CANCELLATION POLICY

\r\n

PRE-SEASON

\r\n

Registration Fee

\r\n

Less – 15%

\r\n

AFTER SEASON STARTS

\r\n

Registration Fee

\r\n

Less – 15%

\r\n

Less – 10 % per week of house league past (no refunds after 2nd week of House League)

\r\n

There is a $10 NSF charge for any returned cheques.

\r\n

There is also a $25 Player Release Fee.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','QMLA Refund/Cancellation Policy','','inherit','closed','closed','','1097-revision-v1','','','2018-12-08 17:43:43','2018-12-08 17:43:43','',1097,'http://quintelacrosse.com/1097-revision-v1/',0,'revision','',0),(2543,2,'2022-02-26 16:22:49','2022-02-26 21:22:49','
\n
\n
\n
\n
\n

 

\n\n

 

\n

OLA Release Procedures

\n

 

\nRELEASES\n

The Quinte Minor Lacrosse Association has a fundamental commitment to the growth and development of the game of lacrosse in the Quinte region. The Association has a \'no release\' policy for players residing within the Quinte Minor Lacrosse Association boundaries. However, in special circumstances as determined by the QMLA executive, a release may be granted as long as it abides with the OLA and QMLA Constitution.

\n

Please note:

\n\n
    \n
  • When a release is granted the caliber of the player shall not enter the decision (MR3.07).
  • \n
  • Release requests cannot be submitted after May 1st of the current season (MR3.01).
  • \n
  • The player requesting the release must be registered with the QMLA prior to requesting the release and OLA approved for the current season prior to any participation (MR3.01).
  • \n
  • Any player who has not registered with their resident box association by the 3rd Sunday in March will be ineligable for a rep release (MR2.10)
  • \n
\nHOW DO YOU APPLY FOR A RELEASE?\n

The Player must first be registered (including payment) with QMLA.  The Player or Parent/Guardian must complete section 1 of the Ontario Lacrosse Association (OLA)  Release Request Form and deliver it to the QMLA President (Joe Fee), with a copy also being sent to the Zone 5 Director (Greg Rampley).

\n

NEXT STEPS:

\n

QMLA will respond within 72 hours to acknowledge receipt of the request and notify the player/guardian of the date & time of the release hearing.

\n

The QMLA has two options following the release hearing:

\n\n
    \n
  1. Approve the release and provide the applicant with the approved release form.
  2. \n
  3. Deny the release request and complete section 2 of the Release Request Form with written reasons for denying the request, and provide the applicant with the information necessary to take the request to the Zone
  4. \n
\n

If the release is denied by the QMLA:

\n\n
    \n
  • You can appeal your release to the Zone 5 Release Committee (there is an appeal fee).
  • \n
  • If the request is again denied the request can be taken to the OLA Appeals Committee (there is another fee for this).
  • \n
  • If the request is again denied, the player’ can either request a refund, or continue to play with his/her current association and try to resolve the differences that led to the request for a release.
  • \n
\nIf the release is granted at any point:\n
    \n
  • A refund will be given via the new SportzSoft online registration system less the admin fee.  The player must then re-register with the next closest club and deliver the signed two-page release form to the registrar of his/her new club as proof of release . The new club\'s registrar will record a comment in the online registration system indicating that confirmation of the release was received so that the Zone 5 registrar is aware.
  • \n
\n
\n
\n
\n
\n
','OLA Release Procedures','','inherit','closed','closed','','1098-autosave-v1','','','2022-02-26 16:22:49','2022-02-26 21:22:49','',1098,'http://quintelacrosse.com/1098-autosave-v1/',0,'revision','',0),(2544,2,'2018-12-08 17:58:27','2018-12-08 17:58:27','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n

OLA Release Procedures

\r\n

 

\r\n

Player releases are only required for representative play.  They are not required for recreational (house league) play.

\r\n

Please send completed release requests to Joe Fee at quintelacrosse@gmail.com.

\r\n

Prior to any release request, the player must be registered with the association for the current year.  The OLA ‘Release Request Form’ must be used in all cases where a player wishes to be released from his/her current lacrosse association to play representative lacrosse with another association.  The Player, a Parent or Guardian must complete section 1 including all reasons and deliver it to the President of the association from which the release is requested, with a copy also being sent to the Zone Director/Commissioner.

\r\n

Only the information presented in section 1 will be considered.  New reasons for release will not be entertained at appeal level(s).

\r\n

 

\r\n

The association must respond to the applicant within 72 hours to acknowledge receipt of the request for a release.  The Club then must set a date, time and location, (within a reasonable time frame), when the release hearing will be held (as approved by the Zone Director), in order that the applicant may be present to formally discuss the request.  The fee for a release request hearing at the club level shall NOT exceed $25.00.  At the hearing if the request is denied, the association must return the form with section 2 complete with written reasons for denying the request, and provide the applicant with the information necessary to take the request to the next level.

\r\n

 

\r\n

Upon receipt of the updated “Release Request Form\" and the appeal fee (shall not exceed $100.00 as per OR7.04) the Zone/Commissioner must notify the applicant promptly, of the date, time and location of the next scheduled meeting of the Release Committee.  The player must attend this meeting to discuss the reasons for the release request.  The association representative must also be advised of the meeting in order that they can have representation at the meeting as well. If the request is again denied, the Zone/Commissioner must return the form with section 3 complete with written reasons for denying the request and provide the applicant with the information necessary to take the request to the OLA level.   When the OLA receives the updated “Release Request Form’\" and the appeal fee (shall not exceed $100.00 as per OR7.04) they must notify the applicant of the date, time and location of the next scheduled meeting of the OLA Appeals Committee.  The player must attend this meeting to discuss the reasons for the release request.  The Zone/Commissioner and association representative must also be advised of the meeting in order that they may have representation at the meeting, if they wish.  If the request is again denied, the player’s only option is to continue with his/her current association and try to resolve the differences that led to the request for a release.

\r\n

 

\r\n

If at any level of these proceedings the release is granted (whether conditional or unconditional), the player must present the signed two-page form to the registrar of his new association, in order that it can be attached to the new registration form as proof of release.

\r\n

OLA Release Request Form – Minor Field

\r\n

OLA Release Request Form – Minor Box

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','OLA Release Procedures','','inherit','closed','closed','','1098-revision-v1','','','2018-12-08 17:58:27','2018-12-08 17:58:27','',1098,'http://quintelacrosse.com/1098-revision-v1/',0,'revision','',0),(2572,2,'2018-12-08 18:00:50','2018-12-08 18:00:50','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n

OLA Release Procedures

\r\n

 

\r\n

Player releases are only required for representative play.  They are not required for recreational (house league) play.

\r\n

Please send completed release requests to Joe Fee at quintelacrosse@gmail.com.

\r\n

Prior to any release request, the player must be registered with the association for the current year.  The OLA ‘Release Request Form’ must be used in all cases where a player wishes to be released from his/her current lacrosse association to play representative lacrosse with another association.  The Player, a Parent or Guardian must complete section 1 including all reasons and deliver it to the President of the association from which the release is requested, with a copy also being sent to the Zone Director/Commissioner.

\r\n

Only the information presented in section 1 will be considered.  New reasons for release will not be entertained at appeal level(s).

\r\n

The association must respond to the applicant within 72 hours to acknowledge receipt of the request for a release.  The Club then must set a date, time and location, (within a reasonable time frame), when the release hearing will be held (as approved by the Zone Director), in order that the applicant may be present to formally discuss the request.  The fee for a release request hearing at the club level shall NOT exceed $25.00.  At the hearing if the request is denied, the association must return the form with section 2 complete with written reasons for denying the request, and provide the applicant with the information necessary to take the request to the next level.

\r\n

Upon receipt of the updated “Release Request Form\" and the appeal fee (shall not exceed $100.00 as per OR7.04) the Zone/Commissioner must notify the applicant promptly, of the date, time and location of the next scheduled meeting of the Release Committee.  The player must attend this meeting to discuss the reasons for the release request.  The association representative must also be advised of the meeting in order that they can have representation at the meeting as well. If the request is again denied, the Zone/Commissioner must return the form with section 3 complete with written reasons for denying the request and provide the applicant with the information necessary to take the request to the OLA level.   When the OLA receives the updated “Release Request Form’\" and the appeal fee (shall not exceed $100.00 as per OR7.04) they must notify the applicant of the date, time and location of the next scheduled meeting of the OLA Appeals Committee.  The player must attend this meeting to discuss the reasons for the release request.  The Zone/Commissioner and association representative must also be advised of the meeting in order that they may have representation at the meeting, if they wish.  If the request is again denied, the player’s only option is to continue with his/her current association and try to resolve the differences that led to the request for a release.

\r\n

If at any level of these proceedings the release is granted (whether conditional or unconditional), the player must present the signed two-page form to the registrar of his new association, in order that it can be attached to the new registration form as proof of release.

\r\n

OLA Release Request Form – Minor Field

\r\n

OLA Release Request Form – Minor Box

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','OLA Release Procedures','','inherit','closed','closed','','1098-revision-v1','','','2018-12-08 18:00:50','2018-12-08 18:00:50','',1098,'http://quintelacrosse.com/1098-revision-v1/',0,'revision','',0),(2558,2,'2018-12-08 17:59:58','2018-12-08 17:59:58','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n

OLA Release Procedures

\r\n

 

\r\n

Player releases are only required for representative play.  They are not required for recreational (house league) play.

\r\n

Please send completed release requests to Joe Fee at quintelacrosse@gmail.com.

\r\n

Prior to any release request, the player must be registered with the association for the current year.  The OLA ‘Release Request Form’ must be used in all cases where a player wishes to be released from his/her current lacrosse association to play representative lacrosse with another association.  The Player, a Parent or Guardian must complete section 1 including all reasons and deliver it to the President of the association from which the release is requested, with a copy also being sent to the Zone Director/Commissioner.

\r\n

Only the information presented in section 1 will be considered.  New reasons for release will not be entertained at appeal level(s).

\r\n

 

\r\n

The association must respond to the applicant within 72 hours to acknowledge receipt of the request for a release.  The Club then must set a date, time and location, (within a reasonable time frame), when the release hearing will be held (as approved by the Zone Director), in order that the applicant may be present to formally discuss the request.  The fee for a release request hearing at the club level shall NOT exceed $25.00.  At the hearing if the request is denied, the association must return the form with section 2 complete with written reasons for denying the request, and provide the applicant with the information necessary to take the request to the next level.

\r\n

 

\r\n

Upon receipt of the updated “Release Request Form\" and the appeal fee (shall not exceed $100.00 as per OR7.04) the Zone/Commissioner must notify the applicant promptly, of the date, time and location of the next scheduled meeting of the Release Committee.  The player must attend this meeting to discuss the reasons for the release request.  The association representative must also be advised of the meeting in order that they can have representation at the meeting as well. If the request is again denied, the Zone/Commissioner must return the form with section 3 complete with written reasons for denying the request and provide the applicant with the information necessary to take the request to the OLA level.   When the OLA receives the updated “Release Request Form’\" and the appeal fee (shall not exceed $100.00 as per OR7.04) they must notify the applicant of the date, time and location of the next scheduled meeting of the OLA Appeals Committee.  The player must attend this meeting to discuss the reasons for the release request.  The Zone/Commissioner and association representative must also be advised of the meeting in order that they may have representation at the meeting, if they wish.  If the request is again denied, the player’s only option is to continue with his/her current association and try to resolve the differences that led to the request for a release.

\r\n

 

\r\n

If at any level of these proceedings the release is granted (whether conditional or unconditional), the player must present the signed two-page form to the registrar of his new association, in order that it can be attached to the new registration form as proof of release.

\r\n

OLA Release Request Form – Minor Field

\r\n

OLA Release Request Form – Minor Box

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','OLA Release Procedures','','inherit','closed','closed','','1098-revision-v1','','','2018-12-08 17:59:58','2018-12-08 17:59:58','',1098,'http://quintelacrosse.com/1098-revision-v1/',0,'revision','',0),(4367,2,'2019-02-22 17:16:46','2019-02-22 17:16:46','
\r\n
\r\n
\r\n
\r\n

Police Background Check

\r\n

According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:

\r\n

\"All OLA bench personnel (coaches, staff, trainers, etc.) and all OLA certified officials (box and field)\r\nwho are 18 years of age as of January 1st of the current year who coach or officiate athletes 17 years of age or\r\nyounger must submit a current Criminal Record Check (Vulnerable Criminal Record Check) (CRC) upon\r\nregistering for the current year. For previously approved individuals, an Offense Declaration must be submitted\r\nas per OR3.01(b). It is the position of the OLA that all OLA member clubs with additional registered volunteers\r\nwho have direct contact with athletes 17 years of age or younger also submit a CRC.\"

\r\n

 

\r\n

If you are new to coaching or volunteering with a team you will need to obtain a police vulnerable sector check (police background check).  You can do this through any one of the methods outlined below.  When complete, upload the PDF or image (JPG) of your completed form to your SportzSoft account profile.

\r\n

For returning coaches, you do not require a new background check.  Download the Offense Declaration Form below.  Complete and scan and email to our privacy officer.

\r\n

Offense Declaration Form

\r\n

If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it here.

\r\n

 

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

The Ontario Lacrosse Association is in a partnership agreement with Sterling Backcheck in an effort to expedite a cost-effective solution for volunteer screening.  Founded in 1975, Sterling Backcheck is an international provider of screening services, including criminal record checks, to the Canadian voluntary sector. 

\r\n

OLA members can now go online to obtain the necessary criminal record check for OLA registration. The fee to OLA members is $27.00 and most reports are prepared within 24 hours (and can be shared with various non-profit organizations).  All results are confidential to end users.

\r\n

Click on the link below to begin your background check:

\r\n

https://ontariolacrosse.com/administration/sterling-backcheck

\r\n

 

\r\n

Alternatively, you can obtain a background check through the police service serving your jurisdiction:

\r\n

If you are a resident of the City of Belleville (including Corbyville, Foxboro, Plainfield, Roslin and Thurlow) a Police Vulnerable Sector Check can be obtained through an online third-party provider on the Belleville Police website for $20.00.  Click the following link to go there:

\r\n

https://www.policesolutions.ca/checks/services/belleville/index.php

\r\n

If you are a resident of the City of Quinte West (including Frankford, Batawa and Bayside), visit the following website to obtain the necessary forms and information:

\r\n

OPP Criminal Record Checks and Police Checks

\r\n

If you are a resident of a different municipality than those above, visit the website of your local police jurisdiction for information on how to obtain a background check.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Volunteer Background Check','','inherit','closed','closed','','4358-revision-v1','','','2019-02-22 17:16:46','2019-02-22 17:16:46','',4358,'http://quintelacrosse.com/4358-revision-v1/',0,'revision','',0),(4368,2,'2019-02-22 17:17:21','2019-02-22 17:17:21','
\r\n
\r\n
\r\n
\r\n

Police Background Check (Vulnerable Sector Check)

\r\n

According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:

\r\n

\"All OLA bench personnel (coaches, staff, trainers, etc.) and all OLA certified officials (box and field)\r\nwho are 18 years of age as of January 1st of the current year who coach or officiate athletes 17 years of age or\r\nyounger must submit a current Criminal Record Check (Vulnerable Criminal Record Check) (CRC) upon\r\nregistering for the current year. For previously approved individuals, an Offense Declaration must be submitted\r\nas per OR3.01(b). It is the position of the OLA that all OLA member clubs with additional registered volunteers\r\nwho have direct contact with athletes 17 years of age or younger also submit a CRC.\"

\r\n

 

\r\n

If you are new to coaching or volunteering with a team you will need to obtain a police vulnerable sector check (police background check).  You can do this through any one of the methods outlined below.  When complete, upload the PDF or image (JPG) of your completed form to your SportzSoft account profile.

\r\n

For returning coaches, you do not require a new background check.  Download the Offense Declaration Form below.  Complete and scan and email to our privacy officer.

\r\n

Offense Declaration Form

\r\n

If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it here.

\r\n

 

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

The Ontario Lacrosse Association is in a partnership agreement with Sterling Backcheck in an effort to expedite a cost-effective solution for volunteer screening.  Founded in 1975, Sterling Backcheck is an international provider of screening services, including criminal record checks, to the Canadian voluntary sector. 

\r\n

OLA members can now go online to obtain the necessary criminal record check for OLA registration. The fee to OLA members is $27.00 and most reports are prepared within 24 hours (and can be shared with various non-profit organizations).  All results are confidential to end users.

\r\n

Click on the link below to begin your background check:

\r\n

https://ontariolacrosse.com/administration/sterling-backcheck

\r\n

 

\r\n

Alternatively, you can obtain a background check through the police service serving your jurisdiction:

\r\n

If you are a resident of the City of Belleville (including Corbyville, Foxboro, Plainfield, Roslin and Thurlow) a Police Vulnerable Sector Check can be obtained through an online third-party provider on the Belleville Police website for $20.00.  Click the following link to go there:

\r\n

https://www.policesolutions.ca/checks/services/belleville/index.php

\r\n

If you are a resident of the City of Quinte West (including Frankford, Batawa and Bayside), visit the following website to obtain the necessary forms and information:

\r\n

OPP Criminal Record Checks and Police Checks

\r\n

If you are a resident of a different municipality than those above, visit the website of your local police jurisdiction for information on how to obtain a background check.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Volunteer Background Check','','inherit','closed','closed','','4358-revision-v1','','','2019-02-22 17:17:21','2019-02-22 17:17:21','',4358,'http://quintelacrosse.com/4358-revision-v1/',0,'revision','',0),(4369,2,'2019-02-23 01:29:02','2019-02-23 01:29:02','','Volunteer CRC Letter 2019','','inherit','open','closed','','volunteer-crc-letter-2019','','','2019-02-23 01:29:02','2019-02-23 01:29:02','',0,'http://quintelacrosse.com/wp-content/uploads/2019/02/Volunteer-CRC-Letter-2019.pdf',0,'attachment','application/pdf',0),(4370,2,'2019-02-23 01:32:21','2019-02-23 01:32:21','
\r\n
\r\n
\r\n
\r\n

Police Background Check (Vulnerable Sector Check)

\r\n

According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:

\r\n

\"All OLA bench personnel (coaches, staff, trainers, etc.) and all OLA certified officials (box and field)\r\nwho are 18 years of age as of January 1st of the current year who coach or officiate athletes 17 years of age or\r\nyounger must submit a current Criminal Record Check (Vulnerable Criminal Record Check) (CRC) upon\r\nregistering for the current year. For previously approved individuals, an Offense Declaration must be submitted\r\nas per OR3.01(b). It is the position of the OLA that all OLA member clubs with additional registered volunteers\r\nwho have direct contact with athletes 17 years of age or younger also submit a CRC.\"

\r\n

 

\r\n

If you are new to coaching or volunteering with a team you will need to obtain a police vulnerable sector check (police background check).  You can do this through any one of the methods outlined below.  When complete, upload the PDF or image (JPG) of your completed form to your SportzSoft account profile.

\r\n

For returning coaches, you do not require a new background check.  Download the Offense Declaration Form below.  Complete and scan and email to our privacy officer.

\r\n

Offense Declaration Form

\r\n

If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it here.

\r\n

 

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

The Ontario Lacrosse Association is in a partnership agreement with Sterling Backcheck in an effort to expedite a cost-effective solution for volunteer screening.  Founded in 1975, Sterling Backcheck is an international provider of screening services, including criminal record checks, to the Canadian voluntary sector. 

\r\n

OLA members can now go online to obtain the necessary criminal record check for OLA registration. The fee to OLA members is $27.00 and most reports are prepared within 24 hours (and can be shared with various non-profit organizations).  All results are confidential to end users.

\r\n

Click on the link below to begin your background check:

\r\n

https://ontariolacrosse.com/administration/sterling-backcheck

\r\n

 

\r\n

Alternatively, you can obtain a background check through the police service serving your jurisdiction:

\r\n

If you are a resident of the City of Belleville (including Corbyville, Foxboro, Plainfield, Roslin and Thurlow) a Police Vulnerable Sector Check can be obtained through an online third-party provider on the Belleville Police website for $20.00.  Click the following link to go there:

\r\n

https://www.policesolutions.ca/checks/services/belleville/index.php

\r\n

If you are a resident of the City of Quinte West (including Frankford, Batawa and Bayside), visit the following website to obtain the necessary forms and information:

\r\n

OPP Criminal Record Checks and Police Checks

\r\n

If you are a resident of a different municipality than those above, visit the website of your local police jurisdiction for information on how to obtain a background check.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Volunteer Background Check','','inherit','closed','closed','','4358-revision-v1','','','2019-02-23 01:32:21','2019-02-23 01:32:21','',4358,'http://quintelacrosse.com/4358-revision-v1/',0,'revision','',0),(2620,2,'2022-01-04 12:24:49','2022-01-04 17:24:49','
\n
\n
\n
\n
\n

 

\n

Support the Growth of Minor Lacrosse in the Quinte Region.\nBecome a QMLA Sponsor Today!\n2022 Sponsor Package Coming Soon!\nIf you are interested in finding out how you can help, please email us at quintelacrosse@gmail.com

\n\n

2019 League Sponsors

\n
\n
\n
\n
\n
\n

\"\"

\n\n
\n
\n

Quinte Mat Rentals

\n\n
\n
\n
\n
\n
\n

 

\n\n
\n
\n
\n

Website

\n\n
\n
\n
\n
\n
\n
\n
\n

\"\"

\n\n
\n
\n

KKP Belleville Design and Print Solutions

\n\n
\n
\n
\n

280 Coleman Street\nSuite 500\nBelleville, Ontario\nK8P 3H7

\n
\n
\n
\n
\n
Tel: 613-966-5974\nToll Free: 866-779-3066\nFax: 613-966-7933\ninfo@belleville.kkpcanada.ca
\n

 

\n\n
\n
\n
\n
\n

website

\n\n
\n
\n
\n
\n
\n
\n
\n

\"\"

\n\n
\n
\n

TaskForce Engineering

\n\n
\n
\n
\n

24 Newberry Street, Suite 201\nBelleville, Ontario K8N 3N3

\n
\n
\n
\n
\n
Tel: 613-966-5600\nFax:  613-966-5701\ngeneralmail@taskforce-eng.com
\n
\n

 

\n\n
\n
\n
\n
\n
\n

Website

\n\n
\n
\n
\n
\n
\n
\n
','Sponsors','','inherit','closed','closed','','1102-autosave-v1','','','2022-01-04 12:24:49','2022-01-04 17:24:49','',1102,'http://quintelacrosse.com/1102-autosave-v1/',0,'revision','',0),(4182,2,'2019-01-08 02:53:47','2019-01-08 02:53:47','
\r\n
\r\n
\r\n
\r\n
\r\n

Sponsors

\r\n

 

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

\"\"

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

Quinte Mat Rentals

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

Contact Details

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

Website

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

Sponsor Name

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

Contact Details

\r\n

 

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

website

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

Sponsor Name

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

Contact Details

\r\n

 

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

Website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Sponsors','','inherit','closed','closed','','1102-revision-v1','','','2019-01-08 02:53:47','2019-01-08 02:53:47','',1102,'http://quintelacrosse.com/1102-revision-v1/',0,'revision','',0),(2693,2,'2018-12-08 18:27:33','2018-12-08 18:27:33','
\r\n
\r\n
\r\n
\r\n
\r\n

House League Days of Play

\r\n

House league days of play will be announced once arena times have been confirmed.

\r\n

Peanut – \r\nPaperweight – \r\nTyke – \r\nNovice – \r\nPeewee – \r\nSenior League – 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2018-12-08 18:27:33','2018-12-08 18:27:33','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(2726,2,'2019-01-05 03:26:56','2019-01-05 03:26:56','
\n
\n
\n
\n
\n
\n
\n
\n

Why Play Lacrosse?

\n

 

\n

At Quinte Minor Lacrosse, you’ll find many players and parents who are fanatical about the sport. Here are a few reasons why…

\n\n

Fun

\n

Lacrosse is fun to play and exciting to watch.  It is characterized by intense action, strategy, finesse and power.  It is a game with long, looping passes and short bullet-like shots: to catch a pass over the shoulder while running at full stride, to hit the top corner of the net while in full flight, or to stop a shot aimed low through a maze of players requires a range of skills unsurpassed in any other sport.  The wide open-nature of the game makes it a great spectator sport.

\n\n

Fitness

\n

Lacrosse is a game of speed and stamina – there’s no standing around in lacrosse.  With its back-and-forth nature, all lacrosse players, even goalies, are kept active.

\n

Lacrosse is a great way to build cardiovascular endurance, coordination, agility, and strength.  Kids who are tired out from running around sleep better, and those who have slept well have more energy to run around, be creative, and solve problems.

\n\n

Teamwork

\n

Team sports are an excellent way learn how to come together and work towards a common goal.  The players work, sweat, plan and play together. Overcoming obstacles within a team is also a good way to develop lifelong friendships.

\n

Like other team sports, lacrosse offers opportunities to develop leadership skills, social interaction skills, a sense of belonging and camaraderie, as well as physical skills, friendships, and respect for teammates, coaches, and officials.

\n\n

Cross Training

\n

The promotion of speed, stamina, sportsmanship and team play in lacrosse provides excellent cross-training for other sports like hockey, basketball and soccer.

\n

If hockey is your main sport, the QMLA invites hockey players from Belleville, Trenton and surrounding area to come play the fastest game on two feet! 

\n\n

HOCKEY PLAYERS BENEFIT FROM LACROSSE:

\n
    \n
  • stick handling creativity
  • \n
  • creativity in tight areas
  • \n
  • creativity of fakes, back passes and shots
  • \n
  • use of both hands
  • \n
  • reading the play offensively
  • \n
  • strong, dynamic defensive tactics
  • \n
  • builds up strength and endurance
  • \n
  • prevents sport burn-out by playing a new, fast-paced sport
  • \n
  • increases hand-eye coordination
  • \n
  • teaches players to be more aware of their surroundings
  • \n
  • reinforces the importance of quickness and agility around the net
  • \n
  • leadership skills
  • \n
  • scoring skills are honed by shooting at smaller targets and picking corners
  • \n
\n
\n
\n
\n\n \n\n
\n
\n
\n
','Why Play Lacrosse?','','inherit','closed','closed','','1093-autosave-v1','','','2019-01-05 03:26:56','2019-01-05 03:26:56','',1093,'http://quintelacrosse.com/1093-autosave-v1/',0,'revision','',0),(2741,2,'2018-12-08 18:32:38','2018-12-08 18:32:38','
\r\n
\r\n
\r\n
\r\n
\r\n

For New Players

\r\n

Lacrosse is a great game that has a very long history in Canada!  Learning to play lacrosse is as easy as learning to catch a ball, it really is.  Anyone can learn to play lacrosse, even parents.  With a little practice anyone can become very good at it.  The Quinte Minor Lacrosse Association will offer competitive and recreational box and field lacrosse programs for boys and girls aged 3-16.  We want you to learn lacrosse and play it for the rest of your life.  It truly is that kind of game.

\r\n

If you play other sports you will immediately see how those sports can contribute to your lacrosse skills – from football and basketball to baseball, soccer to hockey.  Lacrosse has elements of all those sports from running, catching, shooting, play-making and so on.  Try it out, you will see!  Here is a link to the basic box lacrosse rules.

\r\n

The Canadian Lacrosse Association has developed a Parents and New Player Guide to explain a little history of the game, the various types of lacrosse and some of the equipment required to play those various forms.  We recommend you read this guide over and if you have any questions contact us or ask your coach.  One of the best things about ‘lacrosse people’ is that we like to share this game.  (It is a large 7 MB PDF file so it might take a few moments to load.  You may require the free Adobe Acrobat Reader to view it)

\r\n

Of course, once you get started with lacrosse you will need the equipment.  Most local sports stores carry lacrosse equipment.  Here is a great source of information for new players and parents: the CLA Online Resource Centre.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','For New Players','','inherit','closed','closed','','1093-revision-v1','','','2018-12-08 18:32:38','2018-12-08 18:32:38','',1093,'http://quintelacrosse.com/1093-revision-v1/',0,'revision','',0),(2769,2,'2018-12-08 18:34:12','2018-12-08 18:34:12','
\r\n
\r\n
\r\n
\r\n
\r\n

For New Players

\r\n

Lacrosse is a great game that has a very long history in Canada!  Learning to play lacrosse is as easy as learning to catch a ball, it really is.  Anyone can learn to play lacrosse, even parents.  With a little practice anyone can become very good at it.  The Quinte Minor Lacrosse Association will offer competitive and recreational box and field lacrosse programs for boys and girls aged 3-16.  We want you to learn lacrosse and play it for the rest of your life.  It truly is that kind of game.

\r\n

If you play other sports you will immediately see how those sports can contribute to your lacrosse skills – from football and basketball to baseball, soccer to hockey.  Lacrosse has elements of all those sports from running, catching, shooting, play-making and so on.  Try it out, you will see!  Here is a link to the basic box lacrosse rules.

\r\n

The Canadian Lacrosse Association has developed a Parents and New Player Guideto explain a little history of the game, the various types of lacrosse and some of the equipment required to play those various forms.  We recommend you read this guide over and if you have any questions contact us or ask your coach.  One of the best things about ‘lacrosse people’ is that we like to share this game.  (It is a large 7 MB PDF file so it might take a few moments to load.  You may require the free Adobe Acrobat Readerto view it)

\r\n

Of course, once you get started with lacrosse you will need the equipment.  Most local sports stores carry lacrosse equipment.  Here is a great source of information for new players and parents: the CLA Online Resource Centre.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','For New Players','','inherit','closed','closed','','1093-revision-v1','','','2018-12-08 18:34:12','2018-12-08 18:34:12','',1093,'http://quintelacrosse.com/1093-revision-v1/',0,'revision','',0),(2853,2,'2022-05-02 08:44:57','2018-12-08 19:28:43','','Equipment Guidelines (Field)','','publish','closed','closed','','equipment-guidelines-field','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'http://quintelacrosse.com/equipment-guidelines-field/',44,'nav_menu_item','',0),(2920,2,'2019-01-28 23:54:33','2019-01-28 23:54:33','
\n
\n
\n
\n

 

\n

Register Here!

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
','Registration Coming Soon!','','inherit','closed','closed','','1095-autosave-v1','','','2019-01-28 23:54:33','2019-01-28 23:54:33','',1095,'http://quintelacrosse.com/1095-autosave-v1/',0,'revision','',0),(2992,2,'2018-12-08 19:44:11','2018-12-08 19:44:11','','Quinte HL Tyke 1','','publish','closed','closed','','2992','','','2019-04-09 00:39:47','2019-04-09 00:39:47','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=2992',0,'mstw_lm_team','',0),(3023,2,'2018-12-08 19:46:00','2018-12-08 19:46:00','','QSWC FDC','','publish','closed','closed','','qswc-fdc','','','2018-12-08 19:46:00','2018-12-08 19:46:00','',0,'http://quintelacrosse.com/?post_type=mstw_lm_venue&p=3023',0,'mstw_lm_venue','',0),(3044,2,'2018-12-08 19:46:36','2018-12-08 19:46:36','','QSWC Mackay','','publish','closed','closed','','qswc-mackay','','','2018-12-08 19:46:36','2018-12-08 19:46:36','',0,'http://quintelacrosse.com/?post_type=mstw_lm_venue&p=3044',0,'mstw_lm_venue','',0),(3126,2,'2018-12-08 19:50:05','2018-12-08 19:50:05','','Quinte HL Novice 1','','publish','closed','closed','','quinte-hl-novice-1','','','2019-04-09 00:40:38','2019-04-09 00:40:38','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=3126',0,'mstw_lm_team','',0),(3147,2,'2018-12-08 19:50:26','2018-12-08 19:50:26','','Quinte HL Novice 2','','publish','closed','closed','','quinte-hl-novice-2','','','2019-04-09 00:41:23','2019-04-09 00:41:23','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=3147',0,'mstw_lm_team','',0),(3793,2,'2018-12-10 15:32:58','2018-12-10 15:32:58','','Deseronto Community Recreation Centre','','publish','closed','closed','','deseronto-community-recreation-centre','','','2018-12-10 15:32:58','2018-12-10 15:32:58','',0,'http://quintelacrosse.com/?post_type=mstw_lm_venue&p=3793',0,'mstw_lm_venue','',0),(3814,2,'2018-12-10 16:14:01','2018-12-10 16:14:01','','Wellington District Community Centre','','publish','closed','closed','','wellington-district-community-centre','','','2018-12-10 16:14:01','2018-12-10 16:14:01','',0,'http://quintelacrosse.com/?post_type=mstw_lm_venue&p=3814',0,'mstw_lm_venue','',0),(3835,2,'2018-12-10 18:20:03','2018-12-10 18:20:03','','Prince Edward Community Centre','','publish','closed','closed','','prince-edward-community-centre','','','2018-12-10 18:20:03','2018-12-10 18:20:03','',0,'http://quintelacrosse.com/?post_type=mstw_lm_venue&p=3835',0,'mstw_lm_venue','',0),(3340,2,'2018-12-08 20:04:55','2018-12-08 20:04:55','','118','','inherit','open','closed','','118','','','2018-12-08 20:04:55','2018-12-08 20:04:55','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/118.jpg',0,'attachment','image/jpeg',0),(3341,2,'2018-12-08 20:04:58','2018-12-08 20:04:58','','119','','inherit','open','closed','','119','','','2018-12-08 20:29:10','2018-12-08 20:29:10','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/119.jpg',0,'attachment','image/jpeg',0),(3342,2,'2018-12-08 20:05:01','2018-12-08 20:05:01','','120','','inherit','open','closed','','120','','','2018-12-08 20:05:01','2018-12-08 20:05:01','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/120.jpg',0,'attachment','image/jpeg',0),(3343,2,'2018-12-08 20:05:04','2018-12-08 20:05:04','','121','','inherit','open','closed','','121','','','2018-12-08 20:05:04','2018-12-08 20:05:04','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/121.jpg',0,'attachment','image/jpeg',0),(3344,2,'2018-12-08 20:05:07','2018-12-08 20:05:07','','122','','inherit','open','closed','','122','','','2018-12-08 20:05:07','2018-12-08 20:05:07','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/122.jpg',0,'attachment','image/jpeg',0),(3345,2,'2018-12-08 20:05:09','2018-12-08 20:05:09','','123','','inherit','open','closed','','123','','','2018-12-08 20:05:09','2018-12-08 20:05:09','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/123.jpg',0,'attachment','image/jpeg',0),(3346,2,'2018-12-08 20:05:12','2018-12-08 20:05:12','','124','','inherit','open','closed','','124','','','2018-12-08 20:29:23','2018-12-08 20:29:23','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/124.jpg',0,'attachment','image/jpeg',0),(3347,2,'2018-12-08 20:05:14','2018-12-08 20:05:14','','126','','inherit','open','closed','','126','','','2019-03-13 01:04:23','2019-03-13 01:04:23','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/126.jpg',0,'attachment','image/jpeg',0),(3348,2,'2018-12-08 20:05:15','2018-12-08 20:05:15','','127','','inherit','open','closed','','127','','','2018-12-08 20:05:15','2018-12-08 20:05:15','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/127.jpg',0,'attachment','image/jpeg',0),(3349,2,'2018-12-08 20:05:16','2018-12-08 20:05:16','','128','','inherit','open','closed','','128-2','','','2018-12-08 20:05:16','2018-12-08 20:05:16','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/128.jpg',0,'attachment','image/jpeg',0),(3350,2,'2018-12-08 20:05:17','2018-12-08 20:05:17','','129','','inherit','open','closed','','129-2','','','2018-12-08 20:05:17','2018-12-08 20:05:17','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/129.jpg',0,'attachment','image/jpeg',0),(3351,2,'2018-12-08 20:05:18','2018-12-08 20:05:18','','130','','inherit','open','closed','','130','','','2018-12-08 20:05:18','2018-12-08 20:05:18','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/130.jpg',0,'attachment','image/jpeg',0),(3352,2,'2018-12-08 20:05:19','2018-12-08 20:05:19','','131','','inherit','open','closed','','131','','','2018-12-08 20:05:19','2018-12-08 20:05:19','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/131.jpg',0,'attachment','image/jpeg',0),(3353,2,'2018-12-08 20:05:20','2018-12-08 20:05:20','','132','','inherit','open','closed','','132','','','2018-12-08 20:05:20','2018-12-08 20:05:20','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/132.jpg',0,'attachment','image/jpeg',0),(3354,2,'2018-12-08 20:05:21','2018-12-08 20:05:21','','133','','inherit','open','closed','','133','','','2018-12-08 20:28:32','2018-12-08 20:28:32','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/133.jpg',0,'attachment','image/jpeg',0),(3355,2,'2018-12-08 20:05:22','2018-12-08 20:05:22','','134','','inherit','open','closed','','134','','','2018-12-08 20:25:25','2018-12-08 20:25:25','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/134.jpg',0,'attachment','image/jpeg',0),(3356,2,'2018-12-08 20:05:23','2018-12-08 20:05:23','','135','','inherit','open','closed','','135','','','2018-12-08 20:25:39','2018-12-08 20:25:39','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/135.jpg',0,'attachment','image/jpeg',0),(3357,2,'2018-12-08 20:05:24','2018-12-08 20:05:24','','136','','inherit','open','closed','','136','','','2018-12-08 20:10:50','2018-12-08 20:10:50','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/136.jpg',0,'attachment','image/jpeg',0),(3358,2,'2018-12-08 20:05:25','2018-12-08 20:05:25','','137','','inherit','open','closed','','137','','','2018-12-08 20:11:06','2018-12-08 20:11:06','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/137.jpg',0,'attachment','image/jpeg',0),(3359,2,'2018-12-08 20:05:28','2018-12-08 20:05:28','','111','','inherit','open','closed','','111','','','2018-12-08 20:05:28','2018-12-08 20:05:28','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/111.jpg',0,'attachment','image/jpeg',0),(3360,2,'2018-12-08 20:05:31','2018-12-08 20:05:31','','112','','inherit','open','closed','','112','','','2018-12-08 20:05:31','2018-12-08 20:05:31','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/112.jpg',0,'attachment','image/jpeg',0),(3361,2,'2018-12-08 20:05:34','2018-12-08 20:05:34','','113','','inherit','open','closed','','113','','','2018-12-08 20:28:43','2018-12-08 20:28:43','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/113.jpg',0,'attachment','image/jpeg',0),(3362,2,'2018-12-08 20:05:37','2018-12-08 20:05:37','','114','','inherit','open','closed','','114','','','2018-12-08 20:05:37','2018-12-08 20:05:37','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/114.jpg',0,'attachment','image/jpeg',0),(3363,2,'2018-12-08 20:05:40','2018-12-08 20:05:40','','115','','inherit','open','closed','','115','','','2018-12-08 20:05:40','2018-12-08 20:05:40','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/115.jpg',0,'attachment','image/jpeg',0),(3364,2,'2018-12-08 20:05:43','2018-12-08 20:05:43','','116','','inherit','open','closed','','116','','','2018-12-08 20:05:43','2018-12-08 20:05:43','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/116.jpg',0,'attachment','image/jpeg',0),(3365,2,'2018-12-08 20:05:47','2018-12-08 20:05:47','','117','','inherit','open','closed','','117','','','2018-12-08 20:05:47','2018-12-08 20:05:47','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/117.jpg',0,'attachment','image/jpeg',0),(5927,2,'2022-11-02 19:31:45','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2022-11-02 19:31:45','0000-00-00 00:00:00','',0,'http://quintelacrosse.com/?p=5927',0,'post','',0),(3415,2,'2018-12-08 20:11:18','2018-12-08 20:11:18','','','','publish','closed','closed','','f4b87f55ecaa50ae301514e310820561','','','2018-12-08 20:11:18','2018-12-08 20:11:18','',0,'http://quintelacrosse.com/f4b87f55ecaa50ae301514e310820561/',0,'oembed_cache','',0),(5926,2,'2022-10-22 11:56:40','2022-10-22 15:56:40','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Joe Fee

\r\n
President
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

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

Abby Leavitt

\r\n
VP / Registrar
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

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

Melissa Cybulskie

\r\n
Referee-in-Chief
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

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

Victoria Black

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

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

Chad Grubb

\r\n
Sponsorship / Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

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

Chris Brinklow

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

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

Katie Caslick

\r\n
Social Media / Fundraising
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','Board of Directors','','inherit','closed','closed','','4083-revision-v1','','','2022-10-22 11:56:40','2022-10-22 15:56:40','',4083,'http://quintelacrosse.com/?p=5926',0,'revision','',0),(3650,2,'2018-12-09 21:33:23','2018-12-09 21:33:23','
\n
\n
\n
\n

\"\"

\n\n
\n
\n

The Quinte Bayhawks

\n
\n
\n
\n\n
\n\n
\n
\n
\n

Quinte Bayhawks Lacrosse is the newest minor lacrosse program in the Bay of Quinte Region.  Our goal is to provide the youth in our area the opportunity to learn and play Canada\'s National Summer Sport.

\n\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n\n
\n
\n
\n
','Welcome to Bayhawks Lacrosse!','','inherit','closed','closed','','1630-autosave-v1','','','2018-12-09 21:33:23','2018-12-09 21:33:23','',1630,'http://quintelacrosse.com/1630-autosave-v1/',0,'revision','',0),(3987,2,'2022-02-26 15:42:34','2022-02-26 20:42:34','
\n
\n
\n
\n

 

\n
\n

2022 Recreational League Days of Play

\n

 

\n

 

\n

Below are the days of the week and times that each division will play.  All dates, times and locations are subject to change.

\n

NOTE: There is no lacrosse on the May long weekend! (Friday May 20th to Monday May 23rd)

\n

 

\n

[table id=1 /]

\n

 

\n\n
\n
\n
\n
\n
','House League Days of Play','','inherit','closed','closed','','1092-autosave-v1','','','2022-02-26 15:42:34','2022-02-26 20:42:34','',1092,'http://quintelacrosse.com/1092-autosave-v1/',0,'revision','',0),(3988,2,'2018-12-10 20:05:20','2018-12-10 20:05:20','
\r\n
\r\n
\r\n
\r\n
\r\n

House League Days of Play

\r\n

House league days of play will be announced once arena times have been confirmed.

\r\n

Peanut – \r\nPaperweight – \r\nTyke – \r\nNovice – \r\nPeewee – \r\nBantam –\r\nMidget - 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2018-12-10 20:05:20','2018-12-10 20:05:20','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(5380,2,'2021-03-31 18:54:03','2021-03-31 18:54:03','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2021 Recreational League Days of Play

\r\n

***UPDATED MARCH 29th 2021***

\r\n

 

\r\n

Below are the days of the week and times that each division will play.  All dates, times and locations are subject to change.

\r\n

Regular Floor Times (all at QSWC unless otherwise noted on schedule):

\r\n

Soft Lacrosse (2017/2018)            Saturdays, 9:30-10:05am, QSWC, May 1st - June 12th (no lacrosse May 22nd)\r\nPaperweight (2015/2016)              Saturdays, 10:20-11:00am, QSWC, May 1st - June 12th (no lacrosse May 22nd)

\r\n

U9 (2013/2014)                                Sundays, 2:00-3:00pm, QSWC, May 2nd - June 12th (no lacrosse May 23rd)\r\nU11 (2011/2012)                              Sundays, 3:00-4;00pm, QSWC, May 2nd - June 12th (no lacrosse May 23rd)\r\nU13 (2009/2010)                              Fridays, 6:00-7:00pm, QSWC, April 30th - June 12th (no lacrosse May 21st)\r\nU15 (2007/2008)                              Fridays, 7:00-8:00pm, QSWC, April 30th - June12th (no lacrosse May 21st)\r\n

\r\n

The first week of the schedule will be a development session with experienced instructors.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2021-03-31 18:54:03','2021-03-31 18:54:03','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(4007,2,'2018-12-10 21:21:08','2018-12-10 21:21:08','
\r\n
\r\n
\r\n
\r\n

 

\r\n

U9 Division

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

Bayhawks U9 House League

\r\n

2022

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

Welcome to the U9 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n[Best_Wordpress_Gallery id=\"5\" gal_title=\"All images\"]\r\n\r\n
\r\n
\r\n

\"\"

\r\n

 

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

Teams

\r\n

Click on a team below for schedule and results.

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

 Team 1 

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

 Team 2

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

 Team 3

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

 Team 4

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

 

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','U9 Division','','publish','closed','closed','','tyke-division','','','2022-02-26 15:18:18','2022-02-26 20:18:18','',0,'http://quintelacrosse.com/?page_id=4007',0,'page','',0),(4837,2,'2019-09-10 01:40:01','2019-09-10 01:40:01','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Tyke Division

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

Bayhawks Tyke House League

\r\n

2019

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

Welcome to the Tyke Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

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

\"\"

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

Teams

\r\n

Click on a team below for schedule and results.

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

 Team 1 

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

 

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

 

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','Tyke Division','','inherit','closed','closed','','4007-revision-v1','','','2019-09-10 01:40:01','2019-09-10 01:40:01','',4007,'http://quintelacrosse.com/4007-revision-v1/',0,'revision','',0),(4483,2,'2019-04-09 02:32:58','2019-04-09 02:32:58','
\r\n
\r\n
\r\n
\r\n

\r\n

Tyke Division

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

Bayhawks Tyke House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Tyke Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\n
\r\n
\r\n

\"\"

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

Teams

\r\n

Click on a team below for schedule and results.

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

Team 1

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

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

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Tyke Division','','inherit','closed','closed','','4007-revision-v1','','','2019-04-09 02:32:58','2019-04-09 02:32:58','',4007,'http://quintelacrosse.com/4007-revision-v1/',0,'revision','',0),(4013,2,'2018-12-10 21:21:08','2018-12-10 21:21:08','
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Tyke House League

\r\n

2019

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

Welcome to the Tyke Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

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

\"\"

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

Teams

\r\n

Click on a team below for schedule and results.

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

Team 1

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

Team 3

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

Team 2

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

Team 4

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Tyke Division','','inherit','closed','closed','','4007-revision-v1','','','2018-12-10 21:21:08','2018-12-10 21:21:08','',4007,'http://quintelacrosse.com/4007-revision-v1/',0,'revision','',0),(4012,2,'2018-12-10 21:11:50','2018-12-10 21:11:50','\n
\r\n
\r\n

Group Fitness Sessions

\r\n

Let Us Motivate You to Your Goals

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nAre you looking for extra motivation as you start or continue along your fitness journey? Whether you are interested in the challenges of an advance fitness class or looking for the fun of a music-based dance fitness class, we have a group fitness class that will help you reach your goals! A few of our most popular classes include: cardio and dance, mind and body, strength training, and cycling classes. Our cardio and dance classes incorporate a variety of aerobic exercises that are designed to burn calories while strengthening specific muscle groups. Mind and body classes focus on teaching you ways to simultaneously workout both your mind and body. By teaching your mind to relax, you can use exercise to find peaceful serenity. Our strength training classes focus on helping you to pack on the muscles. Cycling classes combine authentic cycling drills with motivating music; these classes are both fun and challenging workouts!\r\n\r\nTo better meet the needs of our customers demanding schedules, our classes are conveniently held seven days a week. We offer morning, afternoon, and evening classes; all you have to do is sign-up, bring your workout clothes, and get ready to reach your fitness goals today!\r\n\r\n
\r\n
\r\n

\"\"

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

\"\"

\r\n

\"\"

\r\n

\"\"

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

Classes

\r\n

Are you interested in learning more about one of our classes? Check out a few of our popular classes below.

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

Mind and Body

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

Strength Training

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

Cardio and Dance

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

Cycling

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

Zumba

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

Barre Classes

\r\n
\r\n
\r\n
\r\n
\r\n
\n','Classes','','inherit','closed','closed','','4007-revision-v1','','','2018-12-10 21:11:50','2018-12-10 21:11:50','',4007,'http://quintelacrosse.com/4007-revision-v1/',0,'revision','',0),(4185,2,'2019-01-12 14:18:31','2019-01-12 14:18:31','','Come & Try Lacrosse 2019 Poster','','inherit','open','closed','','come-try-lacrosse-2019-poster','','','2019-01-12 14:18:31','2019-01-12 14:18:31','',0,'http://quintelacrosse.com/wp-content/uploads/2019/01/Come-Try-Lacrosse-2019-Poster.jpg',0,'attachment','image/jpeg',0),(4950,2,'2019-10-20 23:39:41','2019-10-20 23:39:41','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

QUINTE WINTER LACROSSE SCHOOL

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

We are excited to announce Quinte Winter Lacrosse School, created to allow players to continue to develop their skills in the off-season!  Whether you are a first time player looking to learn to play before the season or a returning player looking to advance your skills in preparation for next season, this program will allow you to learn from the pros!  Nationwide Lacrosse - featuring National Lacrosse League players Shawn and Turner Evans of the Rochester Knighthawks - will bring their skill and knowledge to the Quinte region, teaching our young players what it takes to be successful and have fun playing lacrosse!

\r\n

Who:  all players born between 2006 and 2014\r\nWhen:  Mondays at 5pm (2010-2014) and 6pm (2006-2009) from January 20th to March 2nd (except Family Day)\r\nWhere:  Loyalist SportsDome (court side)\r\nCost:  $135 for 6 weeks of lacrosse instruction from top professional lacrosse players

\r\n

Register now!  Limited spots are available.

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

\"\"

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

\"\"

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

SHAWN EVANS

\r\n

 

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

TURNER EVANS

\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • 2x National Lacrosse Leauge MVP
  • \r\n
  • 2x World Indoor Lacrosse Gold Medal
  • \r\n
  • 7x Mann Cup champion
  • \r\n
  • Current member of NLL Rochester Knightawks
  • \r\n
\r\n
\r\n
\r\n
    \r\n
  • 10th overall selection 2015 NLL draft
  • \r\n
  • 3x Mann Cup champion
  • \r\n
  • NCAA Division 1 at Ohio State University
  • \r\n
  • Current member of NLL Rochester Knighthawks
  • \r\n
\r\n
\r\n
\r\n
\r\n
','Quinte Lacrosse School Information','','inherit','closed','closed','','4947-revision-v1','','','2019-10-20 23:39:41','2019-10-20 23:39:41','',4947,'http://quintelacrosse.com/4947-revision-v1/',0,'revision','',0),(4018,1,'2018-12-13 17:16:14','2018-12-13 17:16:14','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Register Here!

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Register Here!','','inherit','closed','closed','','1095-revision-v1','','','2018-12-13 17:16:14','2018-12-13 17:16:14','',1095,'http://quintelacrosse.com/1095-revision-v1/',0,'revision','',0),(4019,1,'2018-12-13 17:16:47','2018-12-13 17:16:47','
\r\n
\r\n
\r\n
\r\n
\r\n
  
\r\n
\r\n

 

\r\n

 2019 Registration Fees

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

 

\r\n

Registration will open January 2019!

\r\n

Below are the fee schedule based on division:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Level/Years of Birth 2019 Lacrosse Fees 
Soft Lacrosse 2015/2016$75
Paperweight – 2013/2014$130
Tyke – 2011/2012$180
Novice -2009/2010$180
PeeWee – 2007/2008$180
Bantam – 2005/2006$180
Midget – 2003/2004$180
  
\r\n

All registrations can be done on-line.  If you are registering a new player a copy of a birth certificate or health card must be uploaded along with the registration. Please see the main page of our website under Registration to find out how to do this.  You must also have a valid email address.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2018-12-13 17:16:47','2018-12-13 17:16:47','',1096,'http://quintelacrosse.com/1096-revision-v1/',0,'revision','',0),(4020,1,'2018-12-13 17:17:31','2018-12-13 17:17:31','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

QMLA Refund & Cancellation Policy

\r\n

CANCELLATION POLICY

\r\n

PRE-SEASON

\r\n

Registration Fee

\r\n

Less – 15%

\r\n

AFTER SEASON STARTS

\r\n

Registration Fee

\r\n

Less – 15%

\r\n

Less – 10 % per week of house league past (no refunds after 2nd week of House League)

\r\n

There is a $10 NSF charge for any returned cheques.

\r\n

There is also a $25 Player Release Fee.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','QMLA Refund/Cancellation Policy','','inherit','closed','closed','','1097-revision-v1','','','2018-12-13 17:17:31','2018-12-13 17:17:31','',1097,'http://quintelacrosse.com/1097-revision-v1/',0,'revision','',0),(4021,1,'2018-12-13 17:17:54','2018-12-13 17:17:54','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

QMLA Refund & Cancellation Policy

\r\n

CANCELLATION POLICY

\r\n

PRE-SEASON

\r\n

Registration Fee

\r\n

Less – 15%

\r\n

AFTER SEASON STARTS

\r\n

Registration Fee

\r\n

Less – 15%

\r\n

Less – 10 % per week of house league past (no refunds after 2nd week of House League)

\r\n

There is a $10 NSF charge for any returned cheques.

\r\n

There is also a $25 Player Release Fee.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','QMLA Refund/Cancellation Policy','','inherit','closed','closed','','1097-revision-v1','','','2018-12-13 17:17:54','2018-12-13 17:17:54','',1097,'http://quintelacrosse.com/1097-revision-v1/',0,'revision','',0),(4022,1,'2018-12-13 17:18:25','2018-12-13 17:18:25','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

QMLA Refund & Cancellation Policy

\r\n

CANCELLATION POLICY

\r\n

PRE-SEASON

\r\n

Registration Fee

\r\n

Less – 15%

\r\n

AFTER SEASON STARTS

\r\n

Registration Fee

\r\n

Less – 15%

\r\n

Less – 10 % per week of house league past (no refunds after 2nd week of House League)

\r\n

There is a $10 NSF charge for any returned cheques.

\r\n

There is also a $25 Player Release Fee.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','QMLA Refund/Cancellation Policy','','inherit','closed','closed','','1097-revision-v1','','','2018-12-13 17:18:25','2018-12-13 17:18:25','',1097,'http://quintelacrosse.com/1097-revision-v1/',0,'revision','',0),(4023,1,'2018-12-13 17:19:09','2018-12-13 17:19:09','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n

 

\r\n

OLA Release Procedures

\r\n

 

\r\n

Player releases are only required for representative play.  They are not required for recreational (house league) play.

\r\n

Please send completed release requests to Joe Fee at quintelacrosse@gmail.com.

\r\n

Prior to any release request, the player must be registered with the association for the current year.  The OLA ‘Release Request Form’ must be used in all cases where a player wishes to be released from his/her current lacrosse association to play representative lacrosse with another association.  The Player, a Parent or Guardian must complete section 1 including all reasons and deliver it to the President of the association from which the release is requested, with a copy also being sent to the Zone Director/Commissioner.

\r\n

Only the information presented in section 1 will be considered.  New reasons for release will not be entertained at appeal level(s).

\r\n

The association must respond to the applicant within 72 hours to acknowledge receipt of the request for a release.  The Club then must set a date, time and location, (within a reasonable time frame), when the release hearing will be held (as approved by the Zone Director), in order that the applicant may be present to formally discuss the request.  The fee for a release request hearing at the club level shall NOT exceed $25.00.  At the hearing if the request is denied, the association must return the form with section 2 complete with written reasons for denying the request, and provide the applicant with the information necessary to take the request to the next level.

\r\n

Upon receipt of the updated “Release Request Form\" and the appeal fee (shall not exceed $100.00 as per OR7.04) the Zone/Commissioner must notify the applicant promptly, of the date, time and location of the next scheduled meeting of the Release Committee.  The player must attend this meeting to discuss the reasons for the release request.  The association representative must also be advised of the meeting in order that they can have representation at the meeting as well. If the request is again denied, the Zone/Commissioner must return the form with section 3 complete with written reasons for denying the request and provide the applicant with the information necessary to take the request to the OLA level.   When the OLA receives the updated “Release Request Form’\" and the appeal fee (shall not exceed $100.00 as per OR7.04) they must notify the applicant of the date, time and location of the next scheduled meeting of the OLA Appeals Committee.  The player must attend this meeting to discuss the reasons for the release request.  The Zone/Commissioner and association representative must also be advised of the meeting in order that they may have representation at the meeting, if they wish.  If the request is again denied, the player’s only option is to continue with his/her current association and try to resolve the differences that led to the request for a release.

\r\n

If at any level of these proceedings the release is granted (whether conditional or unconditional), the player must present the signed two-page form to the registrar of his new association, in order that it can be attached to the new registration form as proof of release.

\r\n

OLA Release Request Form – Minor Field

\r\n

OLA Release Request Form – Minor Box

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','OLA Release Procedures','','inherit','closed','closed','','1098-revision-v1','','','2018-12-13 17:19:09','2018-12-13 17:19:09','',1098,'http://quintelacrosse.com/1098-revision-v1/',0,'revision','',0),(4024,1,'2018-12-13 17:19:37','2018-12-13 17:19:37','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

OLA Criminal Check Policy

\r\n \r\n

See attached for the policy. All peoples volunteering MUST abide this policy.

\r\n

Criminal Record Check Policy

\r\nOLA Offence Declaration – If you have your CRC completed, you need this every year after\r\n\r\n2018 CIR Letter – This will get you your CRC Check for $20\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','OLA Criminal Check Policy','','inherit','closed','closed','','1099-revision-v1','','','2018-12-13 17:19:37','2018-12-13 17:19:37','',1099,'http://quintelacrosse.com/1099-revision-v1/',0,'revision','',0),(4025,1,'2018-12-13 17:20:04','2018-12-13 17:20:04','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

House League Days of Play

\r\n

House league days of play will be announced once arena times have been confirmed.

\r\n

Peanut – \r\nPaperweight – \r\nTyke – \r\nNovice – \r\nPeewee – \r\nBantam –\r\nMidget - 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2018-12-13 17:20:04','2018-12-13 17:20:04','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(4026,1,'2018-12-13 17:20:26','2018-12-13 17:20:26','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

For New Players

\r\n

Lacrosse is a great game that has a very long history in Canada!  Learning to play lacrosse is as easy as learning to catch a ball, it really is.  Anyone can learn to play lacrosse, even parents.  With a little practice anyone can become very good at it.  The Quinte Minor Lacrosse Association will offer competitive and recreational box and field lacrosse programs for boys and girls aged 3-16.  We want you to learn lacrosse and play it for the rest of your life.  It truly is that kind of game.

\r\n

If you play other sports you will immediately see how those sports can contribute to your lacrosse skills – from football and basketball to baseball, soccer to hockey.  Lacrosse has elements of all those sports from running, catching, shooting, play-making and so on.  Try it out, you will see!  Here is a link to the basic box lacrosse rules.

\r\n

The Canadian Lacrosse Association has developed a Parents and New Player Guideto explain a little history of the game, the various types of lacrosse and some of the equipment required to play those various forms.  We recommend you read this guide over and if you have any questions contact us or ask your coach.  One of the best things about ‘lacrosse people’ is that we like to share this game.  (It is a large 7 MB PDF file so it might take a few moments to load.  You may require the free Adobe Acrobat Readerto view it)

\r\n

Of course, once you get started with lacrosse you will need the equipment.  Most local sports stores carry lacrosse equipment.  Here is a great source of information for new players and parents: the CLA Online Resource Centre.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','For New Players','','inherit','closed','closed','','1093-revision-v1','','','2018-12-13 17:20:26','2018-12-13 17:20:26','',1093,'http://quintelacrosse.com/1093-revision-v1/',0,'revision','',0),(4027,1,'2018-12-13 17:21:00','2018-12-13 17:21:00','
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA House League

\r\n
\r\n
\r\n
\r\n
','About QMLA House League','','inherit','closed','closed','','1094-revision-v1','','','2018-12-13 17:21:00','2018-12-13 17:21:00','',1094,'http://quintelacrosse.com/1094-revision-v1/',0,'revision','',0),(4028,1,'2018-12-13 17:23:04','2018-12-13 17:23:04','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Tyke Division

\r\n

 

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

Bayhawks Tyke House League

\r\n

2019

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

Welcome to the Tyke Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

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

\"\"

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

Teams

\r\n

Click on a team below for schedule and results.

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

Team 1

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

Team 3

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

Team 2

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

Team 4

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Tyke Division','','inherit','closed','closed','','4007-revision-v1','','','2018-12-13 17:23:04','2018-12-13 17:23:04','',4007,'http://quintelacrosse.com/4007-revision-v1/',0,'revision','',0),(4029,1,'2018-12-13 17:26:48','2018-12-13 17:26:48','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Representative

\r\n
\r\n
\r\n
\r\n
','REP','','inherit','closed','closed','','1100-revision-v1','','','2018-12-13 17:26:48','2018-12-13 17:26:48','',1100,'http://quintelacrosse.com/1100-revision-v1/',0,'revision','',0),(5038,2,'2019-11-21 00:33:39','2019-11-21 00:33:39','','1574193467-purple_polo','','inherit','open','closed','','1574193467-purple_polo','','','2019-11-21 00:33:39','2019-11-21 00:33:39','',5022,'http://quintelacrosse.com/wp-content/uploads/2019/11/1574193467-purple_polo.jpg',0,'attachment','image/jpeg',0),(5039,2,'2019-11-21 00:33:45','2019-11-21 00:33:45','','1574193654-adult_vintage_hoodie','','inherit','open','closed','','1574193654-adult_vintage_hoodie','','','2019-11-21 00:33:45','2019-11-21 00:33:45','',5022,'http://quintelacrosse.com/wp-content/uploads/2019/11/1574193654-adult_vintage_hoodie.jpg',0,'attachment','image/jpeg',0),(5040,2,'2019-11-21 00:33:51','2019-11-21 00:33:51','','1574193887-vintage_performance_hoodie','','inherit','open','closed','','1574193887-vintage_performance_hoodie','','','2019-11-21 00:33:51','2019-11-21 00:33:51','',5022,'http://quintelacrosse.com/wp-content/uploads/2019/11/1574193887-vintage_performance_hoodie.jpg',0,'attachment','image/jpeg',0),(5041,2,'2019-11-21 00:33:57','2019-11-21 00:33:57','','1574194114-fullback_hat','','inherit','open','closed','','1574194114-fullback_hat','','','2019-11-21 00:33:57','2019-11-21 00:33:57','',5022,'http://quintelacrosse.com/wp-content/uploads/2019/11/1574194114-fullback_hat.jpg',0,'attachment','image/jpeg',0),(5042,2,'2019-11-21 00:34:03','2019-11-21 00:34:03','','1574194213-trucker_hat','','inherit','open','closed','','1574194213-trucker_hat','','','2019-11-21 00:34:03','2019-11-21 00:34:03','',5022,'http://quintelacrosse.com/wp-content/uploads/2019/11/1574194213-trucker_hat.jpg',0,'attachment','image/jpeg',0),(5043,2,'2019-11-21 00:34:07','2019-11-21 00:34:07','','1574194488-under_armour_quarter_zip','','inherit','open','closed','','1574194488-under_armour_quarter_zip','','','2019-11-21 00:34:07','2019-11-21 00:34:07','',5022,'http://quintelacrosse.com/wp-content/uploads/2019/11/1574194488-under_armour_quarter_zip.jpg',0,'attachment','image/jpeg',0),(5044,2,'2019-11-21 00:34:12','2019-11-21 00:34:12','','1574194771-workout_bundle_t','','inherit','open','closed','','1574194771-workout_bundle_t','','','2019-11-21 00:34:12','2019-11-21 00:34:12','',5022,'http://quintelacrosse.com/wp-content/uploads/2019/11/1574194771-workout_bundle_t.jpg',0,'attachment','image/jpeg',0),(5045,2,'2019-11-21 00:34:20','2019-11-21 00:34:20','','1574194939-board_toque','','inherit','open','closed','','1574194939-board_toque','','','2019-11-21 00:34:20','2019-11-21 00:34:20','',5022,'http://quintelacrosse.com/wp-content/uploads/2019/11/1574194939-board_toque.jpg',0,'attachment','image/jpeg',0),(5046,2,'2019-11-21 00:34:24','2019-11-21 00:34:24','','1574195115-pompom_toque','','inherit','open','closed','','1574195115-pompom_toque','','','2019-11-21 00:34:24','2019-11-21 00:34:24','',5022,'http://quintelacrosse.com/wp-content/uploads/2019/11/1574195115-pompom_toque.jpg',0,'attachment','image/jpeg',0),(5047,2,'2019-11-21 00:34:28','2019-11-21 00:34:28','','1574195263-lacrosse_bag','','inherit','open','closed','','1574195263-lacrosse_bag','','','2019-11-21 00:34:28','2019-11-21 00:34:28','',5022,'http://quintelacrosse.com/wp-content/uploads/2019/11/1574195263-lacrosse_bag.jpg',0,'attachment','image/jpeg',0),(5048,2,'2019-11-21 00:44:42','2019-11-21 00:44:42','
\r\n
\r\n
\r\n
\r\n

 

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

Show Your Pride With Quinte Bayhawks Apparel!

\r\n

T-shirts, long sleeves, hoodies, hats, and more.  Get yours now!.

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

\"\"

\r\n

\"\"

\r\n

\"\"

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

\"\"

\r\n

\"\"

\r\n

\"\"

\r\n

\"\"

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

\"\"

\r\n

\"\"

\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Bayhawks Apparel','','inherit','closed','closed','','5022-revision-v1','','','2019-11-21 00:44:42','2019-11-21 00:44:42','',5022,'http://quintelacrosse.com/5022-revision-v1/',0,'revision','',0),(5049,2,'2019-11-21 02:35:09','2019-11-21 02:35:09','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Show Your Pride With Quinte Bayhawks Apparel!

\r\n

T-shirts, long sleeves, hoodies, hats, and more.  Get yours now!\r\n(some items available in other colours - see store for details)

\r\n

CLICK HERE TO GO TO STORE

\r\n

IMPORTANT NOTE\r\n

\r\n

For all orders placed up to December 6th, they can be delivered at no charge. Details of the delivery will be communicated after they have been finalized. So when you are checking out please select “pick up in store” if you would like to take advantage of this. It will remove all of the shipping charges. Should you wish to have the order delivered directly to your home please do not check “pick up in store”

\r\n

 

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

\"\"

\r\n

\"\"

\r\n

\"\"

\r\n

 

\r\n

\"\"\"\"

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

\"\"

\r\n

\"\"

\r\n

\"\"

\r\n

\"\"\"\"

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

\"\"

\r\n

\"\"

\r\n

\"\"\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Bayhawks Apparel','','inherit','closed','closed','','5022-revision-v1','','','2019-11-21 02:35:09','2019-11-21 02:35:09','',5022,'http://quintelacrosse.com/5022-revision-v1/',0,'revision','',0),(5050,2,'2019-11-21 02:39:44','2019-11-21 02:39:44','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Show Your Pride With Quinte Bayhawks Apparel!

\r\n

T-shirts, long sleeves, hoodies, hats, and more.  Get yours now!\r\n(some items available in other colours - see store for details)

\r\n

CLICK HERE TO GO TO STORE

\r\n

IMPORTANT NOTE FOR CHRISTMAS ORDERS\r\n

\r\n

For all orders placed up to December 6th, they can be delivered at no charge. Details of the delivery will be communicated after they have been finalized. So when you are checking out please select “pick up in store” if you would like to take advantage of this. It will remove all of the shipping charges. Should you wish to have the order delivered directly to your home please do not check “pick up in store”

\r\n

 

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

\"\"

\r\n

\"\"

\r\n

\"\"

\r\n

 

\r\n

\"\"\"\"

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

\"\"

\r\n

\"\"

\r\n

\"\"

\r\n

\"\"\"\"

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

\"\"

\r\n

\"\"

\r\n

\"\"\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Bayhawks Apparel','','inherit','closed','closed','','5022-revision-v1','','','2019-11-21 02:39:44','2019-11-21 02:39:44','',5022,'http://quintelacrosse.com/5022-revision-v1/',0,'revision','',0),(4034,1,'2018-12-13 17:32:02','2018-12-13 17:32:02','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Sponsors

\r\n

 

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

Sponsor Name

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

Contact Details

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

Website

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

Sponsor Name

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

Contact Details

\r\n

 

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

website

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

Sponsor Name

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

Contact Details

\r\n

 

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

Website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Sponsors','','inherit','closed','closed','','1102-revision-v1','','','2018-12-13 17:32:02','2018-12-13 17:32:02','',1102,'http://quintelacrosse.com/1102-revision-v1/',0,'revision','',0),(4269,2,'2019-01-28 23:55:14','2019-01-28 23:55:14','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Register Here!

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Coming Soon!','','inherit','closed','closed','','1095-revision-v1','','','2019-01-28 23:55:14','2019-01-28 23:55:14','',1095,'http://quintelacrosse.com/1095-revision-v1/',0,'revision','',0),(4039,2,'2018-12-15 17:58:41','2018-12-15 17:58:41','','832906-coach-quotes','','inherit','open','closed','','832906-coach-quotes','','','2018-12-15 17:58:41','2018-12-15 17:58:41','',0,'http://quintelacrosse.com/wp-content/uploads/2018/12/832906-coach-quotes.jpg',0,'attachment','image/jpeg',0),(4227,2,'2019-01-21 01:45:18','2019-01-21 01:45:18','','Mini game','','inherit','open','closed','','mini-game-2','','','2019-01-21 01:45:18','2019-01-21 01:45:18','',4218,'http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-1.jpg',0,'attachment','image/jpeg',0),(4228,2,'2022-02-26 15:36:33','2022-02-26 20:36:33','
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

\"\"

\n\n
\n
\n

Paperweight Division 3v3 Mini-Game Lacrosse

\n

Quinte Minor Lacrosse offers a 3v3 mini-game (cross-floor) format to introduce the players at the paperweight age to lacrosse.  This program will provide all players with more opportunities to control, pass and shoot the ball.  This is a non-contact program with an emphasis on learning the skills of the game and having FUN!

\n

Equipment Required:\nHelmet\nGloves\nMouthguard\nLacrosse Stick\nRunning Shoes

\n

2022 Dates

\n

Saturdays, April 23rd to June 25th, 9:00am - 1:00am

\nEarly Bird Rate (until March 27th): $165\n

Regular Rate (March 28th to April 9th): $190

\n

For information on how to register, click HERE

\n

To register, click HERE

\n\n
\n
\n
\n

\"\"

\n\n
\n
\n
\n
\n

\"\"

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\n \n\n
\n
\n
\n
','Paperweight 3v3','','inherit','closed','closed','','4218-autosave-v1','','','2022-02-26 15:36:33','2022-02-26 20:36:33','',4218,'http://quintelacrosse.com/4218-autosave-v1/',0,'revision','',0),(4229,2,'2019-01-21 01:49:08','2019-01-21 01:49:08','
\r\n
\r\n
\r\n
\r\n

\"\"

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

Paperweight Division 3v3 Mini-Game Lacrosse

\r\n

Quinte Minor Lacrosse offers a 3v3 mini-game (cross-floor) format to introduce the players at the paperweight age to lacrosse.  This program will provide all players with more opportunities to control and shoot the ball.  This is a non-contact program with an emphasis on learning the skills of the game and having FUN!

\r\n

Saturdays at 10am from March 30 to June 15.

\r\n

Want to \"Try Lacrosse\" before you buy, please register for our FREE clinics HERE

\r\n

For information on how to register, click HERE

\r\n

House league registration will open in January.

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

\"\"

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Paperweight 3v3','','inherit','closed','closed','','4218-revision-v1','','','2019-01-21 01:49:08','2019-01-21 01:49:08','',4218,'http://quintelacrosse.com/4218-revision-v1/',0,'revision','',0),(4052,2,'2022-02-26 15:27:03','2022-02-26 20:27:03','
\n
\n
\n
\n

 

\n

U9 Division

\n \n\n
\n
\n
\n
\n
\n
\n
\n
\n

Bayhawks U9 House League

\n

2022

\n
\n
\n
\n
\n\n
\n\n
\n
\n
\n
\n

Welcome to the U9 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\n[Best_Wordpress_Gallery id=\"5\" gal_title=\"Tyke HL 2019\"]\n\n
\n
\n

\"\"

\n

 

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Teams

\n

Click on a team below for schedule and results.

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\n
\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 Team 1 

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 Team 2

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 Team 3

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 Team 4

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n\n
\n
\n
\n
','U9 Division','','inherit','closed','closed','','4007-autosave-v1','','','2022-02-26 15:27:03','2022-02-26 20:27:03','',4007,'http://quintelacrosse.com/4007-autosave-v1/',0,'revision','',0),(4053,2,'2018-12-18 17:00:57','2018-12-18 17:00:57','
\r\n
\r\n
\r\n\r\n
\r\n
\r\n
','Teams','','publish','closed','closed','','teams','','','2021-01-23 13:30:15','2021-01-23 13:30:15','',0,'http://quintelacrosse.com/?page_id=4053',0,'page','',0),(5340,2,'2021-01-23 13:30:15','2021-01-23 13:30:15','
\r\n
\r\n
\r\n\r\n
\r\n
\r\n
','Teams','','inherit','closed','closed','','4053-revision-v1','','','2021-01-23 13:30:15','2021-01-23 13:30:15','',4053,'http://quintelacrosse.com/4053-revision-v1/',0,'revision','',0),(4054,2,'2018-12-18 17:00:57','2018-12-18 17:00:57','
\r\n
\r\n\r\n
\r\n
','Teams','','inherit','closed','closed','','4053-revision-v1','','','2018-12-18 17:00:57','2018-12-18 17:00:57','',4053,'http://quintelacrosse.com/4053-revision-v1/',0,'revision','',0),(4055,2,'2022-03-01 09:32:58','2018-12-18 17:00:57',' ','','','publish','closed','closed','','4055','','','2022-03-01 09:32:58','2022-03-01 14:32:58','',0,'http://quintelacrosse.com/4055/',24,'nav_menu_item','',0),(4358,2,'2019-02-22 15:11:15','2019-02-22 15:11:15','
\r\n
\r\n
\r\n
\r\n

 

\r\n

 

\r\n

Police Background Check (Vulnerable Sector Check)

\r\n

According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:

\r\n

\"All OLA bench personnel (coaches, staff, trainers, etc.) and all OLA certified officials (box and field)\r\nwho are 18 years of age as of January 1st of the current year who coach or officiate athletes 17 years of age or\r\nyounger must submit a current Criminal Record Check (Vulnerable Criminal Record Check) (CRC) upon\r\nregistering for the current year. For previously approved individuals, an Offense Declaration must be submitted\r\nas per OR3.01(b). It is the position of the OLA that all OLA member clubs with additional registered volunteers\r\nwho have direct contact with athletes 17 years of age or younger also submit a CRC.\"

\r\n

 

\r\n

If you are new to coaching or volunteering with a team you will need to obtain a police vulnerable sector check (police background check).  You can do this through any one of the methods outlined below.  When complete, upload the PDF or image (JPG) of your completed form to your SportzSoft account profile.

\r\n

For returning coaches, you do not require a new background check.  Download the Offense Declaration Form below.  Complete and scan and email to our privacy officer.

\r\n

Offense Declaration Form

\r\n

If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it here.

\r\n

 

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

Quinte Minor Lacrosse Association is in a partnership agreement with Sterling Backcheck in an effort to expedite a cost-effective solution for volunteer screening.  Founded in 1975, Sterling Backcheck is an international provider of screening services, including criminal record checks, to the Canadian voluntary sector. 

\r\n

QMLA members can now go online to obtain the necessary criminal record check for OLA registration. The fee for the background check is currently covered by QMLA and most reports are prepared within 24 hours (and can be shared with various non-profit organizations).  All results are confidential to end users.

\r\n

Click on the link below to begin your background check:

\r\n

https://pages.sterlingbackcheck.ca/landing-pages/q/quintelacrosse

\r\n

 

\r\n

Alternatively, you can obtain a background check through the police service serving your jurisdiction:

\r\n

If you are a resident of the City of Belleville (including Corbyville, Foxboro, Plainfield, Roslin and Thurlow) a Police Vulnerable Sector Check can be obtained through an online third-party provider on the Belleville Police website for $20.00.  Click the following link to go there:

\r\n

https://www.policesolutions.ca/checks/services/belleville/index.php

\r\n

If you are a resident of the City of Quinte West (including Frankford, Batawa and Bayside), visit the following website to obtain the necessary forms and information:

\r\n

OPP Criminal Record Checks and Police Checks

\r\n

If you are a resident of a different municipality than those above, visit the website of your local police jurisdiction for information on how to obtain a background check.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Volunteer Background Check','','publish','closed','closed','','volunteer-background-check','','','2021-07-29 21:10:55','2021-07-30 01:10:55','',0,'http://quintelacrosse.com/?page_id=4358',0,'page','',0),(4359,2,'2019-02-22 15:11:15','2019-02-22 15:11:15','
\r\n
\r\n
\r\n
\r\n

Police Background Check

\r\n
\r\n

The Ontario Lacrosse Association is in a partnership agreement with SterlingBackcheck in an effort to expedite a cost-effective solution for volunteer screening.  Founded in 1975, Sterling Backcheck is an international provider of screening services, including criminal record checks, to the Canadian voluntary sector. 

\r\n

OLA members can now go online to obtain the necessary criminal record check for OLA registration. The fee to OLA members is $27.00 and most reports are prepared within 24 hours (and can be shared with various non-profit organizations).  All results are confidential to end users.

\r\n

Please copy and paste the link below for more info and a link to the Sterling Backcheck page:

\r\n

http://ontariolacrosse.com/page/criminal_records_checks

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Volunteer Background Check','','inherit','closed','closed','','4358-revision-v1','','','2019-02-22 15:11:15','2019-02-22 15:11:15','',4358,'http://quintelacrosse.com/4358-revision-v1/',0,'revision','',0),(4360,2,'2022-03-01 09:32:58','2019-02-22 15:11:16',' ','','','publish','closed','closed','','4360','','','2022-03-01 09:32:58','2022-03-01 14:32:58','',0,'http://quintelacrosse.com/4360/',18,'nav_menu_item','',0),(4057,2,'2018-12-18 17:03:34','2018-12-18 17:03:34','
\r\n
\r\n
\r\n
\r\n

Tyke Division

\r\n\r\n
\r\n
\r\n
\r\n
','Teams','','inherit','closed','closed','','4053-revision-v1','','','2018-12-18 17:03:34','2018-12-18 17:03:34','',4053,'http://quintelacrosse.com/4053-revision-v1/',0,'revision','',0),(4060,2,'2018-12-18 17:27:04','2018-12-18 17:27:04','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Quinte Mat Rentals U9/U11 Division

\r\n

 

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

Bayhawks U9/U11 House League

\r\n

2022

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

Welcome to the U9/U11 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n

 

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

 

\r\n

 

\r\n

\"\"

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

Teams

\r\n

Click on a team below for schedule and results.

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

 Team 1

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

 Team 2

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','Quinte Mat Rentals U9/U11 Division','','publish','closed','closed','','novice-division','','','2022-04-27 19:19:21','2022-04-27 23:19:21','',0,'http://quintelacrosse.com/?page_id=4060',0,'page','',0),(4840,2,'2019-09-10 01:44:29','2019-09-10 01:44:29','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Quinte Mat Rentals Novice Division

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

Bayhawks Novice House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Novice Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\n \r\n\r\n
\r\n
\r\n\r\n \r\n\r\n \r\n

\"\"

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

Teams

\r\n

Click on a team below for schedule and results.

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

 Team 1  (Purple)

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

 

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

 Team 2  (Gray)

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

 

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','Quinte Mat Rentals Novice Division','','inherit','closed','closed','','4060-revision-v1','','','2019-09-10 01:44:29','2019-09-10 01:44:29','',4060,'http://quintelacrosse.com/4060-revision-v1/',0,'revision','',0),(4488,2,'2019-04-09 02:50:12','2019-04-09 02:50:12','
\r\n
\r\n
\r\n
\r\n

\r\n

Novice Division

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

Bayhawks Novice House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Novice Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\n
\r\n
\r\n

\"\"

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

Teams

\r\n

Click on a team below for schedule and results.

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

Team 1

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

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

Team 2

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

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Novice Division','','inherit','closed','closed','','4060-revision-v1','','','2019-04-09 02:50:12','2019-04-09 02:50:12','',4060,'http://quintelacrosse.com/4060-revision-v1/',0,'revision','',0),(4061,2,'2018-12-18 17:27:04','2018-12-18 17:27:04','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Novice Division

\r\n

 

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

Bayhawks Novice House League

\r\n

2019

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

Welcome to the Novice Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

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

\"\"

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

Teams

\r\n

Click on a team below for schedule and results.

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

Team 1

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

Team 3

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

Team 2

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

Team 4

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Novice Division','','inherit','closed','closed','','4060-revision-v1','','','2018-12-18 17:27:04','2018-12-18 17:27:04','',4060,'http://quintelacrosse.com/4060-revision-v1/',0,'revision','',0),(4062,2,'2018-12-18 18:09:07','2018-12-18 18:09:07','
\n\n
','Teams','','inherit','closed','closed','','4053-autosave-v1','','','2018-12-18 18:09:07','2018-12-18 18:09:07','',4053,'http://quintelacrosse.com/4053-autosave-v1/',0,'revision','',0),(4063,2,'2018-12-18 17:32:36','2018-12-18 17:32:36','
\r\n
\r\n
\r\n
\r\n

Tyke Division

\r\n

Novice Division

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Teams','','inherit','closed','closed','','4053-revision-v1','','','2018-12-18 17:32:36','2018-12-18 17:32:36','',4053,'http://quintelacrosse.com/4053-revision-v1/',0,'revision','',0),(4222,2,'2022-03-01 09:32:58','2019-01-20 15:48:02',' ','','','publish','closed','closed','','4222','','','2022-03-01 09:32:58','2022-03-01 14:32:58','',0,'http://quintelacrosse.com/4222/',23,'nav_menu_item','',0),(4502,2,'2019-04-17 03:39:54','2019-04-17 03:39:54','','2019-05-12 Quinte HL Tyke 1 @ Northumberland HL Tyke 3','','publish','closed','closed','','2019-05-12-quinte-hl-tyke-1-northumberland-hl-tyke-3','','','2019-05-02 20:44:09','2019-05-02 20:44:09','',0,'http://quintelacrosse.com/lm-game/2019-05-12-quinte-hl-tyke-1-northumberland-hl-tyke-3/',0,'mstw_lm_game','',0),(4361,2,'2019-02-22 17:15:36','2019-02-22 17:15:36','
\n
\n
\n
\n

Police Background Check

\n

According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:

\n

\"All OLA bench personnel (coaches, staff, trainers, etc.) and all OLA certified officials (box and field)\nwho are 18 years of age as of January 1st of the current year who coach or officiate athletes 17 years of age or\nyounger must submit a current Criminal Record Check (Vulnerable Criminal Record Check) (CRC) upon\nregistering for the current year. For previously approved individuals, an Offense Declaration must be submitted\nas per OR3.01(b). It is the position of the OLA that all OLA member clubs with additional registered volunteers\nwho have direct contact with athletes 17 years of age or younger also submit a CRC.\"

\n

 

\n

If you are new to coaching or volunteering with a team you will need to obtain a police vulnerable sector check (police background check).  You can do this through any one of the methods outlined below.  When complete, upload the PDF or image (JPG) of your completed form to your SportzSoft account profile.

\n

For returning coaches, you do not require a new background check.  Download the Offense Declaration Form below.  Complete and scan and email to our privacy officer.

\n

Offense Declaration Form

\n

If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it here.

\n

 

\n\n
\n

The Ontario Lacrosse Association is in a partnership agreement with Sterling Backcheck in an effort to expedite a cost-effective solution for volunteer screening.  Founded in 1975, Sterling Backcheck is an international provider of screening services, including criminal record checks, to the Canadian voluntary sector. 

\n

OLA members can now go online to obtain the necessary criminal record check for OLA registration. The fee to OLA members is $27.00 and most reports are prepared within 24 hours (and can be shared with various non-profit organizations).  All results are confidential to end users.

\n

Click on the link below to begin your background check:

\n

https://ontariolacrosse.com/administration/sterling-backcheck

\n

 

\n

Alternatively, you can obtain a background check through the police service serving your jurisdiction:

\n

If you are a resident of the City of Belleville (including Corbyville, Foxboro, Plainfield, Roslin and Thurlow) a Police Vulnerable Sector Check can be obtained through an online third-party provider on the Belleville Police website for $20.00.  Click the following link to go there:

\n

https://www.policesolutions.ca/checks/services/belleville/index.php

\n

If you are a resident of the City of Quinte West (including Frankford, Batawa and Bayside), visit the following website to obtain the necessary forms and information:

\n

OPP Criminal Record Checks and Police Checks

\n

If you are a resident of a different municipality than those above, visit the website of your local police jurisdiction for information on how to obtain a background check.

\n\n
\n
\n
\n
\n
','Volunteer Background Check','','inherit','closed','closed','','4358-autosave-v1','','','2019-02-22 17:15:36','2019-02-22 17:15:36','',4358,'http://quintelacrosse.com/4358-autosave-v1/',0,'revision','',0),(4362,2,'2019-02-22 15:16:40','2019-02-22 15:16:40','
\r\n
\r\n
\r\n
\r\n

Police Background Check

\r\n
\r\n

The Ontario Lacrosse Association is in a partnership agreement with Sterling Backcheck in an effort to expedite a cost-effective solution for volunteer screening.  Founded in 1975, Sterling Backcheck is an international provider of screening services, including criminal record checks, to the Canadian voluntary sector. 

\r\n

OLA members can now go online to obtain the necessary criminal record check for OLA registration. The fee to OLA members is $27.00 and most reports are prepared within 24 hours (and can be shared with various non-profit organizations).  All results are confidential to end users.

\r\n

Click on the link below to begin your background check:

\r\n

https://ontariolacrosse.com/administration/sterling-backcheck

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Volunteer Background Check','','inherit','closed','closed','','4358-revision-v1','','','2019-02-22 15:16:40','2019-02-22 15:16:40','',4358,'http://quintelacrosse.com/4358-revision-v1/',0,'revision','',0),(4499,2,'2019-04-11 14:25:34','2019-04-11 14:25:34','
\r\n
\r\n\r\n \r\n\r\n\"\"\r\n\r\n \r\n\r\nQuinte Minor Lacrosse Association is happy to be partnered with Duvall and Clark Sportswear and Equipment.  Duvall and Clark is a locally owned retailer of lacrosse equipment and supporter of Quinte Minor Lacrosse.  We recommend them when purchasing lacrosse protective equipment.\r\n\r\nDuvall and Clark Sportswear and Equipment\r\n274 Airport Pkwy, Belleville, ON K8N 4Z6\r\n\r\nDuvall and Clark Sportswear & Equipment Facebook Page\r\n\r\nFor the equipment guidelines for players in Tyke through Midget, see the following:\r\n
\r\n
\r\n\r\nOLA Equipment Guidelines\r\n\r\nFor our Peanut and Paperweight programs, the following equipment is required:\r\n\r\nPeanut\r\n\r\nHelmet with facemask\r\n\r\nGloves (optional)\r\n\r\nMouthguard\r\n\r\nLacrosse stick*\r\n\r\nPaperweight\r\n\r\nHelmet with facemask\r\n\r\nGloves\r\n\r\nMouthguard\r\n\r\nLacrosse stick*\r\n\r\nShoulder pads (optional)\r\n\r\nKidney pads (optional)\r\n\r\nArm guards (optional)\r\n\r\n \r\n\r\n* FREE lacrosse stick provided to the first 60 registrations from Peanut to Tyke\r\n\r\n \r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Equipment Requirements','','inherit','closed','closed','','4353-revision-v1','','','2019-04-11 14:25:34','2019-04-11 14:25:34','',4353,'http://quintelacrosse.com/4353-revision-v1/',0,'revision','',0),(4363,2,'2019-02-22 15:22:41','2019-02-22 15:22:41','
\r\n
\r\n\r\n \r\n

\"\"

\r\n

 

\r\n

Quinte Minor Lacrosse Association is happy to be partnered with Duvall and Clark Sportswear and Equipment.  Duvall and Clark is a locally owned retailer of lacrosse equipment and supporter of Quinte Minor Lacrosse.  We recommend them when purchasing lacrosse protective equipment.

\r\n

Duvall and Clark Sportswear and Equipment\r\n274 Airport Pkwy, Belleville, ON K8N 4Z6

\r\n

Duvall and Clark Sportswear & Equipment Facebook Page

\r\n

For the equipment guidelines for players in Tyke through Midget, see the following:

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

OLA Equipment Guidelines

\r\n

For our Peanut and Paperweight programs, the following equipment is required:

\r\n

Peanut

\r\n

Helmet with facemask

\r\n

Gloves

\r\n

Mouthguard

\r\n

Lacrosse stick*

\r\n

Paperweight

\r\n

Helmet with facemask

\r\n

Gloves

\r\n

Mouthguard

\r\n

Lacrosse stick*

\r\n

Shoulder pads (optional)

\r\nKidney pads (optional)\r\n\r\nArm guards (optional)\r\n\r\n \r\n

* FREE lacrosse stick provided to the first 60 registrations from Peanut to Tyke

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Equipment Requirements','','inherit','closed','closed','','4353-revision-v1','','','2019-02-22 15:22:41','2019-02-22 15:22:41','',4353,'http://quintelacrosse.com/4353-revision-v1/',0,'revision','',0),(4066,2,'2018-12-18 18:01:08','2018-12-18 23:01:08','
\r\n
\r\n
\r\n
\r\n

 

\r\n

TaskForce Engineering U13 Division

\r\n

 

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

Bayhawks U13 House League

\r\n

2022

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

Welcome to the U13/U15 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n
\r\n
\r\n \r\n
\r\n

\"\"

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

Teams

\r\n

Click on a team below for schedule and results.

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

 Team 1

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

 Team 2

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','TaskForce U13 Division','','publish','closed','closed','','peewee-division','','','2022-05-02 09:24:15','2022-05-02 13:24:15','',0,'http://quintelacrosse.com/?page_id=4066',0,'page','',0),(4839,2,'2019-09-10 01:42:45','2019-09-10 01:42:45','
\r\n
\r\n
\r\n
\r\n

 

\r\n

TaskForce Engineering Peewee Division

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

Bayhawks Peewee House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Peewee Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\n \r\n\r\n
\r\n \r\n
\r\n

\"\"

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

Teams

\r\n

Click on a team below for schedule and results.

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

 Team 1  (Blue)

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

 

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

 Team 2  (White)

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

 

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','TaskForce Peewee Division','','inherit','closed','closed','','4066-revision-v1','','','2019-09-10 01:42:45','2019-09-10 01:42:45','',4066,'http://quintelacrosse.com/4066-revision-v1/',0,'revision','',0),(4067,2,'2018-12-18 18:01:08','2018-12-18 18:01:08','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Peewee Division

\r\n

 

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

Bayhawks Peewee House League

\r\n

2019

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

Welcome to the Peewee Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

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

\"\"

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

Teams

\r\n

Click on a team below for schedule and results.

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

Team 1

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

Team 3

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

Team 2

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

Team 4

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Peewee Division','','inherit','closed','closed','','4066-revision-v1','','','2018-12-18 18:01:08','2018-12-18 18:01:08','',4066,'http://quintelacrosse.com/4066-revision-v1/',0,'revision','',0),(4068,2,'2018-12-18 18:02:15','2018-12-18 18:02:15','
\r\n
\r\n
\r\n
\r\n

 

\r\n

U15 Division

\r\n

 

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

Bayhawks U15 House League

\r\n

2022

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

Welcome to the U15 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n[Best_Wordpress_Gallery id=\"4\" gal_title=\"All images\"]\r\n\r\n
\r\n
\r\n

\"\"

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

 

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

Teams

\r\n

Click on a team below for schedule and results.

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

 Team 1 

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

 

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

 Team 2 

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

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','U15 Division','','publish','closed','closed','','bantam-division','','','2022-05-02 09:25:43','2022-05-02 13:25:43','',0,'http://quintelacrosse.com/?page_id=4068',0,'page','',0),(4841,2,'2019-09-10 01:45:46','2019-09-10 01:45:46','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Bantam Division

\r\n

 

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

Bayhawks Bantam House League

\r\n

2019

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

Welcome to the Bantam Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

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

 

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

Teams

\r\n

Click on a team below for schedule and results.

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

 Team 1 

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

 

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

 Team 2 

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

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Bantam Division','','inherit','closed','closed','','4068-revision-v1','','','2019-09-10 01:45:46','2019-09-10 01:45:46','',4068,'http://quintelacrosse.com/4068-revision-v1/',0,'revision','',0),(4069,2,'2018-12-18 18:02:15','2018-12-18 18:02:15','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Bantam Division

\r\n

 

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

Bayhawks Bantam House League

\r\n

2019

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

Welcome to the Bantam Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

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

\"\"

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

Teams

\r\n

Click on a team below for schedule and results.

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

Team 1

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

Team 3

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

Team 2

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

Team 4

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Bantam Division','','inherit','closed','closed','','4068-revision-v1','','','2018-12-18 18:02:15','2018-12-18 18:02:15','',4068,'http://quintelacrosse.com/4068-revision-v1/',0,'revision','',0),(4070,2,'2018-12-18 18:03:11','2018-12-18 18:03:11','
\r\n
\r\n
\r\n
\r\n

 

\r\n

U17 Division

\r\n

 

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

Bayhawks U17 House League

\r\n

2022

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

Welcome to the U17 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n

 

\r\n

 

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

\"\"

\r\n

 

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

Teams

\r\n

Click on a team below for schedule and results.

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

 Team 1 

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

 

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

 Team 2 

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

 

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','U17 Division','','publish','closed','closed','','midget-division','','','2022-02-26 15:14:14','2022-02-26 20:14:14','',0,'http://quintelacrosse.com/?page_id=4070',0,'page','',0),(5533,2,'2022-02-26 15:11:20','2022-02-26 20:11:20','
\r\n
\r\n
\r\n
\r\n

 

\r\n

U17 Division

\r\n

 

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

Bayhawks U17 House League

\r\n

2022

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

Welcome to the Midget Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n

 

\r\n

 

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

\"\"

\r\n

 

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

Teams

\r\n

Click on a team below for schedule and results.

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

 Team 1 

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

 

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

 Team 2 

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

 

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','U17 Division','','inherit','closed','closed','','4070-revision-v1','','','2022-02-26 15:11:20','2022-02-26 20:11:20','',4070,'https://quintelacrosse.com/?p=5533',0,'revision','',0),(4842,2,'2019-09-10 01:48:08','2019-09-10 01:48:08','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Midget Division

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

Bayhawks Midget House League

\r\n

2019

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

Welcome to the Midget Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

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

 

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

Teams

\r\n

Click on a team below for schedule and results.

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

 Team 1 

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

 

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

 Team 2 

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

 

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','Midget Division','','inherit','closed','closed','','4070-revision-v1','','','2019-09-10 01:48:08','2019-09-10 01:48:08','',4070,'http://quintelacrosse.com/4070-revision-v1/',0,'revision','',0),(4071,2,'2018-12-18 18:03:11','2018-12-18 18:03:11','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Midget Division

\r\n

 

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

Bayhawks Midget House League

\r\n

2019

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

Welcome to the Midget Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

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

\"\"

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

Teams

\r\n

Click on a team below for schedule and results.

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

Team 1

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

Team 3

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

Team 2

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

Team 4

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Midget Division','','inherit','closed','closed','','4070-revision-v1','','','2018-12-18 18:03:11','2018-12-18 18:03:11','',4070,'http://quintelacrosse.com/4070-revision-v1/',0,'revision','',0),(4072,2,'2018-12-18 18:04:40','2018-12-18 18:04:40','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Paperweight Division

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

Bayhawks Paperweight House League

\r\n

2022

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

Welcome to the Paperweight Division home page.  Below you will find a complete division schedule as well as links to each team\'s roster and schedule.

\r\n

Paperweight teams will participate in 3v3 cross-floor games.

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

\"\"

\r\n

 

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

Teams

\r\n

Click on a team below for schedule and results.

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

Team 1 

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

Team 3

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

Team 2 

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

 

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','Paperweight Division','','publish','closed','closed','','paperweight-division','','','2022-02-26 12:20:09','2022-02-26 17:20:09','',0,'http://quintelacrosse.com/?page_id=4072',0,'page','',0),(4836,2,'2019-09-10 01:38:40','2019-09-10 01:38:40','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Paperweight Division

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

Bayhawks Paperweight House League

\r\n

2020

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

Welcome to the Paperweight Division home page.  Below you will find a complete division schedule as well as links to each team\'s roster and schedule.

\r\n

Paperweight teams will participate in 3v3 cross-floor games.

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

\"\"

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

Teams

\r\n

Click on a team below for schedule and results.

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

Team 1 

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

Team 3

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

 Team 2 

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

 

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','Paperweight Division','','inherit','closed','closed','','4072-revision-v1','','','2019-09-10 01:38:40','2019-09-10 01:38:40','',4072,'http://quintelacrosse.com/4072-revision-v1/',0,'revision','',0),(4073,2,'2018-12-18 18:04:40','2018-12-18 18:04:40','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Paperweight Division

\r\n

 

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

Bayhawks Paperweight House League

\r\n

2019

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

Welcome to the Paperweight Division home page.  Below you will find links to each team\'s schedule and results.

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

\"\"

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

Teams

\r\n

Click on a team below for schedule and results.

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

Team 1

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

Team 3

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

Team 2

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

Team 4

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Paperweight Division','','inherit','closed','closed','','4072-revision-v1','','','2018-12-18 18:04:40','2018-12-18 18:04:40','',4072,'http://quintelacrosse.com/4072-revision-v1/',0,'revision','',0),(4074,2,'2018-12-18 18:06:08','2018-12-18 18:06:08','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Peanut Division

\r\n

 

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

Bayhawks Peanut House League

\r\n

2022

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

Welcome to the Peanut Division home page.  Below you will find the schedule and other important information about our cutest Bayhawks!

\r\n[gallery columns=\"2\" ids=\"5519,5520,5521,5522\" orderby=\"rand\"]\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Soft Lacrosse','','publish','closed','closed','','peanut-division','','','2022-02-26 14:18:41','2022-02-26 19:18:41','',0,'http://quintelacrosse.com/?page_id=4074',0,'page','',0),(4835,2,'2019-09-10 01:30:58','2019-09-10 01:30:58','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Peanut Division

\r\n

 

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

Bayhawks Peanut House League

\r\n

2020

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

Welcome to the Peanut Division home page.  Below you will find the schedule and other important information about our cutest Bayhawks!

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Peanut Division','','inherit','closed','closed','','4074-revision-v1','','','2019-09-10 01:30:58','2019-09-10 01:30:58','',4074,'http://quintelacrosse.com/4074-revision-v1/',0,'revision','',0),(4075,2,'2018-12-18 18:06:08','2018-12-18 18:06:08','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Peanut Division

\r\n

 

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

Bayhawks Peanut House League

\r\n

2019

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

Welcome to the Peanut Division home page.  Below you will find links to each team\'s schedule.

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

\"\"

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

Teams

\r\n

Click on a team below for schedule and results.

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

Team 1

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

Team 3

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

Team 2

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

Team 4

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Peanut Division','','inherit','closed','closed','','4074-revision-v1','','','2018-12-18 18:06:08','2018-12-18 18:06:08','',4074,'http://quintelacrosse.com/4074-revision-v1/',0,'revision','',0),(4076,2,'2018-12-18 18:10:19','2018-12-18 18:10:19','
\r\n\r\n
','Teams','','inherit','closed','closed','','4053-revision-v1','','','2018-12-18 18:10:19','2018-12-18 18:10:19','',4053,'http://quintelacrosse.com/4053-revision-v1/',0,'revision','',0),(4214,2,'2019-01-19 23:36:32','2019-01-19 23:36:32','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

House League Days of Play

\r\n

Below are the tentative days of the week that each division will play.  Teams in each division will alternate between days shown.  For example, a tyke team may play Sunday on one week and Thursday the following week.  They will not play twice in the same week.

\r\n

Peanut – Saturday\r\nPaperweight – Saturday\r\nTyke – Sunday or Thursday\r\nNovice – Sunday or Thursday\r\nPeewee – Sunday or Thursday\r\nBantam – Tuesday or Friday\r\nMidget - Tuesday or Friday\r\nGirls (Peewee to Midget) - Tuesday or Friday

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2019-01-19 23:36:32','2019-01-19 23:36:32','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(4215,2,'2019-01-19 23:40:51','2019-01-19 23:40:51','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

House League Days of Play

\r\n

Below are the tentative days of the week that each division will play.  Teams in each division will alternate between days shown.  For example, a tyke team may play Sunday on one week and Thursday the following week.  They will not play twice in the same week.  Please note that the schedule is subject to change pending registration numbers, however, we will do our best to stick with what we have below.

\r\n

Peanut – Saturday\r\nPaperweight – Saturday\r\nTyke – Sunday or Thursday\r\nNovice – Sunday or Thursday\r\nPeewee – Sunday or Thursday\r\nBantam – Tuesday or Friday\r\nMidget - Tuesday or Friday\r\nGirls (Peewee to Midget) - Tuesday or Friday

\r\n

Will we be playing out of two arenas: Mackay (QSWC) and Stirling.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2019-01-19 23:40:51','2019-01-19 23:40:51','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(4216,2,'2019-01-19 23:42:59','2019-01-19 23:42:59','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

House League Days of Play

\r\n

Below are the tentative days of the week that each division will play.  Teams in each division will alternate between days shown.  For example, a tyke team may play Sunday on one week and Thursday the following week.  They will not play twice in the same week.  Please note that the schedule is subject to change pending registration numbers, however, we will do our best to stick with what we have below.

\r\n

Peanut – Saturday\r\nPaperweight – Saturday\r\nTyke – Sunday or Thursday\r\nNovice – Sunday or Thursday\r\nPeewee – Sunday or Thursday\r\nBantam – Tuesday or Friday\r\nMidget - Tuesday or Friday\r\nGirls (Peewee to Midget) - Tuesday or Friday

\r\n

Will we be playing out of two arenas: Friday, Saturday, and Sunday games will be played at Mackay pad at the QSWC, and Tuesday and Thursday games will be played in Stirling, with the exception of the first 3 weeks which will all take place at Mackay pad.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2019-01-19 23:42:59','2019-01-19 23:42:59','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(4217,2,'2019-01-20 01:59:28','2019-01-20 01:59:28','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

House League Days of Play

\r\n

Below are the tentative days of the week that each division will play.  Teams in each division will alternate between days shown.  For example, a tyke team may play Sunday on one week and Thursday the following week.  They will not play twice in the same week.  Please note that the schedule is subject to change pending registration numbers, however, we will do our best to stick with what we have below.

\r\n

Peanut – Saturday\r\nPaperweight – Saturday\r\nTyke – Sunday or Thursday\r\nNovice – Sunday or Thursday\r\nPeewee – Sunday or Thursday\r\nBantam – Tuesday or Friday\r\nMidget - Tuesday or Friday\r\nGirls (Peewee to Midget) - Tuesday or Friday

\r\n

Will we be playing out of two arenas: Friday, Saturday, and Sunday games will be played at Mackay pad at the QSWC, and Tuesday and Thursday games will be played in Stirling, with the exception of the first 3 weeks which will all take place on Mackay pad at QSWC.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2019-01-20 01:59:28','2019-01-20 01:59:28','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(4218,2,'2019-01-20 15:48:02','2019-01-20 15:48:02','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

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

Paperweight Division 3v3 Mini-Game Lacrosse

\r\n

Quinte Minor Lacrosse offers a 3v3 mini-game (cross-floor) format to introduce the players at the paperweight age to lacrosse.  This program will provide all players with more opportunities to control, pass and shoot the ball.  This is a non-contact program with an emphasis on learning the skills of the game and having FUN!

\r\n

Equipment Required:\r\nHelmet\r\nGloves\r\nMouthguard\r\nLacrosse Stick\r\nRunning Shoes

\r\n

2022 Dates

\r\n

Saturdays, April 23rd to June 25th, 9:00am - 10:00am

\r\nEarly Bird Rate (until March 27th): $165\r\n

Regular Rate (March 28th to April 9th): $190

\r\n

For information on how to register, click HERE

\r\n

To register, click HERE

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

\"\"

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Paperweight 3v3','','publish','closed','closed','','paperweight-3v3','','','2022-02-26 15:36:39','2022-02-26 20:36:39','',0,'http://quintelacrosse.com/?page_id=4218',0,'page','',0),(4219,2,'2019-01-20 03:30:10','2019-01-20 03:30:10','','mini-game-poster-sample','','inherit','open','closed','','mini-game-poster-sample','','','2019-01-20 03:30:10','2019-01-20 03:30:10','',4218,'http://quintelacrosse.com/wp-content/uploads/2019/01/mini-game-poster-sample.pdf',0,'attachment','application/pdf',0),(4220,2,'2019-01-20 15:45:23','2019-01-20 15:45:23','','Mini game','','inherit','open','closed','','mini-game','','','2019-01-20 15:45:23','2019-01-20 15:45:23','',4218,'http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game.jpg',0,'attachment','image/jpeg',0),(4221,2,'2019-01-20 15:48:02','2019-01-20 15:48:02','
\r\n
\r\n
\r\n
\r\n

\"\"

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

Paperweight Division 3v3 Mini-Game Lacrosse

\r\n

Quinte Minor Lacrosse offers a 3v3 mini-game (cross-floor) format to introduce the players at the paperweight age to lacrosse.  This program will provide all players with more opportunities to control and shoot the ball.  This is a non-contact program with an emphasis on learning the skills of the game and having FUN!

\r\n

Saturdays at 10am from March 30 to June 15.

\r\n

Want to \"Try Lacrosse\" before you buy, please register for our FREE clinics HERE

\r\n

For information on how to register, click HERE

\r\n

House league registration will open in January.

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

\"\"

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Paperweight 3v3','','inherit','closed','closed','','4218-revision-v1','','','2019-01-20 15:48:02','2019-01-20 15:48:02','',4218,'http://quintelacrosse.com/4218-revision-v1/',0,'revision','',0),(4078,2,'2022-03-01 09:32:58','2018-12-18 18:11:48','','Soft Lacrosse Ages 2-4','','publish','closed','closed','','4078','','','2022-03-01 09:32:58','2022-03-01 14:32:58','',0,'http://quintelacrosse.com/4078/',25,'nav_menu_item','',0),(4079,2,'2022-03-01 09:32:58','2018-12-18 18:11:48','','Paperweight Division Ages 5-6','','publish','closed','closed','','4079','','','2022-03-01 09:32:58','2022-03-01 14:32:58','',0,'http://quintelacrosse.com/4079/',26,'nav_menu_item','',0),(5753,2,'2022-04-28 21:01:52','2022-04-29 01:01:52','[[\"DATE\",\"TIME\",\"LOCATION\"],[\"Saturday April 23rd, 2022\",\"9:00am\",\"QSWC (Mackay)\"],[\"Saturday April 30th, 2022\",\"9:00am\",\"QSWC (Mackay)\"],[\"Saturday May 7th, 2022\",\"9:00am\",\"QSWC (Mackay)\"],[\"Saturday May 14th, 2022\",\"9:00am\",\"QSWC (Mackay)\"],[\"Saturday May 28th, 2022\",\"9:00am\",\"QSWC (Mackay)\"],[\"Saturday June 4th, 2022\",\"9:00am\",\"QSWC (Mackay)\"],[\"Saturday June 11th, 2022\",\"9:00am\",\"QSWC (Mackay)\"],[\"Saturday June 18th, 2022\",\"9:00am\",\"QSWC (Mackay)\"],[\"Saturday June 25th, 2022\",\"TBD\",\"TBD\"]]','Paperweight Schedule','','publish','closed','closed','','paperweight-schedule','','','2022-04-28 21:06:07','2022-04-29 01:06:07','',0,'https://quintelacrosse.com/?post_type=tablepress_table&p=5753',0,'tablepress_table','application/json',0),(4083,2,'2018-12-21 16:06:55','2018-12-21 16:06:55','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Joe Fee

\r\n
President
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

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

Abby Leavitt

\r\n
VP / Registrar
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

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

Melissa Cybulskie

\r\n
Referee-in-Chief
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

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

Victoria Black

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

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

Chad Grubb

\r\n
Sponsorship / Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

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

Chris Brinklow

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

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

Katie Caslick

\r\n
Social Media / Fundraising
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','Board of Directors','','publish','closed','closed','','board-of-directors','','','2022-10-22 11:56:55','2022-10-22 15:56:55','',0,'http://quintelacrosse.com/?page_id=4083',0,'page','',0),(5341,2,'2021-01-23 19:46:13','2021-01-23 19:46:13','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Joe Fee

\r\n
President
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

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

Abby Leavitt

\r\n
VP / Registrar
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

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

Sue Stewart

\r\n
Treasurer
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

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

Victoria Black

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

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

Chris Haalstra

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

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

Chris Brinklow

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

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

Cory Black

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

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

Stephen Jones

\r\n
Referee-in-Chief
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','Board of Directors','','inherit','closed','closed','','4083-revision-v1','','','2021-01-23 19:46:13','2021-01-23 19:46:13','',4083,'http://quintelacrosse.com/4083-revision-v1/',0,'revision','',0); INSERT INTO `wpie_posts` VALUES (4164,2,'2019-01-07 14:03:37','2019-01-07 14:03:37','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Register Here!

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Coming Soon!','','inherit','closed','closed','','1095-revision-v1','','','2019-01-07 14:03:37','2019-01-07 14:03:37','',1095,'http://quintelacrosse.com/1095-revision-v1/',0,'revision','',0),(4165,2,'2019-01-07 15:49:01','2019-01-07 15:49:01','
\r\n
\r\n
\r\n
\r\n
\r\n
  
\r\n
\r\n

 

\r\n

 2019 Registration Fees

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

 

\r\n

Registration will open January 2019!

\r\n

Below are the fee schedule based on division:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Level/Years of Birth 2019 Lacrosse Fees 
Soft Lacrosse 2015/2016$75
Paperweight – 2013/2014$130
Tyke – 2011/2012$180
Novice -2009/2010$180
PeeWee – 2007/2008$180
Bantam – 2005/2006$180
Midget – 2003/2004$180
  
\r\n

All registrations can be done on-line.  If you are registering a new player a copy of a birth certificate or health card must be uploaded along with the registration. Please see the main page of our website under Registration to find out how to do this.  You must also have a valid email address.

\r\n

Please review our refund policy: QMLA Refund Policy 2019

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2019-01-07 15:49:01','2019-01-07 15:49:01','',1096,'http://quintelacrosse.com/1096-revision-v1/',0,'revision','',0),(4090,2,'2018-12-21 16:06:55','2018-12-21 16:06:55','
\r\n
\r\n
\r\n
\r\n

Our Team

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

Joe Fee

\r\n

President

\r\n

quintelacrosse@gmail.com

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

 

\r\n

 

\r\n

 

\r\n

 

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

Abby Leavitt

\r\n

VP / Registrar

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

 

\r\n

 

\r\n

 

\r\n

 

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

Sue Stewart

\r\n

Treasurer

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

 

\r\n

 

\r\n

 

\r\n

 

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

Wayne Brown

\r\n

Director at Large

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

 

\r\n

 

\r\n

 

\r\n

 

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

Ryan DeJonge

\r\n

Director at Large

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

 

\r\n

 

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Board of Directors','','inherit','closed','closed','','4083-revision-v1','','','2018-12-21 16:06:55','2018-12-21 16:06:55','',4083,'http://quintelacrosse.com/4083-revision-v1/',0,'revision','',0),(4091,2,'2022-01-26 19:33:17','2018-12-21 16:06:55','','2022 QMLA Leadership','','publish','closed','closed','','4091','','','2022-01-26 19:33:17','2022-01-27 00:33:17','',0,'http://quintelacrosse.com/4091/',5,'nav_menu_item','',0),(4092,2,'2018-12-21 16:09:41','2018-12-21 16:09:41','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','About Us','','publish','closed','closed','','about-us','','','2019-01-25 15:50:18','2019-01-25 15:50:18','',0,'http://quintelacrosse.com/?page_id=4092',0,'page','',0),(4265,2,'2019-01-25 15:50:18','2019-01-25 15:50:18','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','About Us','','inherit','closed','closed','','4092-revision-v1','','','2019-01-25 15:50:18','2019-01-25 15:50:18','',4092,'http://quintelacrosse.com/4092-revision-v1/',0,'revision','',0),(4093,2,'2018-12-21 16:09:41','2018-12-21 16:09:41','
\r\n
\r\n
\r\n
\r\n
','About Us','','inherit','closed','closed','','4092-revision-v1','','','2018-12-21 16:09:41','2018-12-21 16:09:41','',4092,'http://quintelacrosse.com/4092-revision-v1/',0,'revision','',0),(4264,2,'2019-01-25 15:49:49','2019-01-25 15:49:49','','About Us','','publish','closed','closed','','about-us','','','2020-01-06 03:40:12','2020-01-06 03:40:12','',0,'http://quintelacrosse.com/about-us/',2,'nav_menu_item','',0),(4248,2,'2019-01-25 14:32:40','2019-01-25 14:32:40','','Registration','','publish','closed','closed','','registration','','','2020-08-10 16:01:06','2020-08-10 16:01:06','',0,'http://quintelacrosse.com/registration/',12,'nav_menu_item','',0),(4096,2,'2022-10-22 11:49:22','2022-10-22 15:49:22','
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Joe Fee

\n
President
\n \n\n
\n
\n
\n
\n

\"\"

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Abby Leavitt

\n
VP / Registrar
\n \n\n
\n
\n
\n
\n

\"\"

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Melissa Cybulskie

\n
Referee-in-Chief
\n \n\n
\n
\n
\n
\n

\"\"

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Victoria Black

\n
Director at Large
\n \n\n
\n
\n
\n

\"\"

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Chad Grubb

\n
Director at Large
\n \n\n
\n
\n
\n
\n

\"\"

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Chris Brinklow

\n
Director at Large
\n \n\n
\n
\n
\n
\n

\"\"

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Katie Caslick

\n
Social Media / Fundraising
\n \n\n
\n
\n
\n

\"\"

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n\n
\n
\n
\n
','Board of Directors','','inherit','closed','closed','','4083-autosave-v1','','','2022-10-22 11:49:22','2022-10-22 15:49:22','',4083,'http://quintelacrosse.com/4083-autosave-v1/',0,'revision','',0),(4146,2,'2019-01-05 03:11:44','2019-01-05 03:11:44','','person','','inherit','open','closed','','person','','','2019-01-05 03:11:44','2019-01-05 03:11:44','',4083,'http://quintelacrosse.com/wp-content/uploads/2019/01/person.png',0,'attachment','image/png',0),(4098,2,'2018-12-21 16:28:42','2018-12-21 16:28:42','
\r\n
\r\n
\r\n
\r\n

Our Team

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

Joe Fee

\r\n

President

\r\nquintelacrosse@gmail.com\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n

 

\r\n

 

\r\n

 

\r\n

 

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

Abby Leavitt

\r\n

VP / Registrar

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

 

\r\n

 

\r\n

 

\r\n

 

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

Sue Stewart

\r\n

Treasurer

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

 

\r\n

 

\r\n

 

\r\n

 

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

Wayne Brown

\r\n

Director at Large

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

 

\r\n

 

\r\n

 

\r\n

 

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

Ryan DeJonge

\r\n

Director at Large

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

 

\r\n

 

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Board of Directors','','inherit','closed','closed','','4083-revision-v1','','','2018-12-21 16:28:42','2018-12-21 16:28:42','',4083,'http://quintelacrosse.com/4083-revision-v1/',0,'revision','',0),(4097,2,'2018-12-21 16:14:06','2018-12-21 16:14:06','
\r\n
\r\n
\r\n
\r\n

Our Team

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

Joe Fee

\r\n

President

\r\n \r\n\r\nquintelacrosse@gmail.com \r\n\r\n
\r\n
\r\n
\r\n

 

\r\n

 

\r\n

 

\r\n

 

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

Abby Leavitt

\r\n

VP / Registrar

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

 

\r\n

 

\r\n

 

\r\n

 

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

Sue Stewart

\r\n

Treasurer

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

 

\r\n

 

\r\n

 

\r\n

 

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

Wayne Brown

\r\n

Director at Large

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

 

\r\n

 

\r\n

 

\r\n

 

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

Ryan DeJonge

\r\n

Director at Large

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

 

\r\n

 

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Board of Directors','','inherit','closed','closed','','4083-revision-v1','','','2018-12-21 16:14:06','2018-12-21 16:14:06','',4083,'http://quintelacrosse.com/4083-revision-v1/',0,'revision','',0),(4099,2,'2018-12-21 16:29:59','2018-12-21 16:29:59','
\r\n
\r\n
\r\n\r\n
\r\n
','About Us','','inherit','closed','closed','','4092-revision-v1','','','2018-12-21 16:29:59','2018-12-21 16:29:59','',4092,'http://quintelacrosse.com/4092-revision-v1/',0,'revision','',0),(4100,2,'2018-12-21 19:24:35','2018-12-21 19:24:35','
\r\n
\r\n
\r\n
\r\n

 

\r\n

 QMLA Player Release Policy 

\r\n

QMLA Refund Policy

\r\n

QMLA Appeal Policy\r\nQMLA Code of Conduct Policy

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','QMLA Documents & Policies','','publish','closed','closed','','qmla-documents-policies','','','2021-06-14 15:15:14','2021-06-14 15:15:14','',0,'http://quintelacrosse.com/?page_id=4100',0,'page','',0),(5388,2,'2021-06-03 23:13:39','2021-06-03 23:13:39','
\r\n
\r\n
\r\n
\r\n

 

\r\n

 QMLA Player Release Policy 

\r\n

QMLA Refund Policy

\r\n

QMLA Appeal Policy\r\nQMLA Code of Conduct Policy

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','QMLA Documents & Policies','','inherit','closed','closed','','4100-revision-v1','','','2021-06-03 23:13:39','2021-06-03 23:13:39','',4100,'http://quintelacrosse.com/4100-revision-v1/',0,'revision','',0),(4101,2,'2018-12-21 19:24:35','2018-12-21 19:24:35','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','QMLA Documents & Policies','','inherit','closed','closed','','4100-revision-v1','','','2018-12-21 19:24:35','2018-12-21 19:24:35','',4100,'http://quintelacrosse.com/4100-revision-v1/',0,'revision','',0),(4102,2,'2018-12-21 19:24:35','2018-12-21 19:24:35',' ','','','publish','closed','closed','','4102','','','2020-08-10 16:01:05','2020-08-10 16:01:05','',0,'http://quintelacrosse.com/4102/',8,'nav_menu_item','',0),(4103,2,'2018-12-21 19:25:05','2018-12-21 19:25:05','','QMLA Appeal Policy 2019','','inherit','open','closed','','qmla-appeal-policy-2019','','','2018-12-21 19:26:58','2018-12-21 19:26:58','',4100,'http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Appeal-Policy-2019.pdf',0,'attachment','application/pdf',0),(4105,2,'2018-12-21 19:27:02','2018-12-21 19:27:02','
\r\n
\r\n
\r\n
\r\n

QMLA Appeal Policy 2019

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','QMLA Documents & Policies','','inherit','closed','closed','','4100-revision-v1','','','2018-12-21 19:27:02','2018-12-21 19:27:02','',4100,'http://quintelacrosse.com/4100-revision-v1/',0,'revision','',0),(4636,2,'2019-04-29 02:33:58','2019-04-29 02:33:58','','Ty L.','','publish','closed','closed','','ty-l','','','2019-04-29 02:33:58','2019-04-29 02:33:58','',0,'http://quintelacrosse.com/player/ty-l/',0,'mstw_tr_player','',0),(4637,2,'2019-04-29 02:33:58','2019-04-29 02:33:58','','Lucas K.','','publish','closed','closed','','lucas-k','','','2019-04-29 02:33:58','2019-04-29 02:33:58','',0,'http://quintelacrosse.com/player/lucas-k/',0,'mstw_tr_player','',0),(4407,2,'2019-03-23 15:11:28','2019-03-23 15:11:28','','Patrick1','','inherit','open','closed','','patrick1','','','2019-03-23 15:11:28','2019-03-23 15:11:28','',0,'http://quintelacrosse.com/wp-content/uploads/2019/03/Patrick1.jpg',0,'attachment','image/jpeg',0),(4431,2,'2019-03-28 11:45:19','2019-03-28 11:45:19','','Rep Info','','inherit','open','closed','','rep-info','','','2019-03-28 11:45:19','2019-03-28 11:45:19','',0,'http://quintelacrosse.com/wp-content/uploads/2019/03/Rep-Info.pdf',0,'attachment','application/pdf',0),(4415,2,'2019-03-23 17:06:08','2019-03-23 17:06:08','','Patrick1(1)','','inherit','open','closed','','patrick11','','','2019-03-23 17:06:08','2019-03-23 17:06:08','',0,'http://quintelacrosse.com/wp-content/uploads/2019/03/Patrick11.jpg',0,'attachment','image/jpeg',0),(4107,2,'2018-12-22 00:45:28','2018-12-22 00:45:28','','QMLA Refund Policy 2019','','inherit','open','closed','','qmla-refund-policy-2019','','','2018-12-22 00:45:28','2018-12-22 00:45:28','',4100,'http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf',0,'attachment','application/pdf',0),(4108,2,'2018-12-22 01:28:04','2018-12-22 01:28:04','
\n\n
','QMLA Documents & Policies','','inherit','closed','closed','','4100-autosave-v1','','','2018-12-22 01:28:04','2018-12-22 01:28:04','',4100,'http://quintelacrosse.com/4100-autosave-v1/',0,'revision','',0),(4109,2,'2018-12-22 00:45:40','2018-12-22 00:45:40','
\r\n
\r\n\r\n
\r\n
','QMLA Documents & Policies','','inherit','closed','closed','','4100-revision-v1','','','2018-12-22 00:45:40','2018-12-22 00:45:40','',4100,'http://quintelacrosse.com/4100-revision-v1/',0,'revision','',0),(4298,2,'2019-01-31 01:10:25','2019-01-31 01:10:25','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n

 

\r\n

OLA Release Procedures

\r\n

 

\r\n

QMLA Player Release Policy 2019

\r\n

OLA Player Release Form 2019

\r\n

Player releases are only required for representative play.  They are not required for recreational (house league) play.

\r\n

Please send completed release requests to the QMLA President.

\r\n

Prior to any release request, the player must be registered with the association for the current year.  The OLA ‘Release Request Form’ must be used in all cases where a player wishes to be released from his/her current lacrosse association to play representative lacrosse with another association.  The Player, a Parent or Guardian must complete section 1 including all reasons and deliver it to the President of the association from which the release is requested, with a copy also being sent to the Zone Director/Commissioner.

\r\n

Only the information presented in section 1 will be considered.  New reasons for release will not be entertained at appeal level(s).

\r\n

The association must respond to the applicant within 72 hours to acknowledge receipt of the request for a release.  The Club then must set a date, time and location, (within a reasonable time frame), when the release hearing will be held (as approved by the Zone Director), in order that the applicant may be present to formally discuss the request.  The fee for a release request hearing at the club level shall NOT exceed $25.00.  At the hearing if the request is denied, the association must return the form with section 2 complete with written reasons for denying the request, and provide the applicant with the information necessary to take the request to the next level.

\r\n

Upon receipt of the updated “Release Request Form\" and the appeal fee (shall not exceed $100.00 as per OR7.04) the Zone/Commissioner must notify the applicant promptly, of the date, time and location of the next scheduled meeting of the Release Committee.  The player must attend this meeting to discuss the reasons for the release request.  The association representative must also be advised of the meeting in order that they can have representation at the meeting as well. If the request is again denied, the Zone/Commissioner must return the form with section 3 complete with written reasons for denying the request and provide the applicant with the information necessary to take the request to the OLA level.   When the OLA receives the updated “Release Request Form’\" and the appeal fee (shall not exceed $100.00 as per OR7.04) they must notify the applicant of the date, time and location of the next scheduled meeting of the OLA Appeals Committee.  The player must attend this meeting to discuss the reasons for the release request.  The Zone/Commissioner and association representative must also be advised of the meeting in order that they may have representation at the meeting, if they wish.  If the request is again denied, the player’s only option is to continue with his/her current association and try to resolve the differences that led to the request for a release.

\r\n

If at any level of these proceedings the release is granted (whether conditional or unconditional), the player must present the signed two-page form to the registrar of his new association, in order that it can be attached to the new registration form as proof of release.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','OLA Release Procedures','','inherit','closed','closed','','1098-revision-v1','','','2019-01-31 01:10:25','2019-01-31 01:10:25','',1098,'http://quintelacrosse.com/1098-revision-v1/',0,'revision','',0),(4111,2,'2018-12-22 01:28:08','2018-12-22 01:28:08','
\r\n\r\n
','QMLA Documents & Policies','','inherit','closed','closed','','4100-revision-v1','','','2018-12-22 01:28:08','2018-12-22 01:28:08','',4100,'http://quintelacrosse.com/4100-revision-v1/',0,'revision','',0),(4237,2,'2019-01-24 14:43:15','2019-01-24 14:43:15','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

House League Days of Play

\r\n

Below are the tentative days of the week that each division will play.  Teams in each division will alternate between days shown.  For example, a tyke team may play Sunday on one week and Thursday the following week.  They will not play twice in the same week.  Please note that the schedule is subject to change pending registration numbers, however, we will do our best to stick with what we have below.  Locations on some dates may change due to prior arena bookings.

\r\n

Peanut – Saturdays at 9:00am\r\nPaperweight – Saturdays at 10:00am\r\nTyke – Sunday at 2:00pm or Thursday at 5:30pm\r\nNovice – Sunday at 3:00pm or Thursday at 6:30pm\r\nPeewee – Sunday at 4:00pm or Thursday at 7:30pm\r\nBantam – Tuesday at 6:30pm or Friday at 6:30pm\r\nMidget - Tuesday at 7:30pm or Friday at 7:30pm\r\nGirls (Peewee to Midget) - Tuesday at 5:30pm or Friday at 5:30pm

\r\n

Will we be playing out of two arenas: Friday, Saturday, and Sunday games will be played at Mackay pad at the QSWC, and Tuesday and Thursday games will be played in Stirling, with the exception of the first 3 weeks which will all take place on Mackay pad at QSWC.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2019-01-24 14:43:15','2019-01-24 14:43:15','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(4238,2,'2019-01-24 14:46:10','2019-01-24 14:46:10','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

House League Days of Play

\r\n

Below are the tentative days of the week that each division will play.  Teams in each division will alternate between days shown.  For example, a tyke team may play Sunday on one week and Thursday the following week.  They will not play twice in the same week.  Please note that the schedule is subject to change pending registration numbers, however, we will do our best to stick with what we have below.  Locations on some dates may change due to prior arena bookings.

\r\n

Peanut – Saturdays at 9:00am\r\nPaperweight – Saturdays at 10:00am\r\nTyke – Sunday at 2:00pm or Thursday at 5:30pm\r\nNovice – Sunday at 3:00pm or Thursday at 6:30pm\r\nPeewee – Sunday at 4:00pm or Thursday at 7:30pm\r\nBantam – Tuesday at 6:30pm or Friday at 6:30pm\r\nMidget - Tuesday at 7:30pm or Friday at 7:30pm\r\nGirls (Peewee to Midget) - Tuesday at 5:30pm or Friday at 5:30pm\r\n\r\nThe season will begin in the first couple weeks of April (floor time still to be confirmed) and conclude with the house league wrap-up on the weekend of June 15th and 16th.

\r\n

Will we be playing out of two arenas: Friday, Saturday, and Sunday games will be played at Mackay pad at the QSWC, and Tuesday and Thursday games will be played in Stirling, with the exception of the first 3 weeks which will all take place on Mackay pad at QSWC.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2019-01-24 14:46:10','2019-01-24 14:46:10','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(4239,2,'2019-01-24 14:51:14','2019-01-24 14:51:14','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

House League Days of Play

\r\n

Below are the tentative days of the week that each division will play.  Teams in each division will alternate between days shown.  For example, a tyke team may play Sunday on one week and Thursday the following week.  They will not play twice in the same week.  Please note that the schedule is subject to change pending registration numbers, however, we will do our best to stick with what we have below.  Locations on some dates may change due to prior arena bookings.

\r\n

Peanut – Saturdays at 9:00am\r\nPaperweight – Saturdays at 10:00am\r\nTyke – Sunday at 2:00pm or Thursday at 5:30pm\r\nNovice – Sunday at 3:00pm or Thursday at 6:30pm\r\nPeewee – Sunday at 4:00pm or Thursday at 7:30pm\r\nBantam – Tuesday at 6:30pm or Friday at 6:30pm\r\nMidget - Tuesday at 7:30pm or Friday at 7:30pm\r\nGirls (Peewee to Midget) - Tuesday at 5:30pm or Friday at 5:30pm

\r\nThe season will begin in the first couple weeks of April (floor time still to be confirmed) and conclude with the house league wrap-up on the weekend of June 15th and 16th.\r\n

Will we be playing out of two arenas: Friday, Saturday, and Sunday games will be played at Mackay pad at the QSWC, and Tuesday and Thursday games will be played in Stirling, with the exception of the first 3 weeks which will all take place on Mackay pad at QSWC.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2019-01-24 14:51:14','2019-01-24 14:51:14','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(4240,2,'2019-01-24 15:00:01','2019-01-24 15:00:01','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

House League Days of Play

\r\n

Below are the tentative days of the week that each division will play.  Teams in each division will alternate between days shown.  For example, a tyke team may play Sunday on one week and Thursday the following week.  They will not play twice in the same week.  Please note that the schedule is subject to change pending registration numbers, however, we will do our best to stick with what we have below.  Locations on some dates may change due to prior arena bookings.

\r\n

Peanut – Saturdays at 9:00am\r\nPaperweight – Saturdays at 10:00am\r\nTyke – Sunday at 2:00pm or Thursday at 5:30pm\r\nNovice – Sunday at 3:00pm or Thursday at 6:30pm\r\nPeewee – Sunday at 4:00pm or Thursday at 7:30pm\r\nBantam – Tuesday at 6:30pm or Friday at 6:30pm\r\nMidget - Tuesday at 7:30pm or Friday at 7:30pm\r\nGirls (Peewee to Midget) - Tuesday at 5:30pm or Friday at 5:30pm

\r\n

The season will begin in the first couple weeks of April (floor time still to be confirmed) and conclude with the house league wrap-up on the weekend of June 15th and 16th.

\r\n

Will we be playing out of two arenas: Friday, Saturday, and Sunday games will be played at Mackay pad at the QSWC, and Tuesday and Thursday games will be played in Stirling, with the exception of the first 3 weeks which will all take place on Mackay pad at QSWC.

\r\n

NOTE:  The QMLA is currently in the planning stages with neighbouring associations Kingston, Tyendinaga and Northumberland to have some of our house league teams play against each other.  This may involve one or two trips for each team to play at their arena, as well as us hosting them at our arena. 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2019-01-24 15:00:01','2019-01-24 15:00:01','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(4241,2,'2019-01-24 15:05:45','2019-01-24 15:05:45','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

House League Days of Play

\r\n

Below are the tentative days of the week that each division will play.  Teams in each division will alternate between days shown.  For example, a tyke team may play Sunday on one week and Thursday the following week.  They will not play twice in the same week.  Please note that the schedule is subject to change pending registration numbers, however, we will do our best to stick with what we have below.  Locations on some dates may change due to prior arena bookings.

\r\n

Peanut – Saturdays at 9:00am\r\nPaperweight – Saturdays at 10:00am\r\nTyke – Sunday at 2:00pm or Thursday at 5:30pm\r\nNovice – Sunday at 3:00pm or Thursday at 6:30pm\r\nPeewee – Sunday at 4:00pm or Thursday at 7:30pm\r\nBantam – Tuesday at 6:30pm or Friday at 6:30pm\r\nMidget - Tuesday at 7:30pm or Friday at 7:30pm\r\nGirls (Peewee to Midget) - Tuesday at 5:30pm or Friday at 5:30pm

\r\n

The season will begin in the first couple weeks of April (floor time still to be confirmed) and conclude with the house league wrap-up on the weekend of June 15th and 16th.

\r\n

Will we be playing out of two arenas: Friday, Saturday, and Sunday games will be played at Mackay pad at the QSWC, and Tuesday and Thursday games will be played in Stirling, with the exception of the first 3 weeks which will all take place on Mackay pad at QSWC.

\r\n

NOTE:  The QMLA is currently in the planning stages with neighbouring associations Kingston, Tyendinaga and Northumberland to have some of our house league teams play against each other.  This may involve one or two trips for each team to play at their arena, as well as us hosting them at our arena. 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2019-01-24 15:05:45','2019-01-24 15:05:45','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(4243,2,'2019-01-25 14:08:55','2019-01-25 14:08:55','','2019 Release Form','','inherit','open','closed','','2019-release-form','','','2019-01-25 14:08:55','2019-01-25 14:08:55','',0,'http://quintelacrosse.com/wp-content/uploads/2019/01/2019-Release-Form.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(4299,2,'2019-01-31 02:50:30','2019-01-31 02:50:30','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n

 

\r\n

OLA Release Procedures

\r\n

 

\r\n

QMLA Player Release Policy 2019

\r\n

OLA Player Release Form 2019

\r\n

Player releases are only required for representative play.  They are not required for recreational (house league) play.

\r\n

Please send completed release requests to the QMLA President.

\r\n

Prior to any release request, the player must be registered with the association for the current year.  The OLA ‘Release Request Form’ must be used in all cases where a player wishes to be released from his/her current lacrosse association to play representative lacrosse with another association.  The Player, a Parent or Guardian must complete section 1 including all reasons and deliver it to the President of the association from which the release is requested.

\r\n

Only the information presented in section 1 will be considered.  New reasons for release will not be entertained at appeal level(s).

\r\n

The association must respond to the applicant within 72 hours to acknowledge receipt of the request for a release.  The Club then must set a date, time and location, (within a reasonable time frame), when the release hearing will be held (as approved by the Zone Director), in order that the applicant may be present to formally discuss the request.  The fee for a release request hearing at the club level shall NOT exceed $25.00.  At the hearing if the request is denied, the association must return the form with section 2 complete with written reasons for denying the request, and provide the applicant with the information necessary to take the request to the next level.

\r\n

Upon receipt of the updated “Release Request Form\" and the appeal fee (shall not exceed $100.00 as per OR7.04) the Zone/Commissioner must notify the applicant promptly, of the date, time and location of the next scheduled meeting of the Release Committee.  The player must attend this meeting to discuss the reasons for the release request.  The association representative must also be advised of the meeting in order that they can have representation at the meeting as well. If the request is again denied, the Zone/Commissioner must return the form with section 3 complete with written reasons for denying the request and provide the applicant with the information necessary to take the request to the OLA level.   When the OLA receives the updated “Release Request Form’\" and the appeal fee (shall not exceed $100.00 as per OR7.04) they must notify the applicant of the date, time and location of the next scheduled meeting of the OLA Appeals Committee.  The player must attend this meeting to discuss the reasons for the release request.  The Zone/Commissioner and association representative must also be advised of the meeting in order that they may have representation at the meeting, if they wish.  If the request is again denied, the player’s only option is to continue with his/her current association and try to resolve the differences that led to the request for a release.

\r\n

If at any level of these proceedings the release is granted (whether conditional or unconditional), the player must present the signed two-page form to the registrar of his new association, in order that it can be attached to the new registration form as proof of release.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','OLA Release Procedures','','inherit','closed','closed','','1098-revision-v1','','','2019-01-31 02:50:30','2019-01-31 02:50:30','',1098,'http://quintelacrosse.com/1098-revision-v1/',0,'revision','',0),(4244,2,'2019-01-25 14:11:03','2019-01-25 14:11:03','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n

 

\r\n

OLA Release Procedures

\r\n

QMLA Player Release Policy 2019

\r\n

OLA Player Release Form 2019

\r\n

 

\r\n

Player releases are only required for representative play.  They are not required for recreational (house league) play.

\r\n

Please send completed release requests to the QMLA President.

\r\n

Prior to any release request, the player must be registered with the association for the current year.  The OLA ‘Release Request Form’ must be used in all cases where a player wishes to be released from his/her current lacrosse association to play representative lacrosse with another association.  The Player, a Parent or Guardian must complete section 1 including all reasons and deliver it to the President of the association from which the release is requested, with a copy also being sent to the Zone Director/Commissioner.

\r\n

Only the information presented in section 1 will be considered.  New reasons for release will not be entertained at appeal level(s).

\r\n

The association must respond to the applicant within 72 hours to acknowledge receipt of the request for a release.  The Club then must set a date, time and location, (within a reasonable time frame), when the release hearing will be held (as approved by the Zone Director), in order that the applicant may be present to formally discuss the request.  The fee for a release request hearing at the club level shall NOT exceed $25.00.  At the hearing if the request is denied, the association must return the form with section 2 complete with written reasons for denying the request, and provide the applicant with the information necessary to take the request to the next level.

\r\n

Upon receipt of the updated “Release Request Form\" and the appeal fee (shall not exceed $100.00 as per OR7.04) the Zone/Commissioner must notify the applicant promptly, of the date, time and location of the next scheduled meeting of the Release Committee.  The player must attend this meeting to discuss the reasons for the release request.  The association representative must also be advised of the meeting in order that they can have representation at the meeting as well. If the request is again denied, the Zone/Commissioner must return the form with section 3 complete with written reasons for denying the request and provide the applicant with the information necessary to take the request to the OLA level.   When the OLA receives the updated “Release Request Form’\" and the appeal fee (shall not exceed $100.00 as per OR7.04) they must notify the applicant of the date, time and location of the next scheduled meeting of the OLA Appeals Committee.  The player must attend this meeting to discuss the reasons for the release request.  The Zone/Commissioner and association representative must also be advised of the meeting in order that they may have representation at the meeting, if they wish.  If the request is again denied, the player’s only option is to continue with his/her current association and try to resolve the differences that led to the request for a release.

\r\n

If at any level of these proceedings the release is granted (whether conditional or unconditional), the player must present the signed two-page form to the registrar of his new association, in order that it can be attached to the new registration form as proof of release.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','OLA Release Procedures','','inherit','closed','closed','','1098-revision-v1','','','2019-01-25 14:11:03','2019-01-25 14:11:03','',1098,'http://quintelacrosse.com/1098-revision-v1/',0,'revision','',0),(4245,2,'2019-01-25 14:11:49','2019-01-25 14:11:49','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n

 

\r\n

OLA Release Procedures

\r\n

 

\r\n

QMLA Player Release Policy 2019

\r\n

OLA Player Release Form 2019

\r\n

Player releases are only required for representative play.  They are not required for recreational (house league) play.

\r\n

Please send completed release requests to the QMLA President.

\r\n

Prior to any release request, the player must be registered with the association for the current year.  The OLA ‘Release Request Form’ must be used in all cases where a player wishes to be released from his/her current lacrosse association to play representative lacrosse with another association.  The Player, a Parent or Guardian must complete section 1 including all reasons and deliver it to the President of the association from which the release is requested, with a copy also being sent to the Zone Director/Commissioner.

\r\n

Only the information presented in section 1 will be considered.  New reasons for release will not be entertained at appeal level(s).

\r\n

The association must respond to the applicant within 72 hours to acknowledge receipt of the request for a release.  The Club then must set a date, time and location, (within a reasonable time frame), when the release hearing will be held (as approved by the Zone Director), in order that the applicant may be present to formally discuss the request.  The fee for a release request hearing at the club level shall NOT exceed $25.00.  At the hearing if the request is denied, the association must return the form with section 2 complete with written reasons for denying the request, and provide the applicant with the information necessary to take the request to the next level.

\r\n

Upon receipt of the updated “Release Request Form\" and the appeal fee (shall not exceed $100.00 as per OR7.04) the Zone/Commissioner must notify the applicant promptly, of the date, time and location of the next scheduled meeting of the Release Committee.  The player must attend this meeting to discuss the reasons for the release request.  The association representative must also be advised of the meeting in order that they can have representation at the meeting as well. If the request is again denied, the Zone/Commissioner must return the form with section 3 complete with written reasons for denying the request and provide the applicant with the information necessary to take the request to the OLA level.   When the OLA receives the updated “Release Request Form’\" and the appeal fee (shall not exceed $100.00 as per OR7.04) they must notify the applicant of the date, time and location of the next scheduled meeting of the OLA Appeals Committee.  The player must attend this meeting to discuss the reasons for the release request.  The Zone/Commissioner and association representative must also be advised of the meeting in order that they may have representation at the meeting, if they wish.  If the request is again denied, the player’s only option is to continue with his/her current association and try to resolve the differences that led to the request for a release.

\r\n

If at any level of these proceedings the release is granted (whether conditional or unconditional), the player must present the signed two-page form to the registrar of his new association, in order that it can be attached to the new registration form as proof of release.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','OLA Release Procedures','','inherit','closed','closed','','1098-revision-v1','','','2019-01-25 14:11:49','2019-01-25 14:11:49','',1098,'http://quintelacrosse.com/1098-revision-v1/',0,'revision','',0),(4113,2,'2018-12-22 01:31:29','2018-12-22 01:31:29','','Player Release Request - Box','','publish','closed','closed','','player-release-request-box','','','2020-08-10 16:01:05','2020-08-10 16:01:05','',0,'http://quintelacrosse.com/player-release-request-box/',9,'nav_menu_item','',0),(4114,2,'2018-12-22 01:31:29','2018-12-22 01:31:29','','Player Release Request - Field','','publish','closed','closed','','player-release-request-field','','','2020-08-10 16:01:05','2020-08-10 16:01:05','',0,'http://quintelacrosse.com/player-release-request-field/',10,'nav_menu_item','',0),(4117,2,'2018-12-22 01:39:33','2018-12-22 01:39:33','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n

 

\r\n

OLA Release Procedures

\r\n

QMLA Player Release Policy 2019

\r\n

 

\r\n

Player releases are only required for representative play.  They are not required for recreational (house league) play.

\r\n

Please send completed release requests to the QMLA President.

\r\n

Prior to any release request, the player must be registered with the association for the current year.  The OLA ‘Release Request Form’ must be used in all cases where a player wishes to be released from his/her current lacrosse association to play representative lacrosse with another association.  The Player, a Parent or Guardian must complete section 1 including all reasons and deliver it to the President of the association from which the release is requested, with a copy also being sent to the Zone Director/Commissioner.

\r\n

Only the information presented in section 1 will be considered.  New reasons for release will not be entertained at appeal level(s).

\r\n

The association must respond to the applicant within 72 hours to acknowledge receipt of the request for a release.  The Club then must set a date, time and location, (within a reasonable time frame), when the release hearing will be held (as approved by the Zone Director), in order that the applicant may be present to formally discuss the request.  The fee for a release request hearing at the club level shall NOT exceed $25.00.  At the hearing if the request is denied, the association must return the form with section 2 complete with written reasons for denying the request, and provide the applicant with the information necessary to take the request to the next level.

\r\n

Upon receipt of the updated “Release Request Form\" and the appeal fee (shall not exceed $100.00 as per OR7.04) the Zone/Commissioner must notify the applicant promptly, of the date, time and location of the next scheduled meeting of the Release Committee.  The player must attend this meeting to discuss the reasons for the release request.  The association representative must also be advised of the meeting in order that they can have representation at the meeting as well. If the request is again denied, the Zone/Commissioner must return the form with section 3 complete with written reasons for denying the request and provide the applicant with the information necessary to take the request to the OLA level.   When the OLA receives the updated “Release Request Form’\" and the appeal fee (shall not exceed $100.00 as per OR7.04) they must notify the applicant of the date, time and location of the next scheduled meeting of the OLA Appeals Committee.  The player must attend this meeting to discuss the reasons for the release request.  The Zone/Commissioner and association representative must also be advised of the meeting in order that they may have representation at the meeting, if they wish.  If the request is again denied, the player’s only option is to continue with his/her current association and try to resolve the differences that led to the request for a release.

\r\n

If at any level of these proceedings the release is granted (whether conditional or unconditional), the player must present the signed two-page form to the registrar of his new association, in order that it can be attached to the new registration form as proof of release.

\r\n

OLA Release Request Form – Minor Field

\r\n

OLA Release Request Form – Minor Box

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','OLA Release Procedures','','inherit','closed','closed','','1098-revision-v1','','','2018-12-22 01:39:33','2018-12-22 01:39:33','',1098,'http://quintelacrosse.com/1098-revision-v1/',0,'revision','',0),(4119,2,'2022-04-24 22:27:02','2022-04-25 02:27:02','
\n
\n
\n
\n

 

\n

Competitive Lacrosse

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

\"\"

\n

Quinte Minor Lacrosse Association (a member of the Ontario Lacrosse Association) offers a representative lacrosse program as an opportunity for local players to compete at a higher level against teams from all over Ontario, NO EXPERIENCE NECESSARY.  Below you will find general information related to the participation in representative lacrosse.  Look for more information to be posted as the season nears, such as tryout dates and age groups.  For more information, contact quintelacrosse@gmail.com. 

\nPLEASE NOTE:\n1.  ALL PLAYERS MUST BE REGISTERED AND PAID IN ORDER TO ATTEND TRYOUTS. \n2.  PLAYERS RESIDING IN OR NEAREST TO OTHER ASSOCIATIONS (THEIR \"HOME\" ASSOCIATION) MUST HAVE WRITTEN PERMISSION FROM THEIR HOME ASSOCIATION TO ATTEND TRYOUTS FOR QUINTE BAYHAWKS. \n3.  PLAYERS WITHIN OR NEAREST TO QMLA BOUNDARY WHO WISH TO TRYOUT OR REQUEST A RELEASE TO PLAY WITH ANOTHER CENTRE MUST FIRST REGISTER WITH QMLA PRIOR TO THE 3rd SUNDAY IN MARCH.  THIS IS A FIRM DEADLINE IMPOSED BY THE ONTARIO LACROSSE ASSOCIATION (email us if you think this is a problem or have any questions).\n\n \n\nUPDATE: As our 2022 box lacrosse registration period winds down (click here for more info), we will be making decisions on which age groups we will form rep teams based on the number of registrations for each division.  Soon after, around mid-April, we will start to schedule rep interest runs for players who are interested in playing rep.  The competitive season will begin around mid-May and run through to the beginning of August.  \n\nWhat to expect:\n- one practice per week until end of June (during house league schedule) - Rep only divisions may practice twice per week\n- two practices per week in July\n- weekends? - apart from house league lacrosse you can expect an occasional home or away game in May and June on a Saturday; in July, the only lacrosse on weekends will be one tournament and provincials (later July or early August depending on age)\n- Provincials!! - held in Whitby in early August, exact days depends on the age division\n- travel - zone games could be held as far east as Ottawa (usually just one trip east), and as far west as Durham region (once or twice)\n\n \n\nWE ARE CURRENTLY FORMING TEAMS FOR THE U13, U15 and U17 DIVISIONS.  EMAIL US FOR MORE INFORMATION.\n\nTEAMS WILL PRACTICE TUESDAYS AND/OR THURSDAYS.  PRACTICES IN MAY WILL BE HELD IN PICTON.  PRACTICES IN JUNE\n\n \n

COST

\n

Approximately $700-$800 per player.  Teams are expected to find sponsorship and do fundraising to bring these costs down.

\n

SCHEDULE

\n

The competitive season schedule will begin in May and conclude at the Ontario Lacrosse Festival (provincial championships) at the beginning of August (specific dates depend on age division).  

\n

COMMITMENT

\n

Representative teams are expected to practice once a week and play about 1 game per week, less during recreational league season, up to a total of about 8-10 zone games.  Teams are also expected to enter 1 or 2 tournaments. 

\n

TRAVEL

\n

For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.

\nPROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL\n\nThe competitive season culminates with the Ontario Lacrosse Festival in early August, where provincial championships are held for all age divisions.  This event is held in Durham Region (Whitby, Oshawa, Clarington, Ajax, Pickering).\n\n \n\n \n

 \"\"\"\"

\n\n
\n
\n
\n
\n
','Competitive','','inherit','closed','closed','','1100-autosave-v1','','','2022-04-24 22:27:02','2022-04-25 02:27:02','',1100,'http://quintelacrosse.com/1100-autosave-v1/',0,'revision','',0),(4120,2,'2019-01-04 20:41:33','2019-01-04 20:41:33','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Representative

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

\"\"

\r\n

Quinte Minor Lacrosse Association (a member of the Ontario Lacrosse Association) offers a representative lacrosse program as an opportunity for local players to compete at a higher level against teams from all over Ontario.  Below you will find general information related to the participation in representative lacrosse.  Look for more information to be posted as the season nears, such as tryout dates and age groups.  For more information, contact quintelacrosse@gmail.com.

\r\n \r\n

COST

\r\n

Approximately $600-$800 per player.  Teams are expected to find sponsorship and do fundraising to bring these costs down.

\r\n

SCHEDULE

\r\n

The representative season schedule will begin in late-May and conclude at the Ontario Lacrosse Festival (provincial championships) at the beginning of August (specific dates depend on age division).

\r\n

COMMITMENT

\r\n

Representative teams are expected to practice once a week and play 1 or 2 games per week up to a total of about 10-12 zone games.  Teams are also expected to enter 2 or 3 tournaments.

\r\n

TRAVEL

\r\n

For zone games, representative teams can expect to travel to Durham Region, Peterborough, Kingston and Ottawa. 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Representative','','inherit','closed','closed','','1100-revision-v1','','','2019-01-04 20:41:33','2019-01-04 20:41:33','',1100,'http://quintelacrosse.com/1100-revision-v1/',0,'revision','',0),(4122,2,'2019-01-04 20:53:21','2019-01-04 20:53:21','
\r\n
\r\n
\r\n
\r\n
\r\n

Welcome

\r\n

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

THE TEAM

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

Our Dedicated Team

\r\n

It takes a dedicated and committed group volunteers to run a fun and successful minor sports organization.  We need your help providing an exciting and memorable experience for our children.

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

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • President
  • \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • Treasurer
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • VP / Registrar
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  •  
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-01-04 20:53:21','2019-01-04 20:53:21','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4124,2,'2019-01-04 21:07:21','2019-01-04 21:07:21','','LTP','','inherit','open','closed','','ltp','','','2019-01-04 21:18:15','2019-01-04 21:18:15','',18,'http://quintelacrosse.com/wp-content/uploads/2019/01/LTP.png',0,'attachment','image/png',0),(4128,2,'2019-01-04 21:25:28','2019-01-04 21:25:28','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Welcome

\r\n

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

OUR SPONSORS

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-01-04 21:25:28','2019-01-04 21:25:28','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4134,2,'2019-01-04 22:26:13','2019-01-04 22:26:13','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

OUR SPONSORS

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-01-04 22:26:13','2019-01-04 22:26:13','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4132,2,'2019-01-04 22:16:45','2019-01-04 22:16:45','
\r\n
\r\n
\r\n
\r\n

 

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

Welcome

\r\n

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

OUR SPONSORS

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-01-04 22:16:45','2019-01-04 22:16:45','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4135,2,'2019-01-04 22:30:10','2019-01-04 22:30:10','
\r\n
\r\n
\r\n
\r\n
\r\n

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

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

\"\"

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

OUR SPONSORS

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-01-04 22:30:10','2019-01-04 22:30:10','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4136,2,'2019-01-04 22:31:18','2019-01-04 22:31:18','
\r\n
\r\n
\r\n
\r\n
\r\n

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

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

\"\"

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

OUR SPONSORS

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-01-04 22:31:18','2019-01-04 22:31:18','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4374,2,'2019-03-04 00:56:39','2019-03-04 00:56:39','
\r\n
\r\n
\r\n
\r\n
\r\n
  
\r\n
\r\n

 

\r\n

 2019 Registration Fees

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

 

\r\n

Registration closes March 20th!

\r\n

Check out our Lacrosse Stick Promotion

\r\n

Below is the fee schedule based on division:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Level/Years of Birth 2019 Lacrosse Fees 
Soft Lacrosse 2015/2016$75
Paperweight – 2013/2014$130
Tyke – 2011/2012$180
Novice -2009/2010$180
PeeWee – 2007/2008$180
Bantam – 2005/2006$180
Midget – 2003/2004$180
  
\r\n

All registrations can be done on-line.  If you are registering a new player a copy of a birth certificate or health card must be uploaded along with the registration. Please see the main page of our website under Registration to find out how to do this.  You must also have a valid email address.

\r\n

Please review our refund policy: QMLA Refund Policy 2019

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2019-03-04 00:56:39','2019-03-04 00:56:39','',1096,'http://quintelacrosse.com/1096-revision-v1/',0,'revision','',0),(4139,2,'2019-01-05 02:48:23','2019-01-05 02:48:23','
\r\n
\r\n
\r\n
\r\n
\r\n

QUINTE BAYHAWKS LACROSSE

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

\"\"

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

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

OUR SPONSORS

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-01-05 02:48:23','2019-01-05 02:48:23','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4138,2,'2019-01-05 02:46:52','2019-01-05 02:46:52','
\r\n
\r\n
\r\n
\r\n
\r\n

QUINTE BAYHAWKS LACROSSE

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

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

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

OUR SPONSORS

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-01-05 02:46:52','2019-01-05 02:46:52','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4159,2,'2019-01-06 23:49:22','2019-01-06 23:49:22','','register-now-button-blue-i4','','inherit','open','closed','','register-now-button-blue-i4','','','2019-01-06 23:49:22','2019-01-06 23:49:22','',18,'http://quintelacrosse.com/wp-content/uploads/2019/01/register-now-button-blue-i4.jpg',0,'attachment','image/jpeg',0),(4183,2,'2019-01-08 03:01:33','2019-01-08 03:01:33','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

QUINTE BAYHAWKS LACROSSE

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

\"\"

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

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

OUR SPONSORS

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

\"\"

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-01-08 03:01:33','2019-01-08 03:01:33','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4140,2,'2019-01-05 02:50:59','2019-01-05 02:50:59','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

QUINTE BAYHAWKS LACROSSE

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

\"\"

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

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

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

LATEST NEWS

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

[post_grid id=\"379\"]

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

OUR SPONSORS

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

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

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-01-05 02:50:59','2019-01-05 02:50:59','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4141,2,'2019-01-05 02:57:11','2019-01-05 02:57:11','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Representative

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

\"\"

\r\n

Quinte Minor Lacrosse Association (a member of the Ontario Lacrosse Association) offers a representative lacrosse program as an opportunity for local players to compete at a higher level against teams from all over Ontario.  Below you will find general information related to the participation in representative lacrosse.  Look for more information to be posted as the season nears, such as tryout dates and age groups.  For more information, contact quintelacrosse@gmail.com.

\r\n \r\n

COST

\r\n

Approximately $600-$800 per player.  Teams are expected to find sponsorship and do fundraising to bring these costs down.

\r\n

SCHEDULE

\r\n

The representative season schedule will begin in late-May and conclude at the Ontario Lacrosse Festival (provincial championships) at the beginning of August (specific dates depend on age division).

\r\n

COMMITMENT

\r\n

Representative teams are expected to practice once a week and play 1 or 2 games per week up to a total of about 10-12 zone games.  Teams are also expected to enter 2 or 3 tournaments.

\r\n

TRAVEL

\r\n

For zone games, representative teams can expect to travel to Durham Region, Peterborough, Kingston and Ottawa. 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Representative','','inherit','closed','closed','','1100-revision-v1','','','2019-01-05 02:57:11','2019-01-05 02:57:11','',1100,'http://quintelacrosse.com/1100-revision-v1/',0,'revision','',0),(4147,2,'2019-01-05 03:16:07','2019-01-05 03:16:07','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Joe Fee

\r\n
President
\r\n 
\r\n
\r\n
\r\n
\r\n

\"\"

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

Abby Leavitt

\r\n
VP / Registrar
\r\n 
\r\n
\r\n
\r\n
\r\n

\"\"

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

Sue Stewart

\r\n
Treasurer
\r\n 
\r\n
\r\n
\r\n
\r\n

\"\"

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

Wayne Brown

\r\n
Director at Large
\r\n 
\r\n
\r\n
\r\n
\r\n

\"\"

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

Ryan DeJonge

\r\n
Director at Large
\r\n 
\r\n
\r\n
\r\n
\r\n

\"\"

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

Jason Partridge

\r\n
Director at Large
\r\n 
\r\n
\r\n
\r\n
\r\n

\"\"

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

 

\r\n\r\n
\r\n
\r\n
\r\n
','Board of Directors','','inherit','closed','closed','','4083-revision-v1','','','2019-01-05 03:16:07','2019-01-05 03:16:07','',4083,'http://quintelacrosse.com/4083-revision-v1/',0,'revision','',0),(4142,2,'2019-01-05 03:02:38','2019-01-05 03:02:38','
\r\n
\r\n
\r\n
\r\n

Our Team

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

Joe Fee

\r\n

President

\r\nquintelacrosse@gmail.com\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n

 

\r\n

 

\r\n

 

\r\n

 

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

Abby Leavitt

\r\n

VP / Registrar

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

 

\r\n

 

\r\n

 

\r\n

 

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

Sue Stewart

\r\n

Treasurer

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

 

\r\n

 

\r\n

 

\r\n

 

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

Wayne Brown

\r\n

Director at Large

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

 

\r\n

 

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Ryan DeJonge

\r\n

Director at Large

\r\n\r\n
\r\n
\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Jason Partridge

\r\n

Director at Large

\r\n\r\n
\r\n
\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Board of Directors','','inherit','closed','closed','','4083-revision-v1','','','2019-01-05 03:02:38','2019-01-05 03:02:38','',4083,'http://quintelacrosse.com/4083-revision-v1/',0,'revision','',0),(4166,2,'2019-01-07 15:50:05','2019-01-07 15:50:05','
\r\n
\r\n
\r\n
\r\n
\r\n
  
\r\n
\r\n

 

\r\n

 2019 Registration Fees

\r\n
\r\n
\r\n

 

\r\n

Registration will open January 2019!

\r\n

Below are the fee schedule based on division:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Level/Years of Birth 2019 Lacrosse Fees 
Soft Lacrosse 2015/2016$75
Paperweight – 2013/2014$130
Tyke – 2011/2012$180
Novice -2009/2010$180
PeeWee – 2007/2008$180
Bantam – 2005/2006$180
Midget – 2003/2004$180
  
\r\n

All registrations can be done on-line.  If you are registering a new player a copy of a birth certificate or health card must be uploaded along with the registration. Please see the main page of our website under Registration to find out how to do this.  You must also have a valid email address.

\r\n

Please review our refund policy: QMLA Refund Policy 2019

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2019-01-07 15:50:05','2019-01-07 15:50:05','',1096,'http://quintelacrosse.com/1096-revision-v1/',0,'revision','',0),(4148,2,'2019-01-05 03:27:36','2019-01-05 03:27:36','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Why Play Lacrosse?

\r\n

 

\r\n

At Quinte Minor Lacrosse, you’ll find many players and parents who are fanatical about the sport. Here are a few reasons why…

\r\n\r\n

Fun

\r\n

Lacrosse is fun to play and exciting to watch.  It is characterized by intense action, strategy, finesse and power.  It is a game with long, looping passes and short bullet-like shots: to catch a pass over the shoulder while running at full stride, to hit the top corner of the net while in full flight, or to stop a shot aimed low through a maze of players requires a range of skills unsurpassed in any other sport.  The wide open-nature of the game makes it a great spectator sport.

\r\n\r\n

Fitness

\r\n

Lacrosse is a game of speed and stamina – there’s no standing around in lacrosse.  With its back-and-forth nature, all lacrosse players, even goalies, are kept active.

\r\n

Lacrosse is a great way to build cardiovascular endurance, coordination, agility, and strength.  Kids who are tired out from running around sleep better, and those who have slept well have more energy to run around, be creative, and solve problems.

\r\n\r\n

Teamwork

\r\n

Team sports are an excellent way learn how to come together and work towards a common goal.  The players work, sweat, plan and play together. Overcoming obstacles within a team is also a good way to develop lifelong friendships.

\r\n

Like other team sports, lacrosse offers opportunities to develop leadership skills, social interaction skills, a sense of belonging and camaraderie, as well as physical skills, friendships, and respect for teammates, coaches, and officials.

\r\n\r\n

Cross Training

\r\n

The promotion of speed, stamina, sportsmanship and team play in lacrosse provides excellent cross-training for other sports like hockey, basketball and soccer.

\r\n

If hockey is your main sport, the QMLA invites hockey players from Belleville, Trenton and surrounding area to come play the fastest game on two feet! 

\r\n\r\n

HOCKEY PLAYERS BENEFIT FROM LACROSSE:

\r\n
    \r\n
  • stick handling creativity
  • \r\n
  • creativity in tight areas
  • \r\n
  • creativity of fakes, back passes and shots
  • \r\n
  • use of both hands
  • \r\n
  • reading the play offensively
  • \r\n
  • strong, dynamic defensive tactics
  • \r\n
  • builds up strength and endurance
  • \r\n
  • prevents sport burn-out by playing a new, fast-paced sport
  • \r\n
  • increases hand-eye coordination
  • \r\n
  • teaches players to be more aware of their surroundings
  • \r\n
  • reinforces the importance of quickness and agility around the net
  • \r\n
  • leadership skills
  • \r\n
  • scoring skills are honed by shooting at smaller targets and picking corners
  • \r\n
\r\n
\r\n
\r\n
\r\n

TORONTO MAPLE LEAF JOHN TAVARES ON LACROSSE:

\r\n
\r\n

\"\"

\r\n

\"It’s lacrosse that helped teach me to spin off checks, take shots and protect the puck under pressure. My stick skills, the way to read the play quickly comes from lacrosse. The hand-eye coordination, is just one of the little things that helps you in hockey.\" — John Tavares

\r\n \r\n\r\n \r\n

THE GREAT ONE WAYNE GRETZKY ON LACROSSE:

\r\n
\r\n

\"\"

\r\nWayne wearing the \"C\" and Walter coaching... circa 1971.\r\n\r\n\"One of the worst things to happen to the game, in my opinion, has been year-round hockey and, in particular, summer hockey. All it does for kids, as far as I can tell, is keep them out of sports they should be doing in the warmer weather. I could hardly wait to get my lacrosse stick out and start throwing the ball against the walls and working on our moves as we played the lacrosse equivalent to road hockey. All the good hockey players seemed to play lacrosse in those days and everyone of them learned something from the game to carry over to the other - things athletes can only learn by mixing up the games they play when they are young.\"  —  Wayne Gretzky\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Why Play Lacrosse?','','inherit','closed','closed','','1093-revision-v1','','','2019-01-05 03:27:36','2019-01-05 03:27:36','',1093,'http://quintelacrosse.com/1093-revision-v1/',0,'revision','',0),(4153,2,'2022-05-09 10:40:16','2022-05-09 14:40:16','
\n
\n
\n
\n
\n

 

\n

About QMLA Recreational League

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

For more information about days of play for recreational league lacrosse, see below or go to Recreational League Days of Play

\n

The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. 

\n

This program allows all players to practice and play against players in their own age division and skill level.  Box Lacrosse recreational league is open to boys and girls age 3-16.  

\n

QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.

\n

All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).

\n

If you are interested in playing in our competitive club program, please click  here for more information.

\n

 

\n

REGISTER NOW

\n

 

\n

2022 SEASON DETAILS

\n

UPDATED May 9th

\n

Please note: all dates and times are subject to change.  There will be no lacrosse on the Victoria Day weekend (May 20-23).  Season wrap-up will take place on Saturday June 25th.

\n

SOFT LACROSSE

\n

The soft lacrosse program for ages 3 and 4 is designed to give our youngest players an opportunity to learn the basics of the game in a fun environment.  Parents are encouraged to participate on the floor or field with the players.  And the best part, it\'s FREE!\nDates:  Saturdays, April 23rd to June 25th\nTime: 8:30am to 9:00am\nLocation: QSWC

\n

PAPERWEIGHT

\n

Players ages 5 and 6 will learn and practice the fundamental skills and progress into 3v3 games.\nDates: Saturdays, April 23rd to June 25th\nTime: 9:00am to 10:00am\nLocation: QSWC

\n

U9 / U11 / U13 / U15 / U17

\n

Players will learn and practice the fundamental skills weekly and play games against teams in their division.  Quinte Sports and Wellness Centre (indoor) and Thurlow Fields (outdoor) will be the primary locations for most lacrosse activities while we aim to expand into other neighbouring facilities.  A competitive club team is also offered for all players if there is enough interest.  Click here for more information. 

\n

U9\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\nTimes: 2:00pm to 3:00pm\nLocation: QSWC\nU11\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\nTimes: 2:00pm to 3:00pm\nLocation: QSWC\nU13\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\nTimes: 3:00pm to 4:00pm\nLocation: QSWC\nU15\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\nTimes: 4:00pm to 5:00pm\nLocation: QSWC\nU17\nOnly offering rep (travel) team for 2022.  Contact us for details.\nLocation: QSWC

\n

 

\n

 

\n\n
\n
\n
\n

\"\"

\n\n
\n
\n
\n
\n

\"\"

\n\n
\n
\n
\n
\n

\"\"

\n\n
\n
\n
\n
\n
\n
\n

\"\"

\n

 

\n \n\n
\n
\n
\n
','About QMLA Recreational League','','inherit','closed','closed','','1094-autosave-v1','','','2022-05-09 10:40:16','2022-05-09 14:40:16','',1094,'http://quintelacrosse.com/1094-autosave-v1/',0,'revision','',0),(4163,2,'2019-01-07 13:50:30','2019-01-07 13:50:30','
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA House League

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

The QMLA house league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and competitive environment. 

\r\n

This program allows all players to practice and play against players in their own division and skill level.  Box Lacrosse house league is open to boys and girls age 3-16. 

\r\n

More details to come...

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
','About QMLA House League','','inherit','closed','closed','','1094-revision-v1','','','2019-01-07 13:50:30','2019-01-07 13:50:30','',1094,'http://quintelacrosse.com/1094-revision-v1/',0,'revision','',0),(4154,2,'2019-01-05 03:34:32','2019-01-05 03:34:32','
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA House League

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

The QMLA house league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and competitive environment. 

\r\n

This program allows all players to practice and play against players in their own division and skill level.  Box Lacrosse house league is open to boys and girls age 3-16. 

\r\n

The season starts in April and runs until the end of the school year.

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
','About QMLA House League','','inherit','closed','closed','','1094-revision-v1','','','2019-01-05 03:34:32','2019-01-05 03:34:32','',1094,'http://quintelacrosse.com/1094-revision-v1/',0,'revision','',0),(4308,2,'2019-02-06 00:44:36','2019-02-06 00:44:36','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

House League Days of Play

\r\n

Below are the tentative days of the week that each division will play.  Teams in each division will alternate between days shown.  For example, a tyke team may play Sunday on one week and Thursday the following week.  They will not play twice in the same week.  Please note that the schedule is subject to change pending registration numbers, however, we will do our best to stick with what we have below.  Locations on some dates may change due to prior arena bookings.

\r\n

Peanut (2015/2016) – Saturdays at 9:00am\r\nPaperweight (2013/2014) – Saturdays at 10:00am\r\nTyke (2011/2012) – Sunday at 2:00pm or Thursday at 5:30pm\r\nNovice (2009/2010) – Sunday at 3:00pm or Thursday at 6:30pm\r\nPeewee (2007/2008) – Sunday at 4:00pm or Thursday at 7:30pm\r\nBantam (2005/2006) – Tuesday at 6:30pm or Friday at 6:30pm\r\nMidget (2003/2004) - Tuesday at 7:30pm or Friday at 7:30pm\r\nGirls (Peewee to Midget) - Tuesday at 5:30pm or Friday at 5:30pm

\r\n

The season will begin in the first couple weeks of April (floor time still to be confirmed) and conclude with the house league wrap-up on the weekend of June 15th and 16th.

\r\n

We will be playing out of two arenas: Friday, Saturday, and Sunday games will be played at Mackay pad at the QSWC, and Tuesday and Thursday games will be played at Stirling-Rawdon Arena, with the exception of the first 2 weeks which will all take place on Mackay pad at QSWC.

\r\n

NOTE:  The QMLA is currently in the planning stages with neighbouring associations Kingston, Tyendinaga and Northumberland to have some of our house league teams play against each other.  This may involve one or two trips for each team to play at their arena, as well as us hosting them at our arena. 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2019-02-06 00:44:36','2019-02-06 00:44:36','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(4170,2,'2019-01-07 23:41:00','2019-01-07 23:41:00','
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

How to Register

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Please read and follow the instructions below to register for 2019.

\r\n\r\n
\r\n
\r\n

If you have any problems, please contact quintelacrosse@gmail.com.

\r\n\r\n
\r\n
\r\n

=================================================

\r\n\r\n

New Players to Quinte Minor Lacrosse

\r\n

 

\r\n

To register, you will need to create a Sportzsoft account and upload Proof of Age document(s) for your child(ren).

\r\n

To create a SportzSoft account:

\r\n

1. Click the online registration link:  REGISTER HERE 

\r\n

2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password

\r\n

3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n** NOTE: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

4. To register a player, click the orange “New Registration” button, select the child’s name from the Participant list, and then click “Next”.

\r\n

5. The drop-down menu will show all open registrations that child is eligible to play.  Please select the the program you want and complete the registration for that product. 

\r\n6. Read and agree to the OLA Waivers\r\n

7. Complete the Questionnaire

\r\n

8. Upload a valid Proof of Age document (pdf, jpg files only)

\r\n

9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.

\r\n

** NOTE: Registration is NOT complete until a valid Proof of Age document is uploaded AND payment is received for each child.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','FAQ','','inherit','closed','closed','','4168-revision-v1','','','2019-01-07 23:41:00','2019-01-07 23:41:00','',4168,'http://quintelacrosse.com/4168-revision-v1/',0,'revision','',0),(4169,2,'2019-01-07 23:32:02','2019-01-07 23:32:02','\n
\r\n
\r\n
\r\n
\r\n

Get Answers to Frequently Asked Questions Here

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
  1. \r\n

    Do you offer fashions for all ages?

    \r\n

    Most of our fashions are tailored to adults, primarily under 60 years of age. We do have some children\'s fashions, and can order other items in children\'s sizes if you\'re looking for something very specific. No matter what age group you fall into or what type of fashions you like, we\'d love to help you look and feel great in your clothes.

    \r\n
  2. \r\n
  3. \r\n

    Can I buy online?

    \r\n

    Sure! You can buy online or in our store, whichever is more convenient for you. If you know exactly what you want and are sure of the size, ordering online can be a great choice. For browsing or trying things on, it\'s often better to come in so we can help you find just the right thing in a size that\'s comfortable for you. We can also design clothes for you or alter what you buy, if necessary.

    \r\n
  4. \r\n
  5. \r\n

    What if I need to return something?

    \r\n

    Returns are fast and easy. If you bought from our store, bring it back in. You\'ll need your receipt, and the item has to be un-worn and still have its tags. The same is true for items bought online. You can bring it in, or you can send it back to us. If you want to mail it back, please contact us for a shipping label, so you won\'t have to pay postage.

    \r\n
  6. \r\n
  7. \r\n

    Where do your clothes come from?

    \r\n

    We buy clothing from all over the country and the world. Our goal is to stay on the cutting edge of fashion-forward options, but also to carry timeless, elegant pieces for those who like their look to be more traditional. Both are great options, depending on what you enjoy and the event you\'ll be attending. If you need a specific style of item, come in and talk to us. We\'ll be happy to see if we can get it for you!

    \r\n
  8. \r\n
  9. \r\n

    Can I afford my new look?

    \r\n

    With us? Absolutely! You can find plenty of fashionable clothes that aren\'t that expensive, and you don\'t need to break the bank to get something great to wear. Come in and see us, or browse around the site, and you\'ll be pleasantly surprised at how little our clothing costs for the quality you\'re getting. There\'s a lot of great value to be had!

    \r\n
  10. \r\n
  11. \r\n

    How often do you have sales?

    \r\n

    We have sales at least once per month. It\'s usually at the end of the month, but we also run holiday sales, or discount clothing that has been in the store for a while. Our calendar lets you know when these sales are coming up, so be sure to take a look at it and make a note of our next planned sale!

    \r\n
  12. \r\n
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\n','FAQ','','inherit','closed','closed','','4168-revision-v1','','','2019-01-07 23:32:02','2019-01-07 23:32:02','',4168,'http://quintelacrosse.com/4168-revision-v1/',0,'revision','',0),(4173,2,'2019-01-07 23:45:12','2019-01-07 23:45:12','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

How to Register

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Please read and follow the instructions below to register for 2019.

\r\n\r\n
\r\n
\r\n

If you have any problems, please contact quintelacrosse@gmail.com.

\r\n\r\n
\r\n
\r\n

=================================================

\r\n\r\n

New Players to Quinte Minor Lacrosse

\r\n

 

\r\n

To register, you will need to create a Sportzsoft account and upload Proof of Age document(s) for your child(ren).

\r\n

To create a SportzSoft account:

\r\n

1. Click the online registration link:  REGISTER HERE 

\r\n

2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password

\r\n

3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n** NOTE: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

4. To register a player, click the orange “New Registration” button, select the child’s name from the Participant list, and then click “Next”.

\r\n

5. The drop-down menu will show all open registrations that child is eligible to play.  Please select the the program you want and complete the registration for that product. 

\r\n6. Read and agree to the OLA Waivers\r\n

7. Complete the Questionnaire

\r\n

8. Upload a valid Proof of Age document (pdf, jpg files only)

\r\n

9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.

\r\n

** NOTE: Registration is NOT complete until a valid Proof of Age document is uploaded AND payment is received for each child.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2019-01-07 23:45:12','2019-01-07 23:45:12','',4168,'http://quintelacrosse.com/4168-revision-v1/',0,'revision','',0),(4379,2,'2019-03-06 22:05:34','2019-03-06 22:05:34','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

QUINTE BAYHAWKS LACROSSE

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n

[post_grid id=\"379\"]

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

        

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-03-06 22:05:34','2019-03-06 22:05:34','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4348,2,'2019-02-07 16:02:36','2019-02-07 16:02:36','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

QUINTE BAYHAWKS LACROSSE

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n

[post_grid id=\"379\"]

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

          

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-02-07 16:02:36','2019-02-07 16:02:36','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4349,2,'2019-02-07 16:03:19','2019-02-07 16:03:19','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

QUINTE BAYHAWKS LACROSSE

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n

[post_grid id=\"379\"]

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

         

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-02-07 16:03:19','2019-02-07 16:03:19','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4175,2,'2022-07-31 21:44:05','2022-08-01 01:44:05','
\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n

For instructions on how to register, click here\nWe recommend using desktop or laptop computers for registration.  Registrations done on mobile devices may encounter difficulties. 

\n

Please note that the registration system is not set up for the outdoor recreational league at this time.  Please send payment via etransfer to confirm registration.  More details will be provided once payment has been completed.  For questions, pl

\n

To access your Sportzsoft account, click here

\n

 

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
','Registration Portal','','inherit','closed','closed','','122-autosave-v1','','','2022-07-31 21:44:05','2022-08-01 01:44:05','',122,'http://quintelacrosse.com/122-autosave-v1/',0,'revision','',0),(4176,2,'2019-01-08 02:40:39','2019-01-08 02:40:39','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Registration Fees

\r\nHow To Register\r\n\r\nPlayer Release Policy\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Registration','','inherit','closed','closed','','122-revision-v1','','','2019-01-08 02:40:39','2019-01-08 02:40:39','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(4177,2,'2019-01-08 02:41:04','2019-01-08 02:41:04','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Registration Fees

\r\n

How To Register

\r\nPlayer Release Policy\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Registration','','inherit','closed','closed','','122-revision-v1','','','2019-01-08 02:41:04','2019-01-08 02:41:04','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(4246,2,'2019-01-25 14:16:36','2019-01-25 14:16:36','
\r\n
\r\n
\r\n
\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Registration','','inherit','closed','closed','','122-revision-v1','','','2019-01-25 14:16:36','2019-01-25 14:16:36','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(4178,2,'2019-01-08 02:42:11','2019-01-08 02:42:11','
\r\n
\r\n
\r\n\r\n
\r\n
\r\n
','Registration','','inherit','closed','closed','','122-revision-v1','','','2019-01-08 02:42:11','2019-01-08 02:42:11','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(4492,2,'2019-04-09 03:02:26','2019-04-09 03:02:26','
\r\n
\r\n
\r\n
\r\n

\r\n

Novice Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Novice House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Novice Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Novice Division','','inherit','closed','closed','','4060-revision-v1','','','2019-04-09 03:02:26','2019-04-09 03:02:26','',4060,'http://quintelacrosse.com/4060-revision-v1/',0,'revision','',0),(4945,2,'2019-10-20 23:47:07','2019-10-20 23:47:07','
\r\n
\r\n
\r\n
\r\n

 

\r\n \r\n\r\n \r\n
\r\n\r\n[wpforms id=\"16\" title=\"false\" description=\"false\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Quinte Lacrosse School Registration','','publish','closed','closed','','quinte-lacrosse-school','','','2019-10-21 14:49:46','2019-10-21 14:49:46','',0,'http://quintelacrosse.com/?page_id=4945',0,'page','',0),(4184,2,'2019-01-08 03:03:28','2019-01-08 03:03:28','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

QUINTE BAYHAWKS LACROSSE

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n

[post_grid id=\"379\"]

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-01-08 03:03:28','2019-01-08 03:03:28','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4211,2,'2019-01-14 00:48:22','2019-01-14 00:48:22','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

QMLA Refund & Cancellation Policy

\r\n

If written notice of withdrawal is received by the QMLA registrar not less than 2 weeks prior to the start of regular league play, a full refund of the registration fee will be provided, less a $25 administration fee.

\r\n

For a detailed outline of the QMLA Refund Policy, click HERE

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','QMLA Refund/Cancellation Policy','','inherit','closed','closed','','1097-revision-v1','','','2019-01-14 00:48:22','2019-01-14 00:48:22','',1097,'http://quintelacrosse.com/1097-revision-v1/',0,'revision','',0),(4212,2,'2019-01-14 00:52:58','2019-01-14 00:52:58','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Representative

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

Quinte Minor Lacrosse Association (a member of the Ontario Lacrosse Association) offers a representative lacrosse program as an opportunity for local players to compete at a higher level against teams from all over Ontario.  Below you will find general information related to the participation in representative lacrosse.  Look for more information to be posted as the season nears, such as tryout dates and age groups.  For more information, contact quintelacrosse@gmail.com.

\r\n \r\n

COST

\r\n

Approximately $600-$800 per player.  Teams are expected to find sponsorship and do fundraising to bring these costs down.

\r\n

SCHEDULE

\r\n

The representative season schedule will begin in late-May and conclude at the Ontario Lacrosse Festival (provincial championships) at the beginning of August (specific dates depend on age division).

\r\n

COMMITMENT

\r\n

Representative teams are expected to practice once a week and play 1 or 2 games per week up to a total of about 10-12 zone games.  Teams are also expected to enter 2 or 3 tournaments.

\r\n

TRAVEL

\r\n

For zone games, representative teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play. 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Representative','','inherit','closed','closed','','1100-revision-v1','','','2019-01-14 00:52:58','2019-01-14 00:52:58','',1100,'http://quintelacrosse.com/1100-revision-v1/',0,'revision','',0),(4532,2,'2019-04-17 15:02:37','2019-04-17 15:02:37','
\r\n
\r\n
\r\n
\r\n

\r\n

Peewee Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Peewee House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Peewee Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Peewee Division','','inherit','closed','closed','','4066-revision-v1','','','2019-04-17 15:02:37','2019-04-17 15:02:37','',4066,'http://quintelacrosse.com/4066-revision-v1/',0,'revision','',0),(4511,2,'2019-04-17 04:23:28','2019-04-17 04:23:28','','2019-05-26 Northumberland HL Novice 1 @ Quinte HL Novice 2','','publish','closed','closed','','2019-05-26-northumberland-hl-novice-1-quinte-hl-novice-2','','','2019-05-02 15:53:47','2019-05-02 15:53:47','',0,'http://quintelacrosse.com/lm-game/2019-05-26-northumberland-hl-novice-1-quinte-hl-novice-2/',0,'mstw_lm_game','',0),(4512,2,'2019-04-17 04:23:28','2019-04-17 04:23:28','','2019-05-29 Quinte HL Novice 1 @ Northumberland HL Novice 1','','publish','closed','closed','','2019-05-29-quinte-hl-novice-1-northumberland-hl-novice-1','','','2019-04-17 04:23:28','2019-04-17 04:23:28','',0,'http://quintelacrosse.com/lm-game/2019-05-29-quinte-hl-novice-1-northumberland-hl-novice-1/',0,'mstw_lm_game','',0),(4513,2,'2019-04-17 04:23:28','2019-04-17 04:23:28','','2019-06-02 Tyendinaga HL Novice 1 @ Quinte HL Novice 2','','publish','closed','closed','','2019-06-02-tyendinaga-hl-novice-1-quinte-hl-novice-2','','','2019-04-17 04:23:28','2019-04-17 04:23:28','',0,'http://quintelacrosse.com/lm-game/2019-06-02-tyendinaga-hl-novice-1-quinte-hl-novice-2/',0,'mstw_lm_game','',0),(4514,2,'2019-04-17 04:23:28','2019-04-17 04:23:28','','2019-06-03 Quinte HL Novice 1 @ Tyendinaga HL Novice 1','','publish','closed','closed','','2019-06-03-quinte-hl-novice-1-tyendinaga-hl-novice-1','','','2019-04-17 04:23:28','2019-04-17 04:23:28','',0,'http://quintelacrosse.com/lm-game/2019-06-03-quinte-hl-novice-1-tyendinaga-hl-novice-1/',0,'mstw_lm_game','',0),(4515,2,'2019-04-17 04:23:28','2019-04-17 04:23:28','','2019-06-06 Quinte HL Novice 2 @ Kingston HL Novice 1','','publish','closed','closed','','2019-06-06-quinte-hl-novice-2-kingston-hl-novice-1','','','2019-04-17 04:23:28','2019-04-17 04:23:28','',0,'http://quintelacrosse.com/lm-game/2019-06-06-quinte-hl-novice-2-kingston-hl-novice-1/',0,'mstw_lm_game','',0),(4516,2,'2019-04-17 04:23:28','2019-04-17 04:23:28','','2019-06-09 Kingston HL Novice 1 @ Quinte HL Novice 1','','publish','closed','closed','','2019-06-09-kingston-hl-novice-1-quinte-hl-novice-1','','','2019-04-17 04:23:28','2019-04-17 04:23:28','',0,'http://quintelacrosse.com/lm-game/2019-06-09-kingston-hl-novice-1-quinte-hl-novice-1/',0,'mstw_lm_game','',0),(4517,2,'2019-04-17 04:23:28','2019-04-17 04:23:28','','2019-06-12 Quinte HL Novice 2 @ Northumberland HL Novice 1','','publish','closed','closed','','2019-06-12-quinte-hl-novice-2-northumberland-hl-novice-1','','','2019-04-17 04:23:28','2019-04-17 04:23:28','',0,'http://quintelacrosse.com/lm-game/2019-06-12-quinte-hl-novice-2-northumberland-hl-novice-1/',0,'mstw_lm_game','',0),(4518,2,'2019-04-17 04:23:28','2019-04-17 04:23:28','','2019-06-15 Quinte HL Novice 2 @ Quinte HL Novice 1','','publish','closed','closed','','2019-06-15-quinte-hl-novice-2-quinte-hl-novice-1','','','2019-05-27 01:47:52','2019-05-27 01:47:52','',0,'http://quintelacrosse.com/lm-game/2019-06-15-quinte-hl-novice-2-quinte-hl-novice-1/',0,'mstw_lm_game','',0),(4519,2,'2019-04-17 04:23:28','2019-04-17 04:23:28','','2019-06-20 Quinte HL Novice 1 @ Kingston HL Novice 1','','publish','closed','closed','','2019-06-20-quinte-hl-novice-1-kingston-hl-novice-1','','','2019-04-17 04:23:28','2019-04-17 04:23:28','',0,'http://quintelacrosse.com/lm-game/2019-06-20-quinte-hl-novice-1-kingston-hl-novice-1/',0,'mstw_lm_game','',0),(4503,2,'2019-04-17 03:39:55','2019-04-17 03:39:55','','2019-05-26 Quinte HL Tyke 1 @ Northumberland HL Tyke 4','','publish','closed','closed','','2019-05-26-quinte-hl-tyke-1-northumberland-hl-tyke-4','','','2019-05-02 20:41:34','2019-05-02 20:41:34','',0,'http://quintelacrosse.com/lm-game/2019-05-26-quinte-hl-tyke-1-northumberland-hl-tyke-4/',0,'mstw_lm_game','',0),(4504,2,'2019-04-17 03:39:55','2019-04-17 03:39:55','','2019-05-30 Quinte HL Tyke 1 @ Kingston HL Tyke 1','','publish','closed','closed','','2019-05-30-quinte-hl-tyke-1-kingston-hl-tyke-1','','','2019-04-17 03:39:55','2019-04-17 03:39:55','',0,'http://quintelacrosse.com/lm-game/2019-05-30-quinte-hl-tyke-1-kingston-hl-tyke-1/',0,'mstw_lm_game','',0),(4505,2,'2019-04-17 03:39:55','2019-04-17 03:39:55','','2019-06-02 Tyendinaga HL Tyke 1 @ Quinte HL Tyke 1','','publish','closed','closed','','2019-06-02-tyendinaga-hl-tyke-1-quinte-hl-tyke-1','','','2019-04-17 03:39:55','2019-04-17 03:39:55','',0,'http://quintelacrosse.com/lm-game/2019-06-02-tyendinaga-hl-tyke-1-quinte-hl-tyke-1/',0,'mstw_lm_game','',0),(4506,2,'2019-04-17 03:39:55','2019-04-17 03:39:55','','2019-06-08 Quinte HL Tyke 1 @ Tyendinaga HL Tyke 1','','publish','closed','closed','','2019-06-08-quinte-hl-tyke-1-tyendinaga-hl-tyke-1','','','2019-04-17 03:39:55','2019-04-17 03:39:55','',0,'http://quintelacrosse.com/lm-game/2019-06-08-quinte-hl-tyke-1-tyendinaga-hl-tyke-1/',0,'mstw_lm_game','',0),(4507,2,'2019-04-17 03:39:55','2019-04-17 03:39:55','','2019-06-09 Kingston HL Tyke 1 @ Quinte HL Tyke 1','','publish','closed','closed','','2019-06-09-kingston-hl-tyke-1-quinte-hl-tyke-1','','','2019-04-17 03:39:55','2019-04-17 03:39:55','',0,'http://quintelacrosse.com/lm-game/2019-06-09-kingston-hl-tyke-1-quinte-hl-tyke-1/',0,'mstw_lm_game','',0),(4508,2,'2019-04-17 03:39:55','2019-04-17 03:39:55','','2019-06-15 Tyendinaga HL Tyke 1 @ Quinte HL Tyke 1','','publish','closed','closed','','2019-06-09-tyendinaga-hl-tyke-1-quinte-hl-tyke-1','','','2019-05-27 01:46:00','2019-05-27 01:46:00','',0,'http://quintelacrosse.com/lm-game/2019-06-09-tyendinaga-hl-tyke-1-quinte-hl-tyke-1/',0,'mstw_lm_game','',0),(4509,2,'2019-04-17 03:39:55','2019-04-17 03:39:55','','2019-06-17 Quinte HL Tyke 1 @ Tyendinaga HL Tyke 1','','publish','closed','closed','','2019-06-17-quinte-hl-tyke-1-tyendinaga-hl-tyke-1','','','2019-04-17 03:39:55','2019-04-17 03:39:55','',0,'http://quintelacrosse.com/lm-game/2019-06-17-quinte-hl-tyke-1-tyendinaga-hl-tyke-1/',0,'mstw_lm_game','',0),(4510,2,'2019-04-17 04:23:28','2019-04-17 04:23:28','','2019-05-12 Northumberland HL Novice 1 @ Quinte HL Novice 1','','publish','closed','closed','','2019-05-12-northumberland-hl-novice-1-quinte-hl-novice-1','','','2019-05-02 15:48:18','2019-05-02 15:48:18','',0,'http://quintelacrosse.com/lm-game/2019-05-12-northumberland-hl-novice-1-quinte-hl-novice-1/',0,'mstw_lm_game','',0),(4254,2,'2022-03-01 09:32:58','2019-01-25 14:52:15',' ','','','publish','closed','closed','','4254','','','2022-03-01 09:32:58','2022-03-01 14:32:58','',0,'http://quintelacrosse.com/4254/',14,'nav_menu_item','',0),(4255,2,'2022-03-01 09:32:58','2019-01-25 14:52:15',' ','','','publish','closed','closed','','4255','','','2022-03-01 09:32:58','2022-03-01 14:32:58','',0,'http://quintelacrosse.com/4255/',16,'nav_menu_item','',0),(4256,2,'2022-03-01 09:32:58','2019-01-25 14:52:15',' ','','','publish','closed','closed','','4256','','','2022-03-01 09:32:58','2022-03-01 14:32:58','',0,'http://quintelacrosse.com/4256/',15,'nav_menu_item','',0),(4257,2,'2022-03-01 09:32:58','2019-01-25 14:52:15',' ','','','publish','closed','closed','','4257','','','2022-03-01 09:32:58','2022-03-01 14:32:58','',0,'http://quintelacrosse.com/4257/',17,'nav_menu_item','',0),(4520,2,'2019-04-17 04:53:33','2019-04-17 04:53:33','','2019-05-01 Quinte HL Peewee 1 @ Northumberland HL Peewee 1','','publish','closed','closed','','2019-05-01-quinte-hl-peewee-1-northumberland-hl-peewee-1','','','2019-04-17 04:53:33','2019-04-17 04:53:33','',0,'http://quintelacrosse.com/lm-game/2019-05-01-quinte-hl-peewee-1-northumberland-hl-peewee-1/',0,'mstw_lm_game','',0),(4384,2,'2019-03-08 03:44:49','2019-03-08 03:44:49','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Representative

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

Quinte Minor Lacrosse Association (a member of the Ontario Lacrosse Association) offers a representative lacrosse program as an opportunity for local players to compete at a higher level against teams from all over Ontario.  Below you will find general information related to the participation in representative lacrosse.  Look for more information to be posted as the season nears, such as tryout dates and age groups.  For more information, contact quintelacrosse@gmail.com.

\r\n \r\n\r\n*****UPDATE:  Rep interest and introduction clinic to be held March 20th at 7:00pm at Trenton High School for players born between 2007 and 2010.  Players must be registered to attend.\r\n\r\n \r\n

COST

\r\n

Approximately $600 per player.  Teams are expected to find sponsorship and do fundraising to bring these costs down.

\r\n

SCHEDULE

\r\n

The representative season schedule will begin in late-May and conclude at the Ontario Lacrosse Festival (provincial championships) at the beginning of August (specific dates depend on age division).  

\r\n

COMMITMENT

\r\n

Representative teams are expected to practice once a week and play 1 game per week up to a total of about 10-12 zone games.  Games won\'t begin until late May to minimize overlap with house league play.  Teams are also expected to enter 1 or 2 tournaments.  Weekend games are kept at a minimum, but may be required occasionally.  Practices days are to still to be determined.

\r\n

TRAVEL

\r\n

For zone games, representative teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.

\r\nPROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL\r\n\r\nThe rep season culminates with the Ontario Lacrosse Festival in early August, where provincial championships are held for all age divisions.  This event is held in Durham Region (Whitby, Oshawa, Clarington).\r\n\r\n \r\n\r\n \r\n

 \"\"\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Representative','','inherit','closed','closed','','1100-revision-v1','','','2019-03-08 03:44:49','2019-03-08 03:44:49','',1100,'http://quintelacrosse.com/1100-revision-v1/',0,'revision','',0),(4387,2,'2019-03-10 02:03:41','2019-03-10 02:03:41','','Volunteer CRC Letter 2019 (Signed)','','inherit','open','closed','','volunteer-crc-letter-2019-signed-2','','','2019-03-10 02:03:41','2019-03-10 02:03:41','',0,'http://quintelacrosse.com/wp-content/uploads/2019/03/Volunteer-CRC-Letter-2019-Signed-1.pdf',0,'attachment','application/pdf',0),(4393,3,'2019-03-13 00:46:48','2019-03-13 00:46:48','','Try Lacrosse March 20','','inherit','open','closed','','try-lacrosse-march-20','','','2019-03-13 00:46:48','2019-03-13 00:46:48','',0,'http://quintelacrosse.com/wp-content/uploads/2019/03/Try-Lacrosse-March-20.jpg',0,'attachment','image/jpeg',0),(4592,2,'2019-04-18 12:37:55','2019-04-18 12:37:55','
\r\n
\r\n
\r\n
\r\n

\r\n

Peewee Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Peewee House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Peewee Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_table league=quinte-bayhawks-house-league-peewee-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1 (Blue)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2 (White)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Peewee Division','','inherit','closed','closed','','4066-revision-v1','','','2019-04-18 12:37:55','2019-04-18 12:37:55','',4066,'http://quintelacrosse.com/4066-revision-v1/',0,'revision','',0),(4521,2,'2019-04-17 04:53:34','2019-04-17 04:53:34','','2019-05-10 Quinte HL Peewee 2 @ Quinte HL Peewee 1','','publish','closed','closed','','2019-05-10-quinte-hl-peewee-2-quinte-hl-peewee-1','','','2019-04-17 04:53:34','2019-04-17 04:53:34','',0,'http://quintelacrosse.com/lm-game/2019-05-10-quinte-hl-peewee-2-quinte-hl-peewee-1/',0,'mstw_lm_game','',0),(4522,2,'2019-04-17 04:53:34','2019-04-17 04:53:34','','2019-05-24 Quinte HL Peewee 1 @ Quinte HL Peewee 2','','publish','closed','closed','','2019-05-24-quinte-hl-peewee-1-quinte-hl-peewee-2','','','2019-04-17 04:53:34','2019-04-17 04:53:34','',0,'http://quintelacrosse.com/lm-game/2019-05-24-quinte-hl-peewee-1-quinte-hl-peewee-2/',0,'mstw_lm_game','',0),(4523,2,'2019-04-17 04:53:34','2019-04-17 04:53:34','','2019-05-29 Northumberland HL Peewee 1 @ Quinte HL Peewee 1','','publish','closed','closed','','2019-05-29-northumberland-hl-peewee-1-quinte-hl-peewee-1','','','2019-04-17 04:53:34','2019-04-17 04:53:34','',0,'http://quintelacrosse.com/lm-game/2019-05-29-northumberland-hl-peewee-1-quinte-hl-peewee-1/',0,'mstw_lm_game','',0),(4524,2,'2019-04-17 04:53:34','2019-04-17 04:53:34','','2019-06-02 Tyendinaga HL Peewee 1 @ Quinte HL Peewee 1','','publish','closed','closed','','2019-06-02-tyendinaga-hl-peewee-1-quinte-hl-peewee-1','','','2019-04-17 04:53:34','2019-04-17 04:53:34','',0,'http://quintelacrosse.com/lm-game/2019-06-02-tyendinaga-hl-peewee-1-quinte-hl-peewee-1/',0,'mstw_lm_game','',0),(4525,2,'2019-04-17 04:53:34','2019-04-17 04:53:34','','2019-06-03 Quinte HL Peewee 2 @ Tyendinaga HL Peewee 1','','publish','closed','closed','','2019-06-03-quinte-hl-peewee-2-tyendinaga-hl-peewee-1','','','2019-05-27 01:36:00','2019-05-27 01:36:00','',0,'http://quintelacrosse.com/lm-game/2019-06-03-quinte-hl-peewee-2-tyendinaga-hl-peewee-1/',0,'mstw_lm_game','',0),(4526,2,'2019-04-17 04:53:34','2019-04-17 04:53:34','','2019-06-12 Northumberland HL Peewee 1 @ Quinte HL Peewee 2','','publish','closed','closed','','2019-06-12-northumberland-hl-peewee-1-quinte-hl-peewee-2','','','2019-04-17 04:53:34','2019-04-17 04:53:34','',0,'http://quintelacrosse.com/lm-game/2019-06-12-northumberland-hl-peewee-1-quinte-hl-peewee-2/',0,'mstw_lm_game','',0),(4527,2,'2019-04-17 04:53:34','2019-04-17 04:53:34','','2019-06-15 Quinte HL Peewee 2 @ Quinte HL Peewee 1','','publish','closed','closed','','2019-06-15-quinte-hl-peewee-2-quinte-hl-peewee-1','','','2019-05-27 01:49:25','2019-05-27 01:49:25','',0,'http://quintelacrosse.com/lm-game/2019-06-15-quinte-hl-peewee-2-quinte-hl-peewee-1/',0,'mstw_lm_game','',0),(4944,2,'2022-05-02 08:44:57','2019-10-19 13:24:14','','Resources','','publish','closed','closed','','resources','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'http://quintelacrosse.com/resources/',41,'nav_menu_item','',0),(4260,2,'2022-05-02 08:44:57','2019-01-25 14:55:19','','Coaching','','publish','closed','closed','','coaching','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'http://quintelacrosse.com/coaching/',30,'nav_menu_item','',0),(4306,2,'2019-02-04 15:42:43','2019-02-04 15:42:43','
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

Paperweight Division 3v3 Mini-Game Lacrosse

\r\n

Quinte Minor Lacrosse offers a 3v3 mini-game (cross-floor) format to introduce the players at the paperweight age to lacrosse.  This program will provide all players with more opportunities to control and shoot the ball.  This is a non-contact program with an emphasis on learning the skills of the game and having FUN!

\r\n

Saturdays at 10am from April 13th to June 15 (note: start date updated).

\r\n

Want to \"Try Lacrosse\" before you buy, please register for our FREE clinics HERE

\r\n

For information on how to register, click HERE

\r\n

To register for house league play, click HERE

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Paperweight 3v3','','inherit','closed','closed','','4218-revision-v1','','','2019-02-04 15:42:43','2019-02-04 15:42:43','',4218,'http://quintelacrosse.com/4218-revision-v1/',0,'revision','',0),(4262,2,'2019-01-25 15:48:04','2019-01-25 15:48:04','
\n
\n
\n
\n
\n
\n
\n
','About Us','','inherit','closed','closed','','4092-autosave-v1','','','2019-01-25 15:48:04','2019-01-25 15:48:04','',4092,'http://quintelacrosse.com/4092-autosave-v1/',0,'revision','',0),(4372,2,'2019-02-26 16:47:47','2019-02-26 16:47:47','
\r\n
\r\n\r\n \r\n

\"\"

\r\n

 

\r\n

Quinte Minor Lacrosse Association is happy to be partnered with Duvall and Clark Sportswear and Equipment.  Duvall and Clark is a locally owned retailer of lacrosse equipment and supporter of Quinte Minor Lacrosse.  We recommend them when purchasing lacrosse protective equipment.

\r\n

Duvall and Clark Sportswear and Equipment\r\n274 Airport Pkwy, Belleville, ON K8N 4Z6

\r\n

Duvall and Clark Sportswear & Equipment Facebook Page

\r\n

For the equipment guidelines for players in Tyke through Midget, see the following:

\r\n\r\n
\r\n
\r\n

OLA Equipment Guidelines

\r\n

For our Peanut and Paperweight programs, the following equipment is required:

\r\n

Peanut

\r\n

Helmet with facemask

\r\n

Gloves (optional)

\r\n

Mouthguard

\r\n

Lacrosse stick*

\r\n

Paperweight

\r\n

Helmet with facemask

\r\n

Gloves

\r\n

Mouthguard

\r\n

Lacrosse stick*

\r\n

Shoulder pads (optional)

\r\nKidney pads (optional)\r\n\r\nArm guards (optional)\r\n\r\n \r\n

* FREE lacrosse stick provided to the first 60 registrations from Peanut to Tyke

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Equipment Requirements','','inherit','closed','closed','','4353-revision-v1','','','2019-02-26 16:47:47','2019-02-26 16:47:47','',4353,'http://quintelacrosse.com/4353-revision-v1/',0,'revision','',0),(4378,2,'2019-03-06 22:02:40','2019-03-06 22:02:40','','Taskforce Logo','','inherit','open','closed','','taskforce-logo','','','2019-03-06 22:04:04','2019-03-06 22:04:04','',18,'http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg',0,'attachment','image/jpeg',0),(4380,2,'2019-03-06 22:17:44','2019-03-06 22:17:44','
\r\n
\r\n
\r\n
\r\n
\r\n

Sponsors

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

Quinte Mat Rentals

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

Website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

KKP Belleville Design and Print Solutions

\r\n\r\n
\r\n
\r\n
\r\n

280 Coleman Street\r\nSuite 500\r\nBelleville, Ontario\r\nK8P 3H7

\r\n
\r\n
\r\n
\r\n
\r\n
Tel: 613-966-5974\r\nToll Free: 866-779-3066\r\nFax: 613-966-7933\r\ninfo@belleville.kkpcanada.ca
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

TaskForce Engineering

\r\n\r\n
\r\n
\r\n
\r\n

24 Newberry Street, Suite 201\r\nBelleville, Ontario K8N 3N3

\r\n
\r\n
\r\n
\r\n
\r\n
Tel: 613-966-5600\r\nFax:  613-966-5701\r\ngeneralmail@taskforce-eng.com
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Sponsors','','inherit','closed','closed','','1102-revision-v1','','','2019-03-06 22:17:44','2019-03-06 22:17:44','',1102,'http://quintelacrosse.com/1102-revision-v1/',0,'revision','',0),(4381,2,'2019-03-08 03:07:57','2019-03-08 03:07:57','','OLA','','inherit','open','closed','','ola','','','2019-03-08 03:07:57','2019-03-08 03:07:57','',1100,'http://quintelacrosse.com/wp-content/uploads/2019/03/OLA.png',0,'attachment','image/png',0),(4382,2,'2019-03-08 03:08:39','2019-03-08 03:08:39','','OLA Festival','','inherit','open','closed','','ola-festival','','','2019-03-08 03:08:39','2019-03-08 03:08:39','',1100,'http://quintelacrosse.com/wp-content/uploads/2019/03/OLA-Festival.png',0,'attachment','image/png',0),(4383,2,'2019-03-08 03:43:39','2019-03-08 03:43:39','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Representative

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

Quinte Minor Lacrosse Association (a member of the Ontario Lacrosse Association) offers a representative lacrosse program as an opportunity for local players to compete at a higher level against teams from all over Ontario.  Below you will find general information related to the participation in representative lacrosse.  Look for more information to be posted as the season nears, such as tryout dates and age groups.  For more information, contact quintelacrosse@gmail.com.

\r\nUPDATE:  Rep interest and introduction clinic to be held March 20th at 7:00pm at Trenton High School for players born between 2007 and 2010.  Players must be registered to attend.\r\n

COST

\r\n

Approximately $600 per player.  Teams are expected to find sponsorship and do fundraising to bring these costs down.

\r\n

SCHEDULE

\r\n

The representative season schedule will begin in late-May and conclude at the Ontario Lacrosse Festival (provincial championships) at the beginning of August (specific dates depend on age division).  

\r\n

COMMITMENT

\r\n

Representative teams are expected to practice once a week and play 1 game per week up to a total of about 10-12 zone games.  Games won\'t begin until late May to minimize overlap with house league play.  Teams are also expected to enter 1 or 2 tournaments.  Weekend games are kept at a minimum, but may be required occasionally.  Practices days are to still to be determined.

\r\n

TRAVEL

\r\n

For zone games, representative teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.

\r\nPROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL\r\n\r\nThe rep season culminates with the Ontario Lacrosse Festival in early August, where provincial championships are held for all age divisions.  This event is held in Durham Region (Whitby, Oshawa, Clarington).\r\n\r\n \r\n\r\n \r\n

 \"\"\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Representative','','inherit','closed','closed','','1100-revision-v1','','','2019-03-08 03:43:39','2019-03-08 03:43:39','',1100,'http://quintelacrosse.com/1100-revision-v1/',0,'revision','',0),(4388,2,'2019-03-10 02:05:52','2019-03-10 02:05:52','
\r\n
\r\n
\r\n
\r\n

Police Background Check (Vulnerable Sector Check)

\r\n

According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:

\r\n

\"All OLA bench personnel (coaches, staff, trainers, etc.) and all OLA certified officials (box and field)\r\nwho are 18 years of age as of January 1st of the current year who coach or officiate athletes 17 years of age or\r\nyounger must submit a current Criminal Record Check (Vulnerable Criminal Record Check) (CRC) upon\r\nregistering for the current year. For previously approved individuals, an Offense Declaration must be submitted\r\nas per OR3.01(b). It is the position of the OLA that all OLA member clubs with additional registered volunteers\r\nwho have direct contact with athletes 17 years of age or younger also submit a CRC.\"

\r\n

 

\r\n

If you are new to coaching or volunteering with a team you will need to obtain a police vulnerable sector check (police background check).  You can do this through any one of the methods outlined below.  When complete, upload the PDF or image (JPG) of your completed form to your SportzSoft account profile.

\r\n

For returning coaches, you do not require a new background check.  Download the Offense Declaration Form below.  Complete and scan and email to our privacy officer.

\r\n

Offense Declaration Form

\r\n

If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it here.

\r\n

 

\r\n\r\n
\r\n

The Ontario Lacrosse Association is in a partnership agreement with Sterling Backcheck in an effort to expedite a cost-effective solution for volunteer screening.  Founded in 1975, Sterling Backcheck is an international provider of screening services, including criminal record checks, to the Canadian voluntary sector. 

\r\n

OLA members can now go online to obtain the necessary criminal record check for OLA registration. The fee to OLA members is $27.00 and most reports are prepared within 24 hours (and can be shared with various non-profit organizations).  All results are confidential to end users.

\r\n

Click on the link below to begin your background check:

\r\n

https://ontariolacrosse.com/administration/sterling-backcheck

\r\n

 

\r\n

Alternatively, you can obtain a background check through the police service serving your jurisdiction:

\r\n

If you are a resident of the City of Belleville (including Corbyville, Foxboro, Plainfield, Roslin and Thurlow) a Police Vulnerable Sector Check can be obtained through an online third-party provider on the Belleville Police website for $20.00.  Click the following link to go there:

\r\n

https://www.policesolutions.ca/checks/services/belleville/index.php

\r\n

If you are a resident of the City of Quinte West (including Frankford, Batawa and Bayside), visit the following website to obtain the necessary forms and information:

\r\n

OPP Criminal Record Checks and Police Checks

\r\n

If you are a resident of a different municipality than those above, visit the website of your local police jurisdiction for information on how to obtain a background check.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Volunteer Background Check','','inherit','closed','closed','','4358-revision-v1','','','2019-03-10 02:05:52','2019-03-10 02:05:52','',4358,'http://quintelacrosse.com/4358-revision-v1/',0,'revision','',0),(4377,2,'2019-03-06 14:52:00','2019-03-06 14:52:00','
\r\n
\r\n
\r\n
\r\n

Police Background Check (Vulnerable Sector Check)

\r\n

According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:

\r\n

\"All OLA bench personnel (coaches, staff, trainers, etc.) and all OLA certified officials (box and field)\r\nwho are 18 years of age as of January 1st of the current year who coach or officiate athletes 17 years of age or\r\nyounger must submit a current Criminal Record Check (Vulnerable Criminal Record Check) (CRC) upon\r\nregistering for the current year. For previously approved individuals, an Offense Declaration must be submitted\r\nas per OR3.01(b). It is the position of the OLA that all OLA member clubs with additional registered volunteers\r\nwho have direct contact with athletes 17 years of age or younger also submit a CRC.\"

\r\n

 

\r\n

If you are new to coaching or volunteering with a team you will need to obtain a police vulnerable sector check (police background check).  You can do this through any one of the methods outlined below.  When complete, upload the PDF or image (JPG) of your completed form to your SportzSoft account profile.

\r\n

For returning coaches, you do not require a new background check.  Download the Offense Declaration Form below.  Complete and scan and email to our privacy officer.

\r\n

Offense Declaration Form

\r\n

If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it here.

\r\n

 

\r\n\r\n
\r\n

The Ontario Lacrosse Association is in a partnership agreement with Sterling Backcheck in an effort to expedite a cost-effective solution for volunteer screening.  Founded in 1975, Sterling Backcheck is an international provider of screening services, including criminal record checks, to the Canadian voluntary sector. 

\r\n

OLA members can now go online to obtain the necessary criminal record check for OLA registration. The fee to OLA members is $27.00 and most reports are prepared within 24 hours (and can be shared with various non-profit organizations).  All results are confidential to end users.

\r\n

Click on the link below to begin your background check:

\r\n

https://ontariolacrosse.com/administration/sterling-backcheck

\r\n

 

\r\n

Alternatively, you can obtain a background check through the police service serving your jurisdiction:

\r\n

If you are a resident of the City of Belleville (including Corbyville, Foxboro, Plainfield, Roslin and Thurlow) a Police Vulnerable Sector Check can be obtained through an online third-party provider on the Belleville Police website for $20.00.  Click the following link to go there:

\r\n

https://www.policesolutions.ca/checks/services/belleville/index.php

\r\n

If you are a resident of the City of Quinte West (including Frankford, Batawa and Bayside), visit the following website to obtain the necessary forms and information:

\r\n

OPP Criminal Record Checks and Police Checks

\r\n

If you are a resident of a different municipality than those above, visit the website of your local police jurisdiction for information on how to obtain a background check.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Volunteer Background Check','','inherit','closed','closed','','4358-revision-v1','','','2019-03-06 14:52:00','2019-03-06 14:52:00','',4358,'http://quintelacrosse.com/4358-revision-v1/',0,'revision','',0),(4289,2,'2019-01-30 21:14:54','2019-01-30 21:14:54','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

QUINTE BAYHAWKS LACROSSE

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n

[post_grid id=\"379\"]

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-01-30 21:14:54','2019-01-30 21:14:54','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4290,2,'2019-01-30 21:21:25','2019-01-30 21:21:25','','Mini Game Poster Final','','inherit','open','closed','','mini-game-poster-final','','','2019-01-30 21:21:25','2019-01-30 21:21:25','',0,'http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-Game-Poster-Final.jpg',0,'attachment','image/jpeg',0),(4295,2,'2019-01-30 21:52:46','2019-01-30 21:52:46','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

House League Days of Play

\r\n

Below are the tentative days of the week that each division will play.  Teams in each division will alternate between days shown.  For example, a tyke team may play Sunday on one week and Thursday the following week.  They will not play twice in the same week.  Please note that the schedule is subject to change pending registration numbers, however, we will do our best to stick with what we have below.  Locations on some dates may change due to prior arena bookings.

\r\n

Peanut – Saturdays at 9:00am\r\nPaperweight – Saturdays at 10:00am\r\nTyke – Sunday at 2:00pm or Thursday at 5:30pm\r\nNovice – Sunday at 3:00pm or Thursday at 6:30pm\r\nPeewee – Sunday at 4:00pm or Thursday at 7:30pm\r\nBantam – Tuesday at 6:30pm or Friday at 6:30pm\r\nMidget - Tuesday at 7:30pm or Friday at 7:30pm\r\nGirls (Peewee to Midget) - Tuesday at 5:30pm or Friday at 5:30pm

\r\n

The season will begin in the first couple weeks of April (floor time still to be confirmed) and conclude with the house league wrap-up on the weekend of June 15th and 16th.

\r\n

We will be playing out of two arenas: Friday, Saturday, and Sunday games will be played at Mackay pad at the QSWC, and Tuesday and Thursday games will be played in Stirling, with the exception of the first 3 weeks which will all take place on Mackay pad at QSWC.

\r\n

NOTE:  The QMLA is currently in the planning stages with neighbouring associations Kingston, Tyendinaga and Northumberland to have some of our house league teams play against each other.  This may involve one or two trips for each team to play at their arena, as well as us hosting them at our arena. 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2019-01-30 21:52:46','2019-01-30 21:52:46','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(4296,2,'2019-01-30 21:53:48','2019-01-30 21:53:48','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

House League Days of Play

\r\n

Below are the tentative days of the week that each division will play.  Teams in each division will alternate between days shown.  For example, a tyke team may play Sunday on one week and Thursday the following week.  They will not play twice in the same week.  Please note that the schedule is subject to change pending registration numbers, however, we will do our best to stick with what we have below.  Locations on some dates may change due to prior arena bookings.

\r\n

Peanut – Saturdays at 9:00am\r\nPaperweight – Saturdays at 10:00am\r\nTyke – Sunday at 2:00pm or Thursday at 5:30pm\r\nNovice – Sunday at 3:00pm or Thursday at 6:30pm\r\nPeewee – Sunday at 4:00pm or Thursday at 7:30pm\r\nBantam – Tuesday at 6:30pm or Friday at 6:30pm\r\nMidget - Tuesday at 7:30pm or Friday at 7:30pm\r\nGirls (Peewee to Midget) - Tuesday at 5:30pm or Friday at 5:30pm

\r\n

The season will begin in the first couple weeks of April (floor time still to be confirmed) and conclude with the house league wrap-up on the weekend of June 15th and 16th.

\r\n

We will be playing out of two arenas: Friday, Saturday, and Sunday games will be played at Mackay pad at the QSWC, and Tuesday and Thursday games will be played at Stirling-Rawdon Arena, with the exception of the first 3 weeks which will all take place on Mackay pad at QSWC.

\r\n

NOTE:  The QMLA is currently in the planning stages with neighbouring associations Kingston, Tyendinaga and Northumberland to have some of our house league teams play against each other.  This may involve one or two trips for each team to play at their arena, as well as us hosting them at our arena. 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2019-01-30 21:53:48','2019-01-30 21:53:48','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(4297,2,'2019-01-31 01:07:58','2019-01-31 01:07:58','','QMLA Player Release Policy 2019 (Updated)','','inherit','open','closed','','qmla-player-release-policy-2019-updated','','','2019-01-31 01:07:58','2019-01-31 01:07:58','',0,'http://quintelacrosse.com/wp-content/uploads/2019/01/QMLA-Player-Release-Policy-2019-Updated.pdf',0,'attachment','application/pdf',0),(5336,2,'2021-01-23 13:26:43','2021-01-23 13:26:43','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Midget Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Midget House League

\r\n

2021

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the Midget Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','U17 Division','','inherit','closed','closed','','4070-revision-v1','','','2021-01-23 13:26:43','2021-01-23 13:26:43','',4070,'http://quintelacrosse.com/4070-revision-v1/',0,'revision','',0),(5337,2,'2021-01-23 13:27:29','2021-01-23 13:27:29','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Peanut Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Peanut House League

\r\n

2020

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the Peanut Division home page.  Below you will find the schedule and other important information about our cutest Bayhawks!

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Soft Lacrosse','','inherit','closed','closed','','4074-revision-v1','','','2021-01-23 13:27:29','2021-01-23 13:27:29','',4074,'http://quintelacrosse.com/4074-revision-v1/',0,'revision','',0),(5338,2,'2021-01-23 13:28:07','2021-01-23 13:28:07','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Quinte Mat Rentals Novice Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Novice House League

\r\n

2021

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Novice Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\n \r\n\r\n
\r\n
\r\n\r\n \r\n\r\n \r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1  (Purple)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2  (Gray)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Quinte Mat Rentals U11 Division','','inherit','closed','closed','','4060-revision-v1','','','2021-01-23 13:28:07','2021-01-23 13:28:07','',4060,'http://quintelacrosse.com/4060-revision-v1/',0,'revision','',0),(5339,2,'2021-01-23 13:28:31','2021-01-23 13:28:31','
\r\n
\r\n
\r\n
\r\n

 

\r\n

TaskForce Engineering Peewee Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Peewee House League

\r\n

2021

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Peewee Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\n \r\n\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1  (Blue)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2  (White)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','TaskForce U13 Division','','inherit','closed','closed','','4066-revision-v1','','','2021-01-23 13:28:31','2021-01-23 13:28:31','',4066,'http://quintelacrosse.com/4066-revision-v1/',0,'revision','',0),(4304,2,'2019-02-01 20:35:45','2019-02-01 20:35:45','
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

Paperweight Division 3v3 Mini-Game Lacrosse

\r\n

Quinte Minor Lacrosse offers a 3v3 mini-game (cross-floor) format to introduce the players at the paperweight age to lacrosse.  This program will provide all players with more opportunities to control and shoot the ball.  This is a non-contact program with an emphasis on learning the skills of the game and having FUN!

\r\n

Saturdays at 10am from March 30 to June 15.

\r\n

Want to \"Try Lacrosse\" before you buy, please register for our FREE clinics HERE

\r\n

For information on how to register, click HERE

\r\n

To register for house league play, click HERE

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Paperweight 3v3','','inherit','closed','closed','','4218-revision-v1','','','2019-02-01 20:35:45','2019-02-01 20:35:45','',4218,'http://quintelacrosse.com/4218-revision-v1/',0,'revision','',0),(4305,2,'2019-02-01 20:36:25','2019-02-01 20:36:25','
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

Paperweight Division 3v3 Mini-Game Lacrosse

\r\n

Quinte Minor Lacrosse offers a 3v3 mini-game (cross-floor) format to introduce the players at the paperweight age to lacrosse.  This program will provide all players with more opportunities to control and shoot the ball.  This is a non-contact program with an emphasis on learning the skills of the game and having FUN!

\r\n

Saturdays at 10am from March 30 to June 15.

\r\n

Want to \"Try Lacrosse\" before you buy, please register for our FREE clinics HERE

\r\n

For information on how to register, click HERE

\r\n

To register for house league play, click HERE

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Paperweight 3v3','','inherit','closed','closed','','4218-revision-v1','','','2019-02-01 20:36:25','2019-02-01 20:36:25','',4218,'http://quintelacrosse.com/4218-revision-v1/',0,'revision','',0),(4309,2,'2019-02-06 03:16:18','2019-02-06 03:16:18','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Become a Lacrosse Coach!

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n

\"\"

\r\n

For any sport, leagues and teams don\'t exist without those who dedicate their time to not only teaching the sport, but teaching the important values of teamwork and sportsmanship. 

\r\n

As part of the QMLA\'s effort to growing the sport of lacrosse in the Bay of Quinte Region, we are committed to the development of coaches and volunteers who are enthusiastic about the sport.

\r\n

If you are interested in learning about the game and helping to grow the game, register as a house league coach now!  Coaching courses are conducted by the Ontario Lacrosse Association in various locations throughout Ontario in March and April and paid for by QMLA.

\r\n

For more information and 2022 clinic dates: https://ontariolacrosse.com/content/coaching/2022-coaching-clinic-details.pdf

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Be A Coach With QMLA!','','publish','closed','closed','','be-a-coach-with-the-qmla','','','2022-02-25 18:35:28','2022-02-25 23:35:28','',0,'http://quintelacrosse.com/?page_id=4309',0,'page','',0),(5505,2,'2022-02-25 18:35:28','2022-02-25 23:35:28','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Become a Lacrosse Coach!

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n

\"\"

\r\n

For any sport, leagues and teams don\'t exist without those who dedicate their time to not only teaching the sport, but teaching the important values of teamwork and sportsmanship. 

\r\n

As part of the QMLA\'s effort to growing the sport of lacrosse in the Bay of Quinte Region, we are committed to the development of coaches and volunteers who are enthusiastic about the sport.

\r\n

If you are interested in learning about the game and helping to grow the game, register as a house league coach now!  Coaching courses are conducted by the Ontario Lacrosse Association in various locations throughout Ontario in March and April and paid for by QMLA.

\r\n

For more information and 2022 clinic dates: https://ontariolacrosse.com/content/coaching/2022-coaching-clinic-details.pdf

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Be A Coach With QMLA!','','inherit','closed','closed','','4309-revision-v1','','','2022-02-25 18:35:28','2022-02-25 23:35:28','',4309,'https://quintelacrosse.com/?p=5505',0,'revision','',0),(5450,2,'2021-06-16 03:05:14','2021-06-16 03:05:14','
\n
\n
\n
\n
\n
\n
\n
\n

Become a Lacrosse Coach!

\n
\n
\n\n
\n\n
\n
\n

\"\"

\n

For any sport, leagues and teams don\'t exist without those who dedicate their time to not only teaching the sport, but teaching the important values of teamwork and sportsmanship. 

\n

As part of the QMLA\'s effort to growing the sport of lacrosse in the Bay of Quinte Region, we are committed to the development of coaches and volunteers who are enthusiastic about the sport.

\n

If you are interested in learning about the game and helping to grow the game, register as a house league coach now!

\n

Those interested in taking the next step and becoming a coach of a representative team, the Ontario Lacrosse Association provides a pathway to develop and certify coaches at the competitive level, which is required in order to coach or assistant coach a minor Bayhawks representative team.  If this is something that interests you, please contact the QMLA President.

\n

 

\n

Register Now

\n

 

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
','Be A Coach With QMLA!','','inherit','closed','closed','','4309-revision-v1','','','2021-06-16 03:05:14','2021-06-16 03:05:14','',4309,'http://quintelacrosse.com/?p=5450',0,'revision','',0),(4311,2,'2019-02-06 02:35:44','2019-02-06 02:35:44','','bill_belichick_lacrosse','','inherit','open','closed','','bill_belichick_lacrosse','','','2019-02-06 02:35:44','2019-02-06 02:35:44','',4309,'http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse.jpg',0,'attachment','image/jpeg',0),(4319,2,'2019-02-06 03:28:24','2019-02-06 03:28:24','
\r\n
\r\n
\r\n
\r\n
\r\n

Become a Lacrosse Coach!

\r\n

For any sport, leagues and teams don\'t exist without those who dedicate their time to not only teaching the sport, but teaching the important values of teamwork and sportsmanship. \r\nAs part of the QMLA\'s effort to growing the sport of lacrosse in the Bay of Quinte Region, we are committed the development of coaches and volunteers who are enthusiastic about the sport.\r\nIf you are interested in learning about the game and helping to grow the game, register as a house league coach now!\r\nThose interested in taking the next step and becoming a coach of a representative team, the Ontario Lacrosse Association provides a pathway to develop and certify coaches at the competitive level. 

\r\n

Register Now

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Be A Coach With the QMLA!','','inherit','closed','closed','','4309-revision-v1','','','2019-02-06 03:28:24','2019-02-06 03:28:24','',4309,'http://quintelacrosse.com/4309-revision-v1/',0,'revision','',0),(4312,2,'2019-02-06 03:16:18','2019-02-06 03:16:18','
\r\n
\r\n
\r\n
\r\n
\r\n

Become a Lacrosse Coach!

\r\n

For any sport, leagues and teams don\'t exist without those who dedicate their time to not only teaching the sport, but teaching the important values of teamwork and sportsmanship. \r\nAs part of the QMLA\'s effort to growing the sport of lacrosse in the Bay of Quinte Region, we are committed the development of coaches and volunteers who are enthusiastic about the sport.\r\nIf you are interested in learning about the game and helping to grow the game, register as a house league coach now!\r\nThose interested in taking the next step and becoming a coach of a representative team, the Ontario Lacrosse Association provides a pathway to develop and certify coaches at the competitive level. 

\r\n

Click Here to Register as a Coach

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Be A Coach With the QMLA!','','inherit','closed','closed','','4309-revision-v1','','','2019-02-06 03:16:18','2019-02-06 03:16:18','',4309,'http://quintelacrosse.com/4309-revision-v1/',0,'revision','',0),(4313,2,'2022-05-02 08:44:57','2019-02-06 03:16:18',' ','','','publish','closed','closed','','4313','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'http://quintelacrosse.com/4313/',31,'nav_menu_item','',0),(4314,2,'2019-02-06 03:17:02','2019-02-06 03:17:02','
\r\n
\r\n
\r\n
\r\n
\r\n

Become a Lacrosse Coach!

\r\n

For any sport, leagues and teams don\'t exist without those who dedicate their time to not only teaching the sport, but teaching the important values of teamwork and sportsmanship. \r\nAs part of the QMLA\'s effort to growing the sport of lacrosse in the Bay of Quinte Region, we are committed the development of coaches and volunteers who are enthusiastic about the sport.\r\nIf you are interested in learning about the game and helping to grow the game, register as a house league coach now!\r\nThose interested in taking the next step and becoming a coach of a representative team, the Ontario Lacrosse Association provides a pathway to develop and certify coaches at the competitive level. 

\r\n

Register Now

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Be A Coach With the QMLA!','','inherit','closed','closed','','4309-revision-v1','','','2019-02-06 03:17:02','2019-02-06 03:17:02','',4309,'http://quintelacrosse.com/4309-revision-v1/',0,'revision','',0),(4386,2,'2019-03-08 18:31:00','2019-03-08 18:31:00','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Representative

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

Quinte Minor Lacrosse Association (a member of the Ontario Lacrosse Association) offers a representative lacrosse program as an opportunity for local players to compete at a higher level against teams from all over Ontario.  Below you will find general information related to the participation in representative lacrosse.  Look for more information to be posted as the season nears, such as tryout dates and age groups.  For more information, contact quintelacrosse@gmail.com.

\r\n \r\n\r\n*****UPDATE:  Rep interest and introduction clinic to be held March 20th at 7:00pm at Trenton High School for players born between 2007 and 2010.  Players must be registered to attend.  \r\n\r\nNO EXPERIENCE NECESSARY\r\n\r\n \r\n

COST

\r\n

Approximately $600 per player.  Teams are expected to find sponsorship and do fundraising to bring these costs down.

\r\n

SCHEDULE

\r\n

The representative season schedule will begin in late-May and conclude at the Ontario Lacrosse Festival (provincial championships) at the beginning of August (specific dates depend on age division).  

\r\n

COMMITMENT

\r\n

Representative teams are expected to practice once a week and play 1 game per week up to a total of about 10-12 zone games.  Games won\'t begin until late May to minimize overlap with house league play.  Teams are also expected to enter 1 or 2 tournaments.  Weekend games are kept at a minimum, but may be required occasionally.  Practices days are to still to be determined.

\r\n

TRAVEL

\r\n

For zone games, representative teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.

\r\nPROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL\r\n\r\nThe rep season culminates with the Ontario Lacrosse Festival in early August, where provincial championships are held for all age divisions.  This event is held in Durham Region (Whitby, Oshawa, Clarington).\r\n\r\n \r\n\r\n \r\n

 \"\"\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Representative','','inherit','closed','closed','','1100-revision-v1','','','2019-03-08 18:31:00','2019-03-08 18:31:00','',1100,'http://quintelacrosse.com/1100-revision-v1/',0,'revision','',0),(4385,2,'2019-03-08 18:30:14','2019-03-08 18:30:14','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Representative

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

Quinte Minor Lacrosse Association (a member of the Ontario Lacrosse Association) offers a representative lacrosse program as an opportunity for local players to compete at a higher level against teams from all over Ontario.  Below you will find general information related to the participation in representative lacrosse.  Look for more information to be posted as the season nears, such as tryout dates and age groups.  For more information, contact quintelacrosse@gmail.com.

\r\n \r\n\r\n*****UPDATE:  Rep interest and introduction clinic to be held March 20th at 7:00pm at Trenton High School for players born between 2007 and 2010.  Players must be registered to attend.                     NO EXPERIENCE NECESSARY\r\n\r\n \r\n

COST

\r\n

Approximately $600 per player.  Teams are expected to find sponsorship and do fundraising to bring these costs down.

\r\n

SCHEDULE

\r\n

The representative season schedule will begin in late-May and conclude at the Ontario Lacrosse Festival (provincial championships) at the beginning of August (specific dates depend on age division).  

\r\n

COMMITMENT

\r\n

Representative teams are expected to practice once a week and play 1 game per week up to a total of about 10-12 zone games.  Games won\'t begin until late May to minimize overlap with house league play.  Teams are also expected to enter 1 or 2 tournaments.  Weekend games are kept at a minimum, but may be required occasionally.  Practices days are to still to be determined.

\r\n

TRAVEL

\r\n

For zone games, representative teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.

\r\nPROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL\r\n\r\nThe rep season culminates with the Ontario Lacrosse Festival in early August, where provincial championships are held for all age divisions.  This event is held in Durham Region (Whitby, Oshawa, Clarington).\r\n\r\n \r\n\r\n \r\n

 \"\"\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Representative','','inherit','closed','closed','','1100-revision-v1','','','2019-03-08 18:30:14','2019-03-08 18:30:14','',1100,'http://quintelacrosse.com/1100-revision-v1/',0,'revision','',0),(4316,2,'2019-02-06 03:23:06','2019-02-06 03:23:06','
\r\n
\r\n
\r\n
\r\n
\r\n

Become a Lacrosse Coach!

\r\n

For any sport, leagues and teams don\'t exist without those who dedicate their time to not only teaching the sport, but teaching the important values of teamwork and sportsmanship. \r\nAs part of the QMLA\'s effort to growing the sport of lacrosse in the Bay of Quinte Region, we are committed the development of coaches and volunteers who are enthusiastic about the sport.\r\nIf you are interested in learning about the game and helping to grow the game, register as a house league coach now!\r\nThose interested in taking the next step and becoming a coach of a representative team, the Ontario Lacrosse Association provides a pathway to develop and certify coaches at the competitive level. 

\r\n

Register Now

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Be A Coach With the QMLA!','','inherit','closed','closed','','4309-revision-v1','','','2019-02-06 03:23:06','2019-02-06 03:23:06','',4309,'http://quintelacrosse.com/4309-revision-v1/',0,'revision','',0),(4317,2,'2022-02-25 18:34:37','2022-02-25 23:34:37','
\n
\n
\n
\n
\n
\n
\n
\n

Become a Lacrosse Coach!

\n
\n
\n\n
\n\n
\n
\n

\"\"

\n

For any sport, leagues and teams don\'t exist without those who dedicate their time to not only teaching the sport, but teaching the important values of teamwork and sportsmanship. 

\n

As part of the QMLA\'s effort to growing the sport of lacrosse in the Bay of Quinte Region, we are committed to the development of coaches and volunteers who are enthusiastic about the sport.

\n

If you are interested in learning about the game and helping to grow the game, register as a house league coach now!  Coaching courses are conducted by the Ontario Lacrosse Association in various locations throughout Ontario in March and April and paid for by QMLA.

\n

For 

\n

 

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
','Be A Coach With QMLA!','','inherit','closed','closed','','4309-autosave-v1','','','2022-02-25 18:34:37','2022-02-25 23:34:37','',4309,'http://quintelacrosse.com/4309-autosave-v1/',0,'revision','',0),(4318,2,'2019-02-06 03:27:37','2019-02-06 03:27:37','
\r\n
\r\n
\r\n
\r\n
\r\n

Become a Lacrosse Coach!

\r\n

For any sport, leagues and teams don\'t exist without those who dedicate their time to not only teaching the sport, but teaching the important values of teamwork and sportsmanship. \r\nAs part of the QMLA\'s effort to growing the sport of lacrosse in the Bay of Quinte Region, we are committed the development of coaches and volunteers who are enthusiastic about the sport.\r\nIf you are interested in learning about the game and helping to grow the game, register as a house league coach now!\r\nThose interested in taking the next step and becoming a coach of a representative team, the Ontario Lacrosse Association provides a pathway to develop and certify coaches at the competitive level. 

\r\n

Register Now

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Be A Coach With the QMLA!','','inherit','closed','closed','','4309-revision-v1','','','2019-02-06 03:27:37','2019-02-06 03:27:37','',4309,'http://quintelacrosse.com/4309-revision-v1/',0,'revision','',0),(4320,2,'2019-02-06 03:54:42','2019-02-06 03:54:42','
\r\n
\r\n
\r\n
\r\n
\r\n

Become a Lacrosse Coach!

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n

\"\"

\r\n

For any sport, leagues and teams don\'t exist without those who dedicate their time to not only teaching the sport, but teaching the important values of teamwork and sportsmanship. \r\n\r\nAs part of the QMLA\'s effort to growing the sport of lacrosse in the Bay of Quinte Region, we are committed the development of coaches and volunteers who are enthusiastic about the sport.\r\n\r\nIf you are interested in learning about the game and helping to grow the game, register as a house league coach now!\r\n\r\nThose interested in taking the next step and becoming a coach of a representative team, the Ontario Lacrosse Association provides a pathway to develop and certify coaches at the competitive level.

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Be A Coach With the QMLA!','','inherit','closed','closed','','4309-revision-v1','','','2019-02-06 03:54:42','2019-02-06 03:54:42','',4309,'http://quintelacrosse.com/4309-revision-v1/',0,'revision','',0),(4321,2,'2019-02-06 03:55:58','2019-02-06 03:55:58','
\r\n
\r\n
\r\n
\r\n
\r\n

Become a Lacrosse Coach!

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n

\"\"

\r\n

For any sport, leagues and teams don\'t exist without those who dedicate their time to not only teaching the sport, but teaching the important values of teamwork and sportsmanship. 

\r\n

As part of the QMLA\'s effort to growing the sport of lacrosse in the Bay of Quinte Region, we are committed the development of coaches and volunteers who are enthusiastic about the sport.

\r\n

If you are interested in learning about the game and helping to grow the game, register as a house league coach now!

\r\n

Those interested in taking the next step and becoming a coach of a representative team, the Ontario Lacrosse Association provides a pathway to develop and certify coaches at the competitive level.

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Be A Coach With the QMLA!','','inherit','closed','closed','','4309-revision-v1','','','2019-02-06 03:55:58','2019-02-06 03:55:58','',4309,'http://quintelacrosse.com/4309-revision-v1/',0,'revision','',0),(4322,2,'2019-02-06 04:00:39','2019-02-06 04:00:39','
\r\n
\r\n
\r\n
\r\n
\r\n

Become a Lacrosse Coach!

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n

\"\"

\r\n

For any sport, leagues and teams don\'t exist without those who dedicate their time to not only teaching the sport, but teaching the important values of teamwork and sportsmanship. 

\r\n

As part of the QMLA\'s effort to growing the sport of lacrosse in the Bay of Quinte Region, we are committed the development of coaches and volunteers who are enthusiastic about the sport.

\r\n

If you are interested in learning about the game and helping to grow the game, register as a house league coach now!

\r\n

Those interested in taking the next step and becoming a coach of a representative team, the Ontario Lacrosse Association provides a pathway to develop and certify coaches at the competitive level.

\r\n \r\n

Register Now

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Be A Coach With QMLA!','','inherit','closed','closed','','4309-revision-v1','','','2019-02-06 04:00:39','2019-02-06 04:00:39','',4309,'http://quintelacrosse.com/4309-revision-v1/',0,'revision','',0),(4323,2,'2019-02-06 04:02:07','2019-02-06 04:02:07','
\r\n
\r\n
\r\n
\r\n
\r\n

Become a Lacrosse Coach!

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n

\"\"

\r\n

For any sport, leagues and teams don\'t exist without those who dedicate their time to not only teaching the sport, but teaching the important values of teamwork and sportsmanship. 

\r\n

As part of the QMLA\'s effort to growing the sport of lacrosse in the Bay of Quinte Region, we are committed the development of coaches and volunteers who are enthusiastic about the sport.

\r\n

If you are interested in learning about the game and helping to grow the game, register as a house league coach now!

\r\n

Those interested in taking the next step and becoming a coach of a representative team, the Ontario Lacrosse Association provides a pathway to develop and certify coaches at the competitive level.

\r\n

 

\r\n

Register Now

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Be A Coach With QMLA!','','inherit','closed','closed','','4309-revision-v1','','','2019-02-06 04:02:07','2019-02-06 04:02:07','',4309,'http://quintelacrosse.com/4309-revision-v1/',0,'revision','',0),(4325,2,'2019-02-06 04:06:53','2019-02-06 04:06:53','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

Become a Lacrosse Coach!

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n

\"\"

\r\n

For any sport, leagues and teams don\'t exist without those who dedicate their time to not only teaching the sport, but teaching the important values of teamwork and sportsmanship. \r\n\r\nAs part of the QMLA\'s effort to growing the sport of lacrosse in the Bay of Quinte Region, we are committed the development of coaches and volunteers who are enthusiastic about the sport.\r\n\r\nIf you are interested in learning about the game and helping to grow the game, register as a house league coach now!\r\n\r\nThose interested in taking the next step and becoming a coach of a representative team, the Ontario Lacrosse Association provides a pathway to develop and certify coaches at the competitive level.

\r\n

 

\r\n

Register Now

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Be A Coach With QMLA!','','inherit','closed','closed','','4309-revision-v1','','','2019-02-06 04:06:53','2019-02-06 04:06:53','',4309,'http://quintelacrosse.com/4309-revision-v1/',0,'revision','',0),(4324,2,'2019-02-06 04:05:28','2019-02-06 04:05:28','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

Become a Lacrosse Coach!

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n

\"\"

\r\n

For any sport, leagues and teams don\'t exist without those who dedicate their time to not only teaching the sport, but teaching the important values of teamwork and sportsmanship. \r\n\r\nAs part of the QMLA\'s effort to growing the sport of lacrosse in the Bay of Quinte Region, we are committed the development of coaches and volunteers who are enthusiastic about the sport.\r\n\r\nIf you are interested in learning about the game and helping to grow the game, register as a house league coach now!\r\n\r\nThose interested in taking the next step and becoming a coach of a representative team, the Ontario Lacrosse Association provides a pathway to develop and certify coaches at the competitive level.

\r\n

 

\r\n

Register Now

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Be A Coach With QMLA!','','inherit','closed','closed','','4309-revision-v1','','','2019-02-06 04:05:28','2019-02-06 04:05:28','',4309,'http://quintelacrosse.com/4309-revision-v1/',0,'revision','',0),(4326,2,'2019-02-06 04:08:43','2019-02-06 04:08:43','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

Become a Lacrosse Coach!

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n

\"\"

\r\n

For any sport, leagues and teams don\'t exist without those who dedicate their time to not only teaching the sport, but teaching the important values of teamwork and sportsmanship. \r\n\r\nAs part of the QMLA\'s effort to growing the sport of lacrosse in the Bay of Quinte Region, we are committed the development of coaches and volunteers who are enthusiastic about the sport.\r\n\r\nIf you are interested in learning about the game and helping to grow the game, register as a house league coach now!\r\n\r\nThose interested in taking the next step and becoming a coach of a representative team, the Ontario Lacrosse Association provides a pathway to develop and certify coaches at the competitive level.

\r\n

 

\r\n

Register Now

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Be A Coach With QMLA!','','inherit','closed','closed','','4309-revision-v1','','','2019-02-06 04:08:43','2019-02-06 04:08:43','',4309,'http://quintelacrosse.com/4309-revision-v1/',0,'revision','',0),(4327,2,'2019-02-06 04:09:43','2019-02-06 04:09:43','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

Become a Lacrosse Coach!

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n

\"\"

\r\n

For any sport, leagues and teams don\'t exist without those who dedicate their time to not only teaching the sport, but teaching the important values of teamwork and sportsmanship. 

\r\n

As part of the QMLA\'s effort to growing the sport of lacrosse in the Bay of Quinte Region, we are committed the development of coaches and volunteers who are enthusiastic about the sport.

\r\n

If you are interested in learning about the game and helping to grow the game, register as a house league coach now!

\r\n

Those interested in taking the next step and becoming a coach of a representative team, the Ontario Lacrosse Association provides a pathway to develop and certify coaches at the competitive level.

\r\n

 

\r\n

Register Now

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Be A Coach With QMLA!','','inherit','closed','closed','','4309-revision-v1','','','2019-02-06 04:09:43','2019-02-06 04:09:43','',4309,'http://quintelacrosse.com/4309-revision-v1/',0,'revision','',0),(4328,2,'2019-02-06 04:13:32','2019-02-06 04:13:32','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

Become a Lacrosse Coach!

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n

\"\"

\r\n

For any sport, leagues and teams don\'t exist without those who dedicate their time to not only teaching the sport, but teaching the important values of teamwork and sportsmanship. 

\r\n

As part of the QMLA\'s effort to growing the sport of lacrosse in the Bay of Quinte Region, we are committed the development of coaches and volunteers who are enthusiastic about the sport.

\r\n

If you are interested in learning about the game and helping to grow the game, register as a house league coach now!

\r\n

Those interested in taking the next step and becoming a coach of a representative team, the Ontario Lacrosse Association provides a pathway to develop and certify coaches at the competitive level, which is required in order to coach or assistant coach a minor Bayhawks representative team.  If this is something that interests you, please contact the QMLA President.

\r\n

 

\r\n

Register Now

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Be A Coach With QMLA!','','inherit','closed','closed','','4309-revision-v1','','','2019-02-06 04:13:32','2019-02-06 04:13:32','',4309,'http://quintelacrosse.com/4309-revision-v1/',0,'revision','',0),(4329,2,'2019-02-06 04:14:24','2019-02-06 04:14:24','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

Become a Lacrosse Coach!

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n

\"\"

\r\n

For any sport, leagues and teams don\'t exist without those who dedicate their time to not only teaching the sport, but teaching the important values of teamwork and sportsmanship. 

\r\n

As part of the QMLA\'s effort to growing the sport of lacrosse in the Bay of Quinte Region, we are committed to the development of coaches and volunteers who are enthusiastic about the sport.

\r\n

If you are interested in learning about the game and helping to grow the game, register as a house league coach now!

\r\n

Those interested in taking the next step and becoming a coach of a representative team, the Ontario Lacrosse Association provides a pathway to develop and certify coaches at the competitive level, which is required in order to coach or assistant coach a minor Bayhawks representative team.  If this is something that interests you, please contact the QMLA President.

\r\n

 

\r\n

Register Now

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Be A Coach With QMLA!','','inherit','closed','closed','','4309-revision-v1','','','2019-02-06 04:14:24','2019-02-06 04:14:24','',4309,'http://quintelacrosse.com/4309-revision-v1/',0,'revision','',0),(4331,2,'2019-02-06 04:20:49','2019-02-06 04:20:49','
\r\n
\r\n
\r\n
\r\n
\r\n

Become a Lacrosse Coach!

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n

\"\"

\r\n

For any sport, leagues and teams don\'t exist without those who dedicate their time to not only teaching the sport, but teaching the important values of teamwork and sportsmanship. 

\r\n

As part of the QMLA\'s effort to growing the sport of lacrosse in the Bay of Quinte Region, we are committed to the development of coaches and volunteers who are enthusiastic about the sport.

\r\n

If you are interested in learning about the game and helping to grow the game, register as a house league coach now!

\r\n

Those interested in taking the next step and becoming a coach of a representative team, the Ontario Lacrosse Association provides a pathway to develop and certify coaches at the competitive level, which is required in order to coach or assistant coach a minor Bayhawks representative team.  If this is something that interests you, please contact the QMLA President.

\r\n

 

\r\n

Register Now

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Be A Coach With QMLA!','','inherit','closed','closed','','4309-revision-v1','','','2019-02-06 04:20:49','2019-02-06 04:20:49','',4309,'http://quintelacrosse.com/4309-revision-v1/',0,'revision','',0),(4330,2,'2019-02-06 04:15:39','2019-02-06 04:15:39','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

Become a Lacrosse Coach!

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n

\"\"

\r\n

For any sport, leagues and teams don\'t exist without those who dedicate their time to not only teaching the sport, but teaching the important values of teamwork and sportsmanship. 

\r\n

As part of the QMLA\'s effort to growing the sport of lacrosse in the Bay of Quinte Region, we are committed to the development of coaches and volunteers who are enthusiastic about the sport.

\r\n

If you are interested in learning about the game and helping to grow the game, register as a house league coach now!

\r\n

Those interested in taking the next step and becoming a coach of a representative team, the Ontario Lacrosse Association provides a pathway to develop and certify coaches at the competitive level, which is required in order to coach or assistant coach a minor Bayhawks representative team.  If this is something that interests you, please contact the QMLA President.

\r\n

 

\r\n

Register Now

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Be A Coach With QMLA!','','inherit','closed','closed','','4309-revision-v1','','','2019-02-06 04:15:39','2019-02-06 04:15:39','',4309,'http://quintelacrosse.com/4309-revision-v1/',0,'revision','',0),(4332,2,'2019-02-06 04:21:41','2019-02-06 04:21:41','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Become a Lacrosse Coach!

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n

\"\"

\r\n

For any sport, leagues and teams don\'t exist without those who dedicate their time to not only teaching the sport, but teaching the important values of teamwork and sportsmanship. 

\r\n

As part of the QMLA\'s effort to growing the sport of lacrosse in the Bay of Quinte Region, we are committed to the development of coaches and volunteers who are enthusiastic about the sport.

\r\n

If you are interested in learning about the game and helping to grow the game, register as a house league coach now!

\r\n

Those interested in taking the next step and becoming a coach of a representative team, the Ontario Lacrosse Association provides a pathway to develop and certify coaches at the competitive level, which is required in order to coach or assistant coach a minor Bayhawks representative team.  If this is something that interests you, please contact the QMLA President.

\r\n

 

\r\n

Register Now

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Be A Coach With QMLA!','','inherit','closed','closed','','4309-revision-v1','','','2019-02-06 04:21:41','2019-02-06 04:21:41','',4309,'http://quintelacrosse.com/4309-revision-v1/',0,'revision','',0),(4333,2,'2022-05-02 08:44:57','2019-02-06 04:35:20','','Skills and Drills Cards','','publish','closed','closed','','skills-and-drills-cards','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'http://quintelacrosse.com/?p=4333',33,'nav_menu_item','',0),(4435,2,'2019-04-09 00:43:03','2019-04-09 00:43:03','','Quinte HL Peewee 1','','publish','closed','closed','','4435','','','2019-04-09 00:46:25','2019-04-09 00:46:25','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4435',0,'mstw_lm_team','',0),(4436,2,'2019-04-09 00:43:34','2019-04-09 00:43:34','','Quinte HL Peewee 2','','publish','closed','closed','','4436','','','2019-04-09 00:51:12','2019-04-09 00:51:12','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4436',0,'mstw_lm_team','',0),(4437,2,'2019-04-09 00:49:22','2019-04-09 00:49:22','','Quinte HL Peewee 2','','inherit','closed','closed','','4436-autosave-v1','','','2019-04-09 00:49:22','2019-04-09 00:49:22','',4436,'http://quintelacrosse.com/4436-autosave-v1/',0,'revision','',0),(4438,2,'2019-04-09 00:52:27','2019-04-09 00:52:27','','Quinte HL Bantam/Midget 1','','publish','closed','closed','','quinte-hl-bantam-midget-1','','','2019-04-09 00:56:25','2019-04-09 00:56:25','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4438',0,'mstw_lm_team','',0),(4439,2,'2019-04-09 00:53:40','2019-04-09 00:53:40','','Quinte HL Bantam/Midget 2','','publish','closed','closed','','quinte-hl-bantam-midget-2','','','2019-04-09 00:55:53','2019-04-09 00:55:53','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4439',0,'mstw_lm_team','',0),(4440,2,'2019-04-09 00:54:22','2019-04-09 00:54:22','','Quinte HL Bantam 1','','publish','closed','closed','','quinte-hl-bantam-1','','','2019-04-09 00:55:27','2019-04-09 00:55:27','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4440',0,'mstw_lm_team','',0),(4340,2,'2019-02-06 20:41:18','2019-02-06 20:41:18','','Come & Try Lacrosse 2019 Poster (2)','','inherit','open','closed','','come-try-lacrosse-2019-poster-2','','','2019-02-06 20:41:18','2019-02-06 20:41:18','',0,'http://quintelacrosse.com/wp-content/uploads/2019/01/Come-Try-Lacrosse-2019-Poster-2.jpg',0,'attachment','image/jpeg',0),(4342,2,'2019-02-07 14:34:37','2019-02-07 14:34:37','','KKP_logo','','inherit','open','closed','','kkp_logo','','','2019-02-07 14:34:37','2019-02-07 14:34:37','',18,'http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png',0,'attachment','image/png',0),(4345,2,'2019-02-07 15:13:28','2019-02-07 15:13:28','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

QUINTE BAYHAWKS LACROSSE

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n

[post_grid id=\"379\"]

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-02-07 15:13:28','2019-02-07 15:13:28','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4346,2,'2019-02-07 15:22:50','2019-02-07 15:22:50','
\r\n
\r\n
\r\n
\r\n
\r\n

Sponsors

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

Quinte Mat Rentals

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Contact Details

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

KKP Belleville Design and Print Solutions

\r\n\r\n
\r\n
\r\n

280 Coleman Street\r\nSuite 500\r\nBelleville, Ontario\r\nK8P 3H7

\r\n
\r\n
\r\n
\r\n
Tel: 613-966-5974\r\nToll Free: 866-779-3066\r\nFax: 613-966-7933\r\ninfo@belleville.kkpcanada.ca
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Sponsor Name

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Contact Details

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

Website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Sponsors','','inherit','closed','closed','','1102-revision-v1','','','2019-02-07 15:22:50','2019-02-07 15:22:50','',1102,'http://quintelacrosse.com/1102-revision-v1/',0,'revision','',0),(4347,2,'2019-02-07 15:29:17','2019-02-07 15:29:17','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

QUINTE BAYHAWKS LACROSSE

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.

\r\n

Beginning in 2019, the QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.

\r\n

We strive to provide a fun and active experience where players can create lifelong friendships and lasting memories by working together to accomplish their goals.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n

[post_grid id=\"379\"]

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

    

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

YOUR NAME AND LOGO HERE

\r\n

     

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-02-07 15:29:17','2019-02-07 15:29:17','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4533,2,'2019-04-17 16:10:49','2019-04-17 16:10:49','','Quinte HL Bantam Interlock','','publish','closed','closed','','4533','','','2019-04-17 16:14:42','2019-04-17 16:14:42','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4533',0,'mstw_lm_team','',0),(4534,2,'2019-04-17 16:11:26','2019-04-17 16:11:26','','Quinte HL Bantam 2','','publish','closed','closed','','4534','','','2019-04-17 16:14:04','2019-04-17 16:14:04','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4534',0,'mstw_lm_team','',0),(4535,2,'2019-04-17 17:21:10','2019-04-17 17:21:10','','2019-04-26 Quinte HL Bantam 2 @ Quinte HL Bantam 1','','publish','closed','closed','','2019-04-26-quinte-hl-bantam-2-quinte-hl-bantam-1','','','2019-04-17 17:21:10','2019-04-17 17:21:10','',0,'http://quintelacrosse.com/lm-game/2019-04-26-quinte-hl-bantam-2-quinte-hl-bantam-1/',0,'mstw_lm_game','',0),(4536,2,'2019-04-17 17:21:11','2019-04-17 17:21:11','','2019-05-01 Quinte HL Bantam Interlock @ Northumberland HL Bantam 1','','publish','closed','closed','','2019-05-01-quinte-hl-bantam-interlock-northumberland-hl-bantam-1','','','2019-04-17 17:21:11','2019-04-17 17:21:11','',0,'http://quintelacrosse.com/lm-game/2019-05-01-quinte-hl-bantam-interlock-northumberland-hl-bantam-1/',0,'mstw_lm_game','',0),(4537,2,'2019-04-17 17:21:11','2019-04-17 17:21:11','','2019-05-10 Quinte HL Bantam 1 @ Quinte HL Bantam 2','','publish','closed','closed','','2019-05-10-quinte-hl-bantam-1-quinte-hl-bantam-2','','','2019-04-17 17:21:11','2019-04-17 17:21:11','',0,'http://quintelacrosse.com/lm-game/2019-05-10-quinte-hl-bantam-1-quinte-hl-bantam-2/',0,'mstw_lm_game','',0),(4538,2,'2019-04-17 17:21:11','2019-04-17 17:21:11','','2019-05-15 Northumberland HL Bantam 1 @ Quinte HL Bantam Interlock','','publish','closed','closed','','2019-05-15-northumberland-hl-bantam-1-quinte-hl-bantam-interlock','','','2019-04-17 17:21:11','2019-04-17 17:21:11','',0,'http://quintelacrosse.com/lm-game/2019-05-15-northumberland-hl-bantam-1-quinte-hl-bantam-interlock/',0,'mstw_lm_game','',0),(4539,2,'2019-04-17 17:21:11','2019-04-17 17:21:11','','2019-05-24 Quinte HL Bantam 2 @ Quinte HL Bantam 1','','publish','closed','closed','','2019-05-24-quinte-hl-bantam-2-quinte-hl-bantam-1','','','2019-04-17 17:21:11','2019-04-17 17:21:11','',0,'http://quintelacrosse.com/lm-game/2019-05-24-quinte-hl-bantam-2-quinte-hl-bantam-1/',0,'mstw_lm_game','',0),(4541,2,'2019-04-17 17:21:11','2019-04-17 17:21:11','','2019-05-30 Quinte HL Bantam Interlock @ Kingston HL Bantam 1','','publish','closed','closed','','2019-05-30-quinte-hl-bantam-interlock-kingston-hl-bantam-1','','','2019-04-17 17:21:11','2019-04-17 17:21:11','',0,'http://quintelacrosse.com/lm-game/2019-05-30-quinte-hl-bantam-interlock-kingston-hl-bantam-1/',0,'mstw_lm_game','',0),(4542,2,'2019-04-17 17:21:11','2019-04-17 17:21:11','','2019-06-07 Kingston HL Bantam 1 @ Quinte HL Bantam Interlock','','publish','closed','closed','','2019-06-07-quinte-hl-bantam-1-quinte-hl-bantam-2','','','2019-05-27 01:16:23','2019-05-27 01:16:23','',0,'http://quintelacrosse.com/lm-game/2019-06-07-quinte-hl-bantam-1-quinte-hl-bantam-2/',0,'mstw_lm_game','',0),(4543,2,'2019-04-17 17:21:11','2019-04-17 17:21:11','','2019-06-12 Northumberland HL Bantam 1 @ Quinte HL Bantam Interlock','','publish','closed','closed','','2019-06-12-northumberland-hl-bantam-1-quinte-hl-bantam-interlock','','','2019-04-17 17:21:11','2019-04-17 17:21:11','',0,'http://quintelacrosse.com/lm-game/2019-06-12-northumberland-hl-bantam-1-quinte-hl-bantam-interlock/',0,'mstw_lm_game','',0),(4544,2,'2019-04-17 17:21:11','2019-04-17 17:21:11','','2019-06-15 Quinte HL Bantam 2 @ Quinte HL Bantam 1','','publish','closed','closed','','2019-06-15-quinte-hl-bantam-2-quinte-hl-bantam-1','','','2019-05-27 01:51:10','2019-05-27 01:51:10','',0,'http://quintelacrosse.com/lm-game/2019-06-15-quinte-hl-bantam-2-quinte-hl-bantam-1/',0,'mstw_lm_game','',0),(4546,2,'2019-04-17 17:33:57','2019-04-17 17:33:57','
\r\n
\r\n
\r\n
\r\n

\r\n

Bantam Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Bantam House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Bantam Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\nUpdate: in order to provide an enjoyable lacrosse experience for our Bantam players, our schedule format will be as follows:\r\n\r\nFor games on Fridays at QSWC, our Bantam players will be combined with our Midget players.  So long as numbers are sufficient (players are attending), the players will be split into two teams.  Each team will have half Bantam and half Midget players.  There will be timed shifts, with Bantam players playing against Bantam players and Midget players playing against Midget players.  It will be a 4v4 format plus goalies.\r\n\r\nFor interlock house league games against other centres, all Bantams will play on one team against the Bantam team from the other centre.  There may be opportunities for Minor Midget players to play with the Bantam team or Major Bantam players to play with the Midget team for their interlock house league games.\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Bantam Division','','inherit','closed','closed','','4068-revision-v1','','','2019-04-17 17:33:57','2019-04-17 17:33:57','',4068,'http://quintelacrosse.com/4068-revision-v1/',0,'revision','',0),(4557,2,'2019-04-17 20:55:13','2019-04-17 20:55:13','
\r\n
\r\n
\r\n
\r\n

\r\n

Peewee Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Peewee House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Peewee Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\n[mstw_league_standings league=quinte-hl-peewee-division season=2019]\r\n\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Peewee Division','','inherit','closed','closed','','4066-revision-v1','','','2019-04-17 20:55:13','2019-04-17 20:55:13','',4066,'http://quintelacrosse.com/4066-revision-v1/',0,'revision','',0),(4558,2,'2019-04-17 20:57:40','2019-04-17 20:57:40','
\r\n
\r\n
\r\n
\r\n

\r\n

Peewee Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Peewee House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Peewee Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\n[mstw_league_standings league=quinte-house-league-peewee-division season=2019]\r\n\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Peewee Division','','inherit','closed','closed','','4066-revision-v1','','','2019-04-17 20:57:40','2019-04-17 20:57:40','',4066,'http://quintelacrosse.com/4066-revision-v1/',0,'revision','',0),(4560,2,'2019-04-17 21:00:27','2019-04-17 21:00:27','
\r\n
\r\n
\r\n
\r\n

\r\n

Peewee Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Peewee House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Peewee Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Peewee Division','','inherit','closed','closed','','4066-revision-v1','','','2019-04-17 21:00:27','2019-04-17 21:00:27','',4066,'http://quintelacrosse.com/4066-revision-v1/',0,'revision','',0),(4559,2,'2019-04-17 20:59:33','2019-04-17 20:59:33','
\r\n
\r\n
\r\n
\r\n

\r\n

Peewee Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Peewee House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Peewee Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\n[mstw_league_standings league=quinte-bayhawks-house-league-peewee-division season=2019]\r\n\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Peewee Division','','inherit','closed','closed','','4066-revision-v1','','','2019-04-17 20:59:33','2019-04-17 20:59:33','',4066,'http://quintelacrosse.com/4066-revision-v1/',0,'revision','',0),(4562,2,'2019-04-17 21:15:44','2019-04-17 21:15:44','
\r\n
\r\n
\r\n
\r\n

\r\n

Bantam Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Bantam House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Bantam Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\nUpdate: in order to provide an enjoyable lacrosse experience for our Bantam players, our schedule format will be as follows:\r\n\r\nFor games on Fridays at QSWC, our Bantam players will be combined with our Midget players.  So long as numbers are sufficient (players are attending), the players will be split into two teams.  Each team will have half Bantam and half Midget players.  There will be timed shifts, with Bantam players playing against Bantam players and Midget players playing against Midget players.  It will be a 4v4 format plus goalies.\r\n\r\nFor interlock house league games against other centres, all Bantams will play on one team against the Bantam team from the other centre.  There may be opportunities for Minor Midget players to play with the Bantam team or Major Bantam players to play with the Midget team for their interlock house league games.\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_table league=quinte-bayhawks-house-league-bantam-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Bantam Division','','inherit','closed','closed','','4068-revision-v1','','','2019-04-17 21:15:44','2019-04-17 21:15:44','',4068,'http://quintelacrosse.com/4068-revision-v1/',0,'revision','',0),(4563,2,'2019-04-17 21:31:13','2019-04-17 21:31:13','
\r\n
\r\n
\r\n
\r\n

\r\n

Peewee Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Peewee House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Peewee Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_table league=quinte-bayhawks-house-league-peewee-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Peewee Division','','inherit','closed','closed','','4066-revision-v1','','','2019-04-17 21:31:13','2019-04-17 21:31:13','',4066,'http://quintelacrosse.com/4066-revision-v1/',0,'revision','',0),(4591,2,'2022-05-02 09:24:07','2022-05-02 13:24:07','
\n
\n
\n
\n

 

\n

TaskForce Engineering U13 Division

\n

 

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Bayhawks U13 House League

\n

2022

\n
\n
\n
\n
\n\n
\n\n
\n
\n
\n
\n

Welcome to the U13/U15 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\n\n
\n
\n \n
\n

\"\"

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Teams

\n

Click on a team below for schedule and results.

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\n
\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 Team 1

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 Team 2

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n\n
\n
\n
\n
','TaskForce U13 Division','','inherit','closed','closed','','4066-autosave-v1','','','2022-05-02 09:24:07','2022-05-02 13:24:07','',4066,'http://quintelacrosse.com/4066-autosave-v1/',0,'revision','',0),(5792,2,'2022-05-02 09:24:15','2022-05-02 13:24:15','
\r\n
\r\n
\r\n
\r\n

 

\r\n

TaskForce Engineering U13 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U13 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U13/U15 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n
\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','TaskForce U13 Division','','inherit','closed','closed','','4066-revision-v1','','','2022-05-02 09:24:15','2022-05-02 13:24:15','',4066,'https://quintelacrosse.com/?p=5792',0,'revision','',0),(5491,2,'2022-01-10 12:04:03','2022-01-10 17:04:03','
\r\n
\r\n
\r\n
\r\n

 

\r\n

TaskForce Engineering U13 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U13 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U13 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n \r\n\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1  (Blue)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2  (Purple)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 3  (White)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 4  (Gray)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','TaskForce U13 Division','','inherit','closed','closed','','4066-revision-v1','','','2022-01-10 12:04:03','2022-01-10 17:04:03','',4066,'https://quintelacrosse.com/?p=5491',0,'revision','',0),(4564,2,'2019-04-17 21:34:52','2019-04-17 21:34:52','
\r\n
\r\n
\r\n
\r\n

\r\n

Bantam Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Bantam House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Bantam Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\nUpdate: in order to provide an enjoyable lacrosse experience for our Bantam players, our schedule format will be as follows:\r\n\r\nFor games on Fridays at QSWC, our Bantam players will be combined with our Midget players.  So long as numbers are sufficient (players are attending), the players will be split into two teams.  Each team will have half Bantam and half Midget players.  There will be timed shifts, with Bantam players playing against Bantam players and Midget players playing against Midget players.  It will be a 4v4 format plus goalies.\r\n\r\nFor interlock house league games against other centres, all Bantams will play on one team against the Bantam team from the other centre.  There may be opportunities for Minor Midget players to play with the Bantam team or Major Bantam players to play with the Midget team for their interlock house league games.\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_table league=quinte-bayhawks-house-league-bantam-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Bantam Division','','inherit','closed','closed','','4068-revision-v1','','','2019-04-17 21:34:52','2019-04-17 21:34:52','',4068,'http://quintelacrosse.com/4068-revision-v1/',0,'revision','',0),(4952,2,'2019-10-20 23:47:07','2019-10-20 23:47:07','
\r\n
\r\n
\r\n
\r\n

 

\r\n \r\n\r\n \r\n
\r\n\r\n[wpforms id=\"16\" title=\"false\" description=\"false\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Quinte Lacrosse School','','inherit','closed','closed','','4945-revision-v1','','','2019-10-20 23:47:07','2019-10-20 23:47:07','',4945,'http://quintelacrosse.com/4945-revision-v1/',0,'revision','',0),(4621,2,'2019-04-19 02:19:45','2019-04-19 02:19:45','
\r\n
\r\n
\r\n
\r\n

\r\n

Bantam Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Bantam House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Bantam Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\nUpdate: in order to provide an enjoyable lacrosse experience for our Bantam players, our schedule format will be as follows:\r\n\r\nFor games on Fridays at QSWC, our Bantam players will be combined with our Midget players.  So long as numbers are sufficient (players are attending), the players will be split into two teams.  Each team will have half Bantam and half Midget players.  There will be timed shifts, with Bantam players playing against Bantam players and Midget players playing against Midget players.  It will be a 4v4 format plus goalies.\r\n\r\nFor interlock house league games against other centres, all Bantams will play on one team against the Bantam team from the other centre.  There may be opportunities for Minor Midget players to play with the Bantam team or Major Bantam players to play with the Midget team for their interlock house league games.\r\n\r\n
\r\n
\r\n

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_table league=quinte-bayhawks-house-league-bantam-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Bantam Division','','inherit','closed','closed','','4068-revision-v1','','','2019-04-19 02:19:45','2019-04-19 02:19:45','',4068,'http://quintelacrosse.com/4068-revision-v1/',0,'revision','',0),(4567,2,'2019-04-17 21:36:51','2019-04-17 21:36:51','
\r\n
\r\n
\r\n
\r\n

\r\n

Bantam Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Bantam House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Bantam Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\nUpdate: in order to provide an enjoyable lacrosse experience for our Bantam players, our schedule format will be as follows:\r\n\r\nFor games on Fridays at QSWC, our Bantam players will be combined with our Midget players.  So long as numbers are sufficient (players are attending), the players will be split into two teams.  Each team will have half Bantam and half Midget players.  There will be timed shifts, with Bantam players playing against Bantam players and Midget players playing against Midget players.  It will be a 4v4 format plus goalies.\r\n\r\nFor interlock house league games against other centres, all Bantams will play on one team against the Bantam team from the other centre.  There may be opportunities for Minor Midget players to play with the Bantam team or Major Bantam players to play with the Midget team for their interlock house league games.\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_table league=quinte-bayhawks-house-league-bantam-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Bantam Division','','inherit','closed','closed','','4068-revision-v1','','','2019-04-17 21:36:51','2019-04-17 21:36:51','',4068,'http://quintelacrosse.com/4068-revision-v1/',0,'revision','',0),(4620,2,'2022-02-26 15:02:21','2022-02-26 20:02:21','
\n
\n
\n
\n

 

\n

U15 Division

\n

 

\n\n
\n
\n
\n
\n
\n
\n
\n
\n

Bayhawks U15 House League

\n

2022

\n
\n
\n
\n
\n\n
\n\n
\n
\n
\n
\n

Welcome to the U15 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\n \n\n
\n
\n

\"\"

\n\n
\n

 

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Teams

\n

Click on a team below for schedule and results.

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\n
\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 Team 1 

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 Team 3 

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 Team 2 

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 Team 4

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\n \n\n
\n
\n
\n
','U15 Division','','inherit','closed','closed','','4068-autosave-v1','','','2022-02-26 15:02:21','2022-02-26 20:02:21','',4068,'http://quintelacrosse.com/4068-autosave-v1/',0,'revision','',0),(5303,2,'2020-09-06 13:52:29','2020-09-06 13:52:29','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Bantam Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Bantam House League

\r\n

2020

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the Bantam Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Bantam Division','','inherit','closed','closed','','4068-revision-v1','','','2020-09-06 13:52:29','2020-09-06 13:52:29','',4068,'http://quintelacrosse.com/4068-revision-v1/',0,'revision','',0),(4570,2,'2019-04-18 00:03:56','2019-04-18 00:03:56','','Quinte HL Midget 2','','publish','closed','closed','','quinte-hl-midget-2','','','2019-04-18 00:03:56','2019-04-18 00:03:56','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4570',0,'mstw_lm_team','',0),(4571,2,'2019-04-18 00:05:08','2019-04-18 00:05:08','','Quinte HL Midget Interlock','','publish','closed','closed','','quinte-hl-midget-interlock','','','2019-04-18 00:05:08','2019-04-18 00:05:08','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4571',0,'mstw_lm_team','',0),(4572,2,'2019-04-18 00:19:04','2019-04-18 00:19:04','','2019-04-26 Quinte HL Midget 2 @ Quinte HL Midget 1','','publish','closed','closed','','2019-04-26-quinte-hl-midget-2-quinte-hl-midget-1','','','2019-04-18 00:19:04','2019-04-18 00:19:04','',0,'http://quintelacrosse.com/lm-game/2019-04-26-quinte-hl-midget-2-quinte-hl-midget-1/',0,'mstw_lm_game','',0),(4573,2,'2019-04-18 00:19:05','2019-04-18 00:19:05','','2019-05-10 Quinte HL Midget 1 @ Quinte HL Midget 2','','publish','closed','closed','','2019-05-10-quinte-hl-midget-1-quinte-hl-midget-2','','','2019-04-18 00:19:05','2019-04-18 00:19:05','',0,'http://quintelacrosse.com/lm-game/2019-05-10-quinte-hl-midget-1-quinte-hl-midget-2/',0,'mstw_lm_game','',0),(4574,2,'2019-04-18 00:19:05','2019-04-18 00:19:05','','2019-05-24 Quinte HL Midget 2 @ Quinte HL Midget 1','','publish','closed','closed','','2019-05-24-quinte-hl-midget-2-quinte-hl-midget-1','','','2019-04-18 00:19:05','2019-04-18 00:19:05','',0,'http://quintelacrosse.com/lm-game/2019-05-24-quinte-hl-midget-2-quinte-hl-midget-1/',0,'mstw_lm_game','',0),(4575,2,'2019-04-18 00:19:05','2019-04-18 00:19:05','','2019-05-30 Quinte HL Midget Interlock @ Kingston HL Midget 1','','publish','closed','closed','','2019-05-30-quinte-hl-midget-interlock-kingston-hl-midget-1','','','2019-04-18 00:19:05','2019-04-18 00:19:05','',0,'http://quintelacrosse.com/lm-game/2019-05-30-quinte-hl-midget-interlock-kingston-hl-midget-1/',0,'mstw_lm_game','',0),(4576,2,'2019-04-18 00:19:05','2019-04-18 00:19:05','','2019-06-07 Kingston HL Midget 1 @ Quinte HL Midget Interlock','','publish','closed','closed','','2019-06-07-kingston-hl-midget-1-quinte-hl-midget-interlock','','','2019-05-27 01:20:25','2019-05-27 01:20:25','',0,'http://quintelacrosse.com/lm-game/2019-06-07-kingston-hl-midget-1-quinte-hl-midget-interlock/',0,'mstw_lm_game','',0),(4577,2,'2019-04-18 00:19:05','2019-04-18 00:19:05','','2019-06-15 Quinte HL Midget 2 @ Quinte HL Midget 1','','publish','closed','closed','','2019-06-15-quinte-hl-midget-2-quinte-hl-midget-1','','','2019-05-27 01:52:53','2019-05-27 01:52:53','',0,'http://quintelacrosse.com/lm-game/2019-06-15-quinte-hl-midget-2-quinte-hl-midget-1/',0,'mstw_lm_game','',0),(4578,2,'2019-04-19 02:28:18','2019-04-19 02:28:18','
\n
\n
\n
\n

\n

Midget Division

\n \n\n
\n
\n
\n
\n
\n
\n
\n
\n

Bayhawks Midget House League

\n

2019

\n
\n
\n
\n
\n\n
\n\n
\n
\n
\n
\nWelcome to the Midget Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\n\nUpdate: in order to provide an enjoyable lacrosse experience for our Midget players, our schedule format will be as follows:\n\nFor games on Fridays at QSWC, our Midget players will be combined with our Bantam players.  So long as numbers are sufficient (players are attending), the players will be split into two teams.  Each team will have half Bantam and half Midget players.  There will be timed shifts, with Bantam players playing against Bantam players and Midget players playing against Midget players.  It will be a 4v4 format plus goalies.\n\nFor interlock house league games against other centres, all Midget players will play on one team against the Midget team from the other centre.  There may be opportunities for Minor Midget players to play with the Bantam team or Major Bantam players to play with the Midget team for their interlock house league games.\n\nMIDGET PRACTICE SCHEDULE\nFriday May 3rd, 7:00pm at QSWC - Mackay\n\n
\n
\n

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
[mstw_league_schedule_2 league=quinte-bayhawks-house-league-midget-division season=2019]
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Teams

\n

Click on a team below for schedule and results.

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\n
\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Team 1

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Team 2

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\n \n\n
\n
\n
\n
','Midget Division','','inherit','closed','closed','','4070-autosave-v1','','','2019-04-19 02:28:18','2019-04-19 02:28:18','',4070,'http://quintelacrosse.com/4070-autosave-v1/',0,'revision','',0),(4579,2,'2019-04-18 00:22:12','2019-04-18 00:22:12','
\r\n
\r\n
\r\n
\r\n

\r\n

Midget Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Midget House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Midget Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_2 league=quinte-bayhawks-house-league-midget-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Midget Division','','inherit','closed','closed','','4070-revision-v1','','','2019-04-18 00:22:12','2019-04-18 00:22:12','',4070,'http://quintelacrosse.com/4070-revision-v1/',0,'revision','',0),(4622,2,'2019-04-19 02:23:45','2019-04-19 02:23:45','
\r\n
\r\n
\r\n
\r\n

\r\n

Midget Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Midget House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Midget Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\n
\r\n
\r\n

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_2 league=quinte-bayhawks-house-league-midget-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Midget Division','','inherit','closed','closed','','4070-revision-v1','','','2019-04-19 02:23:45','2019-04-19 02:23:45','',4070,'http://quintelacrosse.com/4070-revision-v1/',0,'revision','',0),(4587,2,'2019-04-18 00:38:44','2019-04-18 00:38:44','
\r\n
\r\n
\r\n
\r\n

\r\n

Midget Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Midget House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Midget Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_2 league=quinte-bayhawks-house-league-midget-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Midget Division','','inherit','closed','closed','','4070-revision-v1','','','2019-04-18 00:38:44','2019-04-18 00:38:44','',4070,'http://quintelacrosse.com/4070-revision-v1/',0,'revision','',0),(4588,2,'2022-01-10 12:01:02','2022-01-10 17:01:02','
\n
\n
\n
\n

 

\n

Quinte Mat Rentals U11 Division

\n

 

\n\n
\n
\n
\n
\n
\n
\n
\n
\n

Bayhawks U11 House League

\n

2022

\n
\n
\n
\n
\n\n
\n\n
\n
\n
\n
\n

Welcome to the U11 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\n \n\n
\n
\n\n \n

 

\n

\"\"

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Teams

\n

Click on a team below for schedule and results.

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\n
\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 Team 1  (Purple)

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 Team 1  (Purple)

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 Team 2  (Gray)

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 Team 2  (Gray)

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n\n
\n
\n
\n
','Quinte Mat Rentals U11 Division','','inherit','closed','closed','','4060-autosave-v1','','','2022-01-10 12:01:02','2022-01-10 17:01:02','',4060,'http://quintelacrosse.com/4060-autosave-v1/',0,'revision','',0),(4589,2,'2019-04-18 00:47:52','2019-04-18 00:47:52','
\r\n
\r\n
\r\n
\r\n

\r\n

Novice Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Novice House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Novice Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_table league=quinte-bayhawks-house-league-novice-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Novice Division','','inherit','closed','closed','','4060-revision-v1','','','2019-04-18 00:47:52','2019-04-18 00:47:52','',4060,'http://quintelacrosse.com/4060-revision-v1/',0,'revision','',0),(4590,2,'2019-04-18 00:51:12','2019-04-18 00:51:12','
\r\n
\r\n
\r\n
\r\n

\r\n

Tyke Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Tyke House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Tyke Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_table league=quinte-bayhawks-house-league-tyke-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Tyke Division','','inherit','closed','closed','','4007-revision-v1','','','2019-04-18 00:51:12','2019-04-18 00:51:12','',4007,'http://quintelacrosse.com/4007-revision-v1/',0,'revision','',0),(4593,2,'2019-04-18 12:39:17','2019-04-18 12:39:17','
\r\n
\r\n
\r\n
\r\n

\r\n

Novice Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Novice House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Novice Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_table league=quinte-bayhawks-house-league-novice-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1 (Purple)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2 (Gray)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Novice Division','','inherit','closed','closed','','4060-revision-v1','','','2019-04-18 12:39:17','2019-04-18 12:39:17','',4060,'http://quintelacrosse.com/4060-revision-v1/',0,'revision','',0),(4596,2,'2019-04-18 19:16:42','2019-04-18 19:16:42','','Everett B.','','publish','closed','closed','','everett-b','','','2019-04-18 19:16:42','2019-04-18 19:16:42','',0,'http://quintelacrosse.com/player/everett-b/',0,'mstw_tr_player','',0),(4597,2,'2019-04-18 19:16:42','2019-04-18 19:16:42','','Kallan B.','','publish','closed','closed','','kallan-b','','','2019-04-18 19:16:42','2019-04-18 19:16:42','',0,'http://quintelacrosse.com/player/kallan-b/',0,'mstw_tr_player','',0),(4598,2,'2019-04-18 19:16:42','2019-04-18 19:16:42','','Elliot B.','','publish','closed','closed','','elliot-b','','','2019-04-18 19:16:42','2019-04-18 19:16:42','',0,'http://quintelacrosse.com/player/elliot-b/',0,'mstw_tr_player','',0),(4599,2,'2019-04-18 19:16:42','2019-04-18 19:16:42','','Lucas D.','','publish','closed','closed','','lucas-d','','','2019-04-18 19:16:42','2019-04-18 19:16:42','',0,'http://quintelacrosse.com/player/lucas-d/',0,'mstw_tr_player','',0),(4600,2,'2019-04-18 19:16:42','2019-04-18 19:16:42','','Cormac B.','','publish','closed','closed','','cormac-b','','','2019-04-18 19:16:42','2019-04-18 19:16:42','',0,'http://quintelacrosse.com/player/cormac-b/',0,'mstw_tr_player','',0),(4601,2,'2019-04-18 19:16:42','2019-04-18 19:16:42','','James M.','','publish','closed','closed','','james-m','','','2019-04-18 19:16:42','2019-04-18 19:16:42','',0,'http://quintelacrosse.com/player/james-m/',0,'mstw_tr_player','',0),(4602,2,'2019-04-18 19:16:43','2019-04-18 19:16:43','','Ryker I.','','publish','closed','closed','','ryker-i','','','2019-04-18 19:16:43','2019-04-18 19:16:43','',0,'http://quintelacrosse.com/player/ryker-i/',0,'mstw_tr_player','',0),(4603,2,'2019-04-18 19:16:43','2019-04-18 19:16:43','','Max B.','','publish','closed','closed','','max-b','','','2019-04-18 19:16:43','2019-04-18 19:16:43','',0,'http://quintelacrosse.com/player/max-b/',0,'mstw_tr_player','',0),(4604,2,'2019-04-18 19:16:43','2019-04-18 19:16:43','','Evan M.','','publish','closed','closed','','evan-m','','','2019-04-18 19:16:43','2019-04-18 19:16:43','',0,'http://quintelacrosse.com/player/evan-m/',0,'mstw_tr_player','',0),(4605,2,'2019-04-18 19:16:43','2019-04-18 19:16:43','','Braiden W.','','publish','closed','closed','','braiden-w','','','2019-04-18 19:16:43','2019-04-18 19:16:43','',0,'http://quintelacrosse.com/player/braiden-w/',0,'mstw_tr_player','',0),(4606,2,'2019-04-18 19:16:43','2019-04-18 19:16:43','','Anthony I.','','publish','closed','closed','','anthony-i','','','2019-04-18 19:16:43','2019-04-18 19:16:43','',0,'http://quintelacrosse.com/player/anthony-i/',0,'mstw_tr_player','',0),(4607,2,'2019-04-18 19:16:43','2019-04-18 19:16:43','','Mackenzie W.','','publish','closed','closed','','mackenzie-w','','','2019-04-18 19:16:43','2019-04-18 19:16:43','',0,'http://quintelacrosse.com/player/mackenzie-w/',0,'mstw_tr_player','',0),(4608,2,'2019-04-18 19:16:43','2019-04-18 19:16:43','','Jaiden T.','','publish','closed','closed','','jaiden-t','','','2019-04-18 19:16:43','2019-04-18 19:16:43','',0,'http://quintelacrosse.com/player/jaiden-t/',0,'mstw_tr_player','',0),(4609,2,'2019-04-18 19:16:43','2019-04-18 19:16:43','','Brody M.','','publish','closed','closed','','brody-m','','','2019-04-18 19:16:43','2019-04-18 19:16:43','',0,'http://quintelacrosse.com/player/brody-m/',0,'mstw_tr_player','',0),(4610,2,'2019-04-18 19:16:43','2019-04-18 19:16:43','','Roy F.','','publish','closed','closed','','roy-f','','','2019-04-18 19:16:43','2019-04-18 19:16:43','',0,'http://quintelacrosse.com/player/roy-f/',0,'mstw_tr_player','',0),(4611,2,'2019-04-18 19:16:43','2019-04-18 19:16:43','','Bane B.','','publish','closed','closed','','bane-b','','','2019-04-18 19:16:43','2019-04-18 19:16:43','',0,'http://quintelacrosse.com/player/bane-b/',0,'mstw_tr_player','',0),(4617,2,'2019-04-19 01:30:56','2019-04-19 01:30:56','
\r\n
\r\n
\r\n
\r\n

\r\n

Novice Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Novice House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Novice Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\nThere are 2 novice house league teams.  These teams will play games against each other as well as against novice teams from Northumberland, Tyendinaga and Kingston.  Due to a lack of arena availability, there is currently only one novice practice scheduled for May 5th at QSWC.\r\n\r\n \r\n\r\nNOVICE PRACTICE\r\nSunday May 5th, 3:00pm at QSWC - Mackay.\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_table league=quinte-bayhawks-house-league-novice-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1 (Purple)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2 (Gray)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Novice Division','','inherit','closed','closed','','4060-revision-v1','','','2019-04-19 01:30:56','2019-04-19 01:30:56','',4060,'http://quintelacrosse.com/4060-revision-v1/',0,'revision','',0),(4618,2,'2019-04-19 01:31:25','2019-04-19 01:31:25','
\r\n
\r\n
\r\n
\r\n

\r\n

Novice Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Novice House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Novice Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\nThere are 2 novice house league teams.  These teams will play games against each other as well as against novice teams from Northumberland, Tyendinaga and Kingston.  Due to a lack of arena availability, there is currently only one novice practice scheduled for May 5th at QSWC.\r\n\r\n \r\n\r\nNOVICE PRACTICE (Team 1 and Team 2)\r\nSunday May 5th, 3:00pm at QSWC - Mackay.\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_table league=quinte-bayhawks-house-league-novice-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1 (Purple)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2 (Gray)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Novice Division','','inherit','closed','closed','','4060-revision-v1','','','2019-04-19 01:31:25','2019-04-19 01:31:25','',4060,'http://quintelacrosse.com/4060-revision-v1/',0,'revision','',0),(4626,2,'2019-04-19 11:41:56','2019-04-19 11:41:56','
\r\n
\r\n
\r\n
\r\n

\r\n

TaskForce Engineering Peewee Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Peewee House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Peewee Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\nThere are 2 peewee house league teams.  These teams will play games against each other as well as against peewee teams from Northumberland and Tyendinaga.  Practices are scheduled as follows:\r\n\r\n \r\n\r\nPEEWEE PRACTICE SCHEDULE (Team 1 and Team 2)\r\nFriday May 3rd, 6:00pm at QSWC – Mackay\r\nFriday May 31st, 6:00pm at QSWC - Mackay\r\n\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_table league=quinte-bayhawks-house-league-peewee-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1 (Blue)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2 (White)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','TaskForce Peewee Division','','inherit','closed','closed','','4066-revision-v1','','','2019-04-19 11:41:56','2019-04-19 11:41:56','',4066,'http://quintelacrosse.com/4066-revision-v1/',0,'revision','',0),(4619,2,'2019-04-19 02:07:22','2019-04-19 02:07:22','
\r\n
\r\n
\r\n
\r\n

\r\n

Peewee Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Peewee House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Peewee Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\nThere are 2 peewee house league teams.  These teams will play games against each other as well as against peewee teams from Northumberland and Tyendinaga.  Practices are scheduled as follows:\r\n\r\n \r\n\r\nPEEWEE PRACTICE SCHEDULE (Team 1 and Team 2)\r\nFriday May 3rd, 6:00pm at QSWC – Mackay\r\nFriday May 31st, 6:00pm at QSWC - Mackay\r\n\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_table league=quinte-bayhawks-house-league-peewee-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1 (Blue)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2 (White)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Peewee Division','','inherit','closed','closed','','4066-revision-v1','','','2019-04-19 02:07:22','2019-04-19 02:07:22','',4066,'http://quintelacrosse.com/4066-revision-v1/',0,'revision','',0),(4623,2,'2019-04-19 02:27:10','2019-04-19 02:27:10','
\r\n
\r\n
\r\n
\r\n

\r\n

Midget Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Midget House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Midget Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\nUpdate: in order to provide an enjoyable lacrosse experience for our Midget players, our schedule format will be as follows:\r\n\r\nFor games on Fridays at QSWC, our Midget players will be combined with our Bantam players.  So long as numbers are sufficient (players are attending), the players will be split into two teams.  Each team will have half Bantam and half Midget players.  There will be timed shifts, with Bantam players playing against Bantam players and Midget players playing against Midget players.  It will be a 4v4 format plus goalies.\r\n\r\nFor interlock house league games against other centres, all Midget players will play on one team against the Midget team from the other centre.  There may be opportunities for Minor Midget players to play with the Bantam team or Major Bantam players to play with the Midget team for their interlock house league games.\r\n\r\n
\r\n
\r\n

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_2 league=quinte-bayhawks-house-league-midget-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Midget Division','','inherit','closed','closed','','4070-revision-v1','','','2019-04-19 02:27:10','2019-04-19 02:27:10','',4070,'http://quintelacrosse.com/4070-revision-v1/',0,'revision','',0),(4624,2,'2019-04-19 02:29:06','2019-04-19 02:29:06','
\r\n
\r\n
\r\n
\r\n

\r\n

Midget Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Midget House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Midget Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\nUpdate: in order to provide an enjoyable lacrosse experience for our Midget players, our schedule format will be as follows:\r\n\r\nFor games on Fridays at QSWC, our Midget players will be combined with our Bantam players.  So long as numbers are sufficient (players are attending), the players will be split into two teams.  Each team will have half Bantam and half Midget players.  There will be timed shifts, with Bantam players playing against Bantam players and Midget players playing against Midget players.  It will be a 4v4 format plus goalies.\r\n\r\nFor interlock house league games against other centres, all Midget players will play on one team against the Midget team from the other centre.  There may be opportunities for Minor Midget players to play with the Bantam team or Major Bantam players to play with the Midget team for their interlock house league games.\r\n\r\nMIDGET PRACTICE SCHEDULE\r\nFriday May 3rd, 7:00pm at QSWC - Mackay\r\nFriday May 31st, 7:00pm at QSWC - Mackay\r\n\r\n
\r\n
\r\n

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_2 league=quinte-bayhawks-house-league-midget-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Midget Division','','inherit','closed','closed','','4070-revision-v1','','','2019-04-19 02:29:06','2019-04-19 02:29:06','',4070,'http://quintelacrosse.com/4070-revision-v1/',0,'revision','',0),(4625,2,'2019-04-19 02:39:48','2019-04-19 02:39:48','
\r\n
\r\n
\r\n
\r\n

\r\n

Bantam Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Bantam House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Bantam Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\nUpdate: in order to provide an enjoyable lacrosse experience for our Bantam players, our schedule format will be as follows:\r\n\r\nFor games on Fridays at QSWC, our Bantam players will be combined with our Midget players.  So long as numbers are sufficient (players are attending), the players will be split into two teams.  Each team will have half Bantam and half Midget players.  There will be timed shifts, with Bantam players playing against Bantam players and Midget players playing against Midget players.  It will be a 4v4 format plus goalies.\r\n\r\nFor interlock house league games against other centres, all Bantams will play on one team against the Bantam team from the other centre.  There may be opportunities for Minor Midget players to play with the Bantam team or Major Bantam players to play with the Midget team for their interlock house league games.\r\n\r\nBANTAM PRACTICE SCHEDULE\r\nFriday May 3rd, 7:00pm at QSWC - Mackay\r\nFriday May 31st, 7:00pm at QSWC - Mackay\r\n\r\n
\r\n
\r\n

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_table league=quinte-bayhawks-house-league-bantam-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Bantam Division','','inherit','closed','closed','','4068-revision-v1','','','2019-04-19 02:39:48','2019-04-19 02:39:48','',4068,'http://quintelacrosse.com/4068-revision-v1/',0,'revision','',0),(4627,2,'2019-04-19 11:43:10','2019-04-19 11:43:10','
\r\n
\r\n
\r\n
\r\n

\r\n

Quinte Mat Rentals Novice Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Novice House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Novice Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\nThere are 2 novice house league teams.  These teams will play games against each other as well as against novice teams from Northumberland, Tyendinaga and Kingston.  Due to a lack of arena availability, there is currently only one novice practice scheduled for May 5th at QSWC.\r\n\r\n \r\n\r\nNOVICE PRACTICE (Team 1 and Team 2)\r\nSunday May 5th, 3:00pm at QSWC - Mackay.\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_table league=quinte-bayhawks-house-league-novice-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1 (Purple)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2 (Gray)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Quinte Mat Rentals Novice Division','','inherit','closed','closed','','4060-revision-v1','','','2019-04-19 11:43:10','2019-04-19 11:43:10','',4060,'http://quintelacrosse.com/4060-revision-v1/',0,'revision','',0),(4628,2,'2019-04-19 11:52:55','2019-04-19 11:52:55','
\r\n
\r\n
\r\n
\r\n

\r\n

Quinte Mat Rentals Novice Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Novice House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Novice Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\nThere are 2 novice house league teams.  These teams will play games against each other as well as against novice teams from Northumberland, Tyendinaga and Kingston.  Due to a lack of arena availability, there is currently only one novice practice scheduled for May 5th at QSWC.\r\n\r\n \r\n\r\nNOVICE PRACTICE (Team 1 and Team 2)\r\nSunday May 5th, 3:00pm at QSWC - Mackay.\r\n\r\n
\r\n
\r\n\r\n \r\n\r\n \r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_table league=quinte-bayhawks-house-league-novice-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1 (Purple)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2 (Gray)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Quinte Mat Rentals Novice Division','','inherit','closed','closed','','4060-revision-v1','','','2019-04-19 11:52:55','2019-04-19 11:52:55','',4060,'http://quintelacrosse.com/4060-revision-v1/',0,'revision','',0),(4632,2,'2019-04-19 12:02:27','2019-04-19 12:02:27','','novice house league pic','','inherit','open','closed','','novice-house-league-pic','','','2019-04-19 12:02:27','2019-04-19 12:02:27','',0,'http://quintelacrosse.com/wp-content/uploads/2019/04/novice-house-league-pic.jpg',0,'attachment','image/jpeg',0),(4638,2,'2019-04-29 02:33:58','2019-04-29 02:33:58','','Hunter C.','','publish','closed','closed','','hunter-c','','','2019-04-29 02:33:58','2019-04-29 02:33:58','',0,'http://quintelacrosse.com/player/hunter-c/',0,'mstw_tr_player','',0),(4639,2,'2019-04-29 02:37:00','2019-04-29 02:37:00','','Gavin B.','','publish','closed','closed','','gavin-b','','','2019-04-29 02:37:00','2019-04-29 02:37:00','',0,'http://quintelacrosse.com/player/gavin-b/',0,'mstw_tr_player','',0),(4640,2,'2019-04-29 02:37:00','2019-04-29 02:37:00','','Andrew G.','','publish','closed','closed','','andrew-g','','','2019-04-29 02:37:00','2019-04-29 02:37:00','',0,'http://quintelacrosse.com/player/andrew-g/',0,'mstw_tr_player','',0),(4641,2,'2019-04-29 02:37:00','2019-04-29 02:37:00','','Ryan F.','','publish','closed','closed','','ryan-f','','','2019-04-29 02:37:00','2019-04-29 02:37:00','',0,'http://quintelacrosse.com/player/ryan-f/',0,'mstw_tr_player','',0),(4642,2,'2019-04-29 02:37:00','2019-04-29 02:37:00','','Ryker W.','','publish','closed','closed','','ryker-w','','','2019-04-29 02:37:00','2019-04-29 02:37:00','',0,'http://quintelacrosse.com/player/ryker-w/',0,'mstw_tr_player','',0),(4643,2,'2019-04-29 02:37:00','2019-04-29 02:37:00','','Daniel Y,','','publish','closed','closed','','daniel-y','','','2019-04-29 02:37:00','2019-04-29 02:37:00','',0,'http://quintelacrosse.com/player/daniel-y/',0,'mstw_tr_player','',0),(4644,2,'2019-04-29 02:37:00','2019-04-29 02:37:00','','Emily F.','','publish','closed','closed','','emily-f','','','2019-04-29 02:37:00','2019-04-29 02:37:00','',0,'http://quintelacrosse.com/player/emily-f/',0,'mstw_tr_player','',0),(4645,2,'2019-04-29 02:37:00','2019-04-29 02:37:00','','Carter V.','','publish','closed','closed','','carter-v','','','2019-04-29 02:37:00','2019-04-29 02:37:00','',0,'http://quintelacrosse.com/player/carter-v/',0,'mstw_tr_player','',0),(4646,2,'2019-04-29 02:37:00','2019-04-29 02:37:00','','Addison T.','','publish','closed','closed','','addison-t','','','2019-04-29 02:37:00','2019-04-29 02:37:00','',0,'http://quintelacrosse.com/player/addison-t/',0,'mstw_tr_player','',0),(4647,2,'2019-04-29 02:37:00','2019-04-29 02:37:00','','Keegan G.','','publish','closed','closed','','keegan-g','','','2019-04-29 02:37:00','2019-04-29 02:37:00','',0,'http://quintelacrosse.com/player/keegan-g/',0,'mstw_tr_player','',0),(4648,2,'2019-04-29 02:37:00','2019-04-29 02:37:00','','Jaydon H.','','publish','closed','closed','','jaydon-h','','','2019-05-09 20:36:47','2019-05-09 20:36:47','',0,'http://quintelacrosse.com/player/jaydon-h/',0,'mstw_tr_player','',0),(4649,2,'2019-04-29 02:42:56','2019-04-29 02:42:56','','Lukas G.','','publish','closed','closed','','lukas-g','','','2019-04-29 02:42:56','2019-04-29 02:42:56','',0,'http://quintelacrosse.com/player/lukas-g/',0,'mstw_tr_player','',0),(4650,2,'2019-04-29 02:42:56','2019-04-29 02:42:56','','Trent B.','','publish','closed','closed','','trent-b','','','2019-04-29 02:42:56','2019-04-29 02:42:56','',0,'http://quintelacrosse.com/player/trent-b/',0,'mstw_tr_player','',0),(4651,2,'2019-04-29 02:42:56','2019-04-29 02:42:56','','Calvin H.','','publish','closed','closed','','calvin-h','','','2019-04-29 02:42:56','2019-04-29 02:42:56','',0,'http://quintelacrosse.com/player/calvin-h/',0,'mstw_tr_player','',0),(4652,2,'2019-04-29 02:42:56','2019-04-29 02:42:56','','Kaelum C.','','publish','closed','closed','','kaelum-c','','','2019-04-29 02:42:56','2019-04-29 02:42:56','',0,'http://quintelacrosse.com/player/kaelum-c/',0,'mstw_tr_player','',0),(4653,2,'2019-04-29 02:42:56','2019-04-29 02:42:56','','Liam B.','','publish','closed','closed','','liam-b','','','2019-05-09 20:37:53','2019-05-09 20:37:53','',0,'http://quintelacrosse.com/player/liam-b/',0,'mstw_tr_player','',0),(4654,2,'2019-04-29 02:42:56','2019-04-29 02:42:56','','Oliver W.','','publish','closed','closed','','oliver-w','','','2019-04-29 02:42:56','2019-04-29 02:42:56','',0,'http://quintelacrosse.com/player/oliver-w/',0,'mstw_tr_player','',0),(4655,2,'2019-04-29 02:42:56','2019-04-29 02:42:56','','Lincoln D.','','publish','closed','closed','','lincoln-d','','','2019-04-29 02:42:56','2019-04-29 02:42:56','',0,'http://quintelacrosse.com/player/lincoln-d/',0,'mstw_tr_player','',0),(4656,2,'2019-04-29 02:42:56','2019-04-29 02:42:56','','Killian B.','','publish','closed','closed','','killian-b','','','2019-04-29 02:42:56','2019-04-29 02:42:56','',0,'http://quintelacrosse.com/player/killian-b/',0,'mstw_tr_player','',0),(4657,2,'2019-04-29 02:42:56','2019-04-29 02:42:56','','Benjamin H.','','publish','closed','closed','','benjamin-h','','','2019-04-29 02:42:56','2019-04-29 02:42:56','',0,'http://quintelacrosse.com/player/benjamin-h/',0,'mstw_tr_player','',0),(4658,2,'2019-04-29 02:42:56','2019-04-29 02:42:56','','Logan K.','','publish','closed','closed','','logan-k','','','2019-04-29 02:42:56','2019-04-29 02:42:56','',0,'http://quintelacrosse.com/player/logan-k/',0,'mstw_tr_player','',0),(4659,2,'2019-04-29 02:42:56','2019-04-29 02:42:56','','Arlo P.','','publish','closed','closed','','arlo-p','','','2019-05-09 20:39:55','2019-05-09 20:39:55','',0,'http://quintelacrosse.com/player/arlo-p/',0,'mstw_tr_player','',0),(4660,2,'2019-04-29 02:42:56','2019-04-29 02:42:56','','Xavier T.','','publish','closed','closed','','xavier-t','','','2019-04-29 02:42:56','2019-04-29 02:42:56','',0,'http://quintelacrosse.com/player/xavier-t/',0,'mstw_tr_player','',0),(4661,2,'2019-04-29 02:42:56','2019-04-29 02:42:56','','Dawson M.','','publish','closed','closed','','dawson-m','','','2019-04-29 02:42:56','2019-04-29 02:42:56','',0,'http://quintelacrosse.com/player/dawson-m/',0,'mstw_tr_player','',0),(4662,2,'2019-04-29 02:42:56','2019-04-29 02:42:56','','Landon O.','','publish','closed','closed','','landon-o','','','2019-04-29 02:42:56','2019-04-29 02:42:56','',0,'http://quintelacrosse.com/player/landon-o/',0,'mstw_tr_player','',0),(4663,2,'2019-04-29 02:42:56','2019-04-29 02:42:56','','Colton D.','','publish','closed','closed','','colton-d','','','2019-04-29 02:42:56','2019-04-29 02:42:56','',0,'http://quintelacrosse.com/player/colton-d/',0,'mstw_tr_player','',0),(4664,2,'2019-04-29 02:47:21','2019-04-29 02:47:21','','Patrick F.','','publish','closed','closed','','patrick-f','','','2019-04-29 02:47:21','2019-04-29 02:47:21','',0,'http://quintelacrosse.com/player/patrick-f/',0,'mstw_tr_player','',0),(4665,2,'2019-04-29 02:47:21','2019-04-29 02:47:21','','Dean M.','','publish','closed','closed','','dean-m','','','2019-04-29 02:47:21','2019-04-29 02:47:21','',0,'http://quintelacrosse.com/player/dean-m/',0,'mstw_tr_player','',0),(4666,2,'2019-04-29 02:47:21','2019-04-29 02:47:21','','Dylan C.','','publish','closed','closed','','dylan-c','','','2019-04-29 02:47:21','2019-04-29 02:47:21','',0,'http://quintelacrosse.com/player/dylan-c/',0,'mstw_tr_player','',0),(4667,2,'2019-04-29 02:47:21','2019-04-29 02:47:21','','Carson B.','','publish','closed','closed','','carson-b','','','2019-04-29 02:47:21','2019-04-29 02:47:21','',0,'http://quintelacrosse.com/player/carson-b/',0,'mstw_tr_player','',0),(4668,2,'2019-04-29 02:47:21','2019-04-29 02:47:21','','Alexander B.','','publish','closed','closed','','alexander-b','','','2019-04-29 02:47:21','2019-04-29 02:47:21','',0,'http://quintelacrosse.com/player/alexander-b/',0,'mstw_tr_player','',0),(4669,2,'2019-04-29 02:47:21','2019-04-29 02:47:21','','Drew D.','','publish','closed','closed','','drew-d','','','2019-04-29 02:47:21','2019-04-29 02:47:21','',0,'http://quintelacrosse.com/player/drew-d/',0,'mstw_tr_player','',0),(4670,2,'2019-04-29 02:47:21','2019-04-29 02:47:21','','Theo L.','','publish','closed','closed','','theo-l','','','2019-04-29 02:47:21','2019-04-29 02:47:21','',0,'http://quintelacrosse.com/player/theo-l/',0,'mstw_tr_player','',0),(4671,2,'2019-04-29 02:47:21','2019-04-29 02:47:21','','Griffin L.','','publish','closed','closed','','griffin-l','','','2019-04-29 02:47:21','2019-04-29 02:47:21','',0,'http://quintelacrosse.com/player/griffin-l/',0,'mstw_tr_player','',0),(4672,2,'2019-04-29 02:47:21','2019-04-29 02:47:21','','Alex L.','','publish','closed','closed','','alex-l','','','2019-04-29 02:47:21','2019-04-29 02:47:21','',0,'http://quintelacrosse.com/player/alex-l/',0,'mstw_tr_player','',0),(4673,2,'2019-04-29 02:47:21','2019-04-29 02:47:21','','Jack L.','','publish','closed','closed','','jack-l','','','2019-04-29 02:47:21','2019-04-29 02:47:21','',0,'http://quintelacrosse.com/player/jack-l/',0,'mstw_tr_player','',0),(4674,2,'2019-04-29 02:47:21','2019-04-29 02:47:21','','Aaden C.','','publish','closed','closed','','aaden-c','','','2019-04-29 02:47:21','2019-04-29 02:47:21','',0,'http://quintelacrosse.com/player/aaden-c/',0,'mstw_tr_player','',0),(4675,2,'2019-04-29 02:47:21','2019-04-29 02:47:21','','Hudson H.','','publish','closed','closed','','hudson-h','','','2019-04-29 02:47:21','2019-04-29 02:47:21','',0,'http://quintelacrosse.com/player/hudson-h/',0,'mstw_tr_player','',0),(4676,2,'2019-04-29 02:47:21','2019-04-29 02:47:21','','Kallen V.','','publish','closed','closed','','kallen-v','','','2019-04-29 02:47:21','2019-04-29 02:47:21','',0,'http://quintelacrosse.com/player/kallen-v/',0,'mstw_tr_player','',0),(4677,2,'2019-04-29 02:47:21','2019-04-29 02:47:21','','Case L.','','publish','closed','closed','','case-l','','','2019-04-29 02:47:21','2019-04-29 02:47:21','',0,'http://quintelacrosse.com/player/case-l/',0,'mstw_tr_player','',0),(4678,2,'2019-04-29 02:47:21','2019-04-29 02:47:21','','Marcus S.','','publish','closed','closed','','marcus-s','','','2019-04-29 02:47:21','2019-04-29 02:47:21','',0,'http://quintelacrosse.com/player/marcus-s/',0,'mstw_tr_player','',0),(4679,2,'2019-04-29 02:50:34','2019-04-29 02:50:34','','Callum D.','','publish','closed','closed','','callum-d','','','2019-04-29 02:50:34','2019-04-29 02:50:34','',0,'http://quintelacrosse.com/player/callum-d/',0,'mstw_tr_player','',0),(4680,2,'2019-04-29 02:50:34','2019-04-29 02:50:34','','Jacob B.','','publish','closed','closed','','jacob-b','','','2019-04-29 02:50:34','2019-04-29 02:50:34','',0,'http://quintelacrosse.com/player/jacob-b/',0,'mstw_tr_player','',0),(4681,2,'2019-04-29 02:50:34','2019-04-29 02:50:34','','Nolan E.','','publish','closed','closed','','nolan-e','','','2019-04-29 02:50:34','2019-04-29 02:50:34','',0,'http://quintelacrosse.com/player/nolan-e/',0,'mstw_tr_player','',0),(4682,2,'2019-04-29 02:50:34','2019-04-29 02:50:34','','Evan A.','','publish','closed','closed','','evan-a','','','2019-04-29 02:50:34','2019-04-29 02:50:34','',0,'http://quintelacrosse.com/player/evan-a/',0,'mstw_tr_player','',0),(4683,2,'2019-04-29 02:50:34','2019-04-29 02:50:34','','Cyrus L.','','publish','closed','closed','','cyrus-l','','','2019-04-29 02:50:34','2019-04-29 02:50:34','',0,'http://quintelacrosse.com/player/cyrus-l/',0,'mstw_tr_player','',0),(4684,2,'2019-04-29 02:50:34','2019-04-29 02:50:34','','Gavin P.','','publish','closed','closed','','gavin-p','','','2019-04-29 02:50:34','2019-04-29 02:50:34','',0,'http://quintelacrosse.com/player/gavin-p/',0,'mstw_tr_player','',0),(4685,2,'2019-04-29 02:50:34','2019-04-29 02:50:34','','Gill S.','','publish','closed','closed','','gill-s','','','2019-04-29 02:50:34','2019-04-29 02:50:34','',0,'http://quintelacrosse.com/player/gill-s/',0,'mstw_tr_player','',0),(4686,2,'2019-04-29 02:50:34','2019-04-29 02:50:34','','Tanner Z.','','publish','closed','closed','','tanner-z','','','2019-04-29 02:50:34','2019-04-29 02:50:34','',0,'http://quintelacrosse.com/player/tanner-z/',0,'mstw_tr_player','',0),(4687,2,'2019-04-29 02:50:34','2019-04-29 02:50:34','','Blake B.','','publish','closed','closed','','blake-b','','','2019-04-29 02:50:34','2019-04-29 02:50:34','',0,'http://quintelacrosse.com/player/blake-b/',0,'mstw_tr_player','',0),(4688,2,'2019-04-29 02:50:34','2019-04-29 02:50:34','','Kolby V.','','publish','closed','closed','','kolby-v','','','2019-04-29 02:50:34','2019-04-29 02:50:34','',0,'http://quintelacrosse.com/player/kolby-v/',0,'mstw_tr_player','',0),(4689,2,'2019-04-29 02:50:34','2019-04-29 02:50:34','','Brody S.','','publish','closed','closed','','brody-s','','','2019-04-29 02:50:34','2019-04-29 02:50:34','',0,'http://quintelacrosse.com/player/brody-s/',0,'mstw_tr_player','',0),(4690,2,'2019-04-29 02:50:34','2019-04-29 02:50:34','','Gabriel M.','','publish','closed','closed','','gabriel-m','','','2019-04-29 02:50:34','2019-04-29 02:50:34','',0,'http://quintelacrosse.com/player/gabriel-m/',0,'mstw_tr_player','',0),(4691,2,'2019-04-29 02:50:34','2019-04-29 02:50:34','','Armando A.','','publish','closed','closed','','armando-a','','','2019-04-29 02:50:34','2019-04-29 02:50:34','',0,'http://quintelacrosse.com/player/armando-a/',0,'mstw_tr_player','',0),(4692,2,'2019-04-29 02:50:34','2019-04-29 02:50:34','','Rowan E.','','publish','closed','closed','','rowan-e','','','2019-04-29 02:50:34','2019-04-29 02:50:34','',0,'http://quintelacrosse.com/player/rowan-e/',0,'mstw_tr_player','',0),(4693,2,'2019-04-29 02:50:34','2019-04-29 02:50:34','','Jayden H.','','publish','closed','closed','','jayden-h','','','2019-04-29 02:50:34','2019-04-29 02:50:34','',0,'http://quintelacrosse.com/player/jayden-h/',0,'mstw_tr_player','',0),(4694,2,'2019-04-29 02:55:27','2019-04-29 02:55:27','','Nolan B.','','publish','closed','closed','','nolan-b','','','2019-04-29 02:55:27','2019-04-29 02:55:27','',0,'http://quintelacrosse.com/player/nolan-b/',0,'mstw_tr_player','',0),(4695,2,'2019-04-29 02:55:27','2019-04-29 02:55:27','','Ethan L.','','publish','closed','closed','','ethan-l','','','2019-04-29 02:55:27','2019-04-29 02:55:27','',0,'http://quintelacrosse.com/player/ethan-l/',0,'mstw_tr_player','',0),(4696,2,'2019-04-29 02:55:27','2019-04-29 02:55:27','','Salem V.','','publish','closed','closed','','salem-v','','','2019-04-29 02:55:27','2019-04-29 02:55:27','',0,'http://quintelacrosse.com/player/salem-v/',0,'mstw_tr_player','',0),(4697,2,'2019-04-29 02:55:27','2019-04-29 02:55:27','','Charley A.','','publish','closed','closed','','charley-a','','','2019-04-29 02:55:27','2019-04-29 02:55:27','',0,'http://quintelacrosse.com/player/charley-a/',0,'mstw_tr_player','',0),(4698,2,'2019-04-29 02:55:27','2019-04-29 02:55:27','','Hailey R.','','publish','closed','closed','','hailey-r','','','2019-04-29 02:55:27','2019-04-29 02:55:27','',0,'http://quintelacrosse.com/player/hailey-r/',0,'mstw_tr_player','',0),(4699,2,'2019-04-29 02:55:27','2019-04-29 02:55:27','','Connor L.','','publish','closed','closed','','connor-l','','','2019-04-29 02:55:27','2019-04-29 02:55:27','',0,'http://quintelacrosse.com/player/connor-l/',0,'mstw_tr_player','',0),(4700,2,'2019-04-29 02:55:27','2019-04-29 02:55:27','','Liam R.','','publish','closed','closed','','liam-r','','','2019-04-29 02:55:27','2019-04-29 02:55:27','',0,'http://quintelacrosse.com/player/liam-r/',0,'mstw_tr_player','',0),(4701,2,'2019-04-29 02:55:27','2019-04-29 02:55:27','','Carson V.','','publish','closed','closed','','carson-v','','','2019-04-29 02:55:27','2019-04-29 02:55:27','',0,'http://quintelacrosse.com/player/carson-v/',0,'mstw_tr_player','',0),(4702,2,'2019-04-29 02:57:07','2019-04-29 02:57:07','','Gus S.','','publish','closed','closed','','gus-s','','','2019-04-29 02:57:07','2019-04-29 02:57:07','',0,'http://quintelacrosse.com/player/gus-s/',0,'mstw_tr_player','',0),(4703,2,'2019-04-29 02:57:07','2019-04-29 02:57:07','','Isaac K.','','publish','closed','closed','','isaac-k','','','2019-04-29 02:57:07','2019-04-29 02:57:07','',0,'http://quintelacrosse.com/player/isaac-k/',0,'mstw_tr_player','',0),(4704,2,'2019-04-29 02:57:07','2019-04-29 02:57:07','','Keegan T.','','publish','closed','closed','','keegan-t','','','2019-04-29 02:57:07','2019-04-29 02:57:07','',0,'http://quintelacrosse.com/player/keegan-t/',0,'mstw_tr_player','',0),(4705,2,'2019-04-29 02:57:07','2019-04-29 02:57:07','','Dominic G.','','publish','closed','closed','','dominic-g','','','2019-04-29 02:57:07','2019-04-29 02:57:07','',0,'http://quintelacrosse.com/player/dominic-g/',0,'mstw_tr_player','',0),(4706,2,'2019-04-29 02:57:07','2019-04-29 02:57:07','','Savannah M.','','publish','closed','closed','','savannah-m','','','2019-04-29 02:57:07','2019-04-29 02:57:07','',0,'http://quintelacrosse.com/player/savannah-m/',0,'mstw_tr_player','',0),(4707,2,'2019-04-29 02:57:07','2019-04-29 02:57:07','','Adison M.','','publish','closed','closed','','adison-m','','','2019-04-29 02:57:07','2019-04-29 02:57:07','',0,'http://quintelacrosse.com/player/adison-m/',0,'mstw_tr_player','',0),(4708,2,'2019-04-29 02:57:07','2019-04-29 02:57:07','','Payton M.','','publish','closed','closed','','payton-m','','','2019-04-29 02:57:07','2019-04-29 02:57:07','',0,'http://quintelacrosse.com/player/payton-m/',0,'mstw_tr_player','',0),(4709,2,'2019-04-29 02:57:07','2019-04-29 02:57:07','','Michael M.','','publish','closed','closed','','michael-m','','','2019-04-29 02:57:07','2019-04-29 02:57:07','',0,'http://quintelacrosse.com/player/michael-m/',0,'mstw_tr_player','',0),(4939,2,'2019-10-18 00:35:30','2019-10-18 00:35:30',' ','','','publish','closed','closed','','4939','','','2020-01-06 03:40:12','2020-01-06 03:40:12','',0,'http://quintelacrosse.com/4939/',7,'nav_menu_item','',0),(4940,2,'2019-10-18 00:36:37','2019-10-18 00:36:37','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

2020 Quinte Bayhawks Competitive Coaches

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks Tyke
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks Novice
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks Peewee
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks Bantam
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Competitive Coaches','','inherit','closed','closed','','4936-revision-v1','','','2019-10-18 00:36:37','2019-10-18 00:36:37','',4936,'http://quintelacrosse.com/4936-revision-v1/',0,'revision','',0),(4727,2,'2019-05-03 19:27:41','2019-05-03 19:27:41','','quinte-bayhawks-house-league-novice-division_2019_kingston-hl-novice-1','','publish','closed','closed','','quinte-bayhawks-house-league-novice-division_2019_kingston-hl-novice-1','','','2019-05-03 19:27:41','2019-05-03 19:27:41','',0,'http://quintelacrosse.com/lm-team/quinte-bayhawks-house-league-novice-division_2019_kingston-hl-novice-1/',0,'mstw_lm_record','',0),(4728,2,'2019-05-03 19:27:41','2019-05-03 19:27:41','','quinte-bayhawks-house-league-novice-division_2019_northumberland-hl-novice-1','','publish','closed','closed','','quinte-bayhawks-house-league-novice-division_2019_northumberland-hl-novice-1','','','2019-05-03 19:27:41','2019-05-03 19:27:41','',0,'http://quintelacrosse.com/lm-team/quinte-bayhawks-house-league-novice-division_2019_northumberland-hl-novice-1/',0,'mstw_lm_record','',0),(4729,2,'2019-05-03 19:27:41','2019-05-03 19:27:41','','quinte-bayhawks-house-league-novice-division_2019_northumberland-hl-novice-2','','publish','closed','closed','','quinte-bayhawks-house-league-novice-division_2019_northumberland-hl-novice-2','','','2019-05-03 19:27:41','2019-05-03 19:27:41','',0,'http://quintelacrosse.com/lm-team/quinte-bayhawks-house-league-novice-division_2019_northumberland-hl-novice-2/',0,'mstw_lm_record','',0),(4730,2,'2019-05-03 19:27:42','2019-05-03 19:27:42','','quinte-bayhawks-house-league-novice-division_2019_quinte-hl-novice-1','','publish','closed','closed','','quinte-bayhawks-house-league-novice-division_2019_quinte-hl-novice-1','','','2019-05-03 19:27:42','2019-05-03 19:27:42','',0,'http://quintelacrosse.com/lm-team/quinte-bayhawks-house-league-novice-division_2019_quinte-hl-novice-1/',0,'mstw_lm_record','',0),(4731,2,'2019-05-03 19:27:42','2019-05-03 19:27:42','','quinte-bayhawks-house-league-novice-division_2019_quinte-hl-novice-2','','publish','closed','closed','','quinte-bayhawks-house-league-novice-division_2019_quinte-hl-novice-2','','','2019-05-03 19:27:42','2019-05-03 19:27:42','',0,'http://quintelacrosse.com/lm-team/quinte-bayhawks-house-league-novice-division_2019_quinte-hl-novice-2/',0,'mstw_lm_record','',0),(4732,2,'2019-05-03 19:27:42','2019-05-03 19:27:42','','quinte-bayhawks-house-league-novice-division_2019_tyendinaga-hl-novice-1','','publish','closed','closed','','quinte-bayhawks-house-league-novice-division_2019_tyendinaga-hl-novice-1','','','2019-05-03 19:27:42','2019-05-03 19:27:42','',0,'http://quintelacrosse.com/lm-team/quinte-bayhawks-house-league-novice-division_2019_tyendinaga-hl-novice-1/',0,'mstw_lm_record','',0),(4733,2,'2019-05-03 19:29:03','2019-05-03 19:29:03','','quinte-bayhawks-house-league-peewee-division_2019_northumberland-hl-peewee-1','','publish','closed','closed','','quinte-bayhawks-house-league-peewee-division_2019_northumberland-hl-peewee-1','','','2019-05-03 19:29:03','2019-05-03 19:29:03','',0,'http://quintelacrosse.com/lm-team/quinte-bayhawks-house-league-peewee-division_2019_northumberland-hl-peewee-1/',0,'mstw_lm_record','',0),(4734,2,'2019-05-03 19:29:03','2019-05-03 19:29:03','','quinte-bayhawks-house-league-peewee-division_2019_4435','','publish','closed','closed','','quinte-bayhawks-house-league-peewee-division_2019_4435','','','2019-05-03 19:29:03','2019-05-03 19:29:03','',0,'http://quintelacrosse.com/lm-team/quinte-bayhawks-house-league-peewee-division_2019_4435/',0,'mstw_lm_record','',0),(4735,2,'2019-05-03 19:29:04','2019-05-03 19:29:04','','quinte-bayhawks-house-league-peewee-division_2019_4436','','publish','closed','closed','','quinte-bayhawks-house-league-peewee-division_2019_4436','','','2019-05-03 19:29:04','2019-05-03 19:29:04','',0,'http://quintelacrosse.com/lm-team/quinte-bayhawks-house-league-peewee-division_2019_4436/',0,'mstw_lm_record','',0),(4736,2,'2019-05-03 19:29:04','2019-05-03 19:29:04','','quinte-bayhawks-house-league-peewee-division_2019_tyendinaga-hl-peewee-1','','publish','closed','closed','','quinte-bayhawks-house-league-peewee-division_2019_tyendinaga-hl-peewee-1','','','2019-05-03 19:29:04','2019-05-03 19:29:04','',0,'http://quintelacrosse.com/lm-team/quinte-bayhawks-house-league-peewee-division_2019_tyendinaga-hl-peewee-1/',0,'mstw_lm_record','',0),(4737,2,'2019-05-03 19:30:57','2019-05-03 19:30:57','','quinte-bayhawks-house-league-bantam-division_2019_kingston-hl-bantam-1','','publish','closed','closed','','quinte-bayhawks-house-league-bantam-division_2019_kingston-hl-bantam-1','','','2019-05-03 19:30:57','2019-05-03 19:30:57','',0,'http://quintelacrosse.com/lm-team/quinte-bayhawks-house-league-bantam-division_2019_kingston-hl-bantam-1/',0,'mstw_lm_record','',0),(4738,2,'2019-05-03 19:30:57','2019-05-03 19:30:57','','quinte-bayhawks-house-league-bantam-division_2019_northumberland-hl-bantam-1','','publish','closed','closed','','quinte-bayhawks-house-league-bantam-division_2019_northumberland-hl-bantam-1','','','2019-05-03 19:30:57','2019-05-03 19:30:57','',0,'http://quintelacrosse.com/lm-team/quinte-bayhawks-house-league-bantam-division_2019_northumberland-hl-bantam-1/',0,'mstw_lm_record','',0),(4739,2,'2019-05-03 19:30:57','2019-05-03 19:30:57','','quinte-bayhawks-house-league-bantam-division_2019_quinte-hl-bantam-1','','publish','closed','closed','','quinte-bayhawks-house-league-bantam-division_2019_quinte-hl-bantam-1','','','2019-05-03 19:30:57','2019-05-03 19:30:57','',0,'http://quintelacrosse.com/lm-team/quinte-bayhawks-house-league-bantam-division_2019_quinte-hl-bantam-1/',0,'mstw_lm_record','',0),(4740,2,'2019-05-03 19:30:57','2019-05-03 19:30:57','','quinte-bayhawks-house-league-bantam-division_2019_4534','','publish','closed','closed','','quinte-bayhawks-house-league-bantam-division_2019_4534','','','2019-05-03 19:30:57','2019-05-03 19:30:57','',0,'http://quintelacrosse.com/lm-team/quinte-bayhawks-house-league-bantam-division_2019_4534/',0,'mstw_lm_record','',0),(4741,2,'2019-05-03 19:30:57','2019-05-03 19:30:57','','quinte-bayhawks-house-league-bantam-division_2019_4533','','publish','closed','closed','','quinte-bayhawks-house-league-bantam-division_2019_4533','','','2019-05-03 19:30:57','2019-05-03 19:30:57','',0,'http://quintelacrosse.com/lm-team/quinte-bayhawks-house-league-bantam-division_2019_4533/',0,'mstw_lm_record','',0),(4742,2,'2019-05-03 19:30:57','2019-05-03 19:30:57','','quinte-bayhawks-house-league-bantam-division_2019_tyendinaga-hl-bantam-1','','publish','closed','closed','','quinte-bayhawks-house-league-bantam-division_2019_tyendinaga-hl-bantam-1','','','2019-05-03 19:30:57','2019-05-03 19:30:57','',0,'http://quintelacrosse.com/lm-team/quinte-bayhawks-house-league-bantam-division_2019_tyendinaga-hl-bantam-1/',0,'mstw_lm_record','',0),(4929,2,'2019-10-15 01:47:26','2019-10-15 01:47:26','','tyler-seguin','','inherit','open','closed','','tyler-seguin','','','2019-10-15 01:47:26','2019-10-15 01:47:26','',0,'http://quintelacrosse.com/wp-content/uploads/2019/10/tyler-seguin.png',0,'attachment','image/png',0),(4930,2,'2019-10-15 01:56:53','2019-10-15 01:56:53','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Why Play Lacrosse?

\r\n

 

\r\n

At Quinte Minor Lacrosse, you’ll find many players and parents who are fanatical about the sport. Here are a few reasons why…

\r\n\r\n

Fun

\r\n

Lacrosse is fun to play and exciting to watch.  It is characterized by intense action, strategy, finesse and power.  It is a game with long, looping passes and short bullet-like shots: to catch a pass over the shoulder while running at full stride, to hit the top corner of the net while in full flight, or to stop a shot aimed low through a maze of players requires a range of skills unsurpassed in any other sport.  The wide open-nature of the game makes it a great spectator sport.

\r\n\r\n

Fitness

\r\n

Lacrosse is a game of speed and stamina – there’s no standing around in lacrosse.  With its back-and-forth nature, all lacrosse players, even goalies, are kept active.

\r\n

Lacrosse is a great way to build cardiovascular endurance, coordination, agility, and strength.  Kids who are tired out from running around sleep better, and those who have slept well have more energy to run around, be creative, and solve problems.

\r\n\r\n

Teamwork

\r\n

Team sports are an excellent way learn how to come together and work towards a common goal.  The players work, sweat, plan and play together. Overcoming obstacles within a team is also a good way to develop lifelong friendships.

\r\n

Like other team sports, lacrosse offers opportunities to develop leadership skills, social interaction skills, a sense of belonging and camaraderie, as well as physical skills, friendships, and respect for teammates, coaches, and officials.

\r\n\r\n

Cross Training

\r\n

The promotion of speed, stamina, sportsmanship and team play in lacrosse provides excellent cross-training for other sports like hockey, basketball and soccer.

\r\n

If hockey is your main sport, the QMLA invites hockey players from Belleville, Trenton and surrounding area to come play the fastest game on two feet! 

\r\n\r\n

HOCKEY PLAYERS BENEFIT FROM LACROSSE:

\r\n
    \r\n
  • stick handling creativity
  • \r\n
  • creativity in tight areas
  • \r\n
  • creativity of fakes, back passes and shots
  • \r\n
  • use of both hands
  • \r\n
  • reading the play offensively
  • \r\n
  • strong, dynamic defensive tactics
  • \r\n
  • builds up strength and endurance
  • \r\n
  • prevents sport burn-out by playing a new, fast-paced sport
  • \r\n
  • increases hand-eye coordination
  • \r\n
  • teaches players to be more aware of their surroundings
  • \r\n
  • reinforces the importance of quickness and agility around the net
  • \r\n
  • leadership skills
  • \r\n
  • scoring skills are honed by shooting at smaller targets and picking corners
  • \r\n
\r\n
\r\n
\r\n
\r\n

TORONTO MAPLE LEAF JOHN TAVARES ON LACROSSE:

\r\n
\r\n

\"\"

\r\n

\"It’s lacrosse that helped teach me to spin off checks, take shots and protect the puck under pressure. My stick skills, the way to read the play quickly comes from lacrosse. The hand-eye coordination, is just one of the little things that helps you in hockey.\" — John Tavares

\r\n \r\n\r\n \r\n

THE GREAT ONE WAYNE GRETZKY ON LACROSSE:

\r\n
\r\n

\"\"

\r\nWayne wearing the \"C\" and Walter coaching... circa 1971.\r\n

\"One of the worst things to happen to the game, in my opinion, has been year-round hockey and, in particular, summer hockey. All it does for kids, as far as I can tell, is keep them out of sports they should be doing in the warmer weather. I could hardly wait to get my lacrosse stick out and start throwing the ball against the walls and working on our moves as we played the lacrosse equivalent to road hockey. All the good hockey players seemed to play lacrosse in those days and everyone of them learned something from the game to carry over to the other - things athletes can only learn by mixing up the games they play when they are young.\"  —  Wayne Gretzky

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Why Play Lacrosse?','','inherit','closed','closed','','1093-revision-v1','','','2019-10-15 01:56:53','2019-10-15 01:56:53','',1093,'http://quintelacrosse.com/1093-revision-v1/',0,'revision','',0),(4752,2,'2019-05-06 02:19:36','2019-05-06 02:19:36','','Quinte HL Paperweight 2','','publish','closed','closed','','quinte-hl-paperweight-2','','','2019-05-06 02:19:36','2019-05-06 02:19:36','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4752',0,'mstw_lm_team','',0),(4753,2,'2019-05-06 02:20:44','2019-05-06 02:20:44','','Quinte HL Paperweight 3','','publish','closed','closed','','quinte-hl-paperweight-3','','','2019-05-06 02:20:44','2019-05-06 02:20:44','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4753',0,'mstw_lm_team','',0),(4754,2,'2019-05-06 02:26:30','2019-05-06 02:26:30','','2019-05-11 Quinte HL Paperweight 2 @ Quinte HL Paperweight 1','','publish','closed','closed','','2019-05-11-quinte-hl-paperweight-2-quinte-hl-paperweight-1','','','2019-05-06 02:26:30','2019-05-06 02:26:30','',0,'http://quintelacrosse.com/lm-game/2019-05-11-quinte-hl-paperweight-2-quinte-hl-paperweight-1/',0,'mstw_lm_game','',0),(4755,2,'2019-05-06 02:26:30','2019-05-06 02:26:30','','2019-05-11 Quinte HL Paperweight 3 @ Quinte HL Paperweight 1','','publish','closed','closed','','2019-05-11-quinte-hl-paperweight-3-quinte-hl-paperweight-1','','','2019-05-06 02:26:30','2019-05-06 02:26:30','',0,'http://quintelacrosse.com/lm-game/2019-05-11-quinte-hl-paperweight-3-quinte-hl-paperweight-1/',0,'mstw_lm_game','',0),(4756,2,'2019-05-06 02:26:30','2019-05-06 02:26:30','','2019-05-11 Quinte HL Paperweight 3 @ Quinte HL Paperweight 2','','publish','closed','closed','','2019-05-11-quinte-hl-paperweight-3-quinte-hl-paperweight-2','','','2019-05-06 02:26:30','2019-05-06 02:26:30','',0,'http://quintelacrosse.com/lm-game/2019-05-11-quinte-hl-paperweight-3-quinte-hl-paperweight-2/',0,'mstw_lm_game','',0),(4757,2,'2019-05-06 02:26:30','2019-05-06 02:26:30','','2019-05-25 Quinte HL Paperweight 2 @ Quinte HL Paperweight 1','','publish','closed','closed','','2019-05-25-quinte-hl-paperweight-2-quinte-hl-paperweight-1','','','2019-05-06 02:26:30','2019-05-06 02:26:30','',0,'http://quintelacrosse.com/lm-game/2019-05-25-quinte-hl-paperweight-2-quinte-hl-paperweight-1/',0,'mstw_lm_game','',0),(4758,2,'2019-05-06 02:26:30','2019-05-06 02:26:30','','2019-05-25 Quinte HL Paperweight 3 @ Quinte HL Paperweight 1','','publish','closed','closed','','2019-05-25-quinte-hl-paperweight-3-quinte-hl-paperweight-1','','','2019-05-06 02:26:30','2019-05-06 02:26:30','',0,'http://quintelacrosse.com/lm-game/2019-05-25-quinte-hl-paperweight-3-quinte-hl-paperweight-1/',0,'mstw_lm_game','',0),(4759,2,'2019-05-06 02:26:30','2019-05-06 02:26:30','','2019-05-25 Quinte HL Paperweight 3 @ Quinte HL Paperweight 2','','publish','closed','closed','','2019-05-25-quinte-hl-paperweight-3-quinte-hl-paperweight-2','','','2019-05-06 02:26:30','2019-05-06 02:26:30','',0,'http://quintelacrosse.com/lm-game/2019-05-25-quinte-hl-paperweight-3-quinte-hl-paperweight-2/',0,'mstw_lm_game','',0),(4760,2,'2019-05-06 02:26:30','2019-05-06 02:26:30','','2019-06-01 Quinte HL Paperweight 2 @ Quinte HL Paperweight 1','','publish','closed','closed','','2019-06-01-quinte-hl-paperweight-2-quinte-hl-paperweight-1','','','2019-05-06 02:26:30','2019-05-06 02:26:30','',0,'http://quintelacrosse.com/lm-game/2019-06-01-quinte-hl-paperweight-2-quinte-hl-paperweight-1/',0,'mstw_lm_game','',0),(4761,2,'2019-05-06 02:26:30','2019-05-06 02:26:30','','2019-06-01 Quinte HL Paperweight 3 @ Quinte HL Paperweight 1','','publish','closed','closed','','2019-06-01-quinte-hl-paperweight-3-quinte-hl-paperweight-1','','','2019-05-06 02:26:30','2019-05-06 02:26:30','',0,'http://quintelacrosse.com/lm-game/2019-06-01-quinte-hl-paperweight-3-quinte-hl-paperweight-1/',0,'mstw_lm_game','',0),(4762,2,'2019-05-06 02:26:30','2019-05-06 02:26:30','','2019-06-01 Quinte HL Paperweight 3 @ Quinte HL Paperweight 2','','publish','closed','closed','','2019-06-01-quinte-hl-paperweight-3-quinte-hl-paperweight-2','','','2019-05-06 02:26:30','2019-05-06 02:26:30','',0,'http://quintelacrosse.com/lm-game/2019-06-01-quinte-hl-paperweight-3-quinte-hl-paperweight-2/',0,'mstw_lm_game','',0),(4763,2,'2019-05-06 02:30:30','2019-05-06 02:30:30','','2019-06-08 Quinte HL Paperweight 2 @ Quinte HL Paperweight 1','','publish','closed','closed','','2019-06-08-quinte-hl-paperweight-2-quinte-hl-paperweight-1','','','2019-05-06 02:30:30','2019-05-06 02:30:30','',0,'http://quintelacrosse.com/lm-game/2019-06-08-quinte-hl-paperweight-2-quinte-hl-paperweight-1/',0,'mstw_lm_game','',0),(4764,2,'2019-05-06 02:30:30','2019-05-06 02:30:30','','2019-06-08 Quinte HL Paperweight 3 @ Quinte HL Paperweight 1','','publish','closed','closed','','2019-06-08-quinte-hl-paperweight-3-quinte-hl-paperweight-1','','','2019-05-06 02:30:30','2019-05-06 02:30:30','',0,'http://quintelacrosse.com/lm-game/2019-06-08-quinte-hl-paperweight-3-quinte-hl-paperweight-1/',0,'mstw_lm_game','',0),(4765,2,'2019-05-06 02:30:30','2019-05-06 02:30:30','','2019-06-08 Quinte HL Paperweight 3 @ Quinte HL Paperweight 2','','publish','closed','closed','','2019-06-08-quinte-hl-paperweight-3-quinte-hl-paperweight-2','','','2019-05-06 02:30:30','2019-05-06 02:30:30','',0,'http://quintelacrosse.com/lm-game/2019-06-08-quinte-hl-paperweight-3-quinte-hl-paperweight-2/',0,'mstw_lm_game','',0),(4766,2,'2019-05-06 02:30:30','2019-05-06 02:30:30','','2019-06-15 Quinte HL Paperweight 2 @ Quinte HL Paperweight 1','','publish','closed','closed','','2019-06-15-quinte-hl-paperweight-2-quinte-hl-paperweight-1','','','2019-05-06 02:30:30','2019-05-06 02:30:30','',0,'http://quintelacrosse.com/lm-game/2019-06-15-quinte-hl-paperweight-2-quinte-hl-paperweight-1/',0,'mstw_lm_game','',0),(4767,2,'2019-05-06 02:30:30','2019-05-06 02:30:30','','2019-06-15 Quinte HL Paperweight 3 @ Quinte HL Paperweight 1','','publish','closed','closed','','2019-06-15-quinte-hl-paperweight-3-quinte-hl-paperweight-1','','','2019-05-06 02:30:30','2019-05-06 02:30:30','',0,'http://quintelacrosse.com/lm-game/2019-06-15-quinte-hl-paperweight-3-quinte-hl-paperweight-1/',0,'mstw_lm_game','',0),(4768,2,'2019-05-06 02:30:30','2019-05-06 02:30:30','','2019-06-15 Quinte HL Paperweight 3 @ Quinte HL Paperweight 2','','publish','closed','closed','','2019-06-15-quinte-hl-paperweight-3-quinte-hl-paperweight-2','','','2019-05-06 02:30:30','2019-05-06 02:30:30','',0,'http://quintelacrosse.com/lm-game/2019-06-15-quinte-hl-paperweight-3-quinte-hl-paperweight-2/',0,'mstw_lm_game','',0),(4769,2,'2019-05-06 02:33:27','2019-05-06 02:33:27','
\r\n
\r\n
\r\n
\r\n

\r\n

Paperweight Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Paperweight House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Paperweight Division home page.  Below you will find links to each team\'s schedule and results.\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_table league=your-league-slug season=your-season-slug]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 3

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 4

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Paperweight Division','','inherit','closed','closed','','4072-revision-v1','','','2019-05-06 02:33:27','2019-05-06 02:33:27','',4072,'http://quintelacrosse.com/4072-revision-v1/',0,'revision','',0),(4770,2,'2019-05-06 03:12:16','2019-05-06 03:12:16','
\n
\n
\n
\n

\n

Paperweight Division

\n \n\n
\n
\n
\n
\n
\n
\n
\n
\n

Bayhawks Paperweight House League

\n

2019

\n
\n
\n
\n
\n\n
\n\n
\n
\n
\n
\nWelcome to the Paperweight Division home page.  Below you will find a complete division schedule as well as links to each team\'s roster and schedule.\n\nPaperweight teams will participate in 2 14-minute 3v3 cross-floor games each week beginning May 11 (no games on Victoria Day weekend) and ending on June 15.\n\n
\n
\n

\"\"

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
[mstw_league_schedule_table league=quinte-bayhawks-house-league-paperweight-division season=2019]
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Teams

\n

Click on a team below for schedule and results.

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\n
\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Team 1

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Team 3

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Team 2

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Team 4

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\n \n\n
\n
\n
\n
','Paperweight Division','','inherit','closed','closed','','4072-autosave-v1','','','2019-05-06 03:12:16','2019-05-06 03:12:16','',4072,'http://quintelacrosse.com/4072-autosave-v1/',0,'revision','',0),(4800,2,'2019-05-06 03:08:39','2019-05-06 03:08:39','
\r\n
\r\n
\r\n
\r\n

\r\n

Paperweight Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Paperweight House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Paperweight Division home page.  Below you will find links to each team\'s schedule and results.\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_table league=quinte-bayhawks-house-league-paperweight-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 3

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 4

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Paperweight Division','','inherit','closed','closed','','4072-revision-v1','','','2019-05-06 03:08:39','2019-05-06 03:08:39','',4072,'http://quintelacrosse.com/4072-revision-v1/',0,'revision','',0),(4771,2,'2019-05-06 02:35:33','2019-05-06 02:35:33','
\r\n
\r\n
\r\n
\r\n

\r\n

Paperweight Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Paperweight House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Paperweight Division home page.  Below you will find links to each team\'s schedule and results.\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_table league=quinte-bayhawks-house-league-paperweight-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 3

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 4

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Paperweight Division','','inherit','closed','closed','','4072-revision-v1','','','2019-05-06 02:35:33','2019-05-06 02:35:33','',4072,'http://quintelacrosse.com/4072-revision-v1/',0,'revision','',0),(4772,2,'2019-05-06 02:42:47','2019-05-06 02:42:47','','Brody C.','','publish','closed','closed','','brody-c','','','2019-05-06 02:42:47','2019-05-06 02:42:47','',0,'http://quintelacrosse.com/player/brody-c/',0,'mstw_tr_player','',0),(4773,2,'2019-05-06 02:42:47','2019-05-06 02:42:47','','Blake C.','','publish','closed','closed','','blake-c','','','2019-05-06 02:42:47','2019-05-06 02:42:47','',0,'http://quintelacrosse.com/player/blake-c/',0,'mstw_tr_player','',0),(4774,2,'2019-05-06 02:42:47','2019-05-06 02:42:47','','Spencer H.','','publish','closed','closed','','spencer-h','','','2019-05-06 02:42:47','2019-05-06 02:42:47','',0,'http://quintelacrosse.com/player/spencer-h/',0,'mstw_tr_player','',0),(4775,2,'2019-05-06 02:42:47','2019-05-06 02:42:47','','Lucas T.','','publish','closed','closed','','lucas-t','','','2019-05-06 02:42:47','2019-05-06 02:42:47','',0,'http://quintelacrosse.com/player/lucas-t/',0,'mstw_tr_player','',0),(4776,2,'2019-05-06 02:42:47','2019-05-06 02:42:47','','Cohen M.','','publish','closed','closed','','cohen-m','','','2019-05-06 02:42:47','2019-05-06 02:42:47','',0,'http://quintelacrosse.com/player/cohen-m/',0,'mstw_tr_player','',0),(4777,2,'2019-05-06 02:42:47','2019-05-06 02:42:47','','Carter F.','','publish','closed','closed','','carter-f','','','2019-05-06 02:42:47','2019-05-06 02:42:47','',0,'http://quintelacrosse.com/player/carter-f/',0,'mstw_tr_player','',0),(4778,2,'2019-05-06 02:42:47','2019-05-06 02:42:47','','Keegan M.','','publish','closed','closed','','keegan-m','','','2019-05-06 02:42:47','2019-05-06 02:42:47','',0,'http://quintelacrosse.com/player/keegan-m/',0,'mstw_tr_player','',0),(4779,2,'2019-05-06 02:44:33','2019-05-06 02:44:33','','Olivia P.','','publish','closed','closed','','olivia-p','','','2019-05-06 02:44:33','2019-05-06 02:44:33','',0,'http://quintelacrosse.com/player/olivia-p/',0,'mstw_tr_player','',0),(4780,2,'2019-05-06 02:44:33','2019-05-06 02:44:33','','Emerson W.','','publish','closed','closed','','emerson-w','','','2019-05-06 02:44:33','2019-05-06 02:44:33','',0,'http://quintelacrosse.com/player/emerson-w/',0,'mstw_tr_player','',0),(4781,2,'2019-05-06 02:44:33','2019-05-06 02:44:33','','Carson S.','','publish','closed','closed','','carson-s','','','2019-05-06 02:44:33','2019-05-06 02:44:33','',0,'http://quintelacrosse.com/player/carson-s/',0,'mstw_tr_player','',0),(4782,2,'2019-05-06 02:44:33','2019-05-06 02:44:33','','Hayden M.','','publish','closed','closed','','hayden-m','','','2019-05-06 02:44:33','2019-05-06 02:44:33','',0,'http://quintelacrosse.com/player/hayden-m/',0,'mstw_tr_player','',0),(4783,2,'2019-05-06 02:44:33','2019-05-06 02:44:33','','Henry D.','','publish','closed','closed','','henry-d','','','2019-05-06 02:44:33','2019-05-06 02:44:33','',0,'http://quintelacrosse.com/player/henry-d/',0,'mstw_tr_player','',0),(4784,2,'2019-05-06 02:44:33','2019-05-06 02:44:33','','Kieran H.','','publish','closed','closed','','kieran-h','','','2019-05-06 02:44:33','2019-05-06 02:44:33','',0,'http://quintelacrosse.com/player/kieran-h/',0,'mstw_tr_player','',0),(4785,2,'2019-05-06 02:44:33','2019-05-06 02:44:33','','Maclean B.','','publish','closed','closed','','maclean-b','','','2019-05-06 02:44:33','2019-05-06 02:44:33','',0,'http://quintelacrosse.com/player/maclean-b/',0,'mstw_tr_player','',0),(4786,2,'2019-05-06 02:51:01','2019-05-06 02:51:01','','Evan A.','','publish','closed','closed','','evan-a-2','','','2019-05-06 02:51:01','2019-05-06 02:51:01','',0,'http://quintelacrosse.com/player/evan-a-2/',0,'mstw_tr_player','',0),(4787,2,'2019-05-06 02:51:01','2019-05-06 02:51:01','','Jordan A.','','publish','closed','closed','','jordan-a','','','2019-05-06 02:51:01','2019-05-06 02:51:01','',0,'http://quintelacrosse.com/player/jordan-a/',0,'mstw_tr_player','',0),(4788,2,'2019-05-06 02:51:01','2019-05-06 02:51:01','','Kennedy B.','','publish','closed','closed','','kennedy-b','','','2019-05-06 02:51:01','2019-05-06 02:51:01','',0,'http://quintelacrosse.com/player/kennedy-b/',0,'mstw_tr_player','',0),(4789,2,'2019-05-06 02:51:01','2019-05-06 02:51:01','','Austin W.','','publish','closed','closed','','austin-w','','','2019-05-06 02:51:01','2019-05-06 02:51:01','',0,'http://quintelacrosse.com/player/austin-w/',0,'mstw_tr_player','',0),(4790,2,'2019-05-06 02:51:01','2019-05-06 02:51:01','','Carson H.','','publish','closed','closed','','carson-h','','','2019-05-06 02:51:01','2019-05-06 02:51:01','',0,'http://quintelacrosse.com/player/carson-h/',0,'mstw_tr_player','',0),(4791,2,'2019-05-06 02:51:01','2019-05-06 02:51:01','','Levi R.','','publish','closed','closed','','levi-r','','','2019-05-06 02:51:01','2019-05-06 02:51:01','',0,'http://quintelacrosse.com/player/levi-r/',0,'mstw_tr_player','',0),(4792,2,'2019-05-06 02:51:01','2019-05-06 02:51:01','','Tristan B.','','publish','closed','closed','','tristan-b','','','2019-05-06 02:51:01','2019-05-06 02:51:01','',0,'http://quintelacrosse.com/player/tristan-b/',0,'mstw_tr_player','',0),(4793,2,'2019-05-06 02:51:01','2019-05-06 02:51:01','','Kellin W.','','publish','closed','closed','','kellin-w','','','2019-05-06 02:51:01','2019-05-06 02:51:01','',0,'http://quintelacrosse.com/player/kellin-w/',0,'mstw_tr_player','',0),(4949,2,'2019-10-19 19:30:16','2019-10-19 19:30:16','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

QUINTE WINTER LACROSSE SCHOOL

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

We are excited to announce Quinte Winter Lacrosse School, created to allow players to continue to develop their skills in the off-season!  Whether you are a first time player looking to learn to play before the season or a returning player looking to advance your skills in preparation for next season, this program will allow you to learn from the pros!  Nationwide Lacrosse - featuring National Lacrosse League players Shawn and Turner Evans of the Rochester Knighthawks - will bring their skill and knowledge to the Quinte region, teaching our young players what it takes to be successful and have fun playing lacrosse!

\r\n

Who:  all players born between 2006 and 2014\r\nWhen:  Mondays at 5pm (2010-2014) and 6pm (2006-2009) from January 20th to March 2nd (except Family Day)\r\nWhere:  Loyalist SportsDome (court side)\r\nCost:  $135 for 6 weeks of lacrosse instruction from top professional lacrosse players

\r\n

Register now!  Limited spots are available.

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
','Quinte Lacrosse School Information','','inherit','closed','closed','','4947-revision-v1','','','2019-10-19 19:30:16','2019-10-19 19:30:16','',4947,'http://quintelacrosse.com/4947-revision-v1/',0,'revision','',0),(4946,2,'2019-10-19 15:07:36','2019-10-19 15:07:36','
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n \r\n\r\n \r\n
\r\n\r\n[wpforms id=\"16\" title=\"false\" description=\"false\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Quinte Lacrosse School','','inherit','closed','closed','','4945-revision-v1','','','2019-10-19 15:07:36','2019-10-19 15:07:36','',4945,'http://quintelacrosse.com/4945-revision-v1/',0,'revision','',0),(4947,2,'2019-10-20 23:45:43','2019-10-20 23:45:43','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

QUINTE WINTER LACROSSE SCHOOL

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

We are excited to announce Quinte Winter Lacrosse School, created to allow players to continue to develop their skills in the off-season!  Whether you are a first time player looking to learn to play before the season or a returning player looking to advance your skills in preparation for next season, this program will allow you to learn from the pros!  Nationwide Lacrosse - featuring National Lacrosse League players Shawn and Turner Evans of the Rochester Knighthawks - will bring their skill and knowledge to the Quinte region, teaching our young players what it takes to be successful and have fun playing lacrosse!

\r\n

STAY TUNED FOR INFORMATION ABOUT OUR 2021 WINTER SCHOOL!

\r\n

Who:  \r\nWhen:\r\nWhere:\r\nCost: 

\r\n

Full equipment is required.

\r\n

Click on the link below to register.  Payment to be made in full by cash, cheque or e-transfer to treasurer@quintelacrosse.com on or before the date of the first session.  Cheques can be made payable to Quinte Minor Lacrosse Association or QMLA.  For more information, contact quintelacrosse@gmail.com.

\r\n

 

\r\n

Looking for equipment?  Click here to see what is required.  Equipment can be ordered through Duvall and Clark Sportswear and Equipment or purchased at select local retailers.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

SHAWN EVANS

\r\n

\"\"

\r\n\r\n
    \r\n
  • 2x National Lacrosse Leauge MVP
  • \r\n
  • 2x World Indoor Lacrosse Gold Medal
  • \r\n
  • 7x Mann Cup champion
  • \r\n
  • Current member of NLL Rochester Knightawks
  • \r\n
\r\n

 

\r\n\r\n
\r\n
\r\n

TURNER EVANS

\r\n

\"\"

\r\n\r\n
    \r\n
  • 10th overall selection 2015 NLL draft
  • \r\n
  • 3x Mann Cup champion
  • \r\n
  • NCAA Division 1 at Ohio State University
  • \r\n
  • Current member of NLL Rochester Knighthawks
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Quinte Lacrosse School Information','','publish','closed','closed','','quinte-lacrosse-school-information','','','2020-09-08 19:05:34','2020-09-08 19:05:34','',0,'http://quintelacrosse.com/?page_id=4947',0,'page','',0),(5324,2,'2020-09-08 19:05:34','2020-09-08 19:05:34','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

QUINTE WINTER LACROSSE SCHOOL

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

We are excited to announce Quinte Winter Lacrosse School, created to allow players to continue to develop their skills in the off-season!  Whether you are a first time player looking to learn to play before the season or a returning player looking to advance your skills in preparation for next season, this program will allow you to learn from the pros!  Nationwide Lacrosse - featuring National Lacrosse League players Shawn and Turner Evans of the Rochester Knighthawks - will bring their skill and knowledge to the Quinte region, teaching our young players what it takes to be successful and have fun playing lacrosse!

\r\n

STAY TUNED FOR INFORMATION ABOUT OUR 2021 WINTER SCHOOL!

\r\n

Who:  \r\nWhen:\r\nWhere:\r\nCost: 

\r\n

Full equipment is required.

\r\n

Click on the link below to register.  Payment to be made in full by cash, cheque or e-transfer to treasurer@quintelacrosse.com on or before the date of the first session.  Cheques can be made payable to Quinte Minor Lacrosse Association or QMLA.  For more information, contact quintelacrosse@gmail.com.

\r\n

 

\r\n

Looking for equipment?  Click here to see what is required.  Equipment can be ordered through Duvall and Clark Sportswear and Equipment or purchased at select local retailers.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

SHAWN EVANS

\r\n

\"\"

\r\n\r\n
    \r\n
  • 2x National Lacrosse Leauge MVP
  • \r\n
  • 2x World Indoor Lacrosse Gold Medal
  • \r\n
  • 7x Mann Cup champion
  • \r\n
  • Current member of NLL Rochester Knightawks
  • \r\n
\r\n

 

\r\n\r\n
\r\n
\r\n

TURNER EVANS

\r\n

\"\"

\r\n\r\n
    \r\n
  • 10th overall selection 2015 NLL draft
  • \r\n
  • 3x Mann Cup champion
  • \r\n
  • NCAA Division 1 at Ohio State University
  • \r\n
  • Current member of NLL Rochester Knighthawks
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Quinte Lacrosse School Information','','inherit','closed','closed','','4947-revision-v1','','','2020-09-08 19:05:34','2020-09-08 19:05:34','',4947,'http://quintelacrosse.com/4947-revision-v1/',0,'revision','',0),(4948,2,'2019-10-19 19:21:51','2019-10-19 19:21:51','','Nationwide Logo','','inherit','open','closed','','nationwide-logo','','','2019-10-19 19:21:51','2019-10-19 19:21:51','',4947,'http://quintelacrosse.com/wp-content/uploads/2019/10/Nationwide-Logo.jpg',0,'attachment','image/jpeg',0),(4801,2,'2019-05-06 03:13:25','2019-05-06 03:13:25','
\r\n
\r\n
\r\n
\r\n

\r\n

Paperweight Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Paperweight House League

\r\n

2019

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Paperweight Division home page.  Below you will find a complete division schedule as well as links to each team\'s roster and schedule.\r\n\r\nPaperweight teams will participate in 2 14-minute 3v3 cross-floor games each week beginning May 11 (no games on Victoria Day weekend) and ending on June 15.\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
[mstw_league_schedule_table league=quinte-bayhawks-house-league-paperweight-division season=2019]
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 3

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Paperweight Division','','inherit','closed','closed','','4072-revision-v1','','','2019-05-06 03:13:25','2019-05-06 03:13:25','',4072,'http://quintelacrosse.com/4072-revision-v1/',0,'revision','',0),(4802,2,'2019-05-06 17:16:22','2019-05-06 17:16:22','','Quinte Bayhawks Peewee Rep','','publish','closed','closed','','quinte-bayhawks-peewee-rep','','','2019-05-06 17:16:22','2019-05-06 17:16:22','',0,'http://quintelacrosse.com/?post_type=mstw_lm_team&p=4802',0,'mstw_lm_team','',0),(4825,2,'2019-09-10 00:59:37','2019-09-10 00:59:37','','','','publish','closed','closed','','0c9cbe354d9dd68224aff14834faa928','','','2019-09-10 00:59:37','2019-09-10 00:59:37','',0,'http://quintelacrosse.com/0c9cbe354d9dd68224aff14834faa928/',0,'oembed_cache','',0),(4951,2,'2019-10-20 23:45:33','2019-10-20 23:45:33','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

QUINTE WINTER LACROSSE SCHOOL

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

We are excited to announce Quinte Winter Lacrosse School, created to allow players to continue to develop their skills in the off-season!  Whether you are a first time player looking to learn to play before the season or a returning player looking to advance your skills in preparation for next season, this program will allow you to learn from the pros!  Nationwide Lacrosse - featuring National Lacrosse League players Shawn and Turner Evans of the Rochester Knighthawks - will bring their skill and knowledge to the Quinte region, teaching our young players what it takes to be successful and have fun playing lacrosse!

\r\n

Who:  all players born between 2006 and 2014\r\nWhen:  Mondays at 5pm (2010-2014) and 6pm (2006-2009) from January 20th to March 2nd (except Family Day)\r\nWhere:  Loyalist SportsDome (court side)\r\nCost:  $135 for 6 weeks of lacrosse instruction from top professional lacrosse players

\r\n

Register now!  Limited spots are available.

\r\n

REGISTER

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

SHAWN EVANS

\r\n

 

\r\n\r\n
\r\n
\r\n

TURNER EVANS

\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • 2x National Lacrosse Leauge MVP
  • \r\n
  • 2x World Indoor Lacrosse Gold Medal
  • \r\n
  • 7x Mann Cup champion
  • \r\n
  • Current member of NLL Rochester Knightawks
  • \r\n
\r\n
\r\n
\r\n
    \r\n
  • 10th overall selection 2015 NLL draft
  • \r\n
  • 3x Mann Cup champion
  • \r\n
  • NCAA Division 1 at Ohio State University
  • \r\n
  • Current member of NLL Rochester Knighthawks
  • \r\n
\r\n
\r\n
\r\n
\r\n
','Quinte Lacrosse School Information','','inherit','closed','closed','','4947-revision-v1','','','2019-10-20 23:45:33','2019-10-20 23:45:33','',4947,'http://quintelacrosse.com/4947-revision-v1/',0,'revision','',0),(4830,2,'2019-09-10 01:12:56','2019-09-10 01:12:56','','IMG_6304','','inherit','open','closed','','img_6304','','','2019-09-10 01:12:56','2019-09-10 01:12:56','',0,'http://quintelacrosse.com/wp-content/uploads/2019/09/IMG_6304.jpg',0,'attachment','image/jpeg',0),(4831,2,'2019-09-10 01:13:48','2019-09-10 01:13:48','','IMG_6348','','inherit','open','closed','','img_6348','','','2019-09-10 01:13:48','2019-09-10 01:13:48','',0,'http://quintelacrosse.com/wp-content/uploads/2019/09/IMG_6348.jpg',0,'attachment','image/jpeg',0),(4838,2,'2019-09-10 01:40:25','2019-09-10 01:40:25','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Tyke Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Tyke House League

\r\n

2020

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the Tyke Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Tyke Division','','inherit','closed','closed','','4007-revision-v1','','','2019-09-10 01:40:25','2019-09-10 01:40:25','',4007,'http://quintelacrosse.com/4007-revision-v1/',0,'revision','',0),(4844,2,'2019-09-11 00:51:55','2019-09-11 00:51:55','
\r\n
\r\n
\r\n
\r\n\r\n \r\n

 

\r\n[my_calendar id=\"my-calendar\"]\r\n\r\n
\r\n
\r\n
\r\n
','My Calendar','','publish','closed','closed','','my-calendar','','','2019-09-11 01:22:11','2019-09-11 01:22:11','',0,'http://quintelacrosse.com/my-calendar/',0,'page','',0),(4845,2,'2019-09-11 00:51:55','2019-09-11 00:51:55','[my_calendar id=\"my-calendar\"]','My Calendar','','inherit','closed','closed','','4844-revision-v1','','','2019-09-11 00:51:55','2019-09-11 00:51:55','',4844,'http://quintelacrosse.com/4844-revision-v1/',0,'revision','',0),(4846,2,'2019-09-11 00:59:18','2019-09-11 00:59:18','','QMLA AGM','','publish','closed','closed','','qmla-agm','','','2019-09-11 00:59:18','2019-09-11 00:59:18','',0,'http://quintelacrosse.com/mc-events/qmla-agm/',0,'mc-events','',0),(4920,2,'2019-10-14 23:01:04','2019-10-14 23:01:04','
\r\n
\r\n
\r\n
\r\n

 

\r\n

 

\r\n

Police Background Check (Vulnerable Sector Check)

\r\n

According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:

\r\n

\"All OLA bench personnel (coaches, staff, trainers, etc.) and all OLA certified officials (box and field)\r\nwho are 18 years of age as of January 1st of the current year who coach or officiate athletes 17 years of age or\r\nyounger must submit a current Criminal Record Check (Vulnerable Criminal Record Check) (CRC) upon\r\nregistering for the current year. For previously approved individuals, an Offense Declaration must be submitted\r\nas per OR3.01(b). It is the position of the OLA that all OLA member clubs with additional registered volunteers\r\nwho have direct contact with athletes 17 years of age or younger also submit a CRC.\"

\r\n

 

\r\n

If you are new to coaching or volunteering with a team you will need to obtain a police vulnerable sector check (police background check).  You can do this through any one of the methods outlined below.  When complete, upload the PDF or image (JPG) of your completed form to your SportzSoft account profile.

\r\n

For returning coaches, you do not require a new background check.  Download the Offense Declaration Form below.  Complete and scan and email to our privacy officer.

\r\n

Offense Declaration Form

\r\n

If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it here.

\r\n

 

\r\n\r\n
\r\n

The Ontario Lacrosse Association is in a partnership agreement with Sterling Backcheck in an effort to expedite a cost-effective solution for volunteer screening.  Founded in 1975, Sterling Backcheck is an international provider of screening services, including criminal record checks, to the Canadian voluntary sector. 

\r\n

OLA members can now go online to obtain the necessary criminal record check for OLA registration. The fee to OLA members is $27.00 and most reports are prepared within 24 hours (and can be shared with various non-profit organizations).  All results are confidential to end users.

\r\n

Click on the link below to begin your background check:

\r\n

https://ontariolacrosse.com/administration/sterling-backcheck

\r\n

 

\r\n

Alternatively, you can obtain a background check through the police service serving your jurisdiction:

\r\n

If you are a resident of the City of Belleville (including Corbyville, Foxboro, Plainfield, Roslin and Thurlow) a Police Vulnerable Sector Check can be obtained through an online third-party provider on the Belleville Police website for $20.00.  Click the following link to go there:

\r\n

https://www.policesolutions.ca/checks/services/belleville/index.php

\r\n

If you are a resident of the City of Quinte West (including Frankford, Batawa and Bayside), visit the following website to obtain the necessary forms and information:

\r\n

OPP Criminal Record Checks and Police Checks

\r\n

If you are a resident of a different municipality than those above, visit the website of your local police jurisdiction for information on how to obtain a background check.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Volunteer Background Check','','inherit','closed','closed','','4358-revision-v1','','','2019-10-14 23:01:04','2019-10-14 23:01:04','',4358,'http://quintelacrosse.com/4358-revision-v1/',0,'revision','',0),(4848,2,'2022-05-02 08:44:57','2019-09-11 01:11:31','','Calendar','','publish','closed','closed','','calendar','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'http://quintelacrosse.com/calendar/',48,'nav_menu_item','',0),(4849,2,'2019-09-11 01:16:39','2019-09-11 01:16:39','
\r\n
\r\n
\r\n
\r\n\r\n[my_calendar id=\"my-calendar\"]\r\n\r\n
\r\n
\r\n
\r\n
','My Calendar','','inherit','closed','closed','','4844-revision-v1','','','2019-09-11 01:16:39','2019-09-11 01:16:39','',4844,'http://quintelacrosse.com/4844-revision-v1/',0,'revision','',0),(4850,2,'2019-09-11 01:22:11','2019-09-11 01:22:11','
\r\n
\r\n
\r\n
\r\n\r\n \r\n

 

\r\n[my_calendar id=\"my-calendar\"]\r\n\r\n
\r\n
\r\n
\r\n
','My Calendar','','inherit','closed','closed','','4844-revision-v1','','','2019-09-11 01:22:11','2019-09-11 01:22:11','',4844,'http://quintelacrosse.com/4844-revision-v1/',0,'revision','',0),(4852,2,'2019-09-11 01:34:11','2019-09-11 01:34:11','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Joe Fee

\r\n
President
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Abby Leavitt

\r\n
VP / Registrar
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Sue Stewart

\r\n
Treasurer
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Wayne Brown

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Ryan DeJonge

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Jason Partridge

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Board of Directors','','inherit','closed','closed','','4083-revision-v1','','','2019-09-11 01:34:11','2019-09-11 01:34:11','',4083,'http://quintelacrosse.com/4083-revision-v1/',0,'revision','',0),(4851,2,'2019-09-11 01:33:10','2019-09-11 01:33:10','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Joe Fee

\r\n
President
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Abby Leavitt

\r\n
VP / Registrar
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Sue Stewart

\r\n
Treasurer
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Wayne Brown

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Ryan DeJonge

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Jason Partridge

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Board of Directors','','inherit','closed','closed','','4083-revision-v1','','','2019-09-11 01:33:10','2019-09-11 01:33:10','',4083,'http://quintelacrosse.com/4083-revision-v1/',0,'revision','',0),(4853,2,'2019-09-11 01:35:15','2019-09-11 01:35:15','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

Joe Fee

\r\n
President
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Abby Leavitt

\r\n
VP / Registrar
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Sue Stewart

\r\n
Treasurer
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Wayne Brown

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Ryan DeJonge

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Jason Partridge

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Board of Directors','','inherit','closed','closed','','4083-revision-v1','','','2019-09-11 01:35:15','2019-09-11 01:35:15','',4083,'http://quintelacrosse.com/4083-revision-v1/',0,'revision','',0),(4854,2,'2019-09-11 01:36:08','2019-09-11 01:36:08','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Joe Fee

\r\n
President
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Abby Leavitt

\r\n
VP / Registrar
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Sue Stewart

\r\n
Treasurer
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Wayne Brown

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Ryan DeJonge

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Jason Partridge

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Board of Directors','','inherit','closed','closed','','4083-revision-v1','','','2019-09-11 01:36:08','2019-09-11 01:36:08','',4083,'http://quintelacrosse.com/4083-revision-v1/',0,'revision','',0),(4856,2,'2019-09-11 01:47:48','2019-09-11 01:47:48','http://quintelacrosse.com/wp-content/uploads/2019/04/cropped-novice-house-league-pic.jpg','cropped-novice-house-league-pic.jpg','','inherit','open','closed','','cropped-novice-house-league-pic-jpg','','','2019-09-11 01:47:48','2019-09-11 01:47:48','',0,'http://quintelacrosse.com/wp-content/uploads/2019/04/cropped-novice-house-league-pic.jpg',0,'attachment','image/jpeg',0),(4857,2,'2019-09-11 01:50:58','2019-09-11 01:50:58','http://quintelacrosse.com/wp-content/uploads/2019/04/cropped-novice-house-league-pic-1.jpg','cropped-novice-house-league-pic-1.jpg','','inherit','open','closed','','cropped-novice-house-league-pic-1-jpg','','','2019-09-11 01:50:58','2019-09-11 01:50:58','',0,'http://quintelacrosse.com/wp-content/uploads/2019/04/cropped-novice-house-league-pic-1.jpg',0,'attachment','image/jpeg',0),(4860,2,'2019-09-11 01:57:37','2019-09-11 01:57:37','','IMG_6355','','inherit','open','closed','','img_6355','','','2019-09-11 01:57:37','2019-09-11 01:57:37','',0,'http://quintelacrosse.com/wp-content/uploads/2019/09/IMG_6355.jpg',0,'attachment','image/jpeg',0),(4861,2,'2019-09-11 01:58:01','2019-09-11 01:58:01','http://quintelacrosse.com/wp-content/uploads/2019/09/cropped-IMG_6355.jpg','cropped-IMG_6355.jpg','','inherit','open','closed','','cropped-img_6355-jpg','','','2019-09-11 01:58:01','2019-09-11 01:58:01','',0,'http://quintelacrosse.com/wp-content/uploads/2019/09/cropped-IMG_6355.jpg',0,'attachment','image/jpeg',0),(4864,2,'2019-09-11 13:42:16','2019-09-11 13:42:16','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Representative

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

Quinte Minor Lacrosse Association (a member of the Ontario Lacrosse Association) offers a representative lacrosse program as an opportunity for local players to compete at a higher level against teams from all over Ontario.  Below you will find general information related to the participation in representative lacrosse.  Look for more information to be posted as the season nears, such as tryout dates and age groups.  For more information, contact quintelacrosse@gmail.com.

\r\n \r\n\r\n*****UPDATE:  Rep interest and introduction clinic to be held March 20th at 7:00pm at Trenton High School for players born between 2007 and 2010.  Players must be registered to attend.  \r\n\r\nNO EXPERIENCE NECESSARY\r\n\r\n \r\n

COST

\r\n

Approximately $600 per player.  Teams are expected to find sponsorship and do fundraising to bring these costs down.

\r\n

SCHEDULE

\r\n

The representative season schedule will begin in late-May and conclude at the Ontario Lacrosse Festival (provincial championships) at the beginning of August (specific dates depend on age division).  

\r\n

COMMITMENT

\r\n

Representative teams are expected to practice once a week and play 1 game per week up to a total of about 10-12 zone games.  Games won\'t begin until late May to minimize overlap with house league play.  Teams are also expected to enter 1 or 2 tournaments.  Weekend games are kept at a minimum, but may be required occasionally.  Practices days are to still to be determined.

\r\n

TRAVEL

\r\n

For zone games, representative teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.

\r\nPROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL\r\n\r\nThe rep season culminates with the Ontario Lacrosse Festival in early August, where provincial championships are held for all age divisions.  This event is held in Durham Region (Whitby, Oshawa, Clarington).\r\n\r\n \r\n\r\n \r\n

 \"\"\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Competitive','','inherit','closed','closed','','1100-revision-v1','','','2019-09-11 13:42:16','2019-09-11 13:42:16','',1100,'http://quintelacrosse.com/1100-revision-v1/',0,'revision','',0),(4866,2,'2019-09-17 00:32:37','2019-09-17 00:32:37','
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n \r\n
\r\n
\r\n
\r\n

The policies of the Ontario Lacrosse Association are reviewed annually and updated as necessary. For questions or feedback about any of the policies of the Ontario Lacrosse Association, please email info@ontariolacrosse.com or call 416-426-7071.

\r\n

 

\r\nOLA Accessibility Standards Policy\r\n\r\nOLA Anti-Doping Policy\r\n\r\nOLA Code of Conduct Policy\r\n\r\nOLA Code of Conduct Violation Form\r\n\r\nOLA Concussion Management Policy\r\n\r\nOLA Confidentiality Policy\r\n\r\nOLA Conflict of Interest Policy\r\n\r\nOLA Dispute Resolution Policy\r\n\r\nOLA Fair Play Policy\r\n\r\nOLA Financial Policy\r\n\r\nOLA General Inclusion Policy\r\n

OLA Harassment Policy

\r\nOLA LGBTIQ+ Policy\r\n\r\nOLA Membership Policy\r\n

OLA Privacy Policy

\r\n

OLA Screening Policy (Criminal Record Checks)

\r\n

OLA Selections Policy

\r\n

OLA Social Media Policy

\r\n

OLA Transgender Athlete Policy

\r\n

OMFLL Policy Paper Final (Nov-2018)

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','OLA Documents and Policies','','publish','closed','closed','','ola-documents-and-policies','','','2019-09-17 00:34:40','2019-09-17 00:34:40','',0,'http://quintelacrosse.com/?page_id=4866',0,'page','',0),(4868,2,'2019-09-17 00:31:52','2019-09-17 00:31:52','
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n \r\n
\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','OLA Documents and Policies','','inherit','closed','closed','','4866-revision-v1','','','2019-09-17 00:31:52','2019-09-17 00:31:52','',4866,'http://quintelacrosse.com/4866-revision-v1/',0,'revision','',0),(4867,2,'2019-09-17 00:30:50','2019-09-17 00:30:50','
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n \r\n
\r\n
\r\n
\r\n

The policies of the Ontario Lacrosse Association are reviewed annually and updated as necessary. For questions or feedback about any of the policies of the Ontario Lacrosse Association, please email info@ontariolacrosse.com or call 416-426-7071.

\r\n

 

\r\nOLA Accessibility Standards Policy\r\n\r\nOLA Anti-Doping Policy\r\n\r\nOLA Code of Conduct Policy\r\n\r\nOLA Code of Conduct Violation Form\r\n\r\nOLA Concussion Management Policy\r\n\r\nOLA Confidentiality Policy\r\n\r\nOLA Conflict of Interest Policy\r\n\r\nOLA Dispute Resolution Policy\r\n\r\nOLA Fair Play Policy\r\n\r\nOLA Financial Policy\r\n\r\nOLA General Inclusion Policy\r\n

OLA Harassment Policy

\r\nOLA LGBTIQ+ Policy\r\n\r\nOLA Membership Policy\r\n

OLA Privacy Policy

\r\n

OLA Screening Policy (Criminal Record Checks)

\r\n

OLA Selections Policy

\r\n

OLA Social Media Policy

\r\n

OLA Transgender Athlete Policy

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n\r\n
\r\n
\r\n
\r\n
','OLA Documents and Policies','','inherit','closed','closed','','4866-revision-v1','','','2019-09-17 00:30:50','2019-09-17 00:30:50','',4866,'http://quintelacrosse.com/4866-revision-v1/',0,'revision','',0),(4869,2,'2019-09-17 00:32:15','2019-09-17 00:32:15','
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n \r\n
\r\n
\r\n
\r\n

The policies of the Ontario Lacrosse Association are reviewed annually and updated as necessary. For questions or feedback about any of the policies of the Ontario Lacrosse Association, please email info@ontariolacrosse.com or call 416-426-7071.

\r\n

 

\r\nOLA Accessibility Standards Policy\r\n\r\nOLA Anti-Doping Policy\r\n\r\nOLA Code of Conduct Policy\r\n\r\nOLA Code of Conduct Violation Form\r\n\r\nOLA Concussion Management Policy\r\n\r\nOLA Confidentiality Policy\r\n\r\nOLA Conflict of Interest Policy\r\n\r\nOLA Dispute Resolution Policy\r\n\r\nOLA Fair Play Policy\r\n\r\nOLA Financial Policy\r\n\r\nOLA General Inclusion Policy\r\n

OLA Harassment Policy

\r\nOLA LGBTIQ+ Policy\r\n\r\nOLA Membership Policy\r\n

OLA Privacy Policy

\r\n

OLA Screening Policy (Criminal Record Checks)

\r\n

OLA Selections Policy

\r\n

OLA Social Media Policy

\r\n

OLA Transgender Athlete Policy

\r\n

OMFLL Policy Paper Final (Nov-2018)

\r\n

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','OLA Documents and Policies','','inherit','closed','closed','','4866-revision-v1','','','2019-09-17 00:32:15','2019-09-17 00:32:15','',4866,'http://quintelacrosse.com/4866-revision-v1/',0,'revision','',0),(4871,2,'2019-09-17 00:34:06','2019-09-17 00:34:06','
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n \r\n
\r\n
\r\n
\r\n

The policies of the Ontario Lacrosse Association are reviewed annually and updated as necessary. For questions or feedback about any of the policies of the Ontario Lacrosse Association, please email info@ontariolacrosse.com or call 416-426-7071.

\r\n

 

\r\nOLA Accessibility Standards Policy\r\n\r\nOLA Anti-Doping Policy\r\n\r\nOLA Code of Conduct Policy\r\n\r\nOLA Code of Conduct Violation Form\r\n\r\nOLA Concussion Management Policy\r\n\r\nOLA Confidentiality Policy\r\n\r\nOLA Conflict of Interest Policy\r\n\r\nOLA Dispute Resolution Policy\r\n\r\nOLA Fair Play Policy\r\n\r\nOLA Financial Policy\r\n\r\nOLA General Inclusion Policy\r\n

OLA Harassment Policy

\r\nOLA LGBTIQ+ Policy\r\n\r\nOLA Membership Policy\r\n

OLA Privacy Policy

\r\n

OLA Screening Policy (Criminal Record Checks)

\r\n

OLA Selections Policy

\r\n

OLA Social Media Policy

\r\n

OLA Transgender Athlete Policy

\r\n

OMFLL Policy Paper Final (Nov-2018)

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','OLA Documents and Policies','','inherit','closed','closed','','4866-revision-v1','','','2019-09-17 00:34:06','2019-09-17 00:34:06','',4866,'http://quintelacrosse.com/4866-revision-v1/',0,'revision','',0),(4875,2,'2019-09-30 21:05:20','0000-00-00 00:00:00','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

You are invited to TRY LACROSSE !!!

\r\nCome and discover why playing Canada\'s national summer sport is the best way to spend your summer.\r\n\r\nAll sessions are:\r\n
    \r\n
  1. FREE to Try
  2. \r\n
  3. Non Contact
  4. \r\n
  5. Open to Ages 4 - 14
  6. \r\n
  7. Open to Boys and Girls
  8. \r\n
  9. Sticks can be provided !
  10. \r\n
\r\nUPCOMING 2019/2020 TRY LACROSSE SESSIONS:\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
DATESTime / AgesLocation
Friday, November 15, 20196pm - 7pm (ages 4 to 8)\r\n7pm - 8pm (ages 9 to 14)Trent River Public School\r\n84 Dixon Drive, Trenton
Friday, January 24, 20206pm - 7pm (ages 4 to 8)\r\n7pm - 8pm (ages 9 to 14)Sir John A. MacDonald Public School\r\n22 Harder Drive, Belleville
Friday, February 21, 20206pm - 7pm (ages 4 to 8)\r\n7pm - 8pm (ages 9 to 14)Sir John A. MacDonald Public School\r\n22 Harder Drive, Belleville
\r\n \r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','\"Try Lacrosse\" Clinics','','draft','closed','closed','','','','','2019-09-30 21:05:20','2019-09-30 21:05:20','',0,'http://quintelacrosse.com/?page_id=4875',0,'page','',0),(4931,2,'2019-10-18 00:06:28','2019-10-18 00:06:28','
\r\n
\r\n
\r\n
\r\n

 

\r\n \r\n

Mission Statement

\r\n

The Quinte Minor Lacrosse Association is committed to providing good spirited competition at all levels. Each player will be given the opportunity to develop his or her skills in a safe and positive environment. This will be provided through the committed cooperation of players, parents, coaches and officials.

\r\n

Philosophy

\r\n

The Quinte Minor Lacrosse Association feels that lacrosse is not only a fun and exciting sports activity but also a healthy and positive alternative for our young people\'s fitness and personal development.

\r\n

In keeping with this philosophy, the general aim of our association is to encourage growth in our association with the primary concern being player development. This development can be achieved by broadening our base (eg. increasing our numbers at the house league level) without jeopardizing the development of the competitive player.

\r\n

The key to this grassroots movement requires commitment and leadership on the part of the executive and competitive coaches, as well as increased involvement of volunteers within our association

\r\n

Zero Tolerance Abuse Policy

\r\n

There will be a “Zero Tolerance Policy” of anyone responsible for physical or verbal abuse directed towards officials, coaching staff, players, and other spectators before, during or at any time after the game. 

\r\n

If a parent, player or spectator is disrupting the game or verbally or physically abusing any player, member of the coaching staff, official, or other spectator, the game shall be stopped and the offender ejected from the arena. If a person refuses to leave the arena, the game will be held until such time as they do. If a person continues to refuse the referee will inform the arena staff who will in turn call the police to have them charged with trespassing and escorted from the facility. The referees will include the names and address of the offender on the game sheet and they will be banned from the facility for the reminder of the lacrosse season. The referees will be informed of this policy prior to the games and asked to adhere to this policy. 

\r\nQuinte Minor Lacrosse Association encourages fair play, friendly competition and the opportunity for all to enjoy the game of Lacrosse without fear of harassment or physical harm. \r\n

Refund Policy

\r\n

The refund policy is described in the QMLA Constitution and should be referred to for details.\r\nThe QMLA constitution can be found here - QMLA Constitution 

\r\n\r\n
\r\n
\r\n
\r\n
','Mission & Vision','','publish','closed','closed','','mission-vision','','','2020-09-06 14:52:23','2020-09-06 14:52:23','',0,'http://quintelacrosse.com/?page_id=4931',0,'page','',0),(4932,2,'2019-10-18 00:06:28','2019-10-18 00:06:28','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Mission Statement

\r\n

The Quinte Minor Lacrosse Association is committed to providing good spirited competition at all levels. Each player will be given the opportunity to develop his or her skills in a safe and positive environment. This will be provided through the committed cooperation of players, parents, coaches and officials.\r\n\r\n

\r\n

Philosophy

\r\n

The Quinte Minor Lacrosse Association feels that lacrosse is not only a fun and exciting sports activity but also a healthy and positive alternative for our young people\'s fitness and personal development.\r\n\r\nIn keeping with this philosophy, the general aim of our association is to encourage growth in our association with the primary concern being player development. This development can be achieved by broadening our base (eg. increasing our numbers at the house league level) without jeopardizing the development of the competitive player.\r\n\r\nThe key to this grassroots movement requires commitment and leadership on the part of the executive and competitive coaches, as well as increased involvement of volunteers within our association\r\n\r\n

\r\n

Zero Tolerance Abuse Policy

\r\n

There will be a “Zero Tolerance Policy” of anyone responsible for physical or verbal abuse directed towards officials, coaching staff, players, and other spectators before, during or at any time after the game. \r\n\r\nIf a parent, player or spectator is disrupting the game or verbally or physically abusing any player, member of the coaching staff, official, or other spectator, the game shall be stopped and the offender ejected from the arena. If a person refuses to leave the arena, the game will be held until such time as they do. If a person continues to refuse the referee will inform the arena staff who will in turn call the police to have them charged with trespassing and escorted from the facility. The referees will include the names and address of the offender on the game sheet and they will be banned from the facility for the reminder of the lacrosse season. The referees will be informed of this policy prior to the games and asked to adhere to this policy. \r\n\r\nQuinte Minor Lacrosse Association encourages fair play, friendly competition and the opportunity for all to enjoy the game of Lacrosse without fear of harassment or physical harm. \r\n\r\n

\r\n

Refund Policy

\r\n

The refund policy is described in the QMLA Constitution and should be referred to for details.\r\nThe QMLA constitution can be found here - QMLA Constitution 

\r\n\r\n
\r\n
\r\n
\r\n
','Mission & Vision','','inherit','closed','closed','','4931-revision-v1','','','2019-10-18 00:06:28','2019-10-18 00:06:28','',4931,'http://quintelacrosse.com/4931-revision-v1/',0,'revision','',0),(4933,2,'2019-10-18 00:06:29','2019-10-18 00:06:29',' ','','','publish','closed','closed','','4933','','','2020-08-10 16:01:05','2020-08-10 16:01:05','',0,'http://quintelacrosse.com/4933/',6,'nav_menu_item','',0),(4934,2,'2019-10-18 00:06:46','2019-10-18 00:06:46','
\r\n
\r\n
\r\n
\r\n

 

\r\n \r\n

Mission Statement

\r\n

The Quinte Minor Lacrosse Association is committed to providing good spirited competition at all levels. Each player will be given the opportunity to develop his or her skills in a safe and positive environment. This will be provided through the committed cooperation of players, parents, coaches and officials.

\r\n

Philosophy

\r\n

The Quinte Minor Lacrosse Association feels that lacrosse is not only a fun and exciting sports activity but also a healthy and positive alternative for our young people\'s fitness and personal development.

\r\nIn keeping with this philosophy, the general aim of our association is to encourage growth in our association with the primary concern being player development. This development can be achieved by broadening our base (eg. increasing our numbers at the house league level) without jeopardizing the development of the competitive player.\r\n\r\nThe key to this grassroots movement requires commitment and leadership on the part of the executive and competitive coaches, as well as increased involvement of volunteers within our association\r\n

Zero Tolerance Abuse Policy

\r\n

There will be a “Zero Tolerance Policy” of anyone responsible for physical or verbal abuse directed towards officials, coaching staff, players, and other spectators before, during or at any time after the game. 

\r\nIf a parent, player or spectator is disrupting the game or verbally or physically abusing any player, member of the coaching staff, official, or other spectator, the game shall be stopped and the offender ejected from the arena. If a person refuses to leave the arena, the game will be held until such time as they do. If a person continues to refuse the referee will inform the arena staff who will in turn call the police to have them charged with trespassing and escorted from the facility. The referees will include the names and address of the offender on the game sheet and they will be banned from the facility for the reminder of the lacrosse season. The referees will be informed of this policy prior to the games and asked to adhere to this policy. \r\n\r\nQuinte Minor Lacrosse Association encourages fair play, friendly competition and the opportunity for all to enjoy the game of Lacrosse without fear of harassment or physical harm. \r\n

Refund Policy

\r\n

The refund policy is described in the QMLA Constitution and should be referred to for details.\r\nThe QMLA constitution can be found here - QMLA Constitution 

\r\n\r\n
\r\n
\r\n
\r\n
','Mission & Vision','','inherit','closed','closed','','4931-revision-v1','','','2019-10-18 00:06:46','2019-10-18 00:06:46','',4931,'http://quintelacrosse.com/4931-revision-v1/',0,'revision','',0),(5033,2,'2019-11-21 00:20:14','2019-11-21 00:20:14','\n
\r\n
\r\n

Our Collection. Your Great New Look.

\r\n

Take a look at all the great styles and options we offer. You can find everything you need for your fashion goals with our collection.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

\"\"

\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

\"\"

\r\n

\"\"

\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

\"\"

\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\n','Collection','','inherit','closed','closed','','5022-revision-v1','','','2019-11-21 00:20:14','2019-11-21 00:20:14','',5022,'http://quintelacrosse.com/5022-revision-v1/',0,'revision','',0),(5218,2,'2020-03-05 20:29:35','2020-03-05 20:29:35','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Competitive Lacrosse

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

Quinte Minor Lacrosse Association (a member of the Ontario Lacrosse Association) offers a representative lacrosse program as an opportunity for local players to compete at a higher level against teams from all over Ontario, NO EXPERIENCE NECESSARY.  Below you will find general information related to the participation in representative lacrosse.  Look for more information to be posted as the season nears, such as tryout dates and age groups.  For more information, contact quintelacrosse@gmail.com. 

\r\nPLEASE NOTE:\r\n1.  ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND TRYOUTS. \r\n2.  PLAYERS RESIDING IN OR NEAREST TO OTHER ASSOCIATIONS MUST HAVE WRITTEN PERMISSION FROM THEIR HOME ASSOCIATION TO ATTEND TRYOUTS FOR QUINTE BAYHAWKS. \r\n3.  PLAYERS WITHIN OR NEAREST TO QMLA BOUNDARY WHO WISH TO REQUEST A RELEASE TO PLAY WITH ANOTHER CENTRE MUST FIRST REGISTER WITH QMLA PRIOR TO MARCH 15th.  THIS IS A FIRM DEADLINE IMPOSED BY THE ONTARIO LACROSSE ASSOCIATION.\r\n\r\n \r\n\r\n2020 TRYOUT DATES: (UPDATED March 5th, Peewee/Bantam interest run added)\r\n\r\nA tryout fee of $20 is required to attend.  Players must attend at least one of the two tryouts.  If you are unable to make the tryout, let us know and we can send you information and/or invite you to a subsequent team practice, provided all release rules have been followed per notes above for players whose home center is not Quinte.  It is important that all players interested attend tryouts if possible to provide us with a good idea of number of players interested.\r\n\r\nAll tryouts take place at the Loyalist Sportsdome on the court side.\r\n\r\nTyke (8U)   FULL EQUIPMENT NOT REQUIRED.  HELMET, GLOVES AND STICK ONLY.\r\nFriday February 28th, 5:00pm - 6:00pm\r\nSaturday March 7th, 9:00am - 10:00am\r\n\r\nNovice (10U)  FULL EQUIPMENT NOT REQUIRED.  HELMET, GLOVES AND STICK ONLY.\r\nFriday February 28th, 6:00pm - 7:00pm\r\nSaturday March 7th, 10:00am - 11:00am\r\n\r\n \r\n\r\nPeewee (12U)/Bantam (14U)\r\nWorkout run for ALL players interested in the competitive team.  \r\nTuesday March 10th, 7:00pm - 8:00pm at Loyalist Sportsdome (courtside)\r\nNote: players must register or have permission from home association prior to participating.\r\n\r\n \r\n

COST

\r\n

Approximately $700-$800 per player.  Teams are expected to find sponsorship and do fundraising to bring these costs down.

\r\n

SCHEDULE

\r\n

The competitive season schedule will begin in May and conclude at the Ontario Lacrosse Festival (provincial championships) at the beginning of August (specific dates depend on age division).  

\r\n

COMMITMENT

\r\n

Representative teams are expected to practice once a week and play 1 game per week up to a total of about 10-12 zone games.  Teams are also expected to enter 1 or 2 tournaments. 

\r\n

TRAVEL

\r\n

For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.

\r\nPROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL\r\n\r\nThe competitive season culminates with the Ontario Lacrosse Festival in early August, where provincial championships are held for all age divisions.  This event is held in Durham Region (Whitby, Oshawa, Clarington, Ajax, Pickering).\r\n\r\n \r\n\r\n \r\n

 \"\"\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Competitive','','inherit','closed','closed','','1100-revision-v1','','','2020-03-05 20:29:35','2020-03-05 20:29:35','',1100,'http://quintelacrosse.com/1100-revision-v1/',0,'revision','',0),(5034,2,'2019-11-21 00:33:17','2019-11-21 00:33:17','','1574192306-purple_performance_shirt','','inherit','open','closed','','1574192306-purple_performance_shirt','','','2019-11-21 00:33:17','2019-11-21 00:33:17','',5022,'http://quintelacrosse.com/wp-content/uploads/2019/11/1574192306-purple_performance_shirt.jpg',0,'attachment','image/jpeg',0),(5035,2,'2019-11-21 00:33:21','2019-11-21 00:33:21','','1574192583-grey_cotton_t','','inherit','open','closed','','1574192583-grey_cotton_t','','','2019-11-21 00:33:21','2019-11-21 00:33:21','',5022,'http://quintelacrosse.com/wp-content/uploads/2019/11/1574192583-grey_cotton_t.jpg',0,'attachment','image/jpeg',0),(5036,2,'2019-11-21 00:33:27','2019-11-21 00:33:27','','1574192832-purple_ls_performance','','inherit','open','closed','','1574192832-purple_ls_performance','','','2019-11-21 00:33:27','2019-11-21 00:33:27','',5022,'http://quintelacrosse.com/wp-content/uploads/2019/11/1574192832-purple_ls_performance.jpg',0,'attachment','image/jpeg',0),(5037,2,'2019-11-21 00:33:33','2019-11-21 00:33:33','','1574193161-purple_ls_cotton_t','','inherit','open','closed','','1574193161-purple_ls_cotton_t','','','2019-11-21 00:33:33','2019-11-21 00:33:33','',5022,'http://quintelacrosse.com/wp-content/uploads/2019/11/1574193161-purple_ls_cotton_t.jpg',0,'attachment','image/jpeg',0),(4936,2,'2019-10-18 00:33:54','2019-10-18 00:33:54','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

2022 Quinte Bayhawks Club Team Coaches

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks U9
\r\n
 
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks U11
\r\n
 
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks U13
\r\n
 
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
Quinte Bayhawks U15
\r\n
 
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Competitive Coaches','','publish','closed','closed','','competitive-coaches','','','2022-01-04 12:45:13','2022-01-04 17:45:13','',0,'http://quintelacrosse.com/?page_id=4936',0,'page','',0),(4975,2,'2019-10-23 13:26:29','2019-10-23 13:26:29','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

2020 Quinte Bayhawks Competitive Coaches

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks Tyke
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks Novice
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks Peewee
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks Bantam
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Competitive Coaches','','inherit','closed','closed','','4936-revision-v1','','','2019-10-23 13:26:29','2019-10-23 13:26:29','',4936,'http://quintelacrosse.com/4936-revision-v1/',0,'revision','',0),(4937,2,'2019-10-18 00:33:54','2019-10-18 00:33:54','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

2020 Quinte Bayhawks Competitive Coaches

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks\r\nTyke
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks Novice
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks Peewee
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks Bantam
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Competitive Coaches','','inherit','closed','closed','','4936-revision-v1','','','2019-10-18 00:33:54','2019-10-18 00:33:54','',4936,'http://quintelacrosse.com/4936-revision-v1/',0,'revision','',0),(4873,2,'2019-09-17 00:37:04','2019-09-17 00:37:04',' ','','','publish','closed','closed','','4873','','','2020-01-06 03:40:12','2020-01-06 03:40:12','',0,'http://quintelacrosse.com/4873/',11,'nav_menu_item','',0),(4882,2,'2019-09-30 21:05:20','2019-09-30 21:05:20','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

You are invited to TRY LACROSSE !!!

\r\nCome and discover why playing Canada\'s national summer sport is the best way to spend your summer.\r\n\r\nAll sessions are:\r\n
    \r\n
  1. FREE to Try
  2. \r\n
  3. Non Contact
  4. \r\n
  5. Open to Ages 4 - 14
  6. \r\n
  7. Open to Boys and Girls
  8. \r\n
  9. Sticks can be provided !
  10. \r\n
\r\nUPCOMING 2019/2020 TRY LACROSSE SESSIONS:\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
DATESTime / AgesLocation
Friday, November 15, 20196pm - 7pm (ages 4 to 8)\r\n7pm - 8pm (ages 9 to 14)Trent River Public School\r\n84 Dixon Drive, Trenton
Friday, January 24, 20206pm - 7pm (ages 4 to 8)\r\n7pm - 8pm (ages 9 to 14)Sir John A. MacDonald Public School\r\n22 Harder Drive, Belleville
Friday, February 21, 20206pm - 7pm (ages 4 to 8)\r\n7pm - 8pm (ages 9 to 14)Sir John A. MacDonald Public School\r\n22 Harder Drive, Belleville
\r\n \r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','\"Try Lacrosse\" Clinics','','inherit','closed','closed','','4875-revision-v1','','','2019-09-30 21:05:20','2019-09-30 21:05:20','',4875,'http://quintelacrosse.com/4875-revision-v1/',0,'revision','',0),(4881,2,'2019-09-30 20:14:05','2019-09-30 20:14:05','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Download the \"TRY LACROSSE\" Flyer 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\nYou are invited to TRY LACROSSE !!!\r\n\r\nCome and discover why playing Canada\'s national summer sport is the best way to spend your summer.\r\n\r\nAll sessions are:\r\n
    \r\n
  1. FREE to Try
  2. \r\n
  3. Non Contact
  4. \r\n
  5. Open to Ages 4 - 14
  6. \r\n
  7. Open to Boys and Girls
  8. \r\n
  9. Sticks can be provided !
  10. \r\n
\r\nUPCOMING 2019/2020 TRY LACROSSE SESSIONS:\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
DATESTime / AgesLocation
Friday, November 15, 20196pm - 7pm (ages 4 to 8)\r\n7pm - 8pm (ages 9 to 14)Trent River Public School\r\n84 Dixon Drive, Trenton
Friday, January 24, 20206pm - 7pm (ages 4 to 8)\r\n7pm - 8pm (ages 9 to 14)Sir John A. MacDonald Public School\r\n22 Harder Drive, Belleville
Friday, February 21, 20206pm - 7pm (ages 4 to 8)\r\n7pm - 8pm (ages 9 to 14)Sir John A. MacDonald Public School\r\n22 Harder Drive, Belleville
\r\n \r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','\"Try Lacrosse\" Clinics','','inherit','closed','closed','','4875-revision-v1','','','2019-09-30 20:14:05','2019-09-30 20:14:05','',4875,'http://quintelacrosse.com/4875-revision-v1/',0,'revision','',0),(4877,2,'2019-09-17 01:45:52','2019-09-17 01:45:52','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Download the \"TRY LACROSSE\" Flyer 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\nYou are invited to TRY LACROSSE !!!\r\n\r\nCome and discover why playing Canada\'s national summer sport is the best way to spend your summer.\r\n\r\nAll sessions are:\r\n
    \r\n
  1. FREE to Try
  2. \r\n
  3. Non Contact
  4. \r\n
  5. Open to Ages 4 - 14
  6. \r\n
  7. Open to Boys and Girls
  8. \r\n
  9. Sticks can be provided !
  10. \r\n
\r\nUPCOMING 2019/2020 TRY LACROSSE SESSIONS:\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
DateTime  / Age Groups Location
Friday November 15th, 20196 pm - 7 pm (Ages 4 to 8)\r\n\r\n7 pm - 8 pm (Ages 9 to 14)  Trent River Public School\r\n\r\n84 Dixon Dr, Trenton
Friday January 24th, 20206 pm - 7 pm (Ages 4 to 8)\r\n7 pm - 8 pm (Ages 9 to 14)  Sir John A. MacDonald School\r\n\r\n22 Harder Dr, Belleville
Friday February 21st, 20206 pm - 7 pm (Ages 4 to 8)\r\n7 pm - 8 pm (Ages 9 to 14) Sir John A. MacDonald School\r\n\r\n22 Harder Dr, Belleville
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','\"Try Lacrosse\" Clinics','','inherit','closed','closed','','4875-revision-v1','','','2019-09-17 01:45:52','2019-09-17 01:45:52','',4875,'http://quintelacrosse.com/4875-revision-v1/',0,'revision','',0),(4876,2,'2019-09-17 01:45:21','2019-09-17 01:45:21','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n
\r\n
\r\n\r\nYou are invited to TRY LACROSSE !!!\r\n\r\nCome and discover why playing Canada\'s national summer sport is the best way to spend your summer.\r\n\r\nAll sessions are:\r\n
    \r\n
  1. FREE to Try
  2. \r\n
  3. Non Contact
  4. \r\n
  5. Open to Ages 4 - 14
  6. \r\n
  7. Open to Boys and Girls
  8. \r\n
  9. Sticks can be provided !
  10. \r\n
\r\nUPCOMING 2019/2020 TRY LACROSSE SESSIONS:\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
DateTime  / Age Groups Location
Friday November 15th, 20196 pm - 7 pm (Ages 4 to 8)\r\n\r\n7 pm - 8 pm (Ages 9 to 14)  Trent River Public School\r\n\r\n84 Dixon Dr, Trenton
Friday January 24th, 20206 pm - 7 pm (Ages 4 to 8)\r\n7 pm - 8 pm (Ages 9 to 14)  Sir John A. MacDonald School\r\n\r\n22 Harder Dr, Belleville
Friday February 21st, 20206 pm - 7 pm (Ages 4 to 8)\r\n7 pm - 8 pm (Ages 9 to 14) Sir John A. MacDonald School\r\n\r\n22 Harder Dr, Belleville
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','\"Try Lacrosse\" Clinics','','inherit','closed','closed','','4875-revision-v1','','','2019-09-17 01:45:21','2019-09-17 01:45:21','',4875,'http://quintelacrosse.com/4875-revision-v1/',0,'revision','',0),(4878,2,'2019-09-17 01:46:11','2019-09-17 01:46:11','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Download the \"TRY LACROSSE\" Flyer 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\nYou are invited to TRY LACROSSE !!!\r\n\r\nCome and discover why playing Canada\'s national summer sport is the best way to spend your summer.\r\n\r\nAll sessions are:\r\n
    \r\n
  1. FREE to Try
  2. \r\n
  3. Non Contact
  4. \r\n
  5. Open to Ages 4 - 14
  6. \r\n
  7. Open to Boys and Girls
  8. \r\n
  9. Sticks can be provided !
  10. \r\n
\r\nUPCOMING 2019/2020 TRY LACROSSE SESSIONS:\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
DateTime  / Age Groups Location
Friday November 15th, 20196 pm - 7 pm (Ages 4 to 8)\r\n\r\n7 pm - 8 pm (Ages 9 to 14)  Trent River Public School\r\n\r\n84 Dixon Dr, Trenton
Friday January 24th, 20206 pm - 7 pm (Ages 4 to 8)\r\n7 pm - 8 pm (Ages 9 to 14)  Sir John A. MacDonald School\r\n\r\n22 Harder Dr, Belleville
Friday February 21st, 20206 pm - 7 pm (Ages 4 to 8)\r\n7 pm - 8 pm (Ages 9 to 14) Sir John A. MacDonald School\r\n\r\n22 Harder Dr, Belleville
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','\"Try Lacrosse\" Clinics','','inherit','closed','closed','','4875-revision-v1','','','2019-09-17 01:46:11','2019-09-17 01:46:11','',4875,'http://quintelacrosse.com/4875-revision-v1/',0,'revision','',0),(5343,2,'2021-01-23 19:53:00','2021-01-23 19:53:00','
\r\n
\r\n
\r\n
\r\n

 

\r\n

TaskForce Engineering U13 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U13 House League

\r\n

2021

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U13 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n \r\n\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1  (Blue)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2  (White)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','TaskForce U13 Division','','inherit','closed','closed','','4066-revision-v1','','','2021-01-23 19:53:00','2021-01-23 19:53:00','',4066,'http://quintelacrosse.com/4066-revision-v1/',0,'revision','',0),(5344,2,'2021-01-23 21:12:01','2021-01-23 21:12:01','
\r\n
\r\n
\r\n
\r\n

 

\r\n

U15 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U15 House League

\r\n

2021

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U15 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Bantam Division','','inherit','closed','closed','','4068-revision-v1','','','2021-01-23 21:12:01','2021-01-23 21:12:01','',4068,'http://quintelacrosse.com/4068-revision-v1/',0,'revision','',0),(5345,2,'2021-01-23 21:14:23','2021-01-23 21:14:23','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Tyke Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Tyke House League

\r\n

2021

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the Tyke Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','U9 Division','','inherit','closed','closed','','4007-revision-v1','','','2021-01-23 21:14:23','2021-01-23 21:14:23','',4007,'http://quintelacrosse.com/4007-revision-v1/',0,'revision','',0),(5346,2,'2021-01-23 21:15:02','2021-01-23 21:15:02','
\r\n
\r\n
\r\n
\r\n

 

\r\n

U9 Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U9 House League

\r\n

2021

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U9 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','U9 Division','','inherit','closed','closed','','4007-revision-v1','','','2021-01-23 21:15:02','2021-01-23 21:15:02','',4007,'http://quintelacrosse.com/4007-revision-v1/',0,'revision','',0),(5347,2,'2021-01-23 21:15:47','2021-01-23 21:15:47','
\r\n
\r\n
\r\n
\r\n

 

\r\n

U15 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U15 House League

\r\n

2021

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U15 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','U15 Division','','inherit','closed','closed','','4068-revision-v1','','','2021-01-23 21:15:47','2021-01-23 21:15:47','',4068,'http://quintelacrosse.com/4068-revision-v1/',0,'revision','',0),(5354,2,'2021-03-22 03:02:31','2021-03-22 03:02:31','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

Paperweight Division 3v3 Mini-Game Lacrosse

\r\n

Quinte Minor Lacrosse offers a 3v3 mini-game (cross-floor) format to introduce the players at the paperweight age to lacrosse.  This program will provide all players with more opportunities to control, pass and shoot the ball.  This is a non-contact program with an emphasis on learning the skills of the game and having FUN!

\r\n

Equipment Required:\r\nHelmet\r\nGloves\r\nMouthguard\r\nLacrosse Stick\r\nRunning Shoes

\r\n

2021 Dates\r\nSaturdays, 10:00am at QSWC beginning April 10th

\r\n

For information on how to register, click HERE

\r\n

To register, click HERE

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Paperweight 3v3','','inherit','closed','closed','','4218-revision-v1','','','2021-03-22 03:02:31','2021-03-22 03:02:31','',4218,'http://quintelacrosse.com/4218-revision-v1/',0,'revision','',0),(5398,2,'2021-06-04 00:40:55','2021-06-04 00:40:55','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

Paperweight Division 3v3 Mini-Game Lacrosse

\r\n

Quinte Minor Lacrosse offers a 3v3 mini-game (cross-floor) format to introduce the players at the paperweight age to lacrosse.  This program will provide all players with more opportunities to control, pass and shoot the ball.  This is a non-contact program with an emphasis on learning the skills of the game and having FUN!

\r\n

Equipment Required:\r\nHelmet\r\nGloves\r\nMouthguard\r\nLacrosse Stick\r\nRunning Shoes

\r\n

2021 Dates\r\nTuesdays 5:00pm to 5:50pm at Thurlow Fields

\r\n

For information on how to register, click HERE

\r\n

To register, click HERE

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Paperweight 3v3','','inherit','closed','closed','','4218-revision-v1','','','2021-06-04 00:40:55','2021-06-04 00:40:55','',4218,'http://quintelacrosse.com/4218-revision-v1/',0,'revision','',0),(5355,2,'2021-03-22 03:03:27','2021-03-22 03:03:27','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

Paperweight Division 3v3 Mini-Game Lacrosse

\r\n

Quinte Minor Lacrosse offers a 3v3 mini-game (cross-floor) format to introduce the players at the paperweight age to lacrosse.  This program will provide all players with more opportunities to control, pass and shoot the ball.  This is a non-contact program with an emphasis on learning the skills of the game and having FUN!

\r\n

All players will receive a free t-shirt!

\r\n

Equipment Required:\r\nHelmet\r\nGloves\r\nMouthguard\r\nLacrosse Stick\r\nRunning Shoes

\r\n

2021 Dates\r\nSaturdays, 10:00am at QSWC beginning April 10th

\r\n

For information on how to register, click HERE

\r\n

To register, click HERE

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Paperweight 3v3','','inherit','closed','closed','','4218-revision-v1','','','2021-03-22 03:03:27','2021-03-22 03:03:27','',4218,'http://quintelacrosse.com/4218-revision-v1/',0,'revision','',0),(5356,2,'2021-03-22 03:07:28','2021-03-22 03:07:28','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Quinte Mat Rentals U11 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U11 House League

\r\n

2021

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U11 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n \r\n\r\n
\r\n
\r\n\r\n \r\n

 

\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1  (Purple)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2  (Gray)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Quinte Mat Rentals U11 Division','','inherit','closed','closed','','4060-revision-v1','','','2021-03-22 03:07:28','2021-03-22 03:07:28','',4060,'http://quintelacrosse.com/4060-revision-v1/',0,'revision','',0),(5357,2,'2021-03-22 03:11:12','2021-03-22 03:11:12','
\r\n
\r\n
\r\n
\r\n

 

\r\n

U17 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U17 House League

\r\n

2021

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the Midget Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','U17 Division','','inherit','closed','closed','','4070-revision-v1','','','2021-03-22 03:11:12','2021-03-22 03:11:12','',4070,'http://quintelacrosse.com/4070-revision-v1/',0,'revision','',0),(4904,2,'2019-10-03 23:52:42','2019-10-03 23:52:42','
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[smartslider3 slider=4]\r\n\r\n
\r\n
\r\n
\r\n

\r\n\r\n\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n

 

\r\n[post_grid id=\"379\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

       

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-10-03 23:52:42','2019-10-03 23:52:42','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4919,2,'2019-10-14 23:00:24','2019-10-14 23:00:24','
\r\n
\r\n
\r\n
\r\n

Police Background Check (Vulnerable Sector Check)

\r\n

According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:

\r\n

\"All OLA bench personnel (coaches, staff, trainers, etc.) and all OLA certified officials (box and field)\r\nwho are 18 years of age as of January 1st of the current year who coach or officiate athletes 17 years of age or\r\nyounger must submit a current Criminal Record Check (Vulnerable Criminal Record Check) (CRC) upon\r\nregistering for the current year. For previously approved individuals, an Offense Declaration must be submitted\r\nas per OR3.01(b). It is the position of the OLA that all OLA member clubs with additional registered volunteers\r\nwho have direct contact with athletes 17 years of age or younger also submit a CRC.\"

\r\n

 

\r\n

If you are new to coaching or volunteering with a team you will need to obtain a police vulnerable sector check (police background check).  You can do this through any one of the methods outlined below.  When complete, upload the PDF or image (JPG) of your completed form to your SportzSoft account profile.

\r\n

For returning coaches, you do not require a new background check.  Download the Offense Declaration Form below.  Complete and scan and email to our privacy officer.

\r\n

Offense Declaration Form

\r\n

If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it here.

\r\n

 

\r\n\r\n
\r\n

The Ontario Lacrosse Association is in a partnership agreement with Sterling Backcheck in an effort to expedite a cost-effective solution for volunteer screening.  Founded in 1975, Sterling Backcheck is an international provider of screening services, including criminal record checks, to the Canadian voluntary sector. 

\r\n

OLA members can now go online to obtain the necessary criminal record check for OLA registration. The fee to OLA members is $27.00 and most reports are prepared within 24 hours (and can be shared with various non-profit organizations).  All results are confidential to end users.

\r\n

Click on the link below to begin your background check:

\r\n

https://ontariolacrosse.com/administration/sterling-backcheck

\r\n

 

\r\n

Alternatively, you can obtain a background check through the police service serving your jurisdiction:

\r\n

If you are a resident of the City of Belleville (including Corbyville, Foxboro, Plainfield, Roslin and Thurlow) a Police Vulnerable Sector Check can be obtained through an online third-party provider on the Belleville Police website for $20.00.  Click the following link to go there:

\r\n

https://www.policesolutions.ca/checks/services/belleville/index.php

\r\n

If you are a resident of the City of Quinte West (including Frankford, Batawa and Bayside), visit the following website to obtain the necessary forms and information:

\r\n

OPP Criminal Record Checks and Police Checks

\r\n

If you are a resident of a different municipality than those above, visit the website of your local police jurisdiction for information on how to obtain a background check.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Volunteer Background Check','','inherit','closed','closed','','4358-revision-v1','','','2019-10-14 23:00:24','2019-10-14 23:00:24','',4358,'http://quintelacrosse.com/4358-revision-v1/',0,'revision','',0),(4909,2,'2019-10-04 01:38:24','2019-10-04 01:38:24','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Joe Fee

\r\n
President
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Abby Leavitt

\r\n
VP / Registrar
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Sue Stewart

\r\n
Treasurer
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Victoria Black

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Simon Gideon

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Nathan Tugnette

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Chris Haalstra

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Chris Brinklow

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Cory Black

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Board of Directors','','inherit','closed','closed','','4083-revision-v1','','','2019-10-04 01:38:24','2019-10-04 01:38:24','',4083,'http://quintelacrosse.com/4083-revision-v1/',0,'revision','',0),(5013,2,'2019-11-14 21:54:32','2019-11-14 21:54:32','','stick','','inherit','open','closed','','stick','','','2019-11-14 21:54:32','2019-11-14 21:54:32','',0,'http://quintelacrosse.com/wp-content/uploads/2019/11/stick.jpg',0,'attachment','image/jpeg',0),(5014,2,'2019-11-15 02:56:21','2019-11-15 02:56:21','
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n

Support the Growth of Minor Lacrosse in the Quinte Region.\r\nBecome a QMLA Sponsor Today!\r\nClick HERE to view our sponsorship options.

\r\n

 

\r\n\r\n

2019 League Sponsors

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

Quinte Mat Rentals

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

Website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

KKP Belleville Design and Print Solutions

\r\n\r\n
\r\n
\r\n
\r\n

280 Coleman Street\r\nSuite 500\r\nBelleville, Ontario\r\nK8P 3H7

\r\n
\r\n
\r\n
\r\n
\r\n
Tel: 613-966-5974\r\nToll Free: 866-779-3066\r\nFax: 613-966-7933\r\ninfo@belleville.kkpcanada.ca
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

TaskForce Engineering

\r\n\r\n
\r\n
\r\n
\r\n

24 Newberry Street, Suite 201\r\nBelleville, Ontario K8N 3N3

\r\n
\r\n
\r\n
\r\n
\r\n
Tel: 613-966-5600\r\nFax:  613-966-5701\r\ngeneralmail@taskforce-eng.com
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Sponsors','','inherit','closed','closed','','1102-revision-v1','','','2019-11-15 02:56:21','2019-11-15 02:56:21','',1102,'http://quintelacrosse.com/1102-revision-v1/',0,'revision','',0),(4913,2,'2019-10-06 23:19:06','2019-10-06 23:19:06','
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[smartslider3 slider=4]\r\n\r\n
\r\n
\r\n
\r\n

\r\n\r\n\r\n\r\n

\r\n

\r\n\r\n

Tweets by QuinteLacrosse  

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n

 

\r\n[post_grid id=\"379\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

       

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-10-06 23:19:06','2019-10-06 23:19:06','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4914,2,'2019-10-06 23:22:32','2019-10-06 23:22:32','
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[smartslider3 slider=4]\r\n\r\n
\r\n
\r\n
\r\n

\r\n\r\n\r\n

Tweets by QuinteLacrosse  

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n

 

\r\n[post_grid id=\"379\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

       

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-10-06 23:22:32','2019-10-06 23:22:32','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(4953,2,'2019-10-21 14:49:46','2019-10-21 14:49:46','
\r\n
\r\n
\r\n
\r\n

 

\r\n \r\n\r\n \r\n
\r\n\r\n[wpforms id=\"16\" title=\"false\" description=\"false\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Quinte Lacrosse School Registration','','inherit','closed','closed','','4945-revision-v1','','','2019-10-21 14:49:46','2019-10-21 14:49:46','',4945,'http://quintelacrosse.com/4945-revision-v1/',0,'revision','',0),(4956,2,'2019-10-21 20:54:30','2019-10-21 20:54:30','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

QUINTE WINTER LACROSSE SCHOOL

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

We are excited to announce Quinte Winter Lacrosse School, created to allow players to continue to develop their skills in the off-season!  Whether you are a first time player looking to learn to play before the season or a returning player looking to advance your skills in preparation for next season, this program will allow you to learn from the pros!  Nationwide Lacrosse - featuring National Lacrosse League players Shawn and Turner Evans of the Rochester Knighthawks - will bring their skill and knowledge to the Quinte region, teaching our young players what it takes to be successful and have fun playing lacrosse!

\r\n

Who:  all players born between 2006 and 2014\r\nWhen:  Mondays at 5pm (2010-2014) and 6pm (2006-2009) from January 20th to March 2nd (except Family Day)\r\nWhere:  Loyalist SportsDome (court side)\r\nCost:  $135 for 6 weeks of lacrosse instruction from top professional lacrosse players

\r\n

Full equipment is required.

\r\n

Click on the link below to register.  Payment to be made in full by cash, cheque or e-transfer to xxxx@xxxx on or before the date of the first session.  Cheques can be made payable to Quinte Minor Lacrosse Association or QMLA.  For more information, contact quintelacrosse@gmail.com.

\r\n

Register now!  Limited spots are available.

\r\n

REGISTER

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

SHAWN EVANS

\r\n

 

\r\n\r\n
\r\n
\r\n

TURNER EVANS

\r\n
\r\n
\r\n
\r\n
\r\n
    \r\n
  • 2x National Lacrosse Leauge MVP
  • \r\n
  • 2x World Indoor Lacrosse Gold Medal
  • \r\n
  • 7x Mann Cup champion
  • \r\n
  • Current member of NLL Rochester Knightawks
  • \r\n
\r\n
\r\n
\r\n
    \r\n
  • 10th overall selection 2015 NLL draft
  • \r\n
  • 3x Mann Cup champion
  • \r\n
  • NCAA Division 1 at Ohio State University
  • \r\n
  • Current member of NLL Rochester Knighthawks
  • \r\n
\r\n
\r\n
\r\n
\r\n
','Quinte Lacrosse School Information','','inherit','closed','closed','','4947-revision-v1','','','2019-10-21 20:54:30','2019-10-21 20:54:30','',4947,'http://quintelacrosse.com/4947-revision-v1/',0,'revision','',0),(4957,2,'2019-10-22 11:43:38','2019-10-22 11:43:38','','Shawn','','inherit','open','closed','','shawn','','','2019-10-22 11:43:38','2019-10-22 11:43:38','',4947,'http://quintelacrosse.com/wp-content/uploads/2019/10/Shawn.jpg',0,'attachment','image/jpeg',0),(4958,2,'2019-10-22 12:21:59','2019-10-22 12:21:59','
\n
\n
\n
\n
\n
\n
\n

 

\n

QUINTE WINTER LACROSSE SCHOOL

\n\n
\n
\n
\n
\n

We are excited to announce Quinte Winter Lacrosse School, created to allow players to continue to develop their skills in the off-season!  Whether you are a first time player looking to learn to play before the season or a returning player looking to advance your skills in preparation for next season, this program will allow you to learn from the pros!  Nationwide Lacrosse - featuring National Lacrosse League players Shawn and Turner Evans of the Rochester Knighthawks - will bring their skill and knowledge to the Quinte region, teaching our young players what it takes to be successful and have fun playing lacrosse!

\n

Who:  all players born between 2006 and 2014\nWhen:  Mondays at 5pm (2010-2014) and 6pm (2006-2009) from January 20th to March 2nd (except Family Day)\nWhere:  Loyalist SportsDome (court side)\nCost:  $135 for 6 weeks of lacrosse instruction from top professional lacrosse players

\n

Full equipment is required.

\n

Click on the link below to register.  Payment to be made in full by cash, cheque or e-transfer to treasurer@quintelacrosse.com on or before the date of the first session.  Cheques can be made payable to Quinte Minor Lacrosse Association or QMLA.  For more information, contact quintelacrosse@gmail.com.

\n

Register now!  Limited spots are available.

\n

REGISTER

\n

 

\n\n
\n
\n
\n
\n
\n
\n
\n
\n

\"\"

\n\n
\n
\n

\"\"

\n\n
\n
\n
\n
\n
\n
\n
\n
\n

SHAWN EVANS

\n

\"\"

\n\n
    \n
  • 2x National Lacrosse Leauge MVP
  • \n
  • 2x World Indoor Lacrosse Gold Medal
  • \n
  • 7x Mann Cup champion
  • \n
  • Current member of NLL Rochester Knightawks
  • \n
\n

 

\n\n
\n
\n

TURNER EVANS

\n

\"\"

\n\n
    \n
  • 10th overall selection 2015 NLL draft
  • \n
  • 3x Mann Cup champion
  • \n
  • NCAA Division 1 at Ohio State University
  • \n
  • Current member of NLL Rochester Knighthawks
  • \n
\n
\n
\n
\n
\n
\n
\n
','Quinte Lacrosse School Information','','inherit','closed','closed','','4947-autosave-v1','','','2019-10-22 12:21:59','2019-10-22 12:21:59','',4947,'http://quintelacrosse.com/4947-autosave-v1/',0,'revision','',0),(4959,2,'2019-10-22 11:44:27','2019-10-22 11:44:27','','Turner','','inherit','open','closed','','turner','','','2019-10-22 11:44:27','2019-10-22 11:44:27','',4947,'http://quintelacrosse.com/wp-content/uploads/2019/10/Turner.jpg',0,'attachment','image/jpeg',0),(4960,2,'2019-10-22 11:51:09','2019-10-22 11:51:09','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

QUINTE WINTER LACROSSE SCHOOL

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

We are excited to announce Quinte Winter Lacrosse School, created to allow players to continue to develop their skills in the off-season!  Whether you are a first time player looking to learn to play before the season or a returning player looking to advance your skills in preparation for next season, this program will allow you to learn from the pros!  Nationwide Lacrosse - featuring National Lacrosse League players Shawn and Turner Evans of the Rochester Knighthawks - will bring their skill and knowledge to the Quinte region, teaching our young players what it takes to be successful and have fun playing lacrosse!

\r\n

Who:  all players born between 2006 and 2014\r\nWhen:  Mondays at 5pm (2010-2014) and 6pm (2006-2009) from January 20th to March 2nd (except Family Day)\r\nWhere:  Loyalist SportsDome (court side)\r\nCost:  $135 for 6 weeks of lacrosse instruction from top professional lacrosse players

\r\n

Full equipment is required.

\r\n

Click on the link below to register.  Payment to be made in full by cash, cheque or e-transfer to xxxx@xxxx on or before the date of the first session.  Cheques can be made payable to Quinte Minor Lacrosse Association or QMLA.  For more information, contact quintelacrosse@gmail.com.

\r\n

Register now!  Limited spots are available.

\r\n

REGISTER

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

SHAWN EVANS

\r\n

\"\"

\r\n\r\n
    \r\n
  • 2x National Lacrosse Leauge MVP
  • \r\n
  • 2x World Indoor Lacrosse Gold Medal
  • \r\n
  • 7x Mann Cup champion
  • \r\n
  • Current member of NLL Rochester Knightawks
  • \r\n
\r\n

 

\r\n\r\n
\r\n
\r\n

TURNER EVANS

\r\n

\"\"

\r\n\r\n
    \r\n
  • 10th overall selection 2015 NLL draft
  • \r\n
  • 3x Mann Cup champion
  • \r\n
  • NCAA Division 1 at Ohio State University
  • \r\n
  • Current member of NLL Rochester Knighthawks
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Quinte Lacrosse School Information','','inherit','closed','closed','','4947-revision-v1','','','2019-10-22 11:51:09','2019-10-22 11:51:09','',4947,'http://quintelacrosse.com/4947-revision-v1/',0,'revision','',0),(4961,2,'2019-10-22 12:24:01','2019-10-22 12:24:01','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

QUINTE WINTER LACROSSE SCHOOL

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

We are excited to announce Quinte Winter Lacrosse School, created to allow players to continue to develop their skills in the off-season!  Whether you are a first time player looking to learn to play before the season or a returning player looking to advance your skills in preparation for next season, this program will allow you to learn from the pros!  Nationwide Lacrosse - featuring National Lacrosse League players Shawn and Turner Evans of the Rochester Knighthawks - will bring their skill and knowledge to the Quinte region, teaching our young players what it takes to be successful and have fun playing lacrosse!

\r\n

Who:  all players born between 2006 and 2014\r\nWhen:  Mondays at 5pm (2010-2014) and 6pm (2006-2009) from January 20th to March 2nd (except Family Day)\r\nWhere:  Loyalist SportsDome (court side)\r\nCost:  $135 for 6 weeks of lacrosse instruction from top professional lacrosse players

\r\n

Full equipment is required.

\r\n

Click on the link below to register.  Payment to be made in full by cash, cheque or e-transfer to treasurer@quintelacrosse.com on or before the date of the first session.  Cheques can be made payable to Quinte Minor Lacrosse Association or QMLA.  For more information, contact quintelacrosse@gmail.com.

\r\n

Register now!  Limited spots are available.

\r\n

REGISTER

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

SHAWN EVANS

\r\n

\"\"

\r\n\r\n
    \r\n
  • 2x National Lacrosse Leauge MVP
  • \r\n
  • 2x World Indoor Lacrosse Gold Medal
  • \r\n
  • 7x Mann Cup champion
  • \r\n
  • Current member of NLL Rochester Knightawks
  • \r\n
\r\n

 

\r\n\r\n
\r\n
\r\n

TURNER EVANS

\r\n

\"\"

\r\n\r\n
    \r\n
  • 10th overall selection 2015 NLL draft
  • \r\n
  • 3x Mann Cup champion
  • \r\n
  • NCAA Division 1 at Ohio State University
  • \r\n
  • Current member of NLL Rochester Knighthawks
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Quinte Lacrosse School Information','','inherit','closed','closed','','4947-revision-v1','','','2019-10-22 12:24:01','2019-10-22 12:24:01','',4947,'http://quintelacrosse.com/4947-revision-v1/',0,'revision','',0),(4962,2,'2019-10-22 12:37:00','2019-10-22 12:37:00','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

QUINTE WINTER LACROSSE SCHOOL

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

We are excited to announce Quinte Winter Lacrosse School, created to allow players to continue to develop their skills in the off-season!  Whether you are a first time player looking to learn to play before the season or a returning player looking to advance your skills in preparation for next season, this program will allow you to learn from the pros!  Nationwide Lacrosse - featuring National Lacrosse League players Shawn and Turner Evans of the Rochester Knighthawks - will bring their skill and knowledge to the Quinte region, teaching our young players what it takes to be successful and have fun playing lacrosse!

\r\n

Who:  all players born between 2006 and 2014\r\nWhen:  Mondays at 5pm (2010-2014) and 6pm (2006-2009) from January 20th to March 2nd (except Family Day)\r\nWhere:  Loyalist SportsDome (court side)\r\nCost:  $135 for 6 weeks of lacrosse instruction from top professional lacrosse players

\r\n

Full equipment is required.

\r\n

Click on the link below to register.  Payment to be made in full by cash, cheque or e-transfer to treasurer@quintelacrosse.com on or before the date of the first session.  Cheques can be made payable to Quinte Minor Lacrosse Association or QMLA.  For more information, contact quintelacrosse@gmail.com.

\r\n

Register now!  Limited spots are available.

\r\n

REGISTER

\r\n

 

\r\n

Looking for equipment?  Click here to see what is required.  Equipment can be ordered through Duvall and Clark Sportswear and Equipment.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

SHAWN EVANS

\r\n

\"\"

\r\n\r\n
    \r\n
  • 2x National Lacrosse Leauge MVP
  • \r\n
  • 2x World Indoor Lacrosse Gold Medal
  • \r\n
  • 7x Mann Cup champion
  • \r\n
  • Current member of NLL Rochester Knightawks
  • \r\n
\r\n

 

\r\n\r\n
\r\n
\r\n

TURNER EVANS

\r\n

\"\"

\r\n\r\n
    \r\n
  • 10th overall selection 2015 NLL draft
  • \r\n
  • 3x Mann Cup champion
  • \r\n
  • NCAA Division 1 at Ohio State University
  • \r\n
  • Current member of NLL Rochester Knighthawks
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Quinte Lacrosse School Information','','inherit','closed','closed','','4947-revision-v1','','','2019-10-22 12:37:00','2019-10-22 12:37:00','',4947,'http://quintelacrosse.com/4947-revision-v1/',0,'revision','',0),(5374,2,'2021-03-30 11:31:26','2021-03-30 11:31:26','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2021 Recreational League Days of Play

\r\n

***UPDATED MARCH 29th 2021***

\r\n

 

\r\n

Below are the days of the week and times that each division will play.  All dates, times and locations are subject to change.

\r\n

Regular Floor Times (all at QSWC unless otherwise noted on schedule):

\r\n

Soft Lacrosse (2017/2018)            Saturdays, 9:30-10:00am, QSWC, May 1st - June 12th (no lacrosse May 22nd)\r\nPaperweight (2015/2016)              Saturdays, 10:00-11:00am, QSWC, May 1st - June 12th (no lacrosse May 22nd)

\r\n

U9 (2013/2014)                                Sundays, 2:00-3:00pm, QSWC, May 2nd - June 12th (no lacrosse May 23rd)\r\nU11 (2011/2012)                              Sundays, 3:00-4;00pm, QSWC, May 2nd - June 12th (no lacrosse May 23rd)\r\nU13 (2009/2010)                              Fridays, 6:00-7:00pm, QSWC, April 30th - June 12th (no lacrosse May 21st)\r\nU15 (2007/2008)                              Fridays, 7:00-8:00pm, QSWC, April 30th - June12th (no lacrosse May 21st)\r\n

\r\n

The first week of the schedule will be a development session with experienced instructors.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2021-03-30 11:31:26','2021-03-30 11:31:26','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(4964,2,'2022-05-02 08:44:57','2019-10-22 12:44:40','','Development','','publish','closed','closed','','development','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'http://quintelacrosse.com/development/',46,'nav_menu_item','',0),(4965,2,'2022-05-02 08:44:57','2019-10-22 12:44:40','','Quinte Lacrosse School','','publish','closed','closed','','4965','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'http://quintelacrosse.com/4965/',47,'nav_menu_item','',0),(4984,2,'2019-10-31 04:26:16','2019-10-31 04:26:16','{\"id\":\"4984\",\"field_id\":7,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Participant Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"number\",\"label\":\"Birth Year\",\"description\":\"Enter year participant was born.\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"email\",\"label\":\"Primary Contact Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"email\",\"label\":\"Secondary Contact Email (if necessary)\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Try Lacrosse - November 15th 2019\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Register\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Try Lacrosse - November 15th 2019\",\"sender_name\":\"Quinte Lacrosse\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"

Thank you for registering for Try Lacrosse on November 15th at Trent River Public School in Trenton.<\\/p>\\r\\n

6pm \\u2013 7pm (ages 4 to 8)
7pm \\u2013 8pm (ages 9 to 14)<\\/p>\\r\\n

Remember: helmet with facemask and running shoes are required.\\u00a0 Lacrosse sticks will be provided.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"1094\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"blank\"}}','Try Lacrosse - November 15th 2019','','publish','closed','closed','','try-lacrosse-november-15th-2019','','','2019-10-31 04:38:21','2019-10-31 04:38:21','',0,'http://quintelacrosse.com/?post_type=wpforms&p=4984',0,'wpforms','',0),(4971,2,'2019-10-22 12:58:55','2019-10-22 12:58:55','','Shawn and Turner','','inherit','open','closed','','shawn-and-turner','','','2019-10-22 12:58:55','2019-10-22 12:58:55','',0,'http://quintelacrosse.com/wp-content/uploads/2019/10/Shawn-and-Turner.jpg',0,'attachment','image/jpeg',0),(4973,2,'2019-10-22 14:27:21','2019-10-22 14:27:21','

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

QUINTE WINTER LACROSSE SCHOOL

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

We are excited to announce Quinte Winter Lacrosse School, created to allow players to continue to develop their skills in the off-season!  Whether you are a first time player looking to learn to play before the season or a returning player looking to advance your skills in preparation for next season, this program will allow you to learn from the pros!  Nationwide Lacrosse - featuring National Lacrosse League players Shawn and Turner Evans of the Rochester Knighthawks - will bring their skill and knowledge to the Quinte region, teaching our young players what it takes to be successful and have fun playing lacrosse!

\r\n

Who:  all players born between 2006 and 2014\r\nWhen:  Mondays at 5pm (2010-2014) and 6pm (2006-2009) from January 20th to March 2nd (except Family Day)\r\nWhere:  Loyalist SportsDome (court side)\r\nCost:  $135 for 6 weeks of lacrosse instruction from top professional lacrosse players

\r\n

Full equipment is required.

\r\n

Click on the link below to register.  Payment to be made in full by cash, cheque or e-transfer to treasurer@quintelacrosse.com on or before the date of the first session.  Cheques can be made payable to Quinte Minor Lacrosse Association or QMLA.  For more information, contact quintelacrosse@gmail.com.

\r\n

Register now!  Limited spots are available.

\r\n

REGISTER

\r\n

 

\r\n

Looking for equipment?  Click here to see what is required.  Equipment can be ordered through Duvall and Clark Sportswear and Equipment.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

SHAWN EVANS

\r\n

\"\"

\r\n\r\n
    \r\n
  • 2x National Lacrosse Leauge MVP
  • \r\n
  • 2x World Indoor Lacrosse Gold Medal
  • \r\n
  • 7x Mann Cup champion
  • \r\n
  • Current member of NLL Rochester Knightawks
  • \r\n
\r\n

 

\r\n\r\n
\r\n
\r\n

TURNER EVANS

\r\n

\"\"

\r\n\r\n
    \r\n
  • 10th overall selection 2015 NLL draft
  • \r\n
  • 3x Mann Cup champion
  • \r\n
  • NCAA Division 1 at Ohio State University
  • \r\n
  • Current member of NLL Rochester Knighthawks
  • \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Quinte Lacrosse School Information','','inherit','closed','closed','','4947-revision-v1','','','2019-10-22 14:27:21','2019-10-22 14:27:21','',4947,'http://quintelacrosse.com/4947-revision-v1/',0,'revision','',0),(4976,2,'2019-10-26 01:57:00','2019-10-26 01:57:00','
\r\n
\r\n
\r\n
\r\n
\r\n

Sponsors

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

Quinte Mat Rentals

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

Website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

KKP Belleville Design and Print Solutions

\r\n\r\n
\r\n
\r\n
\r\n

280 Coleman Street\r\nSuite 500\r\nBelleville, Ontario\r\nK8P 3H7

\r\n
\r\n
\r\n
\r\n
\r\n
Tel: 613-966-5974\r\nToll Free: 866-779-3066\r\nFax: 613-966-7933\r\ninfo@belleville.kkpcanada.ca
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

TaskForce Engineering

\r\n\r\n
\r\n
\r\n
\r\n

24 Newberry Street, Suite 201\r\nBelleville, Ontario K8N 3N3

\r\n
\r\n
\r\n
\r\n
\r\n
Tel: 613-966-5600\r\nFax:  613-966-5701\r\ngeneralmail@taskforce-eng.com
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Sponsors','','inherit','closed','closed','','1102-revision-v1','','','2019-10-26 01:57:00','2019-10-26 01:57:00','',1102,'http://quintelacrosse.com/1102-revision-v1/',0,'revision','',0),(4977,2,'2019-10-26 02:01:11','2019-10-26 02:01:11','
\r\n
\r\n
\r\n
\r\n
\r\n
  
\r\n
\r\n

 

\r\n

 2020 Registration Fees

\r\n
\r\n
\r\n

 

\r\n

Registration opens in January!

\r\n

Check out our Lacrosse Stick Promotion

\r\n

Below is the fee schedule based on division:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Level/Years of Birth 2020 Lacrosse Fees 
Soft Lacrosse 2016/2017$TBD
Paperweight – 2014/2015$TBD
Tyke – 2012/2013$TBD
Novice -2010/2011$TBD
PeeWee – 2008/2009$TBD
Bantam – 2006/2007$TBD
Midget – 2004/2005$TBD
  
\r\n

All registrations can be done on-line.  If you are registering a new player a copy of a birth certificate or health card must be uploaded along with the registration. Please see the main page of our website under Registration to find out how to do this.  You must also have a valid email address.

\r\n

Please review our refund policy:  QMLA Refund Policy

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2019-10-26 02:01:11','2019-10-26 02:01:11','',1096,'http://quintelacrosse.com/1096-revision-v1/',0,'revision','',0),(4979,2,'2019-10-26 02:14:39','2019-10-26 02:14:39','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2020 House League Days of Play

\r\n

(To be updated for the 2020 season)

\r\n

Below are the tentative days of the week that each division will play.  Please note that the schedule is subject to change pending registration numbers, however, we will do our best to stick with what we have below.  Locations on some dates may change due to prior arena bookings.

\r\n

Peanut (2016/2017) – TBD\r\nPaperweight (2014/2015) – TBD\r\nTyke (2012/2013) – TBD\r\nNovice (2010/2011) – TBD\r\nPeewee (2008/2009) – TBD\r\nBantam (2006/2007) – TBD\r\nMidget (2004/2005) – TBD\r\n

\r\n

The season will begin in April.  Length and conclusion of season TBD.

\r\n

While registration numbers and availability ultimately determine our arena requirements, we will be using Mackay pad at the QSWC in Belleville and will explore the use of other local arenas in Stirling, Trenton, and Prince Edward County.

\r\n

NOTE:  The QMLA is currently in the planning stages with neighbouring associations Kingston, Tyendinaga and Northumberland to have some of our house league teams play against each other.  This may involve one or two trips for each team to play at their arena, as well as us hosting them at our arena.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2019-10-26 02:14:39','2019-10-26 02:14:39','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(4981,2,'2019-10-26 23:30:09','2019-10-26 23:30:09','','Website Header 1','','inherit','open','closed','','website-header-1','','','2019-10-26 23:30:09','2019-10-26 23:30:09','',0,'http://quintelacrosse.com/wp-content/uploads/2019/10/Website-Header-1.jpg',0,'attachment','image/jpeg',0),(4982,2,'2019-10-26 23:30:28','2019-10-26 23:30:28','http://quintelacrosse.com/wp-content/uploads/2019/10/cropped-Website-Header-1.jpg','cropped-Website-Header-1.jpg','','inherit','open','closed','','cropped-website-header-1-jpg','','','2019-10-26 23:30:28','2019-10-26 23:30:28','',0,'http://quintelacrosse.com/wp-content/uploads/2019/10/cropped-Website-Header-1.jpg',0,'attachment','image/jpeg',0),(4985,2,'2019-10-31 04:39:14','2019-10-31 04:39:14','
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n \r\n\r\n[wpforms id=\"4984\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Try Lacrosse Registration - November 15th Trenton','','draft','closed','closed','','try-lacrosse-registration-november-15th-trenton','','','2020-01-02 21:49:07','2020-01-02 21:49:07','',0,'http://quintelacrosse.com/?page_id=4985',0,'page','',0),(4986,2,'2019-10-31 04:39:47','2019-10-31 04:39:47','
\r\n
\r\n
\r\n
\r\n

 

\r\n \r\n\r\n \r\n
\r\n\r\n[wpforms id=\"16\" title=\"false\" description=\"false\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Try Lacrosse Registration - November 15th Trenton','','inherit','closed','closed','','4985-revision-v1','','','2019-10-31 04:39:47','2019-10-31 04:39:47','',4985,'http://quintelacrosse.com/4985-revision-v1/',0,'revision','',0),(4987,2,'2019-10-31 04:42:12','2019-10-31 04:42:12','
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[wpforms id=\"4984\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Try Lacrosse Registration - November 15th Trenton','','inherit','closed','closed','','4985-revision-v1','','','2019-10-31 04:42:12','2019-10-31 04:42:12','',4985,'http://quintelacrosse.com/4985-revision-v1/',0,'revision','',0),(4988,2,'2019-10-31 04:42:34','2019-10-31 04:42:34','
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n \r\n\r\n[wpforms id=\"4984\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Try Lacrosse Registration - November 15th Trenton','','inherit','closed','closed','','4985-revision-v1','','','2019-10-31 04:42:34','2019-10-31 04:42:34','',4985,'http://quintelacrosse.com/4985-revision-v1/',0,'revision','',0),(4991,2,'2019-10-31 04:57:12','2019-10-31 04:57:12','{\"id\":\"4991\",\"field_id\":7,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Participant Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"number\",\"label\":\"Birth Year\",\"description\":\"Enter year participant was born.\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"email\",\"label\":\"Primary Contact Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"email\",\"label\":\"Secondary Contact Email (if necessary)\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Try Lacrosse - January 24th 2020\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Register\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Try Lacrosse - November 15th 2019\",\"sender_name\":\"Quinte Lacrosse\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"

Thank you for registering for Try Lacrosse on January 24th at Sir John A. MacDonald Public School in Belleville.<\\/p>\\r\\n

6pm \\u2013 7pm (ages 4 to 8)
7pm \\u2013 8pm (ages 9 to 14)<\\/p>\\r\\n

Remember: helmet with facemask and running shoes are required.\\u00a0 Lacrosse sticks will be provided.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"1094\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"blank\"}}','Try Lacrosse - January 24th 2020','','publish','closed','closed','','try-lacrosse-november-15th-2019-2','','','2019-10-31 04:59:12','2019-10-31 04:59:12','',0,'http://quintelacrosse.com/?post_type=wpforms&p=4991',0,'wpforms','',0),(4992,2,'2019-10-31 05:03:40','2019-10-31 05:03:40','

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[wpforms id=\"4991\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Try Lacrosse Registration - January 24th Belleville','','draft','closed','closed','','try-lacrosse-registration-january-24th-belleville','','','2020-01-02 21:48:44','2020-01-02 21:48:44','',0,'http://quintelacrosse.com/?page_id=4992',0,'page','',0),(4993,2,'2019-10-31 05:03:40','2019-10-31 05:03:40','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[wpforms id=\"4991\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Try Lacrosse Registration - January 24th Belleville','','inherit','closed','closed','','4992-revision-v1','','','2019-10-31 05:03:40','2019-10-31 05:03:40','',4992,'http://quintelacrosse.com/4992-revision-v1/',0,'revision','',0),(4995,2,'2019-10-31 05:06:04','2019-10-31 05:06:04','{\"id\":\"4995\",\"field_id\":7,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Participant Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"number\",\"label\":\"Birth Year\",\"description\":\"Enter year participant was born.\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"email\",\"label\":\"Primary Contact Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"email\",\"label\":\"Secondary Contact Email (if necessary)\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Try Lacrosse - February 21st 2020\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Register\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Try Lacrosse - November 15th 2019\",\"sender_name\":\"Quinte Lacrosse\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"

Thank you for registering for Try Lacrosse on February 21st at Sir John A. MacDonald Public School in Belleville.<\\/p>\\r\\n

6pm \\u2013 7pm (ages 4 to 8)
7pm \\u2013 8pm (ages 9 to 14)<\\/p>\\r\\n

Remember: helmet with facemask and running shoes are required.\\u00a0 Lacrosse sticks will be provided.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"1094\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"blank\"}}','Try Lacrosse - February 21st 2020','','publish','closed','closed','','try-lacrosse-january-24th-2020','','','2019-10-31 05:07:33','2019-10-31 05:07:33','',0,'http://quintelacrosse.com/?post_type=wpforms&p=4995',0,'wpforms','',0),(4996,2,'2019-10-31 05:09:35','2019-10-31 05:09:35','

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[wpforms id=\"4995\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Try Lacrosse Registration - February 21st Belleville','','draft','closed','closed','','try-lacrosse-registration-february-21st-belleville','','','2020-01-02 21:48:00','2020-01-02 21:48:00','',0,'http://quintelacrosse.com/?page_id=4996',0,'page','',0),(4997,2,'2019-10-31 05:09:35','2019-10-31 05:09:35','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[wpforms id=\"4995\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Try Lacrosse Registration - February 21st Belleville','','inherit','closed','closed','','4996-revision-v1','','','2019-10-31 05:09:35','2019-10-31 05:09:35','',4996,'http://quintelacrosse.com/4996-revision-v1/',0,'revision','',0),(4999,2,'2019-11-06 14:29:27','2019-11-06 14:29:27','','Try Lacrosse - Trenton','','publish','closed','closed','','try-lacrosse-trenton','','','2019-11-10 22:07:28','2019-11-10 22:07:28','',0,'http://quintelacrosse.com/mc-events/try-lacrosse-trenton/',0,'mc-events','',0),(5001,2,'2019-11-10 22:08:35','2019-11-10 22:08:35','','Try Lacrosse - Belleville','','publish','closed','closed','','try-lacrosse-belleville','','','2019-11-10 22:08:35','2019-11-10 22:08:35','',0,'http://quintelacrosse.com/mc-events/try-lacrosse-belleville/',0,'mc-events','',0),(5002,2,'2019-11-10 22:08:36','2019-11-10 22:08:36','','Try Lacrosse - Belleville','','publish','closed','closed','','try-lacrosse-belleville-2','','','2019-11-10 22:08:36','2019-11-10 22:08:36','',0,'http://quintelacrosse.com/mc-events/try-lacrosse-belleville-2/',0,'mc-events','',0),(5019,2,'2019-11-19 02:05:21','2019-11-19 02:05:21','
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[smartslider3 slider=4]\r\n\r\n
\r\n
\r\n
\r\n

\r\n\r\n\r\n

Tweets by QuinteLacrosse  

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n

 

\r\n[post_grid id=\"379\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

       

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2019-11-19 02:05:21','2019-11-19 02:05:21','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(5004,2,'2019-11-10 22:33:36','2019-11-10 22:33:36','','2020 Sponsorship Title Page','','inherit','open','closed','','2020-sponsorship-title-page','','','2019-11-10 22:33:36','2019-11-10 22:33:36','',18,'http://quintelacrosse.com/wp-content/uploads/2019/11/2020-Sponsorship-Title-Page.jpg',0,'attachment','image/jpeg',0),(5005,2,'2019-11-10 22:59:56','2019-11-10 22:59:56','

[smartslider3 slider=4]

\"<script\" title=\"

\r\n\r\n\r\n

Tweets by QuinteLacrosse  

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n

 

\r\n[post_grid id=\"379\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

       

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2020-03-30 23:01:21','2020-03-30 23:01:21','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(5240,1,'2020-04-30 02:40:07','2020-04-30 02:40:07','[Best_Wordpress_Gallery id=\"1\" gal_title=\"Peewee Rep 2019\"]','Peewee HL 2019','','publish','closed','closed','','peewee-rep-2019','','','2022-02-26 14:39:20','2022-02-26 19:39:20','',0,'http://quintelacrosse.com/bwg_gallery/peewee-rep-2019/',0,'bwg_gallery','',0),(5232,2,'2020-03-30 22:54:20','2020-03-30 22:54:20','','covid-19-update-march-30-1','','inherit','open','closed','','covid-19-update-march-30-1','','','2020-03-30 22:54:20','2020-03-30 22:54:20','',0,'http://quintelacrosse.com/wp-content/uploads/2020/03/covid-19-update-march-30-1.pdf',0,'attachment','application/pdf',0),(5207,2,'2020-02-27 19:30:13','2020-02-27 19:30:13','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2020 Recreational League Days of Play

\r\n

***UPDATED FEBRUARY 27th 2020

\r\n

 

\r\n

Below are the tentative days of the week that each division will play.  This page will be continuously updated as arenas are confirmed and registration numbers are final.  Locations on some dates may change due to prior arena bookings.

\r\n

Soft Lacrosse (2016/2017)            Saturdays, 9:30-10:00am, QSWC (Mackay) beginning April 25th\r\nPaperweight (2014/2015)              Saturdays, 10:00-11:00am, QSWC (Mackay) beginning April 25th

\r\n

Note: for Tyke to Bantam age groups, games will be scheduled with neighbouring centres including Northumberland, Tyendinaga and Kingston, and therefore may involve traveling once or twice to those communities for games.  As a result, there may not be a home game some weeks.\r\n***Unless otherwise noted on schedule, games will mainly take place at Stirling-Rawdon Arena, Prince Edward Community Centre (Picton) and Lehigh Arene (Wellington), and practices will mainly take place at QSWC (Mackay).  Games at Kingston, Tyendinaga and Northumberland may be on days other than the regularly scheduled days of play.\r\nAll practices and games are one hour in length.

\r\n

Regular Floor Times (all at QSWC - Mackay unless otherwise noted on schedule):

\r\n

Tyke (2012/2013)             Game          Saturdays, 11:00am\r\n                                             Practice      Sundays, 2:00pm  \r\nNovice (2010/2011)         Game          Sundays, 3:00pm\r\n                                             Practice      Fridays, 6:00pm\r\nPeewee (2008/2009)       Game           Sundays, 4:00pm\r\n                                             Practice      Fridays, 7:00pm\r\nBantam (2006/2007)       Game           TBD\r\n                                             Practice       TBD\r\nMidget (2004/2005)         Practice      TBD\r\n                                             Game           TBD

\r\n

Additional Floor Times:

\r\n

Tyke (2012/2013)             Games in Brighton vs Northumberland          Two games/team, Wednesdays, 6:00pm       Actual dates TBD\r\n                                             Games in Kingston                                             One game/team, either April 23rd or May 20th\r\n                                             Games in Deseronto vs Tyendinaga                One or two games/team, dates TBD\r\n                                             Games in PEC vs Tyendinaga                           One or two games/team, dates TBD\r\nNovice (2010/2011)         Games in Kingston                                              One game/team, either April 20th or May 21st\r\n                                             Games in Deseronto vs Tyendinaga                One or two games/team, dates TBD\r\n                                             Games in PEC vs Tyendinaga                           One or two games/team, dates TBD\r\n                                     ***   Games in Brighton vs Northumberland           One or two games/team, Wednesdays, 7:00pm     Actual dates TBD\r\nPeewee (2008/2009)        Games in Kingston                                             One game/team, either April 23rd or May 20th\r\n                                             Games in Deseronto vs Tyendinaga                One or two games/team, dates TBD\r\n                                             Games in PEC vs Tyendinaga                           One or two games/team, dates TBD\r\n                                     ***   Games in Brighton vs Northumberland          One or two games/team, Wednesdays, 7:00pm     Actual dates TBD\r\n\r\n*** - games not confirmed, may not be scheduled.

\r\n

 

\r\n

The season will begin with development the week of April 6th and conclude on June 20th for all local league recreational teams.

\r\n

While registration numbers and availability ultimately determine our schedule and arena requirements, we will be using Mackay pad at the QSWC in Belleville and will explore the use of other local arenas in Stirling, Trenton, and Prince Edward County.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2020-02-27 19:30:13','2020-02-27 19:30:13','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(5214,2,'2020-03-01 00:09:28','2020-03-01 00:09:28','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2020 Recreational League Days of Play

\r\n

***UPDATED FEBRUARY 27th 2020

\r\n

 

\r\n

Below are the tentative days of the week that each division will play.  This page will be continuously updated as arenas are confirmed and registration numbers are final.  Locations on some dates may change due to prior arena bookings.

\r\n

Soft Lacrosse (2016/2017)            Saturdays, 9:30-10:00am, QSWC (Mackay) beginning April 25th\r\nPaperweight (2014/2015)              Saturdays, 10:00-11:00am, QSWC (Mackay) beginning April 25th

\r\n

Note: for Tyke to Bantam age groups, games will be scheduled with neighbouring centres including Northumberland, Tyendinaga and Kingston, and therefore may involve traveling once or twice to those communities for games.  As a result, there may not be a home game some weeks.\r\n***Unless otherwise noted on schedule, games will mainly take place at Stirling-Rawdon Arena, Prince Edward Community Centre (Picton) and Lehigh Arene (Wellington), and practices will mainly take place at QSWC (Mackay).  Games at Kingston, Tyendinaga and Northumberland may be on days other than the regularly scheduled days of play.\r\nAll practices and games are one hour in length.  We are anticipating 2 teams per division (Tyke/Novice/Peewee only).

\r\n

Regular Floor Times (all at QSWC - Mackay unless otherwise noted on schedule):

\r\n

Tyke (2012/2013)             Game          Saturdays, 11:00am\r\n                                             Practice      Sundays, 2:00pm  \r\nNovice (2010/2011)         Game          Sundays, 3:00pm\r\n                                             Practice      Fridays, 6:00pm\r\nPeewee (2008/2009)       Game           Sundays, 4:00pm\r\n                                             Practice      Fridays, 7:00pm\r\nBantam (2006/2007)       Game           TBD\r\n                                             Practice       TBD\r\nMidget (2004/2005)         NOT OFFERED IN 2020 \r\n

\r\n

Additional Floor Times :

\r\n

Tyke (2012/2013)             Games in Brighton vs Northumberland          Two games/team, Wednesdays, 6:00pm       Actual dates TBD\r\n                                             Games in Kingston                                             One game/team, either April 23rd or May 20th\r\n                                             Games in Deseronto vs Tyendinaga                One or two games/team, dates TBD\r\n                                             Games in PEC vs Tyendinaga                           One or two games/team, dates TBD\r\nNovice (2010/2011)         Games in Kingston                                              One game/team, either April 20th or May 21st\r\n                                             Games in Deseronto vs Tyendinaga                One or two games/team, dates TBD\r\n                                             Games in PEC vs Tyendinaga                           One or two games/team, dates TBD\r\n                                     ***   Games in Brighton vs Northumberland           One or two games/team, Wednesdays, 6:00pm or 7:00pm     Actual dates TBD\r\nPeewee (2008/2009)        Games in Kingston                                             One game/team, either April 23rd or May 20th\r\n                                             Games in Deseronto vs Tyendinaga                One or two games/team, dates TBD\r\n                                             Games in PEC vs Tyendinaga                           One or two games/team, dates TBD\r\n                                     ***   Games in Brighton vs Northumberland          One or two games/team, Wednesdays, 7:00pm     Actual dates TBD

\r\n*** - games not confirmed, may not be scheduled.\r\n

 

\r\n

The season will begin with development the week of April 6th and conclude on June 20th for all local league recreational teams.

\r\n

While registration numbers and availability ultimately determine our schedule and arena requirements, we will be using Mackay pad at the QSWC in Belleville and will explore the use of other local arenas in Stirling, Trenton, and Prince Edward County.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2020-03-01 00:09:28','2020-03-01 00:09:28','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(5208,2,'2020-02-27 20:39:15','2020-02-27 20:39:15','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2020 Recreational League Days of Play

\r\n

***UPDATED FEBRUARY 27th 2020

\r\n

 

\r\n

Below are the tentative days of the week that each division will play.  This page will be continuously updated as arenas are confirmed and registration numbers are final.  Locations on some dates may change due to prior arena bookings.

\r\n

Soft Lacrosse (2016/2017)            Saturdays, 9:30-10:00am, QSWC (Mackay) beginning April 25th\r\nPaperweight (2014/2015)              Saturdays, 10:00-11:00am, QSWC (Mackay) beginning April 25th

\r\n

Note: for Tyke to Bantam age groups, games will be scheduled with neighbouring centres including Northumberland, Tyendinaga and Kingston, and therefore may involve traveling once or twice to those communities for games.  As a result, there may not be a home game some weeks.\r\n***Unless otherwise noted on schedule, games will mainly take place at Stirling-Rawdon Arena, Prince Edward Community Centre (Picton) and Lehigh Arene (Wellington), and practices will mainly take place at QSWC (Mackay).  Games at Kingston, Tyendinaga and Northumberland may be on days other than the regularly scheduled days of play.\r\nAll practices and games are one hour in length.  We are anticipating 2 teams per division (Tyke/Novice/Peewee only).

\r\n

Regular Floor Times (all at QSWC - Mackay unless otherwise noted on schedule):

\r\n

Tyke (2012/2013)             Game          Saturdays, 11:00am\r\n                                             Practice      Sundays, 2:00pm  \r\nNovice (2010/2011)         Game          Sundays, 3:00pm\r\n                                             Practice      Fridays, 6:00pm\r\nPeewee (2008/2009)       Game           Sundays, 4:00pm\r\n                                             Practice      Fridays, 7:00pm\r\nBantam (2006/2007)       Game           TBD\r\n                                             Practice       TBD\r\nMidget (2004/2005)         Practice      TBD\r\n                                             Game           TBD

\r\n

Additional Floor Times :

\r\n

Tyke (2012/2013)             Games in Brighton vs Northumberland          Two games/team, Wednesdays, 6:00pm       Actual dates TBD\r\n                                             Games in Kingston                                             One game/team, either April 23rd or May 20th\r\n                                             Games in Deseronto vs Tyendinaga                One or two games/team, dates TBD\r\n                                             Games in PEC vs Tyendinaga                           One or two games/team, dates TBD\r\nNovice (2010/2011)         Games in Kingston                                              One game/team, either April 20th or May 21st\r\n                                             Games in Deseronto vs Tyendinaga                One or two games/team, dates TBD\r\n                                             Games in PEC vs Tyendinaga                           One or two games/team, dates TBD\r\n                                     ***   Games in Brighton vs Northumberland           One or two games/team, Wednesdays, 6:00pm or 7:00pm     Actual dates TBD\r\nPeewee (2008/2009)        Games in Kingston                                             One game/team, either April 23rd or May 20th\r\n                                             Games in Deseronto vs Tyendinaga                One or two games/team, dates TBD\r\n                                             Games in PEC vs Tyendinaga                           One or two games/team, dates TBD\r\n                                     ***   Games in Brighton vs Northumberland          One or two games/team, Wednesdays, 7:00pm     Actual dates TBD

\r\n*** - games not confirmed, may not be scheduled.\r\n

 

\r\n

The season will begin with development the week of April 6th and conclude on June 20th for all local league recreational teams.

\r\n

While registration numbers and availability ultimately determine our schedule and arena requirements, we will be using Mackay pad at the QSWC in Belleville and will explore the use of other local arenas in Stirling, Trenton, and Prince Edward County.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2020-02-27 20:39:15','2020-02-27 20:39:15','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(5213,2,'2020-03-01 00:07:26','2020-03-01 00:07:26','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA Recreational League

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

(UPDATED FEBRUARY 27th, 2020)

\r\n

For more information about days of play for recreational league lacrosse, see House League Days of Play

\r\n

The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. 

\r\n

This program allows all players to practice and play against players in their own age division and skill level.  Box Lacrosse recreational league is open to boys and girls age 3-16. 

\r\n

QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.

\r\n

All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (Peewee and above only).

\r\n

If you are interested in playing competitive lacrosse, please click  here for more information and tryout dates.

\r\n

To sign up now for recreational local league lacrosse, click on the button below.

\r\n

PLEASE NOTE:  PLAYERS BORN IN 2013 OR EARLIER WHO RESIDE IN OR CLOSEST TO ANOTHER ASSOCIATION\'S BOUNDARY (for example, Tyendinaga or Northumberland) WILL REQUIRE A RELEASE TO PLAY COMPETITIVE (REP) LACROSSE WITH QMLA.  

\r\nIf you are unsure about who your home association is, see Where Do I Play? on the OLA website or contact us at registrar@quintelacrosse.com\r\n

Release Procedure and Form

\r\n

REGISTER NOW

\r\n

Details about each division of our recreational program are outlined below.  Please note that days, times and locations are subject to change based on arena availability and registration numbers.

\r\n

SOFT LACROSSE

\r\n

The soft lacrosse program for ages 3 and 4 is designed to give our youngest players an opportunity to learn the basics of the game in a fun environment.  Parents are encouraged to participate on the floor with the players.  \r\nDates:  April 25 - June 20 (no lacrosse May 16).\r\nTime:  Saturday 9:30am - 10:00am\r\nLocation:  QSWC - Mackay

\r\n

PAPERWEIGHT

\r\n

Players ages 5 and 6 will learn and practice the fundamental skills and progress into 3v3 cross-floor mini games.  Parents are encouraged to be on the floor during the mini-games to help our players be ready for their turn to play.  Pending interest levels, there may be an opportunity for players to participate in a tournament in July with other teams from across Ontario.\r\nDates:  April 25 - June 20 (no lacrosse May 16)\r\nTime:  Saturday 10:00am - 11:00am\r\nLocation:  QSWC - Mackay

\r\n

TYKE (8U) / NOVICE (10U) / PEEWEE (12U) / BANTAM (14U)

\r\n

Players will learn and practice the fundamental skills weekly and play games with other local teams.  This will involve one or two games with neighbouring associations in locations such as Deseronto, Cobourg, Brighton and Amherstview.  A competitive travel team is also offered for all players.  Click here for more information and tryout dates.  In addition to the days and times listed below, additional games will be played with neighbouring associations Northumberland, Tyendinaga and Kingston which may be scheduled for other days during the week.\r\nTYKE\r\nDates:  April 6 - June 20 (no lacrosse May 15 - 18)\r\nTimes:  Saturday 11:00am - 12:00pm / Sundays 2:00pm - 3:00pm\r\nLocations:  QSWC - Mackay (with additional games in Brighton, Deseronto, PEC and Kingston)\r\nNOVICE\r\nDates:  April 6 - June 20 (no lacrosse May 15 -18)\r\nTimes:  Friday 6:00pm - 7:00pm / Sunday 3:00pm - 4:00pm\r\nLocations:  QSWC - Mackay (with additional games in Brighton, Deseronto, PEC and Kingston)\r\nPEEWEE\r\nDates:  April 6 - June 20 (no lacrosse May 15 -18)\r\nTimes:  Friday 7:00pm - 8:00pm / Sunday 4:00pm - 5:00pm\r\nLocations:  QSWC - Mackay (with additional games in Brighton, Deseronto, PEC and Kingston)\r\nBANTAM\r\nDates:  April 6 - June 20 (no lacrosse May 15 -18)\r\nTimes:  TBD\r\nLocations:  TBD

\r\n

 

\r\n

MIDGET (16U)

\r\n

UPDATE: DUE TO LOW REGISTRATION, WE WON\'T BE OFFERING A MIDGET DIVISION FOR 2020

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2020-03-01 00:07:26','2020-03-01 00:07:26','',1094,'http://quintelacrosse.com/1094-revision-v1/',0,'revision','',0),(5209,2,'2020-02-27 20:56:48','2020-02-27 20:56:48','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA Recreational League

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

(UPDATED FEBRUARY 27th, 2020)

\r\n

For more information about days of play for recreational league lacrosse, see House League Days of Play

\r\n

The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. 

\r\n

This program allows all players to practice and play against players in their own age division and skill level.  Box Lacrosse recreational league is open to boys and girls age 3-16. 

\r\n

QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.

\r\n

All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (Peewee and above only).

\r\n

If you are interested in playing competitive lacrosse, please click  here for more information and tryout dates.

\r\n

To sign up now for recreational local league lacrosse, click on the button below.

\r\n

PLEASE NOTE:  PLAYERS BORN IN 2013 OR EARLIER WHO RESIDE IN OR CLOSEST TO ANOTHER ASSOCIATION\'S BOUNDARY (for example, Tyendinaga or Northumberland) WILL REQUIRE A RELEASE TO PLAY COMPETITIVE (REP) LACROSSE WITH QMLA.  \r\n\r\nIf you are unsure about who your home association is, see Where Do I Play? on the OLA website or contact us at registrar@quintelacrosse.com

\r\n

Release Procedure and Form

\r\n

REGISTER NOW

\r\n

Details about each division of our recreational program are outlined below.  Please note that days, times and locations are subject to change based on arena availability and registration numbers.

\r\n

SOFT LACROSSE

\r\n

The soft lacrosse program for ages 3 and 4 is designed to give our youngest players an opportunity to learn the basics of the game in a fun environment.  Parents are encouraged to participate on the floor with the players.  \r\nDates:  April 25 - June 20 (no lacrosse May 16).\r\nTime:  Saturday 9:30am - 10:00am\r\nLocation:  QSWC - Mackay

\r\n

PAPERWEIGHT

\r\n

Players ages 5 and 6 will learn and practice the fundamental skills and progress into 3v3 cross-floor mini games.  Parents are encouraged to be on the floor during the mini-games to help our players be ready for their turn to play.  Pending interest levels, there may be an opportunity for players to participate in a tournament in July with other teams from across Ontario.\r\nDates:  April 25 - June 20 (no lacrosse May 16)\r\nTime:  Saturday 10:00am - 11:00am\r\nLocation:  QSWC - Mackay

\r\n

TYKE (8U) / NOVICE (10U) / PEEWEE (12U)

\r\n

Players will learn and practice the fundamental skills weekly and play games with other local teams.  This will involve one or two games with neighbouring associations in locations such as Deseronto, Cobourg, Brighton and Amherstview.  A competitive travel team is also offered for all players.  Click here for more information and tryout dates.  In addition to the days and times listed below, additional games will be played with neighbouring associations Northumberland, Tyendinaga and Kingston which may be scheduled for other days during the week.\r\nTYKE\r\nDates:  April 6 - June 20 (no lacrosse May 15 - 18)\r\nTimes:  Saturday 11:00am - 12:00pm / Sundays 2:00pm - 3:00pm\r\nLocations:  QSWC - Mackay (with additional games in Brighton, Deseronto, PEC and Kingston)\r\nNOVICE\r\nDates:  April 6 - June 20 (no lacrosse May 15 -18)\r\nTimes:  Friday 6:00pm - 7:00pm / Sunday 3:00pm - 4:00pm\r\nLocations:  QSWC - Mackay (with additional games in Brighton, Deseronto, PEC and Kingston)\r\nPEEWEE\r\nDates:  April 6 - June 20 (no lacrosse May 15 -18)\r\nTimes:  Friday 7:00pm - 8:00pm / Sunday 4:00pm - 5:00pm\r\nLocations:  QSWC - Mackay (with additional games in Brighton, Deseronto, PEC and Kingston)\r\nBANTAM\r\nDates:  April 6 - June 20 (no lacrosse May 15 -18)\r\nTimes:  TBD\r\nLocations:  TBD

\r\n

 

\r\n

MIDGET (16U)

\r\n

Our midget program will be a modified version that will involve more travel than our normal recreational program.  This will provide our 15 and 16 year-old players the opportunity to compete against a wider variety of teams and provide an overall better experience.  We also encourage our Midget-age players to become more involved and contribute to the growth of the game in our area in ways that, among others, could include the following:  officiating, helping coaches of younger teams with practices, scorekeeping and timekeeping, etc.\r\nDates:  April 6 - June 20 (no lacrosse May 15 - 18)\r\nTimes:  TBD\r\nLocations:  TBD

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2020-02-27 20:56:48','2020-02-27 20:56:48','',1094,'http://quintelacrosse.com/1094-revision-v1/',0,'revision','',0),(5222,2,'2020-03-09 13:51:56','2020-03-09 13:51:56','','2020 Volunteer CRC Letter - Coach (Signed)','','inherit','open','closed','','2020-volunteer-crc-letter-coach-signed','','','2020-03-09 13:51:56','2020-03-09 13:51:56','',0,'http://quintelacrosse.com/wp-content/uploads/2020/03/2020-Volunteer-CRC-Letter-Coach-Signed.pdf',0,'attachment','application/pdf',0),(5215,2,'2020-03-01 00:14:01','2020-03-01 00:14:01','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2020 Recreational League Days of Play

\r\n

***UPDATED FEBRUARY 27th 2020

\r\n

 

\r\n

Below are the tentative days of the week that each division will play.  This page will be continuously updated as arenas are confirmed and registration numbers are final.  Locations on some dates may change due to prior arena bookings.

\r\n

Soft Lacrosse (2016/2017)            Saturdays, 9:30-10:00am, QSWC (Mackay) beginning April 25th\r\nPaperweight (2014/2015)              Saturdays, 10:00-11:00am, QSWC (Mackay) beginning April 25th

\r\n

Note: for Tyke to Bantam age groups, games will be scheduled with neighbouring centres including Northumberland, Tyendinaga and Kingston, and therefore may involve traveling once or twice to those communities for games.  As a result, there may not be a home game some weeks.\r\n***Unless otherwise noted on schedule, most games and practices will take place at QSWC (Mackay).  Games vs. Northumberland will take place in Brighton and some games or practices may take place at Prince Edward Community Centre or Wellington and District Community Centre.  Games at Kingston, Tyendinaga and Northumberland may be on days other than the regularly scheduled days of play.\r\nAll practices and games are one hour in length. 

\r\n

Regular Floor Times (all at QSWC - Mackay unless otherwise noted on schedule):

\r\n

Tyke (2012/2013)             Game          Saturdays, 11:00am\r\n                                             Practice      Sundays, 2:00pm  \r\nNovice (2010/2011)         Game          Sundays, 3:00pm\r\n                                             Practice      Fridays, 6:00pm\r\nPeewee (2008/2009)       Game           Sundays, 4:00pm\r\n                                             Practice      Fridays, 7:00pm\r\nBantam (2006/2007)       Game           TBD\r\n                                             Practice       TBD\r\nMidget (2004/2005)         NOT OFFERED IN 2020 \r\n

\r\n

Additional Floor Times :

\r\n

Tyke (2012/2013)             Games in Brighton vs Northumberland          Two games/team, Wednesdays, 6:00pm       Actual dates TBD\r\n                                             Games in Kingston                                             One game/team, either April 23rd or May 20th\r\n                                             Games in Deseronto vs Tyendinaga                One or two games/team, dates TBD\r\n                                             Games in PEC vs Tyendinaga                           One or two games/team, dates TBD\r\nNovice (2010/2011)         Games in Kingston                                              One game/team, either April 20th or May 21st\r\n                                             Games in Deseronto vs Tyendinaga                One or two games/team, dates TBD\r\n                                             Games in PEC vs Tyendinaga                           One or two games/team, dates TBD\r\n                                     ***   Games in Brighton vs Northumberland           One or two games/team, Wednesdays, 6:00pm or 7:00pm     Actual dates TBD\r\nPeewee (2008/2009)        Games in Kingston                                             One game/team, either April 23rd or May 20th\r\n                                             Games in Deseronto vs Tyendinaga                One or two games/team, dates TBD\r\n                                             Games in PEC vs Tyendinaga                           One or two games/team, dates TBD\r\n                                     ***   Games in Brighton vs Northumberland          One or two games/team, Wednesdays, 7:00pm     Actual dates TBD

\r\n*** - games not confirmed, may not be scheduled.\r\n

 

\r\n

The season will begin with development the week of April 6th and conclude on June 20th for all local league recreational teams.

\r\n

While registration numbers and availability ultimately determine our schedule and arena requirements, we will be using Mackay pad at the QSWC in Belleville and will explore the use of other local arenas in Stirling, Trenton, and Prince Edward County.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2020-03-01 00:14:01','2020-03-01 00:14:01','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(5219,2,'2020-03-06 03:27:00','2020-03-06 03:27:00','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Competitive Lacrosse

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

Quinte Minor Lacrosse Association (a member of the Ontario Lacrosse Association) offers a representative lacrosse program as an opportunity for local players to compete at a higher level against teams from all over Ontario, NO EXPERIENCE NECESSARY.  Below you will find general information related to the participation in representative lacrosse.  Look for more information to be posted as the season nears, such as tryout dates and age groups.  For more information, contact quintelacrosse@gmail.com. 

\r\nPLEASE NOTE:\r\n1.  ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND TRYOUTS. \r\n2.  PLAYERS RESIDING IN OR NEAREST TO OTHER ASSOCIATIONS MUST HAVE WRITTEN PERMISSION FROM THEIR HOME ASSOCIATION TO ATTEND TRYOUTS FOR QUINTE BAYHAWKS. \r\n3.  PLAYERS WITHIN OR NEAREST TO QMLA BOUNDARY WHO WISH TO REQUEST A RELEASE TO PLAY WITH ANOTHER CENTRE MUST FIRST REGISTER WITH QMLA PRIOR TO MARCH 15th.  THIS IS A FIRM DEADLINE IMPOSED BY THE ONTARIO LACROSSE ASSOCIATION.\r\n\r\n \r\n\r\n2020 TRYOUT DATES: (UPDATED March 5th, Peewee/Bantam interest run added)\r\n\r\nA tryout fee of $20 is required to attend.  Players must attend at least one of the two tryouts.  If you are unable to make the tryout, let us know and we can send you information and/or invite you to a subsequent team practice, provided all release rules have been followed per notes above for players whose home center is not Quinte.  It is important that all players interested attend tryouts if possible to provide us with a good idea of number of players interested.\r\n\r\nAll tryouts take place at the Loyalist Sportsdome on the court side.\r\n\r\nTyke (8U)   FULL EQUIPMENT NOT REQUIRED.  HELMET, GLOVES AND STICK ONLY.\r\nFriday February 28th, 5:00pm - 6:00pm\r\nSaturday March 7th, 9:00am - 10:00am\r\n\r\nNovice (10U)  FULL EQUIPMENT NOT REQUIRED.  HELMET, GLOVES AND STICK ONLY.\r\nFriday February 28th, 6:00pm - 7:00pm\r\nSaturday March 7th, 10:00am - 11:00am\r\n\r\n \r\n\r\nPeewee (12U)/Bantam (14U)\r\nWorkout run for ALL players interested in the competitive team.  HELMET, GLOVES and STICKS ONLY.\r\nTuesday March 10th, 7:00pm - 8:00pm at Loyalist Sportsdome (courtside)\r\nNote: players must register or have permission from home association prior to participating.\r\n\r\n \r\n

COST

\r\n

Approximately $700-$800 per player.  Teams are expected to find sponsorship and do fundraising to bring these costs down.

\r\n

SCHEDULE

\r\n

The competitive season schedule will begin in May and conclude at the Ontario Lacrosse Festival (provincial championships) at the beginning of August (specific dates depend on age division).  

\r\n

COMMITMENT

\r\n

Representative teams are expected to practice once a week and play 1 game per week up to a total of about 10-12 zone games.  Teams are also expected to enter 1 or 2 tournaments. 

\r\n

TRAVEL

\r\n

For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.

\r\nPROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL\r\n\r\nThe competitive season culminates with the Ontario Lacrosse Festival in early August, where provincial championships are held for all age divisions.  This event is held in Durham Region (Whitby, Oshawa, Clarington, Ajax, Pickering).\r\n\r\n \r\n\r\n \r\n

 \"\"\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Competitive','','inherit','closed','closed','','1100-revision-v1','','','2020-03-06 03:27:00','2020-03-06 03:27:00','',1100,'http://quintelacrosse.com/1100-revision-v1/',0,'revision','',0),(5220,2,'2020-03-06 04:21:36','2020-03-06 04:21:36','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Competitive Lacrosse

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

Quinte Minor Lacrosse Association (a member of the Ontario Lacrosse Association) offers a representative lacrosse program as an opportunity for local players to compete at a higher level against teams from all over Ontario, NO EXPERIENCE NECESSARY.  Below you will find general information related to the participation in representative lacrosse.  Look for more information to be posted as the season nears, such as tryout dates and age groups.  For more information, contact quintelacrosse@gmail.com. 

\r\nPLEASE NOTE:\r\n1.  ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND TRYOUTS. \r\n2.  PLAYERS RESIDING IN OR NEAREST TO OTHER ASSOCIATIONS MUST HAVE WRITTEN PERMISSION FROM THEIR HOME ASSOCIATION TO ATTEND TRYOUTS FOR QUINTE BAYHAWKS. \r\n3.  PLAYERS WITHIN OR NEAREST TO QMLA BOUNDARY WHO WISH TO REQUEST A RELEASE TO PLAY WITH ANOTHER CENTRE MUST FIRST REGISTER WITH QMLA PRIOR TO MARCH 15th.  THIS IS A FIRM DEADLINE IMPOSED BY THE ONTARIO LACROSSE ASSOCIATION.\r\n\r\n \r\n\r\n2020 TRYOUT DATES: (UPDATED March 5th, Peewee/Bantam interest run added)\r\n\r\nA tryout fee of $20 is required to attend.  Players must attend at least one of the two tryouts.  If you are unable to make the tryout, let us know and we can send you information and/or invite you to a subsequent team practice, provided all release rules have been followed per notes above for players whose home center is not Quinte.  It is important that all players interested attend tryouts if possible to provide us with a good idea of number of players interested.\r\n\r\nAll tryouts take place at the Loyalist Sportsdome on the court side.\r\n\r\nTyke (8U)   FULL EQUIPMENT NOT REQUIRED.  HELMET, GLOVES AND STICK ONLY.\r\nFriday February 28th, 5:00pm - 6:00pm\r\nSaturday March 7th, 9:00am - 10:00am\r\n\r\nNovice (10U)  FULL EQUIPMENT NOT REQUIRED.  HELMET, GLOVES AND STICK ONLY.\r\nFriday February 28th, 6:00pm - 7:00pm\r\nSaturday March 7th, 10:00am - 11:00am\r\n\r\n \r\n\r\nPeewee (12U)/Bantam (14U)\r\nWorkout run for ALL players interested in the competitive team.  HELMET, GLOVES and STICK ONLY.\r\nTuesday March 10th, 7:00pm - 8:00pm at Loyalist Sportsdome (courtside)\r\nNote: players must register or have permission from home association prior to participating.\r\n\r\n \r\n

COST

\r\n

Approximately $700-$800 per player.  Teams are expected to find sponsorship and do fundraising to bring these costs down.

\r\n

SCHEDULE

\r\n

The competitive season schedule will begin in May and conclude at the Ontario Lacrosse Festival (provincial championships) at the beginning of August (specific dates depend on age division).  

\r\n

COMMITMENT

\r\n

Representative teams are expected to practice once a week and play 1 game per week up to a total of about 10-12 zone games.  Teams are also expected to enter 1 or 2 tournaments. 

\r\n

TRAVEL

\r\n

For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.

\r\nPROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL\r\n\r\nThe competitive season culminates with the Ontario Lacrosse Festival in early August, where provincial championships are held for all age divisions.  This event is held in Durham Region (Whitby, Oshawa, Clarington, Ajax, Pickering).\r\n\r\n \r\n\r\n \r\n

 \"\"\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Competitive','','inherit','closed','closed','','1100-revision-v1','','','2020-03-06 04:21:36','2020-03-06 04:21:36','',1100,'http://quintelacrosse.com/1100-revision-v1/',0,'revision','',0),(5223,2,'2020-03-09 14:57:38','2020-03-09 14:57:38','
\r\n
\r\n
\r\n
\r\n

 

\r\n

 

\r\n

Police Background Check (Vulnerable Sector Check)

\r\n

According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:

\r\n

\"All OLA bench personnel (coaches, staff, trainers, etc.) and all OLA certified officials (box and field)\r\nwho are 18 years of age as of January 1st of the current year who coach or officiate athletes 17 years of age or\r\nyounger must submit a current Criminal Record Check (Vulnerable Criminal Record Check) (CRC) upon\r\nregistering for the current year. For previously approved individuals, an Offense Declaration must be submitted\r\nas per OR3.01(b). It is the position of the OLA that all OLA member clubs with additional registered volunteers\r\nwho have direct contact with athletes 17 years of age or younger also submit a CRC.\"

\r\n

 

\r\n

If you are new to coaching or volunteering with a team you will need to obtain a police vulnerable sector check (police background check).  You can do this through any one of the methods outlined below.  When complete, upload the PDF or image (JPG) of your completed form to your SportzSoft account profile.

\r\n

For returning coaches, you do not require a new background check.  Download the Offense Declaration Form below.  Complete and scan and email to our privacy officer.

\r\n

Offense Declaration Form

\r\n

If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it here.

\r\n

 

\r\n\r\n
\r\n

The Ontario Lacrosse Association is in a partnership agreement with Sterling Backcheck in an effort to expedite a cost-effective solution for volunteer screening.  Founded in 1975, Sterling Backcheck is an international provider of screening services, including criminal record checks, to the Canadian voluntary sector. 

\r\n

OLA members can now go online to obtain the necessary criminal record check for OLA registration. The fee to OLA members is $27.00 and most reports are prepared within 24 hours (and can be shared with various non-profit organizations).  All results are confidential to end users.

\r\n

Click on the link below to begin your background check:

\r\n

https://ontariolacrosse.com/administration/sterling-backcheck

\r\n

 

\r\n

Alternatively, you can obtain a background check through the police service serving your jurisdiction:

\r\n

If you are a resident of the City of Belleville (including Corbyville, Foxboro, Plainfield, Roslin and Thurlow) a Police Vulnerable Sector Check can be obtained through an online third-party provider on the Belleville Police website for $20.00.  Click the following link to go there:

\r\n

https://www.policesolutions.ca/checks/services/belleville/index.php

\r\n

If you are a resident of the City of Quinte West (including Frankford, Batawa and Bayside), visit the following website to obtain the necessary forms and information:

\r\n

OPP Criminal Record Checks and Police Checks

\r\n

If you are a resident of a different municipality than those above, visit the website of your local police jurisdiction for information on how to obtain a background check.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Volunteer Background Check','','inherit','closed','closed','','4358-revision-v1','','','2020-03-09 14:57:38','2020-03-09 14:57:38','',4358,'http://quintelacrosse.com/4358-revision-v1/',0,'revision','',0),(5224,2,'2020-03-10 20:28:04','2020-03-10 20:28:04','','Peewee/Bantam Rep Workout','','publish','closed','closed','','peewee-bantam-rep-workout-2','','','2020-03-10 20:28:04','2020-03-10 20:28:04','',0,'http://quintelacrosse.com/mc-events/peewee-bantam-rep-workout-2/',0,'mc-events','',0),(5225,2,'2020-03-14 20:37:01','2020-03-14 20:37:01','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

For instructions on how to register, click here\r\nWe recommend using desktop or laptop computers for registration.  Registrations done on mobile devices may encounter difficulties. 

\r\n

IMPORTANT NOTE FOR PLAYERS INTERESTED IN COMPETITIVE LACROSSE:\r\n1.  ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND COMPETITIVE TRYOUTS. \r\n2.  PLAYERS RESIDING IN OR NEAREST TO OTHER ASSOCIATIONS\' BOUNDARIES MUST BE REGISTERED WITH THEIR HOME ASSOCIATON AND HAVE WRITTEN PERMISSION FROM THEIR HOME ASSOCIATION TO ATTEND TRYOUTS FOR QUINTE BAYHAWKS. \r\n3.  PLAYERS WITHIN OR NEAREST TO QMLA BOUNDARY WHO WISH TO REQUEST A RELEASE TO PLAY WITH ANOTHER CENTRE MUST FIRST REGISTER WITH QMLA PRIOR TO MARCH 15th.  THIS IS A FIRM DEADLINE IMPOSED BY THE ONTARIO LACROSSE ASSOCIATION.\r\n\r\nATTENTION NOVICE PLAYERS (2010/2011):  CURRENTLY OUR NOVICE DIVISION IS FULL AND THEREFORE YOU WILL GET THE WAIT-LIST OPTION WHEN REGISTERING.  HOWEVER, WE WILL BE OPENING MORE SPOTS AS WE CONFIRM OUR SCHEDULE AND ARENA AVAILABILITY.  WE ARE CONFIDENT THAT WE WILL BE ABLE TO ACCEPT ALL PLAYERS WHO HAVE REGISTERED ON THE WAIT-LIST.

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2020-03-14 20:37:01','2020-03-14 20:37:01','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(5226,2,'2020-03-14 20:37:31','2020-03-14 20:37:31','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

For instructions on how to register, click here\r\nWe recommend using desktop or laptop computers for registration.  Registrations done on mobile devices may encounter difficulties. 

\r\n

IMPORTANT NOTE FOR PLAYERS INTERESTED IN COMPETITIVE LACROSSE:\r\n1.  ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND COMPETITIVE TRYOUTS. \r\n2.  PLAYERS RESIDING IN OR NEAREST TO OTHER ASSOCIATIONS\' BOUNDARIES MUST BE REGISTERED WITH THEIR HOME ASSOCIATON AND HAVE WRITTEN PERMISSION FROM THEIR HOME ASSOCIATION TO ATTEND TRYOUTS FOR QUINTE BAYHAWKS. \r\n3.  PLAYERS WITHIN OR NEAREST TO QMLA BOUNDARY WHO WISH TO REQUEST A RELEASE TO PLAY WITH ANOTHER CENTRE MUST FIRST REGISTER WITH QMLA PRIOR TO MARCH 15th.  THIS IS A FIRM DEADLINE IMPOSED BY THE ONTARIO LACROSSE ASSOCIATION.

\r\n

ATTENTION NOVICE PLAYERS (2010/2011):  CURRENTLY OUR NOVICE DIVISION IS FULL AND THEREFORE YOU WILL GET THE WAIT-LIST OPTION WHEN REGISTERING.  HOWEVER, WE WILL BE OPENING MORE SPOTS AS WE CONFIRM OUR SCHEDULE AND ARENA AVAILABILITY.  WE ARE CONFIDENT THAT WE WILL BE ABLE TO ACCEPT ALL PLAYERS WHO HAVE REGISTERED ON THE WAIT-LIST.

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2020-03-14 20:37:31','2020-03-14 20:37:31','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(5227,2,'2020-03-14 20:39:06','2020-03-14 20:39:06','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

For instructions on how to register, click here\r\nWe recommend using desktop or laptop computers for registration.  Registrations done on mobile devices may encounter difficulties. 

\r\n

IMPORTANT NOTE FOR PLAYERS INTERESTED IN COMPETITIVE LACROSSE:\r\n1.  ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND COMPETITIVE TRYOUTS. \r\n2.  PLAYERS RESIDING IN OR NEAREST TO OTHER ASSOCIATIONS\' BOUNDARIES MUST BE REGISTERED WITH THEIR HOME ASSOCIATON AND HAVE WRITTEN PERMISSION FROM THEIR HOME ASSOCIATION TO ATTEND TRYOUTS FOR QUINTE BAYHAWKS. \r\n3.  PLAYERS WITHIN OR NEAREST TO QMLA BOUNDARY WHO WISH TO REQUEST A RELEASE TO PLAY WITH ANOTHER CENTRE MUST FIRST REGISTER WITH QMLA PRIOR TO MARCH 15th.  THIS IS A FIRM DEADLINE IMPOSED BY THE ONTARIO LACROSSE ASSOCIATION.

\r\n

ATTENTION NOVICE PLAYERS (2010/2011):  CURRENTLY OUR NOVICE DIVISION IS FULL AND THEREFORE YOU WILL GET THE WAIT-LIST OPTION WHEN REGISTERING.  HOWEVER, WE WILL BE OPENING MORE SPOTS AS WE CONFIRM OUR SCHEDULE AND ARENA AVAILABILITY.  WE ARE CONFIDENT THAT WE WILL BE ABLE TO ACCEPT ALL PLAYERS WHO HAVE REGISTERED ON THE WAIT-LIST.  IF YOU HAVE ANY QUESTIONS, PLEASE EMAIL US AT QUINTELACROSSE@GMAIL.COM

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2020-03-14 20:39:06','2020-03-14 20:39:06','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(5229,2,'2020-03-17 17:22:59','2020-03-17 17:22:59','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

UPDATE:  Due to health restrictions as a result of the COVID-19 virus, all OLA sanctioned lacrosse activities have been put on pause until April 5th.  As the situation progresses, we will relay information to those who have registered about how these restrictions will affect our upcoming season. 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[smartslider3 slider=4]\r\n\r\n
\r\n
\r\n
\r\n

\r\n\r\n\r\n

Tweets by QuinteLacrosse  

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n

 

\r\n[post_grid id=\"379\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

       

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2020-03-17 17:22:59','2020-03-17 17:22:59','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(5230,2,'2020-03-17 17:25:08','2020-03-17 17:25:08','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

UPDATE:  Due to health restrictions as a result of the COVID-19 virus, all OLA sanctioned lacrosse activities have been put on pause until April 5th.  As the situation progresses, we will relay information to those who have registered about how these restrictions will affect our upcoming season. 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[smartslider3 slider=4]\r\n\r\n
\r\n
\r\n
\r\n

\r\n\r\n\r\n

Tweets by QuinteLacrosse  

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n

 

\r\n[post_grid id=\"379\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

       

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2020-03-17 17:25:08','2020-03-17 17:25:08','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(5236,2,'2020-03-31 00:08:50','2020-03-31 00:08:50','','OLA covid19 march30','','inherit','open','closed','','ola-covid19-march30','','','2020-03-31 00:08:50','2020-03-31 00:08:50','',0,'http://quintelacrosse.com/wp-content/uploads/2020/03/OLA-covid19-march30.jpg',0,'attachment','image/jpeg',0),(5241,1,'2020-04-30 14:59:41','2020-04-30 14:59:41','[Best_Wordpress_Gallery id=\"2\" gal_title=\"QMLA HL Tyke 2019\"]','Tyke HL 2019','','publish','closed','closed','','qmla-hl-tyke-2019','','','2022-02-26 15:24:32','2022-02-26 20:24:32','',0,'http://quintelacrosse.com/bwg_gallery/qmla-hl-tyke-2019/',0,'bwg_gallery','',0),(5242,0,'2020-04-30 15:25:13','2020-04-30 15:25:13','','Image','','publish','closed','closed','','image','','','2020-04-30 15:25:13','2020-04-30 15:25:13','',0,'http://quintelacrosse.com/image/',0,'bwg_share','',0),(5297,2,'2020-08-22 15:33:34','2020-08-22 15:33:34','','shirt_shorts2','','inherit','open','closed','','shirt_shorts2','','','2020-08-22 15:33:34','2020-08-22 15:33:34','',0,'http://quintelacrosse.com/wp-content/uploads/2020/08/shirt_shorts2.jpg',0,'attachment','image/jpeg',0),(5298,2,'2020-08-22 15:34:52','2020-08-22 15:34:52','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Show Your Pride With Quinte Bayhawks Apparel!

\r\n

T-shirts, long sleeves, hoodies, hats, and more.  Get yours now!\r\n(some items available in other colours - see store for details)

\r\n

CLICK HERE TO GO TO STORE

\r\n

IMPORTANT INFORMATION REGARDING SHIPPING CHARGES\r\n

\r\n

The shipping prices per pieces is currently a limitation of the online store. There is a new website coming out in January which will address the shipping costs issues.

\r\n

Anyone that wants to order 2 or more pieces can place the order online and in the comments section write in “Please provide custom shipping quote” and an exact cost will be provided based on exactly what’s ordered. Upon confirmation of the actual cost, a refund will be issued for the difference.

\r\n

Finally, you can contact Imprinted Apparel (clinton@imprintedapparelstore.com) and place orders directly. You can still pay online or via e-transfer but the order will be sent to you with an accurate shipping amount.

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

\"\"

\r\n

\"\"

\r\n

 

\r\n

\"\"\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

\"\"

\r\n

\"\"

\r\n

\"\"\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

\"\"

\r\n

\"\"\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Bayhawks Apparel','','inherit','closed','closed','','5022-revision-v1','','','2020-08-22 15:34:52','2020-08-22 15:34:52','',5022,'http://quintelacrosse.com/5022-revision-v1/',0,'revision','',0),(5248,2,'2020-05-30 04:11:15','2020-05-30 04:11:15','','HL_Cancellation Release','','inherit','open','closed','','hl_cancellation-release','','','2020-05-30 04:11:15','2020-05-30 04:11:15','',0,'http://quintelacrosse.com/wp-content/uploads/2020/05/HL_Cancellation-Release.pdf',0,'attachment','application/pdf',0),(5251,2,'2020-05-31 02:44:22','2020-05-31 02:44:22','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

UPDATE (MAY 30TH): Pause on all in-person lacrosse activities has been extended to June 15th, 2020.  QMLA has determined that a recreational program cannot go ahead as planned.  A cancellation notice has been sent to registered members.  For more details, click here.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

UPDATE (MARCH 30TH): Pause on all in-person lacrosse activities has been extended to May 15th, 2020.  For more information from the OLA, see the Ontario Lacrosse Association COVID-19 Update - March 30th, 2020.  Details specific to the QMLA will be e-mailed to our current registered families.

\r\n

UPDATE:  Due to health restrictions as a result of the COVID-19 virus, all OLA sanctioned lacrosse activities have been put on pause until April 5th.  As the situation progresses, we will relay information to those who have registered about how these restrictions will affect our upcoming season.

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[smartslider3 slider=4]\r\n\r\n
\r\n
\r\n
\r\n

\r\n\r\n\r\n

Tweets by QuinteLacrosse  

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

LATEST NEWS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n

 

\r\n[post_grid id=\"379\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

       

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2020-05-31 02:44:22','2020-05-31 02:44:22','',18,'http://quintelacrosse.com/18-revision-v1/',0,'revision','',0),(5252,2,'2020-05-31 22:00:12','2020-05-31 22:00:12','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

QMLA Refund & Cancellation Policy

\r\n

NOTE: Please see our 2020 Recreational Program Cancellation for details regarding refunds for the cancellation of our 2020 Recreational Program due to COVID-19

\r\n

If written notice of withdrawal is received by the QMLA registrar not less than 2 weeks prior to the start of regular league play, a full refund of the registration fee will be provided, less a $25 administration fee.

\r\n

For a detailed outline of the QMLA Refund Policy, click HERE

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','QMLA Refund/Cancellation Policy','','inherit','closed','closed','','1097-revision-v1','','','2020-05-31 22:00:12','2020-05-31 22:00:12','',1097,'http://quintelacrosse.com/1097-revision-v1/',0,'revision','',0),(5253,2,'2020-05-31 22:03:19','2020-05-31 22:03:19','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

QMLA Refund & Cancellation Policy

\r\n

NOTE: Please see our 2020 Recreational Program Cancellation for details regarding refunds for the cancellation of our 2020 Recreational Program due to COVID-19.

\r\n

If written notice of withdrawal is received by the QMLA registrar not less than 2 weeks prior to the start of regular league play, a full refund of the registration fee will be provided, less a $25 administration fee.

\r\n

For a detailed outline of the QMLA Refund Policy, click HERE

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','QMLA Refund/Cancellation Policy','','inherit','closed','closed','','1097-revision-v1','','','2020-05-31 22:03:19','2020-05-31 22:03:19','',1097,'http://quintelacrosse.com/1097-revision-v1/',0,'revision','',0),(5260,2,'2020-06-12 16:16:54','2020-06-12 16:16:54','','covid-19-update-june-11-1','','inherit','open','closed','','covid-19-update-june-11-1','','','2020-06-12 16:16:54','2020-06-12 16:16:54','',0,'http://quintelacrosse.com/wp-content/uploads/2020/06/covid-19-update-june-11-1.pdf',0,'attachment','application/pdf',0),(5261,2,'2020-06-12 16:17:33','2020-06-12 16:17:33','','covid-19-update-june-11-1','','inherit','open','closed','','covid-19-update-june-11-1-2','','','2020-06-12 16:17:33','2020-06-12 16:17:33','',0,'http://quintelacrosse.com/wp-content/uploads/2020/06/covid-19-update-june-11-1-1.pdf',0,'attachment','application/pdf',0),(5262,2,'2020-06-12 16:21:21','2020-06-12 16:21:21','','covid-19-update-june-11-1','','inherit','open','closed','','covid-19-update-june-11-1-3','','','2020-06-12 16:21:21','2020-06-12 16:21:21','',0,'http://quintelacrosse.com/wp-content/uploads/2020/06/covid-19-update-june-11-1-2.pdf',0,'attachment','application/pdf',0),(5269,2,'2020-07-13 11:41:01','2020-07-13 11:41:01','','lacrosse-stick','','inherit','open','closed','','lacrosse-stick','','','2020-07-13 11:41:01','2020-07-13 11:41:01','',0,'http://quintelacrosse.com/wp-content/uploads/2020/07/lacrosse-stick.jpg',0,'attachment','image/jpeg',0),(5301,2,'2020-09-06 01:41:23','2020-09-06 01:41:23','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA Recreational League

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

(UPDATED SEPTEMBER 5th, 2020)

\r\n

For more information about days of play for recreational league lacrosse, see House League Days of Play

\r\n

The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. 

\r\n

This program allows all players to practice and play against players in their own age division and skill level.  Box Lacrosse recreational league is open to boys and girls age 3-16. 

\r\n

QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.

\r\n

All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (Peewee and above only).

\r\n

If you are interested in playing competitive lacrosse, please click  here for more information and tryout dates.

\r\n

To sign up now for recreational local league lacrosse, click on the button below.

\r\n

PLEASE NOTE:  FOR THE 2021 SEASON, PLAYERS BORN IN 2014 OR EARLIER WHO RESIDE IN OR CLOSEST TO ANOTHER ASSOCIATION\'S BOUNDARY (for example, Tyendinaga or Northumberland) WILL REQUIRE A RELEASE TO PLAY COMPETITIVE (REP) LACROSSE WITH QMLA.  FOR YOUR HOME ASSOCIATION, SEE WHERE DO I PLAY?

\r\n

Release Procedure and Form

\r\n

REGISTER NOW

\r\n

 

\r\n

Details about each division of our recreational program are outlined below.  Please note that days, times and locations are subject to change based on arena availability and registration numbers.

\r\n

SOFT LACROSSE

\r\n

The soft lacrosse program for ages 3 and 4 is designed to give our youngest players an opportunity to learn the basics of the game in a fun environment.  Parents are encouraged to participate on the floor with the players.  \r\nDates:  2021 DATES COMING SOON.\r\nTime:  Saturday 9:30am - 10:00am\r\nLocation:  QSWC - Mackay

\r\n

PAPERWEIGHT

\r\n

Players ages 5 and 6 will learn and practice the fundamental skills and progress into 3v3 cross-floor mini games.  Parents are encouraged to be on the floor during the mini-games to help our players be ready for their turn to play.  Pending interest levels, there may be an opportunity for players to participate in a tournament in July with other teams from across Ontario.\r\nDates:  2021 DATES COMING SOON.\r\nTime:  Saturday 10:00am - 11:00am\r\nLocation:  QSWC - Mackay

\r\n

TYKE (8U) / NOVICE (10U) / PEEWEE (12U) / BANTAM (14U) / MIDGET (16U)

\r\n

Players will learn and practice the fundamental skills weekly and play games with other local teams.  While the QSWC will be our primary facility, we intend to use other local arenas in Picton, Wellington, Trenton and Stirling.  Additionally, house league games may involve one or two games with neighbouring associations in locations such as Deseronto, Cobourg, Brighton and Amherstview.  A competitive travel team is also offered for all players.  Click here for more information and tryout dates. 

\r\n

NOTE: In addition to the days and times listed below, additional games will be played with neighbouring associations Northumberland, Tyendinaga and Kingston which may be scheduled for other days during the week.

\r\n

TYKE\r\nDates:  2021 DATES COMING SOON\r\nTimes:  TBD FOR 2021 SEASON\r\nLocations:  TBD FOR 2021 SEASON\r\nNOVICE\r\nDates:  2021 DATES COMING SOON\r\nTimes:  TBD FOR 2021 SEASON\r\nLocations: TBD FOR 2021 SEASON\r\nPEEWEE\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD FOR 2021 SEASON\r\nLocations: TBD FOR 2021 SEASON\r\nBANTAM\r\nDates: 2021 DATES COMING SOON\r\nTimes:  TBD\r\nLocations:  TBD\r\nMIDGET\r\nDates: 2021 DATES COMING SOON\r\nTimes:  TBD\r\nLocations:  TBD

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2020-09-06 01:41:23','2020-09-06 01:41:23','',1094,'http://quintelacrosse.com/1094-revision-v1/',0,'revision','',0),(5275,2,'2020-07-31 23:47:40','2020-07-31 23:47:40','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

For instructions on how to register, click here\r\nWe recommend using desktop or laptop computers for registration.  Registrations done on mobile devices may encounter difficulties. 

\r\n

IMPORTANT INSTRUCTIONS FOR RETURN-TO-ACTIVITY REGISTRATION\r\n\r\nTHERE ARE TWO REGISTRATION PRODUCTS TO CHOOSE FROM:

\r\n1.  RTA - REFUNDED/CANCELLED\r\nChoose this option if you were registered for the 2020 season and received a refund OR chose to carry over your registration fee to 2021.  \r\n\r\n2.  RTA - NEW MEMBER\r\nChoose this option if you did not previously register for the 2020 season.  You are either a new member or were registered in 2019.\r\n\r\n\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2020-07-31 23:47:40','2020-07-31 23:47:40','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(5276,2,'2020-07-31 23:58:15','2020-07-31 23:58:15','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

For instructions on how to register, click here\r\nWe recommend using desktop or laptop computers for registration.  Registrations done on mobile devices may encounter difficulties. 

\r\n

IMPORTANT INSTRUCTIONS FOR RETURN-TO-ACTIVITY REGISTRATION\r\n\r\nTHERE ARE TWO REGISTRATION PRODUCTS TO CHOOSE FROM:

\r\n

1.  RTA - REFUNDED/CANCELLED\r\nChoose this option if you were registered for the 2020 season and received a refund OR chose to carry over your registration fee to 2021.  \r\n\r\n2.  RTA - NEW MEMBER\r\nChoose this option if you did not previously register for the 2020 season.  You are either a new member or were registered in 2019.\r\n\r\n

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2020-07-31 23:58:15','2020-07-31 23:58:15','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(5277,2,'2020-08-01 00:59:05','2020-08-01 00:59:05','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

For instructions on how to register, click here\r\nWe recommend using desktop or laptop computers for registration.  Registrations done on mobile devices may encounter difficulties. 

\r\n

IMPORTANT INSTRUCTIONS FOR RETURN-TO-ACTIVITY REGISTRATION

\r\n

THERE ARE TWO REGISTRATION PRODUCTS TO CHOOSE FROM:

\r\n

1.  RTA - REFUNDED/CANCELLED\r\nChoose this option if you were registered for the 2020 season and received a refund OR chose to carry over your registration fee to 2021.  \r\n\r\n2.  RTA - NEW MEMBER\r\nChoose this option if you did not previously register for the 2020 season.  You are either a new member or were registered in 2019.\r\n\r\n

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2020-08-01 00:59:05','2020-08-01 00:59:05','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(5287,2,'2020-08-10 15:56:53','2020-08-10 15:56:53','
\r\n
\r\n
\r\n
\r\n

 

\r\n

 

\r\n \r\n

Registration for our 2021 summer program in now closed.  Watch for details on upcoming programs in winter and spring 2022.

\r\n

GO BAYHAWKS!

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Registration Closed','','publish','closed','closed','','registration-closed','','','2021-08-31 10:23:58','2021-08-31 14:23:58','',0,'http://quintelacrosse.com/?page_id=5287',0,'page','',0),(5293,2,'2020-08-20 18:53:03','2020-08-20 18:53:03','
\r\n
\r\n
\r\n
\r\n

 

\r\n

 

\r\n \r\n

Sorry, online registration for ReLax in the Summer is now closed.

\r\n\r\n
\r\n
\r\n
\r\n
','Registration Closed','','inherit','closed','closed','','5287-revision-v1','','','2020-08-20 18:53:03','2020-08-20 18:53:03','',5287,'http://quintelacrosse.com/5287-revision-v1/',0,'revision','',0),(5282,2,'2020-08-01 01:36:23','2020-08-01 01:36:23','','ReLAx in the Summer pic','','inherit','open','closed','','relax-in-the-summer-pic','','','2020-08-01 01:36:23','2020-08-01 01:36:23','',0,'http://quintelacrosse.com/wp-content/uploads/2020/08/ReLAx-in-the-Summer-pic.jpg',0,'attachment','image/jpeg',0),(5288,2,'2020-08-10 15:56:53','2020-08-10 15:56:53','
\r\n
\r\n
\r\n
\r\n

 

\r\n

 

\r\n \r\n

Sorry, online registration for ReLax in the Summer is now closed.

\r\n

If you would like to register, please contact us at quintelacrosse@gmail.com

\r\n\r\n
\r\n
\r\n
\r\n
','Registration Closed','','inherit','closed','closed','','5287-revision-v1','','','2020-08-10 15:56:53','2020-08-10 15:56:53','',5287,'http://quintelacrosse.com/5287-revision-v1/',0,'revision','',0),(5327,2,'2020-09-23 11:26:21','2020-09-23 11:26:21','
\r\n
\r\n
\r\n
\r\n

Quinte Minor Lacrosse Association - Annual General Meeting

\r\n

The 2020 AGM will be held on Tuesday October 20th, 2020 at 6:30pm via Zoom online video conference.  All members are invited to attend the AGM to hear about the year in review and to learn how you can become more involved.  An invitation will be shared closer to the date.

\r\n

We are looking for members who are willing to help in various roles to ensure the next season is an even greater success.  If you are interested in playing a role in the success of our sport in the Quinte region, let us know!  Send us an email at quintelacrosse@gmail.com

\r\n

Volunteers are crucial to the success of the association and we need your help!

\r\n

We look forward to seeing you on October 20th!

\r\n

 

\r\n

\"\"\"\"\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','QMLA Notice of AGM','','draft','open','open','','qmla-notice-of-agm-2','','','2021-06-03 22:35:32','2021-06-03 22:35:32','',0,'http://quintelacrosse.com/?p=5327',0,'post','',0),(5329,2,'2020-09-23 11:26:21','2020-09-23 11:26:21','
\r\n
\r\n
\r\n
\r\n

Quinte Minor Lacrosse Association - Annual General Meeting

\r\n

The 2020 AGM will be held on Tuesday October 20th, 2020 at 6:30pm via Zoom online video conference.  All members are invited to attend the AGM to hear about the year in review and to learn how you can become more involved.  An invitation will be shared closer to the date.

\r\n

We are looking for members who are willing to help in various roles to ensure the next season is an even greater success.  If you are interested in playing a role in the success of our sport in the Quinte region, let us know!  Send us an email at quintelacrosse@gmail.com

\r\n

Volunteers are crucial to the success of the association and we need your help!

\r\n

We look forward to seeing you on October 20th!

\r\n

 

\r\n

\"\"\"\"\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','QMLA Notice of AGM','','inherit','closed','closed','','5327-revision-v1','','','2020-09-23 11:26:21','2020-09-23 11:26:21','',5327,'http://quintelacrosse.com/5327-revision-v1/',0,'revision','',0),(5328,2,'2020-09-21 20:18:24','2020-09-21 20:18:24','
\r\n
\r\n
\r\n
\r\n

Quinte Minor Lacrosse Association - Annual General Meeting

\r\n

The 2020 AGM will be held on Tuesday October 20th, 2020 at 6:30pm via Zoom online video conference.  All members are invited to attend the AGM to hear about the year in review and to learn how you can become more involved.  We are looking to fill the following positions on our board of directors:

\r\n

Marketing & Advertising Director\r\nFundraising & Sponsorship Director

\r\n

Nominations for these positions can be made up until the beginning of the meeting. 

\r\n

We are also looking for additional “at large” members who are willing to help in various roles to ensure the next season is an even greater success.  

\r\n

Volunteers are crucial to the success of the association and we need your help!

\r\n

We look forward to seeing you on September 26th!

\r\n

\"\"\"\"\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','QMLA Notice of AGM','','inherit','closed','closed','','5327-revision-v1','','','2020-09-21 20:18:24','2020-09-21 20:18:24','',5327,'http://quintelacrosse.com/5327-revision-v1/',0,'revision','',0),(5390,2,'2021-06-03 23:31:15','2021-06-03 23:31:15','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2021 Recreational League Days of Play

\r\n

***UPDATED June 3rd 2021***

\r\n

 

\r\n

Below are the days of the week and times that each division will play.  All dates, times and locations are subject to change.

\r\n

Times shown are start of play to field exit.  Please arrive 10 minutes early ready to play.

\r\n

Regular Field Times (all at Thurlow Fields unless otherwise noted on schedule):

\r\n

Soft Lacrosse (2017/2018)            Tuesdays, 5:30pm-6:00pm, Thurlow, August 10th - September 21st\r\nPaperweight (2015/2016)              Tuesdays, 5:00pm-5:50pm, Thurlow, August 10th - September 21st

\r\n

U9 (2013/2014)                                Tuesdays, 6:00pm-6:50pm, Thurlow, August 10th - September 21st\r\nU11 (2011/2012)                              Thursdays, 5:00pm-5:50pm, Thurlow, August 12th - September 23rd\r\nU13 (2009/2010)                              Thursdays, 6:00pm-6:50pm, Thurlow, August 12th - September 23rd\r\nU15 (2007/2008)                              TBD - Stay tuned for programming information\r\n

\r\n

The first week of the schedule will be a development session with experienced instructors.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2021-06-03 23:31:15','2021-06-03 23:31:15','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(5381,2,'2021-03-31 19:36:58','2021-03-31 19:36:58','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2021 Recreational League Days of Play

\r\n

***UPDATED April 1st 2021***

\r\n

 

\r\n

Below are the days of the week and times that each division will play.  All dates, times and locations are subject to change.

\r\n

Times shown reflect arena entry and exit times.  Floor time will start 10 minutes after entry time and end 15 minutes prior to exit time.

\r\n

Regular Floor Times (all at QSWC unless otherwise noted on schedule):

\r\n

Soft Lacrosse (2017/2018)            Saturdays, 9:00am-9:50am, QSWC, April 24th - June 5th (no lacrosse May 22nd)\r\nPaperweight (2015/2016)              Saturdays, 9:50am-11:05am, QSWC, April 24th - June 5th (no lacrosse May 22nd)

\r\n

U9 (2013/2014)                                Saturdays, 11:05am-12:20pm, QSWC, April 24th - June 5th (no lacrosse May 22nd)\r\nU11 (2011/2012)                              Saturdays, 12:20pm-1:35pm, QSWC, April 24th - June 5th (no lacrosse May 22nd)\r\nU13 (2009/2010)                              Fridays, 5:30pm-6:45pm, QSWC, April 23rd - June 5th (no lacrosse May 21st)\r\nU15 (2007/2008)                              Fridays, 6:45pm-8:00pm, QSWC, April 23rd - June5th (no lacrosse May 21st)\r\n

\r\n

The first week of the schedule will be a development session with experienced instructors.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2021-03-31 19:36:58','2021-03-31 19:36:58','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(5387,2,'2021-06-03 23:10:09','2021-06-03 23:10:09','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

2021 Quinte Bayhawks Competitive Coaches

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks U9
\r\n
 
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks U11
\r\n
 
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks U13
\r\n
 
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
Quinte Bayhawks U15
\r\n
 
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Competitive Coaches','','inherit','closed','closed','','4936-revision-v1','','','2021-06-03 23:10:09','2021-06-03 23:10:09','',4936,'http://quintelacrosse.com/4936-revision-v1/',0,'revision','',0),(5389,2,'2021-06-03 23:18:51','2021-06-03 23:18:51','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

How to Register

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n

Please read and follow the instructions below to register for 2021.

\r\n\r\n
\r\n
\r\n

If you have any problems, please contact quintelacrosse@gmail.com.

\r\n\r\n
\r\n
\r\n

=================================================

\r\n

Click here to see the Days of Play

\r\n

Click here to see the 2021 Registration Fees

\r\n\r\n

Returning Players

\r\n

If you ALREADY HAVE a SportzSoft login:

\r\n

Here is the online registration link: REGISTER HERE

\r\n

Please login and register for the program(s) your child(ren) is intending to play this season.  Your Proof of Age document(s) should already be in the system.

\r\n

NOTES:

\r\n

1. All players interested in the competitive (rep) lacrosse program should select the house league option when registering.  Upon successfully making a competitive team your registration will be flipped to the rep program.

\r\n

2. Please make sure to complete online payment of the 2021 fees for each child registered. \r\nREGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.

\r\n

3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

 

\r\n\r\n

New Players to Quinte Minor Lacrosse

\r\n

If you are NEW to QMLA and DO NOT HAVE a SportzSoft account you will need to create one and upload Proof of Age document(s). 

\r\n

To create a SportzSoft account:

\r\n

1. Click the online registration link: REGISTER HERE

\r\n

2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password

\r\n

3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n** NOTE: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

4. To register a player, click the “New Registration” button, select the child’s name from the Participant list, and then click “Next”.

\r\n

5. The drop-down menu will show all open registrations that child is eligible to play.  Please select the program you want and complete the registration for that product. 

\r\n

6. Read and agree to the OLA Waivers

\r\n

7. Complete the Questionnaire (if applicable)

\r\n

8. Upload a valid Proof of Age document (pdf, jpg files only).  Acceptable proof of age is a birth certificate, health card or passport.

\r\n

9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.

\r\n

NOTE: Registration is NOT complete until a valid proof of age document is uploaded AND payment is received for each child.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2021-06-03 23:18:51','2021-06-03 23:18:51','',4168,'http://quintelacrosse.com/4168-revision-v1/',0,'revision','',0),(5558,2,'2022-03-01 09:32:58','2022-03-01 14:32:58',' ','','','publish','closed','closed','','5558','','','2022-03-01 09:32:58','2022-03-01 14:32:58','',0,'https://quintelacrosse.com/5558/',13,'nav_menu_item','',0),(5294,2,'2020-08-22 14:23:07','2020-08-22 14:23:07','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

For instructions on how to register, click here\r\nWe recommend using desktop or laptop computers for registration.  Registrations done on mobile devices may encounter difficulties. 

\r\n

IMPORTANT INSTRUCTIONS FOR RETURN-TO-ACTIVITY REGISTRATION

\r\n

THERE ARE TWO REGISTRATION PRODUCTS TO CHOOSE FROM:

\r\n

1.  RTA - REFUNDED/CANCELLED\r\nChoose this option if you were registered for the 2020 season and received a refund OR chose to carry over your registration fee to 2021.  \r\n\r\n2.  RTA - NEW MEMBER\r\nChoose this option if you did not previously register for the 2020 season.  You are either a new member or were registered in 2019.\r\n\r\n

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Late Registration Portal','','publish','closed','closed','','late-registration-portal','','','2020-08-23 14:07:36','2020-08-23 14:07:36','',0,'http://quintelacrosse.com/?page_id=5294',0,'page','',0),(5295,2,'2020-08-22 14:25:17','2020-08-22 14:25:17','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

For instructions on how to register, click here\r\nWe recommend using desktop or laptop computers for registration.  Registrations done on mobile devices may encounter difficulties. 

\r\n

IMPORTANT INSTRUCTIONS FOR RETURN-TO-ACTIVITY REGISTRATION

\r\n

THERE ARE TWO REGISTRATION PRODUCTS TO CHOOSE FROM:

\r\n

1.  RTA - REFUNDED/CANCELLED\r\nChoose this option if you were registered for the 2020 season and received a refund OR chose to carry over your registration fee to 2021.  \r\n\r\n2.  RTA - NEW MEMBER\r\nChoose this option if you did not previously register for the 2020 season.  You are either a new member or were registered in 2019.\r\n\r\n

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Late Registration Portal','','inherit','closed','closed','','5294-revision-v1','','','2020-08-22 14:25:17','2020-08-22 14:25:17','',5294,'http://quintelacrosse.com/5294-revision-v1/',0,'revision','',0),(5296,2,'2020-08-22 15:22:28','2020-08-22 15:22:28','
\n
\n
\n
\n

 

\n

Show Your Pride With Quinte Bayhawks Apparel!

\n

T-shirts, long sleeves, hoodies, hats, and more.  Get yours now!\n(some items available in other colours - see store for details)

\n

CLICK HERE TO GO TO STORE

\n

IMPORTANT INFORMATION REGARDING SHIPPING CHARGES\n

\n

The shipping prices per pieces is currently a limitation of the online store. There is a new website coming out in January which will address the shipping costs issues.

\n

Anyone that wants to order 2 or more pieces can place the order online and in the comments section write in “Please provide custom shipping quote” and an exact cost will be provided based on exactly what’s ordered. Upon confirmation of the actual cost, a refund will be issued for the difference.

\n

Finally, you can contact Imprinted Apparel (clinton@imprintedapparelstore.com) and place orders directly. You can still pay online or via e-transfer but the order will be sent to you with an accurate shipping amount.

\n

 

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

\"\"

\n

\"\"

\n

\"\"

\n

 

\n

\"\"\"\"

\n\n
\n
\n
\n
\n

\"\"

\n

\"\"

\n

\"\"

\n

\"\"\"\"

\n\n
\n
\n
\n
\n

\"\"

\n

\"\"

\n

\"\"\"\"

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\n \n\n
\n
\n
\n
','Bayhawks Apparel','','inherit','closed','closed','','5022-autosave-v1','','','2020-08-22 15:22:28','2020-08-22 15:22:28','',5022,'http://quintelacrosse.com/5022-autosave-v1/',0,'revision','',0),(5302,2,'2020-09-06 13:50:41','2020-09-06 13:50:41','','your_logo_here','','inherit','open','closed','','your_logo_here','','','2020-09-06 13:50:41','2020-09-06 13:50:41','',4068,'http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here.jpg',0,'attachment','image/jpeg',0),(5304,2,'2020-09-06 13:53:21','2020-09-06 13:53:21','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Bantam Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Bantam House League

\r\n

2021

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the Bantam Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Bantam Division','','inherit','closed','closed','','4068-revision-v1','','','2020-09-06 13:53:21','2020-09-06 13:53:21','',4068,'http://quintelacrosse.com/4068-revision-v1/',0,'revision','',0),(5306,2,'2020-09-06 14:18:00','2020-09-06 14:18:00','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

2021 Quinte Bayhawks Competitive Coaches

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks Tyke
\r\n
 
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks Novice
\r\n
 
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks Peewee
\r\n
 
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
Quinte Bayhawks Bantam
\r\n
 
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Competitive Coaches','','inherit','closed','closed','','4936-revision-v1','','','2020-09-06 14:18:00','2020-09-06 14:18:00','',4936,'http://quintelacrosse.com/4936-revision-v1/',0,'revision','',0),(5307,2,'2020-09-06 14:21:44','2020-09-06 14:21:44','
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n

Our Office is located at the intersection of Grid Blvd. and Bold Way. If you have trouble finding us, please contact us for more information and hours.

\r\n\r\n

Email

\r\n

quintelacrosse@gmail.com

\r\n\r\n

Phone

\r\n

613-242-0462

\r\n\r\n

Address

\r\n

Belleville, ON

\r\n

\r\n\r\n
\r\n
\r\n

Get in Touch

\r\n

We are here to answer any questions you may have.  Reach out to us and we\'ll respond as soon as we can.

\r\n\r\n
\r\n\r\n[wpforms id=\"11\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Contact Us','','inherit','closed','closed','','22-autosave-v1','','','2020-09-06 14:21:44','2020-09-06 14:21:44','',22,'http://quintelacrosse.com/22-autosave-v1/',0,'revision','',0),(5308,2,'2020-09-06 14:24:12','2020-09-06 14:24:12','
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n

Our Office is located at the intersection of Grid Blvd. and Bold Way. If you have trouble finding us, please contact us for more information and hours.

\r\n\r\n

Email

\r\n

quintelacrosse@gmail.com

\r\n\r\n

Phone

\r\n

613-242-0462

\r\n\r\n

Address

\r\n

Belleville, ON

\r\n

\r\n\r\n
\r\n
\r\n

Get in Touch

\r\n

We are here to answer any questions you may have.  Reach out to us and we\'ll respond as soon as we can.

\r\n\r\n
\r\n\r\n[wpforms id=\"11\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Contact Us','','inherit','closed','closed','','22-revision-v1','','','2020-09-06 14:24:12','2020-09-06 14:24:12','',22,'http://quintelacrosse.com/22-revision-v1/',0,'revision','',0),(5310,2,'2020-09-06 14:43:08','2020-09-06 14:43:08','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

How to Register

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n

Please read and follow the instructions below to register for 2020.

\r\n\r\n
\r\n
\r\n

If you have any problems, please contact quintelacrosse@gmail.com.

\r\n\r\n
\r\n
\r\n

=================================================

\r\n\r\n

Returning Players and Those Already Registered for Try Lacrosse

\r\n

 

\r\n

If you ALREADY HAVE a SportzSoft login:

\r\n

Here is the online registration link: REGISTER HERE

\r\n

Please login and register for the program(s) your child(ren) is intending to play this season.  Your Proof of Age document(s) should already be in the system.

\r\n

** NOTES:

\r\n

1. All players interested in the competitve (rep) lacrosse program should select the house league option when registering.  Upon successfully making a competitive team your registration will be flipped to the rep program.

\r\n

2. Please make sure to complete online payment of the 2020 fees for each child registered.

\r\n

3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

 

\r\n\r\n

New Players to Quinte Minor Lacrosse and New Try Lacrosse Registrations 

\r\n

 

\r\n

If you are NEW to QMLA and DO NOT HAVE a SportzSoft account you will need to create one and upload Proof of Age document(s).  **proof of age not required for Try Lacrosse.

\r\n

To create a SportzSoft account:

\r\n

1. Click the online registration link: REGISTER HERE

\r\n

2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password

\r\n

3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n** NOTE: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

4. To register a player, click the “New Registration” button, select the child’s name from the Participant list, and then click “Next”.

\r\n

5. The drop-down menu will show all open registrations that child is eligible to play.  Please select the program you want and complete the registration for that product. 

\r\n

6. Read and agree to the OLA Waivers

\r\n

7. Complete the Questionnaire (if applicable)

\r\n

8. Upload a valid Proof of Age document (pdf, jpg files only)\r\n** NOTE: Proof of Age is not required for Try Lacrosse registrations

\r\n

9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.

\r\n

** NOTE: Registration is NOT complete until a valid proof of age document is uploaded AND payment is received for each child, except for Try Lacrosse where proof of age and payment is not required.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2020-09-06 14:43:08','2020-09-06 14:43:08','',4168,'http://quintelacrosse.com/4168-revision-v1/',0,'revision','',0),(5360,2,'2021-03-26 12:53:07','2021-03-26 12:53:07','
\r\n
\r\n
\r\n
\r\n

 

\r\n

 

\r\n \r\n

Registration is currently closed.  Registration for 2021 programming coming soon.

\r\n\r\n
\r\n
\r\n
\r\n
','Registration Closed','','inherit','closed','closed','','5287-revision-v1','','','2021-03-26 12:53:07','2021-03-26 12:53:07','',5287,'http://quintelacrosse.com/5287-revision-v1/',0,'revision','',0),(5362,2,'2021-03-28 13:31:58','2021-03-28 13:31:58','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2021 Recreational League Days of Play

\r\n

***UPDATED MARCH 28th 2021

\r\n

 

\r\n

Below are the tentative days of the week that each division will play.  This page will be continuously updated as arenas are confirmed and registration numbers are final.  Locations on some dates may change due to prior arena bookings.

\r\n

Regular Floor Times (all at QSWC unless otherwise noted on schedule):

\r\n

Soft Lacrosse (2017/2018)            Saturdays, 9:30-10:00am, QSWC, May 1st - June 12th (no lacrosse May 22nd)\r\nPaperweight (2015/2016)              Saturdays, 10:00-11:00am, QSWC, May 1st - June 12th (no lacrosse May 22nd)

\r\n

U9 (2013/2014)                                Sundays, 2:00-3:00pm, QSWC, May 2nd - June 12th (no lacrosse May 23rd)\r\nU11 (2011/2012)                              Sundays, 3:00-4;00pm, QSWC, May 2nd - June 12th (no lacrosse May 23rd)\r\nU13 (2009/2010)                              Fridays, 6:00-7:00pm, QSWC, April 30th - June 12th (no lacrosse May 21st)\r\nU15 (2007/2008)                              Fridays, 6:00-7:00pm, QSWC, April 30th - June12th (no lacrosse May 21st)\r\n

\r\n

The first two weeks of the schedule will be development sessions with experienced instructors.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2021-03-28 13:31:58','2021-03-28 13:31:58','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(5363,2,'2021-03-28 13:36:12','2021-03-28 13:36:12','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA Recreational League

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

For more information about days of play for recreational league lacrosse, see House League Days of Play

\r\n

The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. 

\r\n

This program allows all players to practice and play against players in their own age division and skill level.  Box Lacrosse recreational league is open to boys and girls age 3-16. 

\r\n

QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.

\r\n

All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (Peewee and above only).

\r\n

If you are interested in playing competitive lacrosse, please click  here for more information and tryout dates.

\r\n

To sign up now for recreational local league lacrosse, click on the button below.

\r\n

REGISTER NOW

\r\n

 

\r\n

Details about each division of our recreational program are outlined below.  Please note that days, times and locations are subject to change based on arena availability and registration numbers.

\r\n

SOFT LACROSSE

\r\n

The soft lacrosse program for ages 3 and 4 is designed to give our youngest players an opportunity to learn the basics of the game in a fun environment.  Parents are encouraged to participate on the floor with the players.  \r\nDates:  May 1st to June 12th (no lacrosse May 22nd)\r\nTime:  Saturday 9:30am - 10:00am\r\nLocation:  QSWC

\r\n

PAPERWEIGHT

\r\n

Players ages 5 and 6 will learn and practice the fundamental skills and progress into 3v3 cross-floor mini games.  Parents are encouraged to be on the floor during the mini-games to help our players be ready for their turn to play.\r\nDates:  May 1st to June 12th (no lacrosse May 22nd)\r\nTime:  Saturday 10:00am - 11:00am\r\nLocation:  QSWC

\r\n

U9 / U11 / U13 / U15 / U17

\r\n

Players will learn and practice the fundamental skills weekly and play games against teams in their division.  Quinte Sports and Wellness Centre will be the primary location for all lacrosse activities.  A competitive travel team is also offered for all players.  Click here for more information and tryout dates. 

\r\n

U9\r\nDates:  Sundays, May 2nd to June 6th, and Saturday June 12th (no lacrosse May 23rd)\r\nTimes:  2:00pm\r\nLocation:  QSWC\r\nU11\r\nDates: Sundays, May 2nd to June 6th, and Saturday June 12th (no lacrosse May 23rd)\r\nTimes: 3:00pm\r\nLocations: QSWC\r\nU13\r\nDates: Fridays, April 30th to June 3rd, and Saturday June 12th (no lacrosse May 21st)\r\nTimes: 6:00pm\r\nLocations: QSWC\r\nU15\r\nDates: Fridays, April 30th to June 3rd, and Saturday June 12th (no lacrosse May 21st)\r\nTimes:  7:00pm\r\nLocations:  QSWC\r\nU17\r\nNot offered for the 2021 season.

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2021-03-28 13:36:12','2021-03-28 13:36:12','',1094,'http://quintelacrosse.com/1094-revision-v1/',0,'revision','',0),(5312,2,'2020-09-06 14:47:27','2020-09-06 14:47:27','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Midget Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Midget House League

\r\n

2021

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the Midget Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Midget Division','','inherit','closed','closed','','4070-revision-v1','','','2020-09-06 14:47:27','2020-09-06 14:47:27','',4070,'http://quintelacrosse.com/4070-revision-v1/',0,'revision','',0),(5313,2,'2020-09-06 14:52:23','2020-09-06 14:52:23','
\r\n
\r\n
\r\n
\r\n

 

\r\n \r\n

Mission Statement

\r\n

The Quinte Minor Lacrosse Association is committed to providing good spirited competition at all levels. Each player will be given the opportunity to develop his or her skills in a safe and positive environment. This will be provided through the committed cooperation of players, parents, coaches and officials.

\r\n

Philosophy

\r\n

The Quinte Minor Lacrosse Association feels that lacrosse is not only a fun and exciting sports activity but also a healthy and positive alternative for our young people\'s fitness and personal development.

\r\n

In keeping with this philosophy, the general aim of our association is to encourage growth in our association with the primary concern being player development. This development can be achieved by broadening our base (eg. increasing our numbers at the house league level) without jeopardizing the development of the competitive player.

\r\n

The key to this grassroots movement requires commitment and leadership on the part of the executive and competitive coaches, as well as increased involvement of volunteers within our association

\r\n

Zero Tolerance Abuse Policy

\r\n

There will be a “Zero Tolerance Policy” of anyone responsible for physical or verbal abuse directed towards officials, coaching staff, players, and other spectators before, during or at any time after the game. 

\r\n

If a parent, player or spectator is disrupting the game or verbally or physically abusing any player, member of the coaching staff, official, or other spectator, the game shall be stopped and the offender ejected from the arena. If a person refuses to leave the arena, the game will be held until such time as they do. If a person continues to refuse the referee will inform the arena staff who will in turn call the police to have them charged with trespassing and escorted from the facility. The referees will include the names and address of the offender on the game sheet and they will be banned from the facility for the reminder of the lacrosse season. The referees will be informed of this policy prior to the games and asked to adhere to this policy. 

\r\nQuinte Minor Lacrosse Association encourages fair play, friendly competition and the opportunity for all to enjoy the game of Lacrosse without fear of harassment or physical harm. \r\n

Refund Policy

\r\n

The refund policy is described in the QMLA Constitution and should be referred to for details.\r\nThe QMLA constitution can be found here - QMLA Constitution 

\r\n\r\n
\r\n
\r\n
\r\n
','Mission & Vision','','inherit','closed','closed','','4931-revision-v1','','','2020-09-06 14:52:23','2020-09-06 14:52:23','',4931,'http://quintelacrosse.com/4931-revision-v1/',0,'revision','',0),(5314,2,'2020-09-06 16:10:13','2020-09-06 16:10:13','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

Paperweight Division 3v3 Mini-Game Lacrosse

\r\n

Quinte Minor Lacrosse offers a 3v3 mini-game (cross-floor) format to introduce the players at the paperweight age to lacrosse.  This program will provide all players with more opportunities to control and shoot the ball.  This is a non-contact program with an emphasis on learning the skills of the game and having FUN!

\r\n

2021 dates and times to be confirmed.

\r\n

Want to \"Try Lacrosse\" before you buy, please register for our FREE clinics HERE

\r\n

For information on how to register, click HERE

\r\n

To register, click HERE

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Paperweight 3v3','','inherit','closed','closed','','4218-revision-v1','','','2020-09-06 16:10:13','2020-09-06 16:10:13','',4218,'http://quintelacrosse.com/4218-revision-v1/',0,'revision','',0),(5315,2,'2020-09-06 19:00:54','2020-09-06 19:00:54','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Paperweight Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Paperweight House League

\r\n

2021

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the Paperweight Division home page.  Below you will find a complete division schedule as well as links to each team\'s roster and schedule.

\r\n

Paperweight teams will participate in 3v3 cross-floor games.

\r\n\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 3

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Paperweight Division','','inherit','closed','closed','','4072-revision-v1','','','2020-09-06 19:00:54','2020-09-06 19:00:54','',4072,'http://quintelacrosse.com/4072-revision-v1/',0,'revision','',0),(5316,2,'2020-09-06 19:01:52','2020-09-06 19:01:52','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Paperweight Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Paperweight House League

\r\n

2021

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the Paperweight Division home page.  Below you will find a complete division schedule as well as links to each team\'s roster and schedule.

\r\n

Paperweight teams will participate in 3v3 cross-floor games.

\r\n\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 3

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Paperweight Division','','inherit','closed','closed','','4072-revision-v1','','','2020-09-06 19:01:52','2020-09-06 19:01:52','',4072,'http://quintelacrosse.com/4072-revision-v1/',0,'revision','',0),(5317,2,'2020-09-06 19:04:44','2020-09-06 19:04:44','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Peanut Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Peanut House League

\r\n

2020

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the Peanut Division home page.  Below you will find the schedule and other important information about our cutest Bayhawks!

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Peanut Division','','inherit','closed','closed','','4074-revision-v1','','','2020-09-06 19:04:44','2020-09-06 19:04:44','',4074,'http://quintelacrosse.com/4074-revision-v1/',0,'revision','',0),(5318,2,'2020-09-06 19:07:53','2020-09-06 19:07:53','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Quinte Mat Rentals Novice Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Novice House League

\r\n

2021

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Novice Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\n \r\n\r\n
\r\n
\r\n\r\n \r\n\r\n \r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1  (Purple)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2  (Gray)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Quinte Mat Rentals Novice Division','','inherit','closed','closed','','4060-revision-v1','','','2020-09-06 19:07:53','2020-09-06 19:07:53','',4060,'http://quintelacrosse.com/4060-revision-v1/',0,'revision','',0),(5320,2,'2020-09-06 19:13:33','2020-09-06 19:13:33','
\r\n
\r\n
\r\n
\r\n

 

\r\n

TaskForce Engineering Peewee Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Peewee House League

\r\n

2021

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWelcome to the Peewee Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.\r\n\r\n \r\n\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1  (Blue)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2  (White)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','TaskForce Peewee Division','','inherit','closed','closed','','4066-revision-v1','','','2020-09-06 19:13:33','2020-09-06 19:13:33','',4066,'http://quintelacrosse.com/4066-revision-v1/',0,'revision','',0),(5321,2,'2020-09-06 19:15:15','2020-09-06 19:15:15','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Tyke Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Tyke House League

\r\n

2021

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the Tyke Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Tyke Division','','inherit','closed','closed','','4007-revision-v1','','','2020-09-06 19:15:15','2020-09-06 19:15:15','',4007,'http://quintelacrosse.com/4007-revision-v1/',0,'revision','',0),(5322,2,'2020-09-06 19:16:01','2020-09-06 19:16:01','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Tyke Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Tyke House League

\r\n

2021

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the Tyke Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Tyke Division','','inherit','closed','closed','','4007-revision-v1','','','2020-09-06 19:16:01','2020-09-06 19:16:01','',4007,'http://quintelacrosse.com/4007-revision-v1/',0,'revision','',0),(5323,2,'2020-09-06 19:16:43','2020-09-06 19:16:43','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Tyke Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Tyke House League

\r\n

2021

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the Tyke Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Tyke Division','','inherit','closed','closed','','4007-revision-v1','','','2020-09-06 19:16:43','2020-09-06 19:16:43','',4007,'http://quintelacrosse.com/4007-revision-v1/',0,'revision','',0),(5391,2,'2021-06-03 23:45:14','2021-06-03 23:45:14','
\r\n
\r\n
\r\n
\r\n
\r\n
  
\r\n
\r\n

 

\r\n

 2021 Registration Fees

\r\n

Updated June 3rd, 2021

\r\n\r\n
\r\n
\r\n

Below is the fee schedule based on division.  

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Division (Birth Year)Fee 
Soft Lacrosse (2017/2018)FREE! 
Paperweight (2015/2016)$155 
U9 (2013/2014)$155 
U11 (2011/2012)$185 
U13 (2009/2010)$185 
U15 (2007/2008)TBD 
   
\r\n

All registrations can be done on-line.  If you are registering a new player a copy of a birth certificate or health card must be uploaded along with the registration. For more information on how to register, click here.  You must also have a valid email address.

\r\n

Please review our refund policy:  QMLA Refund Policy

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2021-06-03 23:45:14','2021-06-03 23:45:14','',1096,'http://quintelacrosse.com/1096-revision-v1/',0,'revision','',0),(5393,2,'2021-06-03 23:53:37','2021-06-03 23:53:37','
\r\n
\r\n
\r\n
\r\n

 

\r\n

 

\r\n

Police Background Check (Vulnerable Sector Check)

\r\n

According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:

\r\n

\"All OLA bench personnel (coaches, staff, trainers, etc.) and all OLA certified officials (box and field)\r\nwho are 18 years of age as of January 1st of the current year who coach or officiate athletes 17 years of age or\r\nyounger must submit a current Criminal Record Check (Vulnerable Criminal Record Check) (CRC) upon\r\nregistering for the current year. For previously approved individuals, an Offense Declaration must be submitted\r\nas per OR3.01(b). It is the position of the OLA that all OLA member clubs with additional registered volunteers\r\nwho have direct contact with athletes 17 years of age or younger also submit a CRC.\"

\r\n

 

\r\n

If you are new to coaching or volunteering with a team you will need to obtain a police vulnerable sector check (police background check).  You can do this through any one of the methods outlined below.  When complete, upload the PDF or image (JPG) of your completed form to your SportzSoft account profile.

\r\n

For returning coaches, you do not require a new background check.  Download the Offense Declaration Form below.  Complete and scan and email to our privacy officer.

\r\n

Offense Declaration Form

\r\n

If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it here.

\r\n

 

\r\n\r\n
\r\n

The Ontario Lacrosse Association is in a partnership agreement with Sterling Backcheck in an effort to expedite a cost-effective solution for volunteer screening.  Founded in 1975, Sterling Backcheck is an international provider of screening services, including criminal record checks, to the Canadian voluntary sector. 

\r\n

OLA members can now go online to obtain the necessary criminal record check for OLA registration. The fee to OLA members is $27.00 and most reports are prepared within 24 hours (and can be shared with various non-profit organizations).  All results are confidential to end users.

\r\n

Click on the link below to begin your background check:

\r\n

https://ontariolacrosse.com/administration/sterling-backcheck

\r\n

 

\r\n

Alternatively, you can obtain a background check through the police service serving your jurisdiction:

\r\n

If you are a resident of the City of Belleville (including Corbyville, Foxboro, Plainfield, Roslin and Thurlow) a Police Vulnerable Sector Check can be obtained through an online third-party provider on the Belleville Police website for $20.00.  Click the following link to go there:

\r\n

https://www.policesolutions.ca/checks/services/belleville/index.php

\r\n

If you are a resident of the City of Quinte West (including Frankford, Batawa and Bayside), visit the following website to obtain the necessary forms and information:

\r\n

OPP Criminal Record Checks and Police Checks

\r\n

If you are a resident of a different municipality than those above, visit the website of your local police jurisdiction for information on how to obtain a background check.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Volunteer Background Check','','inherit','closed','closed','','4358-revision-v1','','','2021-06-03 23:53:37','2021-06-03 23:53:37','',4358,'http://quintelacrosse.com/4358-revision-v1/',0,'revision','',0),(5394,2,'2021-06-03 23:54:28','2021-06-03 23:54:28','
\r\n
\r\n
\r\n
\r\n

 

\r\n

 

\r\n

Police Background Check (Vulnerable Sector Check)

\r\n

According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:

\r\n

\"All OLA bench personnel (coaches, staff, trainers, etc.) and all OLA certified officials (box and field)\r\nwho are 18 years of age as of January 1st of the current year who coach or officiate athletes 17 years of age or\r\nyounger must submit a current Criminal Record Check (Vulnerable Criminal Record Check) (CRC) upon\r\nregistering for the current year. For previously approved individuals, an Offense Declaration must be submitted\r\nas per OR3.01(b). It is the position of the OLA that all OLA member clubs with additional registered volunteers\r\nwho have direct contact with athletes 17 years of age or younger also submit a CRC.\"

\r\n

 

\r\n

If you are new to coaching or volunteering with a team you will need to obtain a police vulnerable sector check (police background check).  You can do this through any one of the methods outlined below.  When complete, upload the PDF or image (JPG) of your completed form to your SportzSoft account profile.

\r\n

For returning coaches, you do not require a new background check.  Download the Offense Declaration Form below.  Complete and scan and email to our privacy officer.

\r\n

Offense Declaration Form

\r\n

If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it here.

\r\n

 

\r\n\r\n
\r\n

The Ontario Lacrosse Association is in a partnership agreement with Sterling Backcheck in an effort to expedite a cost-effective solution for volunteer screening.  Founded in 1975, Sterling Backcheck is an international provider of screening services, including criminal record checks, to the Canadian voluntary sector. 

\r\n

OLA members can now go online to obtain the necessary criminal record check for OLA registration. The fee to OLA members is $27.00 and most reports are prepared within 24 hours (and can be shared with various non-profit organizations).  All results are confidential to end users.

\r\n

Click on the link below to begin your background check:

\r\n

https://ontariolacrosse.com/administration/sterling-backcheck

\r\n

 

\r\n

Alternatively, you can obtain a background check through the police service serving your jurisdiction:

\r\n

If you are a resident of the City of Belleville (including Corbyville, Foxboro, Plainfield, Roslin and Thurlow) a Police Vulnerable Sector Check can be obtained through an online third-party provider on the Belleville Police website for $20.00.  Click the following link to go there:

\r\n

https://www.policesolutions.ca/checks/services/belleville/index.php

\r\n

If you are a resident of the City of Quinte West (including Frankford, Batawa and Bayside), visit the following website to obtain the necessary forms and information:

\r\n

OPP Criminal Record Checks and Police Checks

\r\n

If you are a resident of a different municipality than those above, visit the website of your local police jurisdiction for information on how to obtain a background check.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Volunteer Background Check','','inherit','closed','closed','','4358-revision-v1','','','2021-06-03 23:54:28','2021-06-03 23:54:28','',4358,'http://quintelacrosse.com/4358-revision-v1/',0,'revision','',0),(5395,2,'2021-06-04 00:34:13','2021-06-04 00:34:13','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA Recreational League

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

For more information about days of play for recreational league lacrosse, see Recreational League Days of Play

\r\n

The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. 

\r\n

This program allows all players to practice and play against players in their own age division and skill level.  Box Lacrosse recreational league is open to boys and girls age 3-16. 

\r\n

QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.

\r\n

All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).

\r\n

If you are interested in playing competitive lacrosse, please click  here for more information and tryout dates.

\r\n

To sign up now for recreational local league lacrosse, click on the button below.

\r\n

REGISTER NOW

\r\n

 

\r\n

Details about each division of our 2021 recreational program are outlined below.  Please note that days, times and locations are subject to change based on arena availability and registration numbers.

\r\n

Recreational league finals and wrap-up will be held Saturday September 25th, 2021 at Thurlow Fields.  Times TBD.

\r\n

SOFT LACROSSE

\r\n

The soft lacrosse program for ages 3 and 4 is designed to give our youngest players an opportunity to learn the basics of the game in a fun environment.  Parents are encouraged to participate on the floor or field with the players.  \r\nDates:  August 10th to September 21st\r\nTime:  Tuesday 5:30pm - 6:00pm\r\nLocation:  Thurlow Fields

\r\n

PAPERWEIGHT

\r\n

Players ages 5 and 6 will learn and practice the fundamental skills and progress into cross-field 3v3 games.\r\nDates:  August 10th to September 21st\r\nTime:  Tuesday 5:00pm - 5:50pm\r\nLocation:  Thurlow Fields

\r\n

U9 / U11 / U13 / U15 / U17

\r\n

Players will learn and practice the fundamental skills weekly and play games against teams in their division.  Quinte Sports and Wellness Centre (indoor) and Thurlow Fields (outdoor) will be the primary locations for all lacrosse activities.  A competitive travel team is also offered for all players.  Click here for more information and tryout dates. 

\r\n

U9\r\nDates:  August 10th - September 21st\r\nTimes: Tuesday 6:00pm - 6:50pm\r\nLocation: Thurlow Fields\r\nU11\r\nDates: August 12th - September 23rd\r\nTimes: Thursday 5:00pm - 5:50pm\r\nLocations: Thurlow Fields\r\nU13\r\nDates: August 12th - September 23rd\r\nTimes: Tuesday 6:00pm - 6:50pm\r\nLocations: Thurlow Fields\r\nU15\r\nDates: TBD\r\nTimes:  TBD\r\nLocations:  TBD\r\nU17\r\nNot offered for the 2021 season.

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2021-06-04 00:34:13','2021-06-04 00:34:13','',1094,'http://quintelacrosse.com/1094-revision-v1/',0,'revision','',0),(5396,2,'2021-06-04 00:35:38','2021-06-04 00:35:38','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA Recreational League

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

For more information about days of play for recreational league lacrosse, see Recreational League Days of Play

\r\n

The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. 

\r\n

This program allows all players to practice and play against players in their own age division and skill level.  Box Lacrosse recreational league is open to boys and girls age 3-16. 

\r\n

QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.

\r\n

All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).

\r\n

If you are interested in playing competitive lacrosse, please click  here for more information and tryout dates.

\r\n

To sign up now for recreational local league lacrosse, click on the button below.

\r\n

REGISTER NOW

\r\n

 

\r\n

Details about each division of our 2021 recreational program are outlined below.  Please note that days, times and locations are subject to change based on arena and/or field availability and registration numbers.

\r\n

2021 Recreational league finals and wrap-up will be held Saturday September 25th, 2021 at Thurlow Fields.  Times TBD.

\r\n

SOFT LACROSSE

\r\n

The soft lacrosse program for ages 3 and 4 is designed to give our youngest players an opportunity to learn the basics of the game in a fun environment.  Parents are encouraged to participate on the floor or field with the players.  \r\nDates:  August 10th to September 21st\r\nTime:  Tuesday 5:30pm - 6:00pm\r\nLocation:  Thurlow Fields

\r\n

PAPERWEIGHT

\r\n

Players ages 5 and 6 will learn and practice the fundamental skills and progress into cross-field 3v3 games.\r\nDates:  August 10th to September 21st\r\nTime:  Tuesday 5:00pm - 5:50pm\r\nLocation:  Thurlow Fields

\r\n

U9 / U11 / U13 / U15 / U17

\r\n

Players will learn and practice the fundamental skills weekly and play games against teams in their division.  Quinte Sports and Wellness Centre (indoor) and Thurlow Fields (outdoor) will be the primary locations for all lacrosse activities.  A competitive travel team is also offered for all players.  Click here for more information and tryout dates. 

\r\n

U9\r\nDates:  August 10th - September 21st\r\nTimes: Tuesday 6:00pm - 6:50pm\r\nLocation: Thurlow Fields\r\nU11\r\nDates: August 12th - September 23rd\r\nTimes: Thursday 5:00pm - 5:50pm\r\nLocations: Thurlow Fields\r\nU13\r\nDates: August 12th - September 23rd\r\nTimes: Tuesday 6:00pm - 6:50pm\r\nLocations: Thurlow Fields\r\nU15\r\nDates: TBD\r\nTimes:  TBD\r\nLocations:  TBD\r\nU17\r\nNot offered for the 2021 season.

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2021-06-04 00:35:38','2021-06-04 00:35:38','',1094,'http://quintelacrosse.com/1094-revision-v1/',0,'revision','',0),(5397,2,'2021-06-04 00:37:39','2021-06-04 00:37:39','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2021 Recreational League Days of Play

\r\n

***UPDATED June 3rd 2021***

\r\n

 

\r\n

Below are the days of the week and times that each division will play.  All dates, times and locations are subject to change.

\r\n

Times shown are start of play to field exit.  Please arrive 10 minutes early ready to play.

\r\n

2021 Recreational League Finals and Wrap-up will be held Saturday September 25th, 2021.

\r\n

Regular Field Times (all at Thurlow Fields unless otherwise noted on schedule):

\r\n

Soft Lacrosse (2017/2018)            Tuesdays, 5:30pm-6:00pm, Thurlow, August 10th - September 21st\r\nPaperweight (2015/2016)              Tuesdays, 5:00pm-5:50pm, Thurlow, August 10th - September 21st

\r\n

U9 (2013/2014)                                Tuesdays, 6:00pm-6:50pm, Thurlow, August 10th - September 21st\r\nU11 (2011/2012)                              Thursdays, 5:00pm-5:50pm, Thurlow, August 12th - September 23rd\r\nU13 (2009/2010)                              Thursdays, 6:00pm-6:50pm, Thurlow, August 12th - September 23rd\r\nU15 (2007/2008)                              TBD - Stay tuned for programming information\r\n

\r\n

The first week of the schedule will be a development session with experienced instructors.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2021-06-04 00:37:39','2021-06-04 00:37:39','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(5399,2,'2021-06-04 00:42:55','2021-06-04 00:42:55','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Peanut Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Peanut House League

\r\n

2021

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the Peanut Division home page.  Below you will find the schedule and other important information about our cutest Bayhawks!

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Soft Lacrosse','','inherit','closed','closed','','4074-revision-v1','','','2021-06-04 00:42:55','2021-06-04 00:42:55','',4074,'http://quintelacrosse.com/4074-revision-v1/',0,'revision','',0),(5401,2,'2021-06-04 00:51:10','2021-06-04 00:51:10','','Registration date QMLA 2021','','inherit','open','closed','','registration-date-qmla-2021','','','2021-06-04 00:51:10','2021-06-04 00:51:10','',0,'http://quintelacrosse.com/wp-content/uploads/2021/06/Registration-date-QMLA-2021.jpg',0,'attachment','image/jpeg',0),(5408,2,'2021-06-14 01:02:01','2021-06-14 01:02:01','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2021 Recreational League Days of Play

\r\n

***UPDATED June 13th 2021***

\r\n

 

\r\n

Below are the days of the week and times that each division will play.  All dates, times and locations are subject to change.

\r\n

Times shown are start of play to field exit.  Please arrive 10 minutes early ready to play.

\r\n

2021 Recreational League Finals and Wrap-up will be held Saturday September 25th, 2021.

\r\n

Regular Field Times (all at Thurlow Fields unless otherwise noted on schedule):

\r\n

Soft Lacrosse (2017/2018)            Tuesdays, 5:30pm-6:00pm, Thurlow, August 10th - September 21st\r\nPaperweight (2015/2016)              Tuesdays, 5:00pm-5:50pm, Thurlow, August 10th - September 21st

\r\n

U9 (2013/2014)                                Tuesdays, 6:00pm-6:50pm, Thurlow, August 10th - September 21st\r\nU11 (2011/2012)                              Thursdays, 5:00pm-5:50pm, Thurlow, August 12th - September 23rd\r\nU13 (2009/2010)                              Thursdays, 6:00pm-6:50pm, Thurlow, August 12th - September 23rd\r\nU15 (2007/2008)                              Tuesdays, 5:30pm-6:20pm, Thurlow, August 10th - September 21st\r\n

\r\n

The first week of the schedule will be a development session with experienced instructors.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2021-06-14 01:02:01','2021-06-14 01:02:01','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(5409,2,'2021-06-14 01:02:42','2021-06-14 01:02:42','
\r\n
\r\n
\r\n
\r\n
\r\n
  
\r\n
\r\n

 

\r\n

 2021 Registration Fees

\r\n

Updated June 3rd, 2021

\r\n\r\n
\r\n
\r\n

Below is the fee schedule based on division.  

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Division (Birth Year)Fee 
Soft Lacrosse (2017/2018)FREE! 
Paperweight (2015/2016)$155 
U9 (2013/2014)$155 
U11 (2011/2012)$185 
U13 (2009/2010)$185 
U15 (2007/2008)$185 
   
\r\n

All registrations can be done on-line.  If you are registering a new player a copy of a birth certificate or health card must be uploaded along with the registration. For more information on how to register, click here.  You must also have a valid email address.

\r\n

Please review our refund policy:  QMLA Refund Policy

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2021-06-14 01:02:42','2021-06-14 01:02:42','',1096,'http://quintelacrosse.com/1096-revision-v1/',0,'revision','',0),(5410,2,'2021-06-14 01:03:03','2021-06-14 01:03:03','
\r\n
\r\n
\r\n
\r\n
\r\n
  
\r\n
\r\n

 

\r\n

 2021 Registration Fees

\r\n

Updated June 13th, 2021

\r\n\r\n
\r\n
\r\n

Below is the fee schedule based on division.  

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Division (Birth Year)Fee 
Soft Lacrosse (2017/2018)FREE! 
Paperweight (2015/2016)$155 
U9 (2013/2014)$155 
U11 (2011/2012)$185 
U13 (2009/2010)$185 
U15 (2007/2008)$185 
   
\r\n

All registrations can be done on-line.  If you are registering a new player a copy of a birth certificate or health card must be uploaded along with the registration. For more information on how to register, click here.  You must also have a valid email address.

\r\n

Please review our refund policy:  QMLA Refund Policy

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2021-06-14 01:03:03','2021-06-14 01:03:03','',1096,'http://quintelacrosse.com/1096-revision-v1/',0,'revision','',0),(5411,2,'2021-06-14 01:32:35','2021-06-14 01:32:35','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

For instructions on how to register, click here\r\nWe recommend using desktop or laptop computers for registration.  Registrations done on mobile devices may encounter difficulties. 

\r\n

 

\r\n

 

\r\n

REGISTER

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2021-06-14 01:32:35','2021-06-14 01:32:35','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(5412,2,'2021-06-14 01:33:50','2021-06-14 01:33:50','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

For instructions on how to register, click here\r\nWe recommend using desktop or laptop computers for registration.  Registrations done on mobile devices may encounter difficulties. 

\r\n

 

\r\n

 

\r\n

REGISTER

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2021-06-14 01:33:50','2021-06-14 01:33:50','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(5413,2,'2021-06-14 01:55:07','2021-06-14 01:55:07','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

For instructions on how to register, click here\r\nWe recommend using desktop or laptop computers for registration.  Registrations done on mobile devices may encounter difficulties. 

\r\n

 

\r\n

 

\r\n

REGISTER

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2021-06-14 01:55:07','2021-06-14 01:55:07','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(5415,2,'2021-06-14 03:24:42','2021-06-14 03:24:42','
\r\n
\r\n
\r\n
\r\n

QMLA Awarded Jumpstart Grant

\r\n

We are excited to share that Quinte Minor Lacrosse Association has been selected by @CTJumpstart to receive a grant from their Sport Relief Fund.  The fund helps community sport organizations like ours continue to provide access to sport and play for Canadian kids.  This grant will go a long way towards helping us provide the youth in our community to return to a healthy and active lifestyle through the great sport of lacrosse.

\r\nThank you CT Jumpstart!\r\n\r\n#SportReliefFund\r\n\r\n \r\n

 

\r\n \r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n

Lee Ramsey

\r\n

President

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n

Kenneth Huff

\r\n

Product Management

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','QMLA Receives CT Jumpstart Funding','','publish','open','open','','qmla-receives-ct-jumpstart-funding','','','2021-06-16 01:46:37','2021-06-16 01:46:37','',0,'http://quintelacrosse.com/?p=5415',0,'post','',0),(5416,2,'2021-06-14 03:20:39','2021-06-14 03:20:39','
\r\n
\r\n
\r\n
\r\n

QMLA Awarded Jumpstart Grant

\r\n

We are excited to share that Quinte Minor Lacrosse Association has been selected by @CTJumpstart to receive a grant from their Sport Relief Fund.  The fund helps community sport organizations like ours continue to provide access to sport and play for Canadian kids.  This grant will go a long way towards helping us provide the youth in our community to return to a healthy and active lifestyle through the great sport of lacrosse.

\r\nThank you CT Jumpstart!\r\n\r\n#SportReliefFund\r\n\r\n \r\n

 

\r\n \r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n

Lee Ramsey

\r\n

President

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n

Kenneth Huff

\r\n

Product Management

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','QMLA Receives CT Jumpstart Funding','','inherit','closed','closed','','5415-revision-v1','','','2021-06-14 03:20:39','2021-06-14 03:20:39','',5415,'http://quintelacrosse.com/5415-revision-v1/',0,'revision','',0),(5417,2,'2021-06-14 03:22:38','2021-06-14 03:22:38','','IMG_0830','','inherit','open','closed','','img_0830','','','2021-06-16 01:51:20','2021-06-16 01:51:20','',0,'http://quintelacrosse.com/wp-content/uploads/2021/06/IMG_0830.png',0,'attachment','image/png',0),(5418,2,'2021-06-14 03:24:42','2021-06-14 03:24:42','
\r\n
\r\n
\r\n
\r\n

QMLA Awarded Jumpstart Grant

\r\n

We are excited to share that Quinte Minor Lacrosse Association has been selected by @CTJumpstart to receive a grant from their Sport Relief Fund.  The fund helps community sport organizations like ours continue to provide access to sport and play for Canadian kids.  This grant will go a long way towards helping us provide the youth in our community to return to a healthy and active lifestyle through the great sport of lacrosse.

\r\nThank you CT Jumpstart!\r\n\r\n#SportReliefFund\r\n\r\n \r\n

 

\r\n \r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n

Lee Ramsey

\r\n

President

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n

Kenneth Huff

\r\n

Product Management

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','QMLA Receives CT Jumpstart Funding','','inherit','closed','closed','','5415-revision-v1','','','2021-06-14 03:24:42','2021-06-14 03:24:42','',5415,'http://quintelacrosse.com/5415-revision-v1/',0,'revision','',0),(5419,2,'2021-06-14 03:33:21','2021-06-14 03:33:21','
\r\n
\r\n
\r\n
\r\n

 

\r\n

U17 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U17 House League

\r\n

2021

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the Midget Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n

 

\r\n

Unfortunately, we will not have a U17 program for 2021.  For inquiries, please contact us at quintelacrosse@gmail.com

\r\n \r\n\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','U17 Division','','inherit','closed','closed','','4070-revision-v1','','','2021-06-14 03:33:21','2021-06-14 03:33:21','',4070,'http://quintelacrosse.com/4070-revision-v1/',0,'revision','',0),(5420,2,'2021-06-14 14:24:18','2021-06-14 14:24:18','','QMLA Refund Policy 2021','','inherit','open','closed','','qmla-refund-policy-2021','','','2021-06-14 14:24:18','2021-06-14 14:24:18','',0,'http://quintelacrosse.com/wp-content/uploads/2021/06/QMLA-Refund-Policy-2021.pdf',0,'attachment','application/pdf',0),(5421,2,'2021-06-14 14:29:49','2021-06-14 14:29:49','','QMLA Refund Policy 2021','','inherit','open','closed','','qmla-refund-policy-2021-2','','','2021-06-14 14:29:49','2021-06-14 14:29:49','',0,'http://quintelacrosse.com/wp-content/uploads/2021/06/QMLA-Refund-Policy-2021-1.pdf',0,'attachment','application/pdf',0),(5422,2,'2021-06-14 14:32:13','2021-06-14 14:32:13','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

QMLA Refund & Cancellation Policy

\r\n

Updated June 14, 2021

\r\n

If written notice of withdrawal is received by the QMLA registrar not less than 2 weeks prior to the start of regular league play, a full refund of the registration fee will be provided, less a $25 administration fee.

\r\n

For a detailed outline of the QMLA Refund Policy, click HERE

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','QMLA Refund/Cancellation Policy','','inherit','closed','closed','','1097-revision-v1','','','2021-06-14 14:32:13','2021-06-14 14:32:13','',1097,'http://quintelacrosse.com/1097-revision-v1/',0,'revision','',0),(5423,2,'2021-06-14 14:35:03','2021-06-14 14:35:03','
\r\n
\r\n
\r\n
\r\n
\r\n
  
\r\n
\r\n

 

\r\n

 2021 Registration Fees

\r\n

Updated June 13th, 2021

\r\n\r\n
\r\n
\r\n

Below is the fee schedule based on division.  

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Division (Birth Year)Fee 
Soft Lacrosse (2017/2018)FREE! 
Paperweight (2015/2016)$155 
U9 (2013/2014)$155 
U11 (2011/2012)$185 
U13 (2009/2010)$185 
U15 (2007/2008)$185 
   
\r\n

All registrations can be done on-line.  If you are registering a new player a copy of a birth certificate or health card must be uploaded along with the registration. For more information on how to register, click here.  You must also have a valid email address.

\r\n

Please review our refund policy:  QMLA Refund Policy

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2021-06-14 14:35:03','2021-06-14 14:35:03','',1096,'http://quintelacrosse.com/1096-revision-v1/',0,'revision','',0),(5424,2,'2021-06-14 14:37:43','2021-06-14 14:37:43','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

For instructions on how to register, click here\r\nWe recommend using desktop or laptop computers for registration.  Registrations done on mobile devices may encounter difficulties. 

\r\n

Please review the QMLA Refund Policy before registering.

\r\n

 

\r\n

 

\r\n

REGISTER

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2021-06-14 14:37:43','2021-06-14 14:37:43','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(5425,2,'2021-06-14 15:15:14','2021-06-14 15:15:14','
\r\n
\r\n
\r\n
\r\n

 

\r\n

 QMLA Player Release Policy 

\r\n

QMLA Refund Policy

\r\n

QMLA Appeal Policy\r\nQMLA Code of Conduct Policy

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','QMLA Documents & Policies','','inherit','closed','closed','','4100-revision-v1','','','2021-06-14 15:15:14','2021-06-14 15:15:14','',4100,'http://quintelacrosse.com/4100-revision-v1/',0,'revision','',0),(5426,2,'2021-06-14 16:59:10','2021-06-14 16:59:10','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

For instructions on how to register, click here\r\nWe recommend using desktop or laptop computers for registration.  Registrations done on mobile devices may encounter difficulties. 

\r\n

Please review the QMLA Refund Policy before registering.

\r\n

 

\r\n

 

\r\n

REGISTER

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2021-06-14 16:59:10','2021-06-14 16:59:10','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(5427,2,'2021-06-14 17:12:25','2021-06-14 17:12:25','','Register Now 2021','','inherit','open','closed','','register-now-2021','','','2021-06-14 17:12:25','2021-06-14 17:12:25','',0,'http://quintelacrosse.com/wp-content/uploads/2021/06/Register-Now-2021.png',0,'attachment','image/png',0),(5431,2,'2021-06-14 17:31:44','2021-06-14 17:31:44','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

How to Register

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n

Please read and follow the instructions below to register for 2021.

\r\n\r\n
\r\n
\r\n

If you have any problems, please contact quintelacrosse@gmail.com.

\r\n\r\n
\r\n
\r\n

=================================================

\r\n

Click here to see the Days of Play

\r\n

Click here to see the 2021 Registration Fees

\r\n\r\n

Returning Players

\r\n

If you ALREADY HAVE a SportzSoft login:

\r\n

Here is the online registration link: REGISTER HERE

\r\n

Please login and register for the program(s) your child(ren) is intending to play this season.  Your Proof of Age document(s) should already be in the system.

\r\n

NOTES:

\r\n

1. All players interested in the competitive (rep) lacrosse program should select the house league option when registering.  Upon successfully making a competitive team your registration will be flipped to the rep program.

\r\n

2. Please make sure to complete online payment of the 2021 fees for each child registered. \r\nREGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.

\r\n

3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

 

\r\n\r\n

New Players to Quinte Minor Lacrosse

\r\n

If you are NEW to QMLA and DO NOT HAVE a SportzSoft account you will need to create one and upload Proof of Age document(s). 

\r\n

To create a SportzSoft account:

\r\n

1. Click the online registration link: REGISTER HERE

\r\n

2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password

\r\n

3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n** NOTE: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

4. To register a player, click the “New Registration” button, select the child’s name from the Participant list, and then click “Next”.

\r\n

5. The drop-down menu will show all open registrations that child is eligible to play.  Please select the program you want and complete the registration for that product. 

\r\n

6. Read and agree to the OLA Waivers

\r\n

7. Complete the Questionnaire (if applicable)

\r\n

8. Upload a valid Proof of Age document (pdf, jpg files only).  Acceptable proof of age is a birth certificate, health card or passport.

\r\n

9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.

\r\n

NOTE: Registration is NOT complete until a valid proof of age document is uploaded AND payment is received for each child.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2021-06-14 17:31:44','2021-06-14 17:31:44','',4168,'http://quintelacrosse.com/4168-revision-v1/',0,'revision','',0),(5430,2,'2021-06-14 17:30:33','2021-06-14 17:30:33','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

How to Register

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n

Please read and follow the instructions below to register for 2021.

\r\n\r\n
\r\n
\r\n

If you have any problems, please contact quintelacrosse@gmail.com.

\r\n\r\n
\r\n
\r\n

=================================================

\r\n

Click here to see the Days of Play

\r\n

Click here to see the 2021 Registration Fees

\r\n\r\n

Returning Players

\r\n

If you ALREADY HAVE a SportzSoft login:

\r\n

Here is the online registration link: REGISTER HERE

\r\n

Please login and register for the program(s) your child(ren) is intending to play this season.  Your Proof of Age document(s) should already be in the system.

\r\n

NOTES:

\r\n

1. All players interested in the competitive (rep) lacrosse program should select the house league option when registering.  Upon successfully making a competitive team your registration will be flipped to the rep program.

\r\n

2. Please make sure to complete online payment of the 2021 fees for each child registered. \r\nREGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.

\r\n

3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

 

\r\n\r\n

New Players to Quinte Minor Lacrosse

\r\n

If you are NEW to QMLA and DO NOT HAVE a SportzSoft account you will need to create one and upload Proof of Age document(s). 

\r\n

To create a SportzSoft account:

\r\n

1. Click the online registration link: REGISTER HERE

\r\n

2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password

\r\n

3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n** NOTE: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

4. To register a player, click the “New Registration” button, select the child’s name from the Participant list, and then click “Next”.

\r\n

5. The drop-down menu will show all open registrations that child is eligible to play.  Please select the program you want and complete the registration for that product. 

\r\n

6. Read and agree to the OLA Waivers

\r\n

7. Complete the Questionnaire (if applicable)

\r\n

8. Upload a valid Proof of Age document (pdf, jpg files only).  Acceptable proof of age is a birth certificate, health card or passport.

\r\n

9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.

\r\n

NOTE: Registration is NOT complete until a valid proof of age document is uploaded AND payment is received for each child.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2021-06-14 17:30:33','2021-06-14 17:30:33','',4168,'http://quintelacrosse.com/4168-revision-v1/',0,'revision','',0),(5432,2,'2021-06-14 17:32:15','2021-06-14 17:32:15','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

How to Register

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

Please read and follow the instructions below to register for 2021.

\r\n\r\n
\r\n
\r\n

If you have any problems, please contact quintelacrosse@gmail.com.

\r\n\r\n
\r\n
\r\n

=================================================

\r\n

Click here to see the Days of Play

\r\n

Click here to see the 2021 Registration Fees

\r\n\r\n

Returning Players

\r\n

If you ALREADY HAVE a SportzSoft login:

\r\n

Here is the online registration link: REGISTER HERE

\r\n

Please login and register for the program(s) your child(ren) is intending to play this season.  Your Proof of Age document(s) should already be in the system.

\r\n

NOTES:

\r\n

1. All players interested in the competitive (rep) lacrosse program should select the house league option when registering.  Upon successfully making a competitive team your registration will be flipped to the rep program.

\r\n

2. Please make sure to complete online payment of the 2021 fees for each child registered. \r\nREGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.

\r\n

3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

 

\r\n\r\n

New Players to Quinte Minor Lacrosse

\r\n

If you are NEW to QMLA and DO NOT HAVE a SportzSoft account you will need to create one and upload Proof of Age document(s). 

\r\n

To create a SportzSoft account:

\r\n

1. Click the online registration link: REGISTER HERE

\r\n

2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password

\r\n

3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n** NOTE: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

4. To register a player, click the “New Registration” button, select the child’s name from the Participant list, and then click “Next”.

\r\n

5. The drop-down menu will show all open registrations that child is eligible to play.  Please select the program you want and complete the registration for that product. 

\r\n

6. Read and agree to the OLA Waivers

\r\n

7. Complete the Questionnaire (if applicable)

\r\n

8. Upload a valid Proof of Age document (pdf, jpg files only).  Acceptable proof of age is a birth certificate, health card or passport.

\r\n

9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.

\r\n

NOTE: Registration is NOT complete until a valid proof of age document is uploaded AND payment is received for each child.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2021-06-14 17:32:15','2021-06-14 17:32:15','',4168,'http://quintelacrosse.com/4168-revision-v1/',0,'revision','',0),(5487,2,'2022-01-04 13:00:22','2022-01-04 18:00:22','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

Paperweight Division 3v3 Mini-Game Lacrosse

\r\n

Quinte Minor Lacrosse offers a 3v3 mini-game (cross-floor) format to introduce the players at the paperweight age to lacrosse.  This program will provide all players with more opportunities to control, pass and shoot the ball.  This is a non-contact program with an emphasis on learning the skills of the game and having FUN!

\r\n

Equipment Required:\r\nHelmet\r\nGloves\r\nMouthguard\r\nLacrosse Stick\r\nRunning Shoes

\r\n

2022 Dates Coming Soon!\r\n\r\n

\r\n

For information on how to register, click HERE

\r\n

To register, click HERE

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Paperweight 3v3','','inherit','closed','closed','','4218-revision-v1','','','2022-01-04 13:00:22','2022-01-04 18:00:22','',4218,'https://quintelacrosse.com/?p=5487',0,'revision','',0),(5466,2,'2021-08-09 10:14:03','2021-08-09 14:14:03','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

Paperweight Division 3v3 Mini-Game Lacrosse

\r\n

Quinte Minor Lacrosse offers a 3v3 mini-game (cross-floor) format to introduce the players at the paperweight age to lacrosse.  This program will provide all players with more opportunities to control, pass and shoot the ball.  This is a non-contact program with an emphasis on learning the skills of the game and having FUN!

\r\n

Equipment Required:\r\nHelmet\r\nGloves\r\nMouthguard\r\nLacrosse Stick\r\nRunning Shoes

\r\n

2021 Dates (Updated Aug 9 2021)\r\nTuesdays 5:30pm to 6:00pm at Thurlow Fields, beginning August 10th until September 21st, with final wrap up held Saturday September 25th.

\r\n

For information on how to register, click HERE

\r\n

To register, click HERE

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Paperweight 3v3','','inherit','closed','closed','','4218-revision-v1','','','2021-08-09 10:14:03','2021-08-09 14:14:03','',4218,'https://quintelacrosse.com/?p=5466',0,'revision','',0),(5492,2,'2022-01-10 12:05:58','2022-01-10 17:05:58','
\r\n
\r\n
\r\n
\r\n

 

\r\n

TaskForce Engineering U13 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U13 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U13 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n \r\n\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1  (Purple)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 3  (Blue)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2  (Gray)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 4  (White)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','TaskForce U13 Division','','inherit','closed','closed','','4066-revision-v1','','','2022-01-10 12:05:58','2022-01-10 17:05:58','',4066,'https://quintelacrosse.com/?p=5492',0,'revision','',0),(5493,2,'2022-01-11 09:43:14','2022-01-11 14:43:14','
\r\n
\r\n
\r\n
\r\n

 

\r\n

U15 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U15 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U15 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 3 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 4

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','U15 Division','','inherit','closed','closed','','4068-revision-v1','','','2022-01-11 09:43:14','2022-01-11 14:43:14','',4068,'https://quintelacrosse.com/?p=5493',0,'revision','',0),(5507,2,'2022-02-26 11:34:30','2022-02-26 16:34:30','[[\"DIVISION\",\"DAY\",\"TIME\"],[\"U5 - SOFT LACROSSE\\n(2018/2019)\",\"SATURDAY\\nAPRIL 23 - JUNE 25\",\"8:30am - 9:00am\"],[\"U7 - PAPERWEIGHT\\n(2016/2017)\",\"SATURDAY\\nAPRIL 23 - JUNE 25\",\"9:00am - 10:00am\"],[\"U9 (2014/2015)\",\"SUNDAY\\nAPRIL 24 - JUNE 19\",\"2:00pm - 3:00pm\"],[\"U11 (2012/2013)\",\"SUNDAY\\nAPRIL 24 - JUNE 19\",\"2:00pm - 3:00pm\"],[\"U13 (2010/2011)\",\"SUNDAY\\nAPRIL 24 - JUNE 19\",\"3:00pm - 4:00pm\"],[\"U15 (2008/2009)\",\"SUNDAY\\nAPRIL 24 - JUNE 19\",\"4:00pm - 5:00pm\"],[\"U17 (2006/2007)\",\"REP ONLY\",\"\"]]','Days of Play','','publish','closed','closed','','days-of-play','','','2022-05-09 10:41:53','2022-05-09 14:41:53','',0,'https://quintelacrosse.com/?post_type=tablepress_table&p=5507',0,'tablepress_table','application/json',0),(5508,2,'2022-02-26 11:46:51','2022-02-26 16:46:51','[[\"DIVISION\",\"DAY\",\"TIME\"],[\"U5 - SOFT LACROSSE\\n(2018/2019)\",\"SATURDAY\",\"8:30am - 9:00am\"],[\"U7 - PAPERWEIGHT\\n(2016/2017)\",\"SATURDAY\",\"9:00am - 10:00am\"],[\"U9 (2014/2015)\",\"SATURDAY\",\"10:00am - 11:00am\"],[\"U11 (2012/2013)\",\"SUNDAY\",\"2:00pm - 3:00pm\"],[\"U13 (2010/2011)\",\"SUNDAY\",\"3:00pm - 4:00pm\"],[\"U15 (2008/2009)\",\"FRIDAY\",\"6:00pm - 7:00pm\"],[\"U17 (2006/2007)\",\"FRIDAY\",\"7:00pm - 8:00pm\"]]','Days of Play','','inherit','closed','closed','','5507-revision-v1','','','2022-02-26 11:46:51','2022-02-26 16:46:51','',5507,'https://quintelacrosse.com/?p=5508',0,'revision','',0),(5499,2,'2022-02-05 22:53:32','2022-02-06 03:53:32','','team stayner','','inherit','open','closed','','team-stayner','','','2022-02-05 22:53:32','2022-02-06 03:53:32','',0,'http://quintelacrosse.com/wp-content/uploads/2022/02/team-stayner.jpg',0,'attachment','image/jpeg',0),(5437,2,'2021-06-14 17:48:37','2021-06-14 17:48:37','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

How to Register

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

Please read and follow the instructions below to register for 2021.

\r\n\r\n
\r\n
\r\n

If you have any problems, please contact quintelacrosse@gmail.com.

\r\n\r\n
\r\n
\r\n

=================================================

\r\n

Click here to see the Days of Play

\r\n

Click here to see the 2021 Registration Fees

\r\n\r\n

Returning Players

\r\n

If you ALREADY HAVE a SportzSoft login:

\r\n

Here is the online registration link:  REGISTER HERE 

\r\n

Please login and register for the program(s) your child(ren) is intending to play this season.  Your Proof of Age document(s) should already be in the system.

\r\n

NOTES:

\r\n

1. All players interested in the competitive (rep) lacrosse program should select the house league option when registering.  Upon successfully making a competitive team your registration will be flipped to the rep program.

\r\n

2. Please make sure to complete online payment of the 2021 fees for each child registered. \r\nREGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.

\r\n

3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

 

\r\n\r\n

New Players to Quinte Minor Lacrosse

\r\n

If you are NEW to QMLA and DO NOT HAVE a SportzSoft account you will need to create one and upload Proof of Age document(s). 

\r\n

To create a SportzSoft account:

\r\n

1. Click the online registration link: REGISTER HERE

\r\n

2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password

\r\n

3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n** NOTE: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

4. To register a player, click the “New Registration” button, select the child’s name from the Participant list, and then click “Next”.

\r\n

5. The drop-down menu will show all open registrations that child is eligible to play.  Please select the program you want and complete the registration for that product. 

\r\n

6. Read and agree to the OLA Waivers

\r\n

7. Complete the Questionnaire (if applicable)

\r\n

8. Upload a valid Proof of Age document (pdf, jpg files only).  Acceptable proof of age is a birth certificate, health card or passport.

\r\n

9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.

\r\n

NOTE: Registration is NOT complete until a valid proof of age document is uploaded AND payment is received for each child.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2021-06-14 17:48:37','2021-06-14 17:48:37','',4168,'http://quintelacrosse.com/4168-revision-v1/',0,'revision','',0),(5468,2,'2021-08-31 10:23:58','2021-08-31 14:23:58','
\r\n
\r\n
\r\n
\r\n

 

\r\n

 

\r\n \r\n

Registration for our 2021 summer program in now closed.  Watch for details on upcoming programs in winter and spring 2022.

\r\n

GO BAYHAWKS!

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Registration Closed','','inherit','closed','closed','','5287-revision-v1','','','2021-08-31 10:23:58','2021-08-31 14:23:58','',5287,'https://quintelacrosse.com/?p=5468',0,'revision','',0),(5457,2,'2021-07-24 14:44:54','2021-07-24 18:44:54','','Contact Us','','publish','closed','closed','','contact-us','','','2021-07-24 14:44:54','2021-07-24 18:44:54','',0,'https://quintelacrosse.com/contact-us/',4,'nav_menu_item','',0),(5465,2,'2021-08-09 10:06:13','2021-08-09 14:06:13','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA Recreational League

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

For more information about days of play for recreational league lacrosse, see Recreational League Days of Play

\r\n

The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. 

\r\n

This program allows all players to practice and play against players in their own age division and skill level.  Box Lacrosse recreational league is open to boys and girls age 3-16. 

\r\n

QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.

\r\n

All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).

\r\n

If you are interested in playing competitive lacrosse, please click  here for more information and tryout dates.

\r\n

To sign up now for recreational local league lacrosse, click on the button below.

\r\n

REGISTER NOW

\r\n

 

\r\n

Details about each division of our 2021 recreational program are outlined below.  Please note that days, times and locations are subject to change based on arena and/or field availability and registration numbers.

\r\n

2021 Recreational league finals and wrap-up will be held Saturday September 25th, 2021 at Thurlow Fields.  Times TBD.

\r\n

NOTE: Times updated July 29th, 2021

\r\n

SOFT LACROSSE

\r\n

The soft lacrosse program for ages 3 and 4 is designed to give our youngest players an opportunity to learn the basics of the game in a fun environment.  Parents are encouraged to participate on the floor or field with the players.  \r\nDates:  August 10th to September 21st\r\nTime:  Tuesday 5:30pm - 6:00pm\r\nLocation:  Thurlow Fields

\r\n

PAPERWEIGHT

\r\n

Players ages 5 and 6 will learn and practice the fundamental skills and progress into cross-field 3v3 games.\r\nDates:  August 10th to September 21st\r\nTime:  Tuesday 5:15pm - 6:15pm\r\nLocation:  Thurlow Fields

\r\n

U9 / U11 / U13 / U15 / U17

\r\n

Players will learn and practice the fundamental skills weekly and play games against teams in their division.  Quinte Sports and Wellness Centre (indoor) and Thurlow Fields (outdoor) will be the primary locations for all lacrosse activities.  A competitive travel team is also offered for all players.  Click here for more information and tryout dates. 

\r\n

U9\r\nDates:  August 10th - September 21st\r\nTimes: Tuesday 5:15pm - 6:15pm\r\nLocation: Thurlow Fields\r\nU11\r\nDates: August 12th - September 23rd\r\nTimes: Thursday 5:15pm - 6:15pm\r\nLocations: Thurlow Fields\r\nU13\r\nDates: August 12th - September 23rd\r\nTimes: Tuesday 6:15pm - 7:15pm\r\nLocations: Thurlow Fields\r\nU15\r\nDates: August 10th - September 21st\r\nTimes:  6:15pm - 7:15pm\r\nLocations:  Thurlow Fields\r\nU17\r\nNot offered for the 2021 season.

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2021-08-09 10:06:13','2021-08-09 14:06:13','',1094,'https://quintelacrosse.com/?p=5465',0,'revision','',0),(5459,2,'2021-07-29 20:58:21','2021-07-30 00:58:21','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA Recreational League

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

For more information about days of play for recreational league lacrosse, see Recreational League Days of Play

\r\n

The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. 

\r\n

This program allows all players to practice and play against players in their own age division and skill level.  Box Lacrosse recreational league is open to boys and girls age 3-16. 

\r\n

QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.

\r\n

All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).

\r\n

If you are interested in playing competitive lacrosse, please click  here for more information and tryout dates.

\r\n

To sign up now for recreational local league lacrosse, click on the button below.

\r\n

REGISTER NOW

\r\n

 

\r\n

Details about each division of our 2021 recreational program are outlined below.  Please note that days, times and locations are subject to change based on arena and/or field availability and registration numbers.

\r\n

2021 Recreational league finals and wrap-up will be held Saturday September 25th, 2021 at Thurlow Fields.  Times TBD.

\r\n

NOTE: Times updated July 29th, 2021

\r\n

SOFT LACROSSE

\r\n

The soft lacrosse program for ages 3 and 4 is designed to give our youngest players an opportunity to learn the basics of the game in a fun environment.  Parents are encouraged to participate on the floor or field with the players.  \r\nDates:  August 10th to September 21st\r\nTime:  Tuesday 5:30pm - 6:00pm\r\nLocation:  Thurlow Fields

\r\n

PAPERWEIGHT

\r\n

Players ages 5 and 6 will learn and practice the fundamental skills and progress into cross-field 3v3 games.\r\nDates:  August 10th to September 21st\r\nTime:  Tuesday 5:15pm - 6:15pm\r\nLocation:  Thurlow Fields

\r\n

U9 / U11 / U13 / U15 / U17

\r\n

Players will learn and practice the fundamental skills weekly and play games against teams in their division.  Quinte Sports and Wellness Centre (indoor) and Thurlow Fields (outdoor) will be the primary locations for all lacrosse activities.  A competitive travel team is also offered for all players.  Click here for more information and tryout dates. 

\r\n

U9\r\nDates:  August 10th - September 21st\r\nTimes: Tuesday 5:15pm - 6:15pm\r\nLocation: Thurlow Fields\r\nU11\r\nDates: August 12th - September 23rd\r\nTimes: Thursday 5:15pm - 6:15pm\r\nLocations: Thurlow Fields\r\nU13\r\nDates: August 12th - September 23rd\r\nTimes: Tuesday 6:15pm - 7:15pm\r\nLocations: Thurlow Fields\r\nU15\r\nDates: August 10th - September 21st\r\nTimes:  6:15pm - 7:15pm\r\nLocations:  Thurlow Fields\r\nU17\r\nNot offered for the 2021 season.

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2021-07-29 20:58:21','2021-07-30 00:58:21','',1094,'https://quintelacrosse.com/?p=5459',0,'revision','',0),(5486,2,'2022-01-04 12:58:47','2022-01-04 17:58:47','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2022 Recreational League Days of Play

\r\n

 

\r\n

 

\r\n

Below are the days of the week and times that each division will play.  All dates, times and locations are subject to change.

\r\n

Information for our 2022 program will be updated once available.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2022-01-04 12:58:47','2022-01-04 17:58:47','',1092,'https://quintelacrosse.com/?p=5486',0,'revision','',0),(5460,2,'2021-07-29 21:01:09','2021-07-30 01:01:09','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2021 Recreational League Days of Play

\r\n

***UPDATED July 29th 2021***

\r\n

 

\r\n

Below are the days of the week and times that each division will play.  All dates, times and locations are subject to change.

\r\n

Times shown are start of play to field exit.  Please arrive 10 minutes early ready to play.

\r\n

2021 Recreational League Finals and Wrap-up will be held Saturday September 25th, 2021.

\r\n

Regular Field Times (all at Thurlow Fields unless otherwise noted on schedule):

\r\n

Soft Lacrosse (2017/2018)            Tuesdays, 5:30pm-6:00pm, Thurlow, August 10th - September 21st\r\nPaperweight (2015/2016)              Tuesdays, 5:15pm-6:15pm, Thurlow, August 10th - September 21st

\r\n

U9 (2013/2014)                                Tuesdays, 5:15pm-6:15pm, Thurlow, August 10th - September 21st\r\nU11 (2011/2012)                              Thursdays, 5:15pm-6:15pm, Thurlow, August 12th - September 23rd\r\nU13 (2009/2010)                              Thursdays, 6:15pm-7:15pm, Thurlow, August 12th - September 23rd\r\nU15 (2007/2008)                              Tuesdays, 6:15pm-7:15pm, Thurlow, August 10th - September 21st\r\n

\r\n

The first week of the schedule will be a development session with experienced instructors.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2021-07-29 21:01:09','2021-07-30 01:01:09','',1092,'https://quintelacrosse.com/?p=5460',0,'revision','',0),(5461,2,'2021-07-29 21:10:55','2021-07-30 01:10:55','
\r\n
\r\n
\r\n
\r\n

 

\r\n

 

\r\n

Police Background Check (Vulnerable Sector Check)

\r\n

According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:

\r\n

\"All OLA bench personnel (coaches, staff, trainers, etc.) and all OLA certified officials (box and field)\r\nwho are 18 years of age as of January 1st of the current year who coach or officiate athletes 17 years of age or\r\nyounger must submit a current Criminal Record Check (Vulnerable Criminal Record Check) (CRC) upon\r\nregistering for the current year. For previously approved individuals, an Offense Declaration must be submitted\r\nas per OR3.01(b). It is the position of the OLA that all OLA member clubs with additional registered volunteers\r\nwho have direct contact with athletes 17 years of age or younger also submit a CRC.\"

\r\n

 

\r\n

If you are new to coaching or volunteering with a team you will need to obtain a police vulnerable sector check (police background check).  You can do this through any one of the methods outlined below.  When complete, upload the PDF or image (JPG) of your completed form to your SportzSoft account profile.

\r\n

For returning coaches, you do not require a new background check.  Download the Offense Declaration Form below.  Complete and scan and email to our privacy officer.

\r\n

Offense Declaration Form

\r\n

If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it here.

\r\n

 

\r\n\r\n
\r\n

Quinte Minor Lacrosse Association is in a partnership agreement with Sterling Backcheck in an effort to expedite a cost-effective solution for volunteer screening.  Founded in 1975, Sterling Backcheck is an international provider of screening services, including criminal record checks, to the Canadian voluntary sector. 

\r\n

QMLA members can now go online to obtain the necessary criminal record check for OLA registration. The fee for the background check is currently covered by QMLA and most reports are prepared within 24 hours (and can be shared with various non-profit organizations).  All results are confidential to end users.

\r\n

Click on the link below to begin your background check:

\r\n

https://pages.sterlingbackcheck.ca/landing-pages/q/quintelacrosse

\r\n

 

\r\n

Alternatively, you can obtain a background check through the police service serving your jurisdiction:

\r\n

If you are a resident of the City of Belleville (including Corbyville, Foxboro, Plainfield, Roslin and Thurlow) a Police Vulnerable Sector Check can be obtained through an online third-party provider on the Belleville Police website for $20.00.  Click the following link to go there:

\r\n

https://www.policesolutions.ca/checks/services/belleville/index.php

\r\n

If you are a resident of the City of Quinte West (including Frankford, Batawa and Bayside), visit the following website to obtain the necessary forms and information:

\r\n

OPP Criminal Record Checks and Police Checks

\r\n

If you are a resident of a different municipality than those above, visit the website of your local police jurisdiction for information on how to obtain a background check.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Volunteer Background Check','','inherit','closed','closed','','4358-revision-v1','','','2021-07-29 21:10:55','2021-07-30 01:10:55','',4358,'https://quintelacrosse.com/?p=5461',0,'revision','',0),(5439,2,'2021-06-14 18:12:20','2021-06-14 18:12:20','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

Paperweight Division 3v3 Mini-Game Lacrosse

\r\n

Quinte Minor Lacrosse offers a 3v3 mini-game (cross-floor) format to introduce the players at the paperweight age to lacrosse.  This program will provide all players with more opportunities to control, pass and shoot the ball.  This is a non-contact program with an emphasis on learning the skills of the game and having FUN!

\r\n

Equipment Required:\r\nHelmet\r\nGloves\r\nMouthguard\r\nLacrosse Stick\r\nRunning Shoes

\r\n

2021 Dates\r\nTuesdays 5:00pm to 5:50pm at Thurlow Fields

\r\n

For information on how to register, click HERE

\r\n

To register, click HERE

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Paperweight 3v3','','inherit','closed','closed','','4218-revision-v1','','','2021-06-14 18:12:20','2021-06-14 18:12:20','',4218,'http://quintelacrosse.com/4218-revision-v1/',0,'revision','',0),(5441,2,'2021-06-15 23:48:14','2021-06-15 23:48:14','','Quinte Homepage Newsfeed','','inherit','closed','closed','','379-autosave-v1','','','2021-06-15 23:48:14','2021-06-15 23:48:14','',379,'http://quintelacrosse.com/379-autosave-v1/',0,'revision','',0),(5442,1,'2021-06-16 01:41:48','2021-06-16 01:41:48','','Layout - Flat','','publish','closed','closed','','layout-flat','','','2022-04-20 13:15:31','2022-04-20 17:15:31','',0,'https://quintelacrosse.com/post_grid_layout/layout-flat/',0,'post_grid_layout','',0),(5443,2,'2021-06-16 02:05:28','2021-06-16 02:05:28','','Player Equipment','','inherit','open','closed','','player-equipment','','','2021-06-16 02:05:28','2021-06-16 02:05:28','',0,'http://quintelacrosse.com/wp-content/uploads/2021/06/Player-Equipment.jpg',0,'attachment','image/jpeg',0),(5445,2,'2021-06-16 02:08:35','2021-06-16 02:08:35','
\r\n
\r\n\r\n \r\n\r\n \r\n

Quinte Minor Lacrosse Association is happy to be partnered with Duvall and Clark Sportswear and Equipment.  Duvall and Clark is a locally owned retailer of lacrosse equipment and supporter of Quinte Minor Lacrosse.  We recommend them when purchasing lacrosse protective equipment.

\r\nDuvall and Clark Sportswear and Equipment\r\n274 Airport Pkwy, Belleville, ON K8N 4Z6\r\n\r\nDuvall and Clark Sportswear & Equipment Facebook Page\r\n\r\nFor the equipment guidelines for players in Tyke through Midget, see the following:\r\n
\r\n
\r\n

OLA Equipment Guidelines

\r\nFor our Peanut and Paperweight programs, the following equipment is required:\r\n\r\nPeanut\r\n

Helmet with facemask

\r\n

Gloves (optional)

\r\n

Lacrosse stick

\r\n

Paperweight

\r\nHelmet with facemask\r\n\r\nGloves\r\n

Mouthguard

\r\n

Lacrosse stick

\r\nShoulder pads (optional)\r\n

Kidney pads (optional)

\r\n

Arm guards (optional)

\r\n \r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Equipment Requirements','','inherit','closed','closed','','4353-revision-v1','','','2021-06-16 02:08:35','2021-06-16 02:08:35','',4353,'https://quintelacrosse.com/?p=5445',0,'revision','',0),(5444,2,'2021-06-16 02:07:18','2021-06-16 02:07:18','
\r\n
\r\n\r\n \r\n

\"\"

\r\n \r\n\r\nQuinte Minor Lacrosse Association is happy to be partnered with Duvall and Clark Sportswear and Equipment.  Duvall and Clark is a locally owned retailer of lacrosse equipment and supporter of Quinte Minor Lacrosse.  We recommend them when purchasing lacrosse protective equipment.\r\n\r\nDuvall and Clark Sportswear and Equipment\r\n274 Airport Pkwy, Belleville, ON K8N 4Z6\r\n\r\nDuvall and Clark Sportswear & Equipment Facebook Page\r\n\r\nFor the equipment guidelines for players in Tyke through Midget, see the following:\r\n
\r\n
\r\n

OLA Equipment Guidelines

\r\nFor our Peanut and Paperweight programs, the following equipment is required:\r\n\r\nPeanut\r\n

Helmet with facemask

\r\n

Gloves (optional)

\r\n

Lacrosse stick

\r\n

Paperweight

\r\nHelmet with facemask\r\n\r\nGloves\r\n

Mouthguard

\r\n

Lacrosse stick

\r\nShoulder pads (optional)\r\n

Kidney pads (optional)

\r\n

Arm guards (optional)

\r\n \r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Equipment Requirements','','inherit','closed','closed','','4353-revision-v1','','','2021-06-16 02:07:18','2021-06-16 02:07:18','',4353,'https://quintelacrosse.com/?p=5444',0,'revision','',0),(5446,2,'2021-06-16 02:33:01','2021-06-16 02:33:01','
\r\n
\r\n
\r\n
\r\n\r\nB\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

BECOME A LACROSSE REFEREE

\r\n
\r\n
\r\n

Quinte Minor Lacrosse Association is currently seeking individuals to officiate games in the area.

\r\n

Being a lacrosse referee is a great way to contribute to the growth of the sport and earn some cash along the way.  \r\nPart of our mission to grow the sport of lacrosse in the Quinte region is to establish a core group of officials that can learn and gain experience and pass on their knowledge to future officials.

\r\nUpcoming referee clinics are:\r\n\r\nNew dates TBD\r\n\r\n \r\n\r\nImportant resources and information:\r\n\r\n OLA Officiating Page \r\n\r\n CLA Officiating Resources \r\n\r\n2020 Officiating Rates\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Become a Lacrosse Referee with QMLA!','','inherit','closed','closed','','5173-revision-v1','','','2021-06-16 02:33:01','2021-06-16 02:33:01','',5173,'https://quintelacrosse.com/?p=5446',0,'revision','',0),(5447,2,'2021-06-16 02:34:52','2021-06-16 02:34:52','
\r\n
\r\n
\r\n
\r\n\r\nB\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

BECOME A LACROSSE REFEREE

\r\n
\r\n
\r\n

Quinte Minor Lacrosse Association is currently seeking individuals to officiate games in the area.

\r\n

Being a lacrosse referee is a great way to contribute to the growth of the sport and earn some cash along the way.  \r\nPart of our mission to grow the sport of lacrosse in the Quinte region is to establish a core group of officials that can learn and gain experience and pass on their knowledge to future officials.

\r\nUpcoming referee clinics are:\r\n\r\nNew dates TBD\r\n\r\n \r\n\r\nImportant resources and information:\r\n\r\n OLA Officiating Page \r\n\r\n CLA Officiating Resources \r\n\r\n2020 Officiating Rates\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Become a Lacrosse Referee with QMLA!','','inherit','closed','closed','','5173-revision-v1','','','2021-06-16 02:34:52','2021-06-16 02:34:52','',5173,'https://quintelacrosse.com/?p=5447',0,'revision','',0),(5448,2,'2021-06-16 02:37:02','2021-06-16 02:37:02','
\r\n
\r\n
\r\n
\r\n\r\nB\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

BECOME A LACROSSE REFEREE

\r\n
\r\n
\r\n

Quinte Minor Lacrosse Association is currently seeking individuals to officiate games in the area.

\r\n

Being a lacrosse referee is a great way to contribute to the growth of the sport and earn some cash along the way.  \r\nPart of our mission to grow the sport of lacrosse in the Quinte region is to establish a core group of officials that can learn and gain experience and pass on their knowledge to future officials.

\r\nUpcoming referee clinics are:\r\n\r\nNew dates TBD\r\n\r\n \r\n\r\nImportant resources and information:\r\n\r\n OLA Officiating Page \r\n\r\n CLA Officiating Resources \r\n\r\n2020 Officiating Rates\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Become a Lacrosse Referee with QMLA!','','inherit','closed','closed','','5173-revision-v1','','','2021-06-16 02:37:02','2021-06-16 02:37:02','',5173,'https://quintelacrosse.com/?p=5448',0,'revision','',0),(5925,2,'2022-10-22 11:56:03','2022-10-22 15:56:03','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Joe Fee

\r\n
President
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Abby Leavitt

\r\n
VP / Registrar
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Melissa Cybulskie

\r\n
Referee-in-Chief
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Victoria Black

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Chad Grubb

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Chris Brinklow

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Katie Caslick

\r\n
Social Media / Fundraising
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Board of Directors','','inherit','closed','closed','','4083-revision-v1','','','2022-10-22 11:56:03','2022-10-22 15:56:03','',4083,'http://quintelacrosse.com/?p=5925',0,'revision','',0),(5473,2,'2022-01-03 20:56:14','2022-01-04 01:56:14','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Joe Fee

\r\n
President
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Abby Leavitt

\r\n
VP / Registrar
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Kelly Sellan

\r\n
Treasurer
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Victoria Black

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Chad Grubb

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Chris Brinklow

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Cory Black

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Melissa Cybulskie

\r\n
Referee-in-Chief
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Board of Directors','','inherit','closed','closed','','4083-revision-v1','','','2022-01-03 20:56:14','2022-01-04 01:56:14','',4083,'https://quintelacrosse.com/?p=5473',0,'revision','',0),(5474,2,'2022-01-04 12:07:56','2022-01-04 17:07:56','','Alternate Logo3','','inherit','open','closed','','alternate-logo3','','','2022-01-04 12:07:56','2022-01-04 17:07:56','',0,'http://quintelacrosse.com/wp-content/uploads/2022/01/Alternate-Logo3.png',0,'attachment','image/png',0),(5475,2,'2022-01-04 12:08:20','2022-01-04 17:08:20','http://quintelacrosse.com/wp-content/uploads/2022/01/cropped-Alternate-Logo3.png','cropped-Alternate-Logo3.png','','inherit','open','closed','','cropped-alternate-logo3-png','','','2022-01-04 12:08:20','2022-01-04 17:08:20','',0,'http://quintelacrosse.com/wp-content/uploads/2022/01/cropped-Alternate-Logo3.png',0,'attachment','image/png',0),(5497,2,'2022-02-05 22:35:08','2022-02-06 03:35:08','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h300fitcropsd73c8153c4ff4bf6aaa5cfec372ed6c8','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw200h300fitcropsd73c8153c4ff4bf6aaa5cfec372ed6c8','','','2022-02-05 22:35:08','2022-02-06 03:35:08','',0,'http://quintelacrosse.com/wp-content/uploads/2022/02/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h300fitcropsd73c8153c4ff4bf6aaa5cfec372ed6c8.jpg',0,'attachment','image/jpeg',0),(5498,2,'2022-02-05 22:35:09','2022-02-06 03:35:09','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h300fitcropsb8ded12e09d087e8456d43a30f1fb14b','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw200h300fitcropsb8ded12e09d087e8456d43a30f1fb14b','','','2022-02-05 22:35:09','2022-02-06 03:35:09','',0,'http://quintelacrosse.com/wp-content/uploads/2022/02/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw200h300fitcropsb8ded12e09d087e8456d43a30f1fb14b.jpg',0,'attachment','image/jpeg',0),(5478,2,'2022-01-04 12:23:43','2022-01-04 17:23:43','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

Support the Growth of Minor Lacrosse in the Quinte Region.\r\nBecome a QMLA Sponsor Today!\r\n2022 Sponsor Package Coming Soon!

\r\n

 

\r\n\r\n

2019 League Sponsors

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

Quinte Mat Rentals

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

Website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

KKP Belleville Design and Print Solutions

\r\n\r\n
\r\n
\r\n
\r\n

280 Coleman Street\r\nSuite 500\r\nBelleville, Ontario\r\nK8P 3H7

\r\n
\r\n
\r\n
\r\n
\r\n
Tel: 613-966-5974\r\nToll Free: 866-779-3066\r\nFax: 613-966-7933\r\ninfo@belleville.kkpcanada.ca
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

TaskForce Engineering

\r\n\r\n
\r\n
\r\n
\r\n

24 Newberry Street, Suite 201\r\nBelleville, Ontario K8N 3N3

\r\n
\r\n
\r\n
\r\n
\r\n
Tel: 613-966-5600\r\nFax:  613-966-5701\r\ngeneralmail@taskforce-eng.com
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Sponsors','','inherit','closed','closed','','1102-revision-v1','','','2022-01-04 12:23:43','2022-01-04 17:23:43','',1102,'https://quintelacrosse.com/?p=5478',0,'revision','',0),(5479,2,'2022-01-04 12:25:05','2022-01-04 17:25:05','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

Support the Growth of Minor Lacrosse in the Quinte Region.\r\nBecome a QMLA Sponsor Today!\r\n2022 Sponsor Package Coming Soon!\r\nIf you are interested in finding out how you can help, please email us at quintelacrosse@gmail.com

\r\n\r\n

2019 League Sponsors

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

Quinte Mat Rentals

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

Website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

KKP Belleville Design and Print Solutions

\r\n\r\n
\r\n
\r\n
\r\n

280 Coleman Street\r\nSuite 500\r\nBelleville, Ontario\r\nK8P 3H7

\r\n
\r\n
\r\n
\r\n
\r\n
Tel: 613-966-5974\r\nToll Free: 866-779-3066\r\nFax: 613-966-7933\r\ninfo@belleville.kkpcanada.ca
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

TaskForce Engineering

\r\n\r\n
\r\n
\r\n
\r\n

24 Newberry Street, Suite 201\r\nBelleville, Ontario K8N 3N3

\r\n
\r\n
\r\n
\r\n
\r\n
Tel: 613-966-5600\r\nFax:  613-966-5701\r\ngeneralmail@taskforce-eng.com
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Sponsors','','inherit','closed','closed','','1102-revision-v1','','','2022-01-04 12:25:05','2022-01-04 17:25:05','',1102,'https://quintelacrosse.com/?p=5479',0,'revision','',0),(5480,2,'2022-01-04 12:42:22','2022-01-04 17:42:22','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Joe Fee

\r\n
President
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Abby Leavitt

\r\n
VP / Registrar
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Kelly Sellan

\r\n
Treasurer
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Victoria Black

\r\n
Secretary
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Chad Grubb

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Chris Brinklow

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Cory Black

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Melissa Cybulskie

\r\n
Referee-in-Chief
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Tim Sawa

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Board of Directors','','inherit','closed','closed','','4083-revision-v1','','','2022-01-04 12:42:22','2022-01-04 17:42:22','',4083,'https://quintelacrosse.com/?p=5480',0,'revision','',0),(5906,2,'2022-08-14 16:54:51','2022-08-14 20:54:51','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Joe Fee

\r\n
President
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Abby Leavitt

\r\n
VP / Registrar
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Melissa Cybulskie

\r\n
Referee-in-Chief
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Victoria Black

\r\n
Secretary
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Chad Grubb

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Chris Brinklow

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Cory Black

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Board of Directors','','inherit','closed','closed','','4083-revision-v1','','','2022-08-14 16:54:51','2022-08-14 20:54:51','',4083,'https://quintelacrosse.com/?p=5906',0,'revision','',0),(5481,2,'2022-01-04 12:43:08','2022-01-04 17:43:08','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Joe Fee

\r\n
President
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Abby Leavitt

\r\n
VP / Registrar
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Kelly Sellan

\r\n
Treasurer
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Victoria Black

\r\n
Secretary
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Chad Grubb

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Chris Brinklow

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Cory Black

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Melissa Cybulskie

\r\n
Referee-in-Chief
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Tim Sawa

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Board of Directors','','inherit','closed','closed','','4083-revision-v1','','','2022-01-04 12:43:08','2022-01-04 17:43:08','',4083,'https://quintelacrosse.com/?p=5481',0,'revision','',0),(5482,2,'2022-01-04 12:45:13','2022-01-04 17:45:13','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

2022 Quinte Bayhawks Club Team Coaches

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks U9
\r\n
 
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks U11
\r\n
 
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
Quinte Bayhawks U13
\r\n
 
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
Quinte Bayhawks U15
\r\n
 
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Competitive Coaches','','inherit','closed','closed','','4936-revision-v1','','','2022-01-04 12:45:13','2022-01-04 17:45:13','',4936,'https://quintelacrosse.com/?p=5482',0,'revision','',0),(5484,2,'2022-01-04 12:54:20','2022-01-04 17:54:20','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA Recreational League

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

For more information about days of play for recreational league lacrosse, see Recreational League Days of Play

\r\n

The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. 

\r\n

This program allows all players to practice and play against players in their own age division and skill level.  Box Lacrosse recreational league is open to boys and girls age 3-16. 

\r\n

QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.

\r\n

All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).

\r\n

If you are interested in playing in our competitive club program, please click  here for more information.

\r\n

Registration for 2022 will be opening soon!

\r\n

 

\r\n

Details about each division of our 2022 recreational program will be outlined below once they are available.  Please note that days, times and locations are subject to change based on arena and/or field availability and registration numbers.

\r\n

 

\r\n

SOFT LACROSSE

\r\n

The soft lacrosse program for ages 3 and 4 is designed to give our youngest players an opportunity to learn the basics of the game in a fun environment.  Parents are encouraged to participate on the floor or field with the players.  \r\nDates:  TBA\r\nTime: TBA\r\nLocation: TBA

\r\n

PAPERWEIGHT

\r\n

Players ages 5 and 6 will learn and practice the fundamental skills and progress into cross-field 3v3 games.\r\nDates: TBA\r\nTime: TBA\r\nLocation: TBA

\r\n

U9 / U11 / U13 / U15 / U17

\r\n

Players will learn and practice the fundamental skills weekly and play games against teams in their division.  Quinte Sports and Wellness Centre (indoor) and Thurlow Fields (outdoor) will be the primary locations for most lacrosse activities while we aim to expand into other neighbouring facilities.  A competitive club team is also offered for all players.  Click here for more information. 

\r\n

U9\r\nDates: TBA\r\nTimes: TBA\r\nLocation: TBA\r\nU11\r\nDates: TBA\r\nTimes: TBA\r\nLocations: TBA\r\nU13\r\nDates: TBA\r\nTimes: TBA\r\nLocations: TBA\r\nU15\r\nDates: TBA\r\nTimes: TBA\r\nLocations: TBA\r\nU17\r\nDates: TBA\r\nTimes: TBA\r\nLocations: TBA

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2022-01-04 12:54:20','2022-01-04 17:54:20','',1094,'https://quintelacrosse.com/?p=5484',0,'revision','',0),(5483,2,'2022-01-04 12:47:57','2022-01-04 17:47:57','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA Recreational League

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

For more information about days of play for recreational league lacrosse, see Recreational League Days of Play

\r\n

The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. 

\r\n

This program allows all players to practice and play against players in their own age division and skill level.  Box Lacrosse recreational league is open to boys and girls age 3-16. 

\r\n

QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.

\r\n

All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).

\r\n

If you are interested in playing competitive lacrosse, please click  here for more information and tryout dates.

\r\n

To sign up now for recreational local league lacrosse, click on the button below.

\r\n

REGISTER NOW

\r\n

 

\r\n

Details about each division of our 2021 recreational program are outlined below.  Please note that days, times and locations are subject to change based on arena and/or field availability and registration numbers.

\r\n

2021 Recreational league finals and wrap-up will be held Saturday September 25th, 2021 at Thurlow Fields.  Times TBD.

\r\n

NOTE: Times updated July 29th, 2021

\r\n

SOFT LACROSSE

\r\n

The soft lacrosse program for ages 3 and 4 is designed to give our youngest players an opportunity to learn the basics of the game in a fun environment.  Parents are encouraged to participate on the floor or field with the players.  \r\nDates:  August 10th to September 21st\r\nTime:  Tuesday 5:30pm - 6:00pm\r\nLocation:  Thurlow Fields

\r\n

PAPERWEIGHT

\r\n

Players ages 5 and 6 will learn and practice the fundamental skills and progress into cross-field 3v3 games.\r\nDates:  August 10th to September 21st\r\nTime:  Tuesday 5:15pm - 6:15pm\r\nLocation:  Thurlow Fields

\r\n

U9 / U11 / U13 / U15 / U17

\r\n

Players will learn and practice the fundamental skills weekly and play games against teams in their division.  Quinte Sports and Wellness Centre (indoor) and Thurlow Fields (outdoor) will be the primary locations for all lacrosse activities.  A competitive travel team is also offered for all players.  Click here for more information and tryout dates. 

\r\n

U9\r\nDates:  August 10th - September 21st\r\nTimes: Tuesday 5:15pm - 6:15pm\r\nLocation: Thurlow Fields\r\nU11\r\nDates: August 12th - September 23rd\r\nTimes: Thursday 5:15pm - 6:15pm\r\nLocations: Thurlow Fields\r\nU13\r\nDates: August 12th - September 23rd\r\nTimes: Tuesday 6:15pm - 7:15pm\r\nLocations: Thurlow Fields\r\nU15\r\nDates: August 10th - September 21st\r\nTimes:  6:15pm - 7:15pm\r\nLocations:  Thurlow Fields\r\nU17\r\nNot offered for the 2021 season.

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2022-01-04 12:47:57','2022-01-04 17:47:57','',1094,'https://quintelacrosse.com/?p=5483',0,'revision','',0),(5485,2,'2022-01-04 12:54:48','2022-01-04 17:54:48','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA Recreational League

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

For more information about days of play for recreational league lacrosse, see Recreational League Days of Play

\r\n

The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. 

\r\n

This program allows all players to practice and play against players in their own age division and skill level.  Box Lacrosse recreational league is open to boys and girls age 3-16. 

\r\n

QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.

\r\n

All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).

\r\n

If you are interested in playing in our competitive club program, please click  here for more information.

\r\n

Registration for 2022 will be opening soon!

\r\n

 

\r\n

Details about each division of our 2022 recreational program will be outlined below once they are available.  Please note that days, times and locations are subject to change based on arena and/or field availability and registration numbers.

\r\n

 

\r\n

SOFT LACROSSE

\r\n

The soft lacrosse program for ages 3 and 4 is designed to give our youngest players an opportunity to learn the basics of the game in a fun environment.  Parents are encouraged to participate on the floor or field with the players.  \r\nDates:  TBA\r\nTime: TBA\r\nLocation: TBA

\r\n

PAPERWEIGHT

\r\n

Players ages 5 and 6 will learn and practice the fundamental skills and progress into cross-field 3v3 games.\r\nDates: TBA\r\nTime: TBA\r\nLocation: TBA

\r\n

U9 / U11 / U13 / U15 / U17

\r\n

Players will learn and practice the fundamental skills weekly and play games against teams in their division.  Quinte Sports and Wellness Centre (indoor) and Thurlow Fields (outdoor) will be the primary locations for most lacrosse activities while we aim to expand into other neighbouring facilities.  A competitive club team is also offered for all players.  Click here for more information. 

\r\n

U9\r\nDates: TBA\r\nTimes: TBA\r\nLocation: TBA\r\nU11\r\nDates: TBA\r\nTimes: TBA\r\nLocations: TBA\r\nU13\r\nDates: TBA\r\nTimes: TBA\r\nLocations: TBA\r\nU15\r\nDates: TBA\r\nTimes: TBA\r\nLocations: TBA\r\nU17\r\nDates: TBA\r\nTimes: TBA\r\nLocations: TBA

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2022-01-04 12:54:48','2022-01-04 17:54:48','',1094,'https://quintelacrosse.com/?p=5485',0,'revision','',0),(5489,2,'2022-01-10 11:59:01','2022-01-10 16:59:01','
\r\n
\r\n
\r\n
\r\n

 

\r\n

U9 Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U9 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U9 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 3

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 4

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','U9 Division','','inherit','closed','closed','','4007-revision-v1','','','2022-01-10 11:59:01','2022-01-10 16:59:01','',4007,'https://quintelacrosse.com/?p=5489',0,'revision','',0),(5726,2,'2022-04-27 16:19:01','2022-04-27 20:19:01','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Quinte Mat Rentals U11 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U9/U11 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U9/U11 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n

 

\r\n\r\n
\r\n
\r\n\r\n \r\n

 

\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Quinte Mat Rentals U11 Division','','inherit','closed','closed','','4060-revision-v1','','','2022-04-27 16:19:01','2022-04-27 20:19:01','',4060,'https://quintelacrosse.com/?p=5726',0,'revision','',0),(5490,2,'2022-01-10 12:01:56','2022-01-10 17:01:56','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Quinte Mat Rentals U11 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U11 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U11 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n \r\n\r\n
\r\n
\r\n\r\n \r\n

 

\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1  (Purple)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 3  (Blue)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2  (Gray)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 4  (White)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Quinte Mat Rentals U11 Division','','inherit','closed','closed','','4060-revision-v1','','','2022-01-10 12:01:56','2022-01-10 17:01:56','',4060,'https://quintelacrosse.com/?p=5490',0,'revision','',0),(5602,2,'2022-03-27 08:47:24','2022-03-27 12:47:24','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA Recreational League

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

For more information about days of play for recreational league lacrosse, see below or go to Recreational League Days of Play

\r\n

The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. 

\r\n

This program allows all players to practice and play against players in their own age division and skill level.  Box Lacrosse recreational league is open to boys and girls age 3-16.  

\r\n

QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.

\r\n

All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).

\r\n

If you are interested in playing in our competitive club program, please click  here for more information.

\r\n

 

\r\n

REGISTER NOW

\r\n

 

\r\n

2022 SEASON DETAILS

\r\n

Please note: all dates and times are subject to change.  There will be no lacrosse on the Victoria Day weekend (May 20-23).  Season wrap-up will take place on Saturday June 25th.

\r\n

SOFT LACROSSE

\r\n

The soft lacrosse program for ages 3 and 4 is designed to give our youngest players an opportunity to learn the basics of the game in a fun environment.  Parents are encouraged to participate on the floor or field with the players.  And the best part, it\'s FREE!\r\nDates:  Saturdays, April 23rd to June 25th\r\nTime: 8:30am to 9:00am\r\nLocation: QSWC

\r\n

PAPERWEIGHT

\r\n

Players ages 5 and 6 will learn and practice the fundamental skills and progress into 3v3 games.\r\nDates: Saturdays, April 23rd to June 25th\r\nTime: 9:00am to 10:00am\r\nLocation: QSWC

\r\n

U9 / U11 / U13 / U15 / U17

\r\n

Players will learn and practice the fundamental skills weekly and play games against teams in their division.  Quinte Sports and Wellness Centre (indoor) and Thurlow Fields (outdoor) will be the primary locations for most lacrosse activities while we aim to expand into other neighbouring facilities.  A competitive club team is also offered for all players if there is enough interest.  Click here for more information. 

\r\n

U9\r\nDates: Saturdays, April 23rd to June 25th\r\nTimes: 10:00am to 11:00am\r\nLocation: QSWC\r\nU11\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 2:00pm to 3:00pm\r\nLocation: QSWC\r\nU13\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 3:00pm to 4:00pm\r\nLocation: QSWC\r\nU15\r\nDates: Fridays, April 29th to June 24th (wrap up June 25th)\r\nTimes: 6:00pm to 7:00pm\r\nLocation: QSWC\r\nU17\r\nDates: Fridays, April 29th to June 24th (wrap up June 25th)\r\nTimes: 7:00pm to 8:00pm\r\nLocation: QSWC

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2022-03-27 08:47:24','2022-03-27 12:47:24','',1094,'https://quintelacrosse.com/?p=5602',0,'revision','',0),(5504,2,'2022-02-25 18:30:26','2022-02-25 23:30:26','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA Recreational League

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

For more information about days of play for recreational league lacrosse, see below or go to Recreational League Days of Play 

\r\n

The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. 

\r\n

This program allows all players to practice and play against players in their own age division and skill level.  Box Lacrosse recreational league is open to boys and girls age 3-16.  

\r\n

QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.

\r\n

All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).

\r\n

If you are interested in playing in our competitive club program, please click  here for more information.

\r\n

Registration for 2022 will be opening soon!

\r\n

 

\r\n

Details about each division of our 2022 recreational program will be outlined below once they are available.  Please note that days, times and locations are subject to change based on arena and/or field availability and registration numbers.

\r\n

2022 SEASON DETAILS

\r\n

Please note: all dates and times are subject to change.  There will be no lacrosse on the Victoria Day weekend (May 20-23).  Season wrap-up will take place on Saturday June 25th.

\r\n

SOFT LACROSSE

\r\n

The soft lacrosse program for ages 3 and 4 is designed to give our youngest players an opportunity to learn the basics of the game in a fun environment.  Parents are encouraged to participate on the floor or field with the players.  And the best part, it\'s FREE!\r\nDates:  Saturdays, April 23rd to June 25th\r\nTime: 8:30am to 9:00am\r\nLocation: QSWC

\r\n

PAPERWEIGHT

\r\n

Players ages 5 and 6 will learn and practice the fundamental skills and progress into 3v3 games.\r\nDates: Saturdays, April 23rd to June 25th\r\nTime: 9:00am to 10:00am\r\nLocation: QSWC

\r\n

U9 / U11 / U13 / U15 / U17

\r\n

Players will learn and practice the fundamental skills weekly and play games against teams in their division.  Quinte Sports and Wellness Centre (indoor) and Thurlow Fields (outdoor) will be the primary locations for most lacrosse activities while we aim to expand into other neighbouring facilities.  A competitive club team is also offered for all players if there is enough interest.  Click here for more information. 

\r\n

U9\r\nDates: Saturdays, April 23rd to June 25th\r\nTimes: 10:00am to 11:00am\r\nLocation: QSWC\r\nU11\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 2:00pm to 3:00pm\r\nLocation: QSWC\r\nU13\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 3:00pm to 4:00pm\r\nLocation: QSWC\r\nU15\r\nDates: Fridays, April 29th to June 24th (wrap up June 25th)\r\nTimes: 6:00pm to 7:00pm\r\nLocation: QSWC\r\nU17\r\nDates: Fridays, April 29th to June 24th (wrap up June 25th)\r\nTimes: 7:00pm to 8:00pm\r\nLocation: QSWC

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2022-02-25 18:30:26','2022-02-25 23:30:26','',1094,'https://quintelacrosse.com/?p=5504',0,'revision','',0),(5506,2,'2022-02-25 18:48:01','2022-02-25 23:48:01','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Competitive Lacrosse

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

Quinte Minor Lacrosse Association (a member of the Ontario Lacrosse Association) offers a representative lacrosse program as an opportunity for local players to compete at a higher level against teams from all over Ontario, NO EXPERIENCE NECESSARY.  Below you will find general information related to the participation in representative lacrosse.  Look for more information to be posted as the season nears, such as tryout dates and age groups.  For more information, contact quintelacrosse@gmail.com. 

\r\nPLEASE NOTE:\r\n1.  ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND TRYOUTS. \r\n2.  PLAYERS RESIDING IN OR NEAREST TO OTHER ASSOCIATIONS MUST HAVE WRITTEN PERMISSION FROM THEIR HOME ASSOCIATION TO ATTEND TRYOUTS FOR QUINTE BAYHAWKS. \r\n3.  PLAYERS WITHIN OR NEAREST TO QMLA BOUNDARY WHO WISH TO REQUEST A RELEASE TO PLAY WITH ANOTHER CENTRE MUST FIRST REGISTER WITH QMLA PRIOR TO THE 3rd SUNDAY IN MARCH.  THIS IS A FIRM DEADLINE IMPOSED BY THE ONTARIO LACROSSE ASSOCIATION.\r\n\r\n \r\n\r\n2022 TRYOUT DATES: TBD\r\n\r\n \r\n

COST

\r\n

Approximately $700-$800 per player.  Teams are expected to find sponsorship and do fundraising to bring these costs down.

\r\n

SCHEDULE

\r\n

The competitive season schedule will begin in May and conclude at the Ontario Lacrosse Festival (provincial championships) at the beginning of August (specific dates depend on age division).  

\r\n

COMMITMENT

\r\n

Representative teams are expected to practice once a week and play about 1 game per week, less during recreational league season, up to a total of about 8-10 zone games.  Teams are also expected to enter 1 or 2 tournaments. 

\r\n

TRAVEL

\r\n

For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.

\r\nPROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL\r\n\r\nThe competitive season culminates with the Ontario Lacrosse Festival in early August, where provincial championships are held for all age divisions.  This event is held in Durham Region (Whitby, Oshawa, Clarington, Ajax, Pickering).\r\n\r\n \r\n\r\n \r\n

 \"\"\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Competitive','','inherit','closed','closed','','1100-revision-v1','','','2022-02-25 18:48:01','2022-02-25 23:48:01','',1100,'https://quintelacrosse.com/?p=5506',0,'revision','',0),(5509,2,'2022-02-26 11:53:11','2022-02-26 16:53:11','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2022 Recreational League Days of Play

\r\n

 

\r\n

 

\r\n

Below are the days of the week and times that each division will play.  All dates, times and locations are subject to change.

\r\n

Information for our 2022 program will be updated once available.

\r\n

 

\r\n

[table id=1 /]

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2022-02-26 11:53:11','2022-02-26 16:53:11','',1092,'https://quintelacrosse.com/?p=5509',0,'revision','',0),(5510,2,'2022-02-26 12:14:55','2022-02-26 17:14:55','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

How to Register

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

Please read and follow the instructions below to register for 2022.

\r\n\r\n
\r\n
\r\n

If you have any problems, please contact quintelacrosse@gmail.com.

\r\n\r\n
\r\n
\r\n

=================================================

\r\n

Click here to see the Days of Play

\r\n

Click here to see the 2022 Registration Fees

\r\n\r\n

Returning Players

\r\n

If you ALREADY HAVE a SportzSoft login:

\r\n

Here is the online registration link:  REGISTER HERE 

\r\n

Please login and register for the program(s) your child(ren) is intending to play this season.  Your Proof of Age document(s) should already be in the system.

\r\n

NOTES:

\r\n

1. All players interested in the competitive (rep) lacrosse program should select the house league option when registering.  Upon successfully making a competitive team your registration will be flipped to the rep program.

\r\n

2. Please make sure to complete online payment of the 2022 fees for each child registered. \r\nREGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.

\r\n

3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

 

\r\n\r\n

New Players to Quinte Minor Lacrosse

\r\n

If you are NEW to QMLA and DO NOT HAVE a SportzSoft account you will need to create one and upload Proof of Age document(s). 

\r\n

To create a SportzSoft account:

\r\n

1. Click the online registration link: REGISTER HERE

\r\n

2. Click “New Member? Create Account\" button, then create an account with your email address and a password

\r\n

3. Please select “Profiles” and then fully complete your profiles for each family member participating, including parent volunteers.\r\n** NOTE: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile (i.e. secondary email address).

\r\n

4. To register a player, click the “New Registration” button, then select the division you would like to register the player in based on age. Click \'Next\'.

\r\n

5. Select the player that is eligible for that division you have selected.  The \"Select\" button will be active for those eligible participants, and inactive for ineligible participants.

\r\n

6. Read and agree to the OLA Waivers

\r\n

7. Complete the Questionnaire (if applicable)

\r\n

8. Upload a valid Proof of Age document (pdf, jpg files only).  Acceptable proof of age is a birth certificate, health card or passport.

\r\n

NOTE: Registration is NOT complete until a valid proof of age document is uploaded AND payment is received for each child.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2022-02-26 12:14:55','2022-02-26 17:14:55','',4168,'https://quintelacrosse.com/?p=5510',0,'revision','',0),(5511,2,'2022-02-26 12:20:09','2022-02-26 17:20:09','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Paperweight Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Paperweight House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the Paperweight Division home page.  Below you will find a complete division schedule as well as links to each team\'s roster and schedule.

\r\n

Paperweight teams will participate in 3v3 cross-floor games.

\r\n\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 3

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Team 2 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Paperweight Division','','inherit','closed','closed','','4072-revision-v1','','','2022-02-26 12:20:09','2022-02-26 17:20:09','',4072,'https://quintelacrosse.com/?p=5511',0,'revision','',0),(5512,2,'2022-02-26 12:37:01','2022-02-26 17:37:01','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

QMLA Refund & Cancellation Policy

\r\n

Updated February 26, 2022

\r\n

Our refund / cancellation policy is as follows:

\r\n\r\n
    \r\n
  • Prior to April 8th 2022: Full Refund*
  • \r\n
  • From April 8th - April 22nd 2022: Full Refund*, less $35 admin fee
  • \r\n
  • After April 22nd 2022: No Refund
  • \r\n
\r\n

*Free stick and any other Association equipment MUST be returned BEFORE a refund is issued. ALL requests for refunds must be made in writing to the Registrar – registrar@quintelacrosse.com

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','QMLA Refund/Cancellation Policy','','inherit','closed','closed','','1097-revision-v1','','','2022-02-26 12:37:01','2022-02-26 17:37:01','',1097,'https://quintelacrosse.com/?p=5512',0,'revision','',0),(5515,2,'2022-02-26 13:01:54','2022-02-26 18:01:54','[[\"DIVISION\",\"EARLY BIRD\\n(up to March 27th)\",\"REGULAR\\n(March 28th - April 9th)\"],[\"U5 - SOFT LACROSSE\\n(2018/2019)\",\"FREE!\",\"FREE!\"],[\"U7 - PAPERWEIGHT\\n(2016/2017)\",\"$165\",\"$190\"],[\"U9\\n(2014/2015)\",\"$190\",\"$215\"],[\"U11\\n(2012/2013)\",\"$190\",\"$215\"],[\"U13\\n(2010/2011)\",\"$205\",\"$230\"],[\"U15\\n(2008/2009)\",\"$205\",\"$230\"],[\"U17\\n(2006/2007)\",\"$220\",\"$245\"]]','Registration Fees','','inherit','closed','closed','','5514-revision-v1','','','2022-02-26 13:01:54','2022-02-26 18:01:54','',5514,'https://quintelacrosse.com/?p=5515',0,'revision','',0),(5517,2,'2022-02-26 14:16:04','2022-02-26 19:16:04','
\n
\n
\n
\n

 

\n

Peanut Division

\n

 

\n\n
\n
\n
\n
\n
\n
\n
\n
\n

Bayhawks Peanut House League

\n

2022

\n
\n
\n
\n
\n\n
\n\n
\n
\n
\n
\n

Welcome to the Peanut Division home page.  Below you will find the schedule and other important information about our cutest Bayhawks!

\n[gallery columns=\"2\" ids=\"5519,5520,5521,5522\" orderby=\"rand\"]\n\n
\n
\n

\"\"

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
','Soft Lacrosse','','inherit','closed','closed','','4074-autosave-v1','','','2022-02-26 14:16:04','2022-02-26 19:16:04','',4074,'https://quintelacrosse.com/?p=5517',0,'revision','',0),(5518,2,'2022-02-26 13:48:10','2022-02-26 18:48:10','','IMG_6097','','inherit','open','closed','','img_6097','','','2022-02-26 13:48:10','2022-02-26 18:48:10','',4074,'http://quintelacrosse.com/wp-content/uploads/2022/02/IMG_6097.jpg',0,'attachment','image/jpeg',0),(5519,2,'2022-02-26 13:48:27','2022-02-26 18:48:27','','IMG_6098','','inherit','open','closed','','img_6098','','','2022-02-26 13:48:27','2022-02-26 18:48:27','',4074,'http://quintelacrosse.com/wp-content/uploads/2022/02/IMG_6098.jpg',0,'attachment','image/jpeg',0),(5520,2,'2022-02-26 13:48:43','2022-02-26 18:48:43','','IMG_6100','','inherit','open','closed','','img_6100','','','2022-02-26 13:48:43','2022-02-26 18:48:43','',4074,'http://quintelacrosse.com/wp-content/uploads/2022/02/IMG_6100.jpg',0,'attachment','image/jpeg',0),(5521,2,'2022-02-26 13:49:00','2022-02-26 18:49:00','','IMG_6102','','inherit','open','closed','','img_6102','','','2022-02-26 13:49:00','2022-02-26 18:49:00','',4074,'http://quintelacrosse.com/wp-content/uploads/2022/02/IMG_6102.jpg',0,'attachment','image/jpeg',0),(5522,2,'2022-02-26 13:49:15','2022-02-26 18:49:15','','IMG_6103','','inherit','open','closed','','img_6103','','','2022-02-26 13:49:15','2022-02-26 18:49:15','',4074,'http://quintelacrosse.com/wp-content/uploads/2022/02/IMG_6103.jpg',0,'attachment','image/jpeg',0),(5523,2,'2022-02-26 13:53:41','2022-02-26 18:53:41','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Peanut Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Peanut House League

\r\n

2021

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the Peanut Division home page.  Below you will find the schedule and other important information about our cutest Bayhawks!

\r\n[gallery columns=\"2\" ids=\"5519,5520,5521,5522\" orderby=\"rand\"]\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Soft Lacrosse','','inherit','closed','closed','','4074-revision-v1','','','2022-02-26 13:53:41','2022-02-26 18:53:41','',4074,'https://quintelacrosse.com/?p=5523',0,'revision','',0),(5524,2,'2022-02-26 13:55:40','2022-02-26 18:55:40','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Peanut Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Peanut House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the Peanut Division home page.  Below you will find the schedule and other important information about our cutest Bayhawks!

\r\n[gallery columns=\"2\" ids=\"5519,5520,5521,5522\" orderby=\"rand\"]\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Soft Lacrosse','','inherit','closed','closed','','4074-revision-v1','','','2022-02-26 13:55:40','2022-02-26 18:55:40','',4074,'https://quintelacrosse.com/?p=5524',0,'revision','',0),(5525,2,'2022-02-26 13:59:13','2022-02-26 18:59:13','','2022 QMLA Sponsorship Information','','inherit','open','closed','','2022-qmla-sponsorship-information','','','2022-02-26 13:59:13','2022-02-26 18:59:13','',0,'http://quintelacrosse.com/wp-content/uploads/2022/02/2022-QMLA-Sponsorship-Information.pdf',0,'attachment','application/pdf',0),(5526,2,'2022-02-26 14:16:14','2022-02-26 19:16:14','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Peanut Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Peanut House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the Peanut Division home page.  Below you will find the schedule and other important information about our cutest Bayhawks!

\r\n[gallery columns=\"2\" ids=\"5519,5520,5521,5522\" orderby=\"rand\"]\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Soft Lacrosse','','inherit','closed','closed','','4074-revision-v1','','','2022-02-26 14:16:14','2022-02-26 19:16:14','',4074,'https://quintelacrosse.com/?p=5526',0,'revision','',0),(5527,2,'2022-02-26 14:18:41','2022-02-26 19:18:41','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Peanut Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Peanut House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the Peanut Division home page.  Below you will find the schedule and other important information about our cutest Bayhawks!

\r\n[gallery columns=\"2\" ids=\"5519,5520,5521,5522\" orderby=\"rand\"]\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Soft Lacrosse','','inherit','closed','closed','','4074-revision-v1','','','2022-02-26 14:18:41','2022-02-26 19:18:41','',4074,'https://quintelacrosse.com/?p=5527',0,'revision','',0),(5528,2,'2022-02-26 14:22:59','2022-02-26 19:22:59','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

Support the Growth of Minor Lacrosse in the Quinte Region.\r\nBecome a QMLA Sponsor Today!\r\n2022 Sponsor Package Coming Soon!\r\nIf you are interested in finding out how you can help, please email us at quintelacrosse@gmail.com

\r\n\r\n

2019 League Sponsors

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

TaskForce Engineering

\r\n\r\n
\r\n
\r\n
\r\n

24 Newberry Street, Suite 201\r\nBelleville, Ontario K8N 3N3

\r\n
\r\n
\r\n
\r\n
\r\n
Tel: 613-966-5600\r\nFax:  613-966-5701\r\ngeneralmail@taskforce-eng.com
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

Quinte Mat Rentals

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

Website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

KKP Belleville Design and Print Solutions

\r\n\r\n
\r\n
\r\n
\r\n

280 Coleman Street\r\nSuite 500\r\nBelleville, Ontario\r\nK8P 3H7

\r\n
\r\n
\r\n
\r\n
\r\n
Tel: 613-966-5974\r\nToll Free: 866-779-3066\r\nFax: 613-966-7933\r\ninfo@belleville.kkpcanada.ca
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

website

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Sponsors','','inherit','closed','closed','','1102-revision-v1','','','2022-02-26 14:22:59','2022-02-26 19:22:59','',1102,'https://quintelacrosse.com/?p=5528',0,'revision','',0),(5724,2,'2022-04-27 16:06:37','2022-04-27 20:06:37','
\r\n
\r\n
\r\n
\r\n

 

\r\n

TaskForce Engineering U13/U15 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U13/U15 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U13 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 3

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','TaskForce U13/U15 Division','','inherit','closed','closed','','4066-revision-v1','','','2022-04-27 16:06:37','2022-04-27 20:06:37','',4066,'https://quintelacrosse.com/?p=5724',0,'revision','',0),(5529,2,'2022-02-26 14:30:37','2022-02-26 19:30:37','
\r\n
\r\n
\r\n
\r\n

 

\r\n

TaskForce Engineering U13 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U13 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U13 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"All images\"]\r\n\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1  (Purple)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 3  (Blue)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2  (Gray)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 4  (White)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','TaskForce U13 Division','','inherit','closed','closed','','4066-revision-v1','','','2022-02-26 14:30:37','2022-02-26 19:30:37','',4066,'https://quintelacrosse.com/?p=5529',0,'revision','',0),(5530,2,'2022-02-26 14:32:51','2022-02-26 19:32:51','
\r\n
\r\n
\r\n
\r\n

 

\r\n

TaskForce Engineering U13 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U13 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U13 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee Rep 2019\"]\r\n\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1  (Purple)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 3  (Blue)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2  (Gray)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 4  (White)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','TaskForce U13 Division','','inherit','closed','closed','','4066-revision-v1','','','2022-02-26 14:32:51','2022-02-26 19:32:51','',4066,'https://quintelacrosse.com/?p=5530',0,'revision','',0),(5531,2,'2022-02-26 14:41:51','2022-02-26 19:41:51','
\r\n
\r\n
\r\n
\r\n

 

\r\n

TaskForce Engineering U13 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U13 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U13 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1  (Purple)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 3  (Blue)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2  (Gray)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 4  (White)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','TaskForce U13 Division','','inherit','closed','closed','','4066-revision-v1','','','2022-02-26 14:41:51','2022-02-26 19:41:51','',4066,'https://quintelacrosse.com/?p=5531',0,'revision','',0),(5532,2,'2022-02-26 15:03:46','2022-02-26 20:03:46','
\r\n
\r\n
\r\n
\r\n

 

\r\n

U15 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U15 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U15 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n[Best_Wordpress_Gallery id=\"4\" gal_title=\"All images\"]\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 3 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 4

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','U15 Division','','inherit','closed','closed','','4068-revision-v1','','','2022-02-26 15:03:46','2022-02-26 20:03:46','',4068,'https://quintelacrosse.com/?p=5532',0,'revision','',0),(5534,2,'2022-02-26 15:11:47','2022-02-26 20:11:47','
\r\n
\r\n
\r\n
\r\n

 

\r\n

U17 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U17 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the Midget Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n

 

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','U17 Division','','inherit','closed','closed','','4070-revision-v1','','','2022-02-26 15:11:47','2022-02-26 20:11:47','',4070,'https://quintelacrosse.com/?p=5534',0,'revision','',0),(5535,2,'2022-02-26 15:13:45','2022-02-26 20:13:45','
\r\n
\r\n
\r\n
\r\n

 

\r\n

U17 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U17 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the Midget Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n

 

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','U17 Division','','inherit','closed','closed','','4070-revision-v1','','','2022-02-26 15:13:45','2022-02-26 20:13:45','',4070,'https://quintelacrosse.com/?p=5535',0,'revision','',0),(5536,2,'2022-02-26 15:14:14','2022-02-26 20:14:14','
\r\n
\r\n
\r\n
\r\n

 

\r\n

U17 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U17 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U17 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n

 

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','U17 Division','','inherit','closed','closed','','4070-revision-v1','','','2022-02-26 15:14:14','2022-02-26 20:14:14','',4070,'https://quintelacrosse.com/?p=5536',0,'revision','',0),(5773,2,'2022-05-02 08:50:50','2022-05-02 12:50:50','
\r\n
\r\n
\r\n
\r\n

 

\r\n

U15 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U15 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U15 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n[Best_Wordpress_Gallery id=\"4\" gal_title=\"All images\"]\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','U15 Division','','inherit','closed','closed','','4068-revision-v1','','','2022-05-02 08:50:50','2022-05-02 12:50:50','',4068,'https://quintelacrosse.com/?p=5773',0,'revision','',0),(5537,2,'2022-02-26 15:15:18','2022-02-26 20:15:18','
\r\n
\r\n
\r\n
\r\n

 

\r\n

U15 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U15 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U15 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n[Best_Wordpress_Gallery id=\"4\" gal_title=\"All images\"]\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 3 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 4

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','U15 Division','','inherit','closed','closed','','4068-revision-v1','','','2022-02-26 15:15:18','2022-02-26 20:15:18','',4068,'https://quintelacrosse.com/?p=5537',0,'revision','',0),(5538,2,'2022-02-26 15:18:18','2022-02-26 20:18:18','
\r\n
\r\n
\r\n
\r\n

 

\r\n

U9 Division

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U9 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U9 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n[Best_Wordpress_Gallery id=\"5\" gal_title=\"All images\"]\r\n\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 3

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 4

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','U9 Division','','inherit','closed','closed','','4007-revision-v1','','','2022-02-26 15:18:18','2022-02-26 20:18:18','',4007,'https://quintelacrosse.com/?p=5538',0,'revision','',0),(5539,2,'2022-02-26 15:34:52','2022-02-26 20:34:52','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

Paperweight Division 3v3 Mini-Game Lacrosse

\r\n

Quinte Minor Lacrosse offers a 3v3 mini-game (cross-floor) format to introduce the players at the paperweight age to lacrosse.  This program will provide all players with more opportunities to control, pass and shoot the ball.  This is a non-contact program with an emphasis on learning the skills of the game and having FUN!

\r\n

Equipment Required:\r\nHelmet\r\nGloves\r\nMouthguard\r\nLacrosse Stick\r\nRunning Shoes

\r\n

2022 Dates

\r\n

Saturdays, April 23rd to June 25th, 10:00am - 11:00am

\r\nEarly Bird Rate (until March 27th): $165\r\n

Regular Rate (March 28th to April 9th): $190

\r\n

For information on how to register, click HERE

\r\n

To register, click HERE

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Paperweight 3v3','','inherit','closed','closed','','4218-revision-v1','','','2022-02-26 15:34:52','2022-02-26 20:34:52','',4218,'https://quintelacrosse.com/?p=5539',0,'revision','',0),(5540,2,'2022-02-26 15:36:39','2022-02-26 20:36:39','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

Paperweight Division 3v3 Mini-Game Lacrosse

\r\n

Quinte Minor Lacrosse offers a 3v3 mini-game (cross-floor) format to introduce the players at the paperweight age to lacrosse.  This program will provide all players with more opportunities to control, pass and shoot the ball.  This is a non-contact program with an emphasis on learning the skills of the game and having FUN!

\r\n

Equipment Required:\r\nHelmet\r\nGloves\r\nMouthguard\r\nLacrosse Stick\r\nRunning Shoes

\r\n

2022 Dates

\r\n

Saturdays, April 23rd to June 25th, 9:00am - 10:00am

\r\nEarly Bird Rate (until March 27th): $165\r\n

Regular Rate (March 28th to April 9th): $190

\r\n

For information on how to register, click HERE

\r\n

To register, click HERE

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Paperweight 3v3','','inherit','closed','closed','','4218-revision-v1','','','2022-02-26 15:36:39','2022-02-26 20:36:39','',4218,'https://quintelacrosse.com/?p=5540',0,'revision','',0),(5541,2,'2022-02-26 15:42:38','2022-02-26 20:42:38','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2022 Recreational League Days of Play

\r\n

 

\r\n

 

\r\n

Below are the days of the week and times that each division will play.  All dates, times and locations are subject to change.

\r\n

NOTE: There is no lacrosse on the May long weekend! (Friday May 20th to Monday May 23rd)

\r\n

 

\r\n

[table id=1 /]

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2022-02-26 15:42:38','2022-02-26 20:42:38','',1092,'https://quintelacrosse.com/?p=5541',0,'revision','',0),(5542,2,'2022-02-26 15:44:26','2022-02-26 20:44:26','[[\"DIVISION\",\"DAY\",\"TIME\"],[\"U5 - SOFT LACROSSE\\n(2018/2019)\",\"SATURDAY\\nAPRIL 23 - JUNE 25\",\"8:30am - 9:00am\"],[\"U7 - PAPERWEIGHT\\n(2016/2017)\",\"SATURDAY\\nAPRIL 23 - JUNE 25\",\"9:00am - 10:00am\"],[\"U9 (2014/2015)\",\"SATURDAY\\nAPRIL 23 - JUNE 25\",\"10:00am - 11:00am\"],[\"U11 (2012/2013)\",\"SUNDAY\\nAPRIL 24 - JUNE 19\",\"2:00pm - 3:00pm\"],[\"U13 (2010/2011)\",\"SUNDAY\\nAPRIL 24 - JUNE 19\",\"3:00pm - 4:00pm\"],[\"U15 (2008/2009)\",\"FRIDAY\\nAPRIL 29 - JUNE 24\",\"6:00pm - 7:00pm\"],[\"U17 (2006/2007)\",\"FRIDAY\\nAPRIL 29 - JUNE 24\",\"7:00pm - 8:00pm\"]]','Days of Play','','inherit','closed','closed','','5507-revision-v1','','','2022-02-26 15:44:26','2022-02-26 20:44:26','',5507,'https://quintelacrosse.com/?p=5542',0,'revision','',0),(5543,2,'2022-02-26 15:46:40','2022-02-26 20:46:40','
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n

2022 Recreational League Days of Play

\r\n

 

\r\n

 

\r\n

Below are the days of the week and times that each division will play.  All dates, times and locations are subject to change.

\r\n

Wrap-up day will be held on June 25th, 2022. ALL TEAMS WILL PARTICIPATE!

\r\n

NOTE: There is no lacrosse on the May long weekend! (Friday May 20th to Monday May 23rd)

\r\n

 

\r\n

[table id=1 /]

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2022-02-26 15:46:40','2022-02-26 20:46:40','',1092,'https://quintelacrosse.com/?p=5543',0,'revision','',0),(5546,2,'2022-02-26 19:18:03','2022-02-27 00:18:03','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

How to Register

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

Please read and follow the instructions below to register for 2022.  Registration opens March 1st.

\r\n\r\n
\r\n
\r\n

If you have any problems, please contact quintelacrosse@gmail.com.

\r\n\r\n
\r\n
\r\n

=================================================

\r\n

Click here to see the Days of Play

\r\n

Click here to see the 2022 Registration Fees

\r\n\r\n

Returning Players

\r\n

If you ALREADY HAVE a SportzSoft login:

\r\n

Here is the online registration link:  REGISTER HERE 

\r\n

Please login and register for the program(s) your child(ren) is intending to play this season.  Your Proof of Age document(s) should already be in the system.

\r\n

NOTES:

\r\n

1. All players interested in the competitive (rep) lacrosse program should select the house league option when registering.  Upon successfully making a competitive team your registration will be flipped to the rep program.

\r\n

2. Please make sure to complete online payment of the 2022 fees for each child registered. \r\nREGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.

\r\n

3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

 

\r\n\r\n

New Players to Quinte Minor Lacrosse

\r\n

If you are NEW to QMLA and DO NOT HAVE a SportzSoft account you will need to create one and upload Proof of Age document(s). 

\r\n

To create a SportzSoft account:

\r\n

1. Click the online registration link: REGISTER HERE

\r\n

2. Click “New Member? Create Account\" button, then create an account with your email address and a password

\r\n

3. Please select “Profiles” and then fully complete your profiles for each family member participating, including parent volunteers.\r\n** NOTE: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile (i.e. secondary email address).

\r\n

4. To register a player, click the “New Registration” button, then select the division you would like to register the player in based on age. Click \'Next\'.

\r\n

5. Select the player that is eligible for that division you have selected.  The \"Select\" button will be active for those eligible participants, and inactive for ineligible participants.

\r\n

6. Read and agree to the OLA Waivers

\r\n

7. Complete the Questionnaire (if applicable)

\r\n

8. Upload a valid Proof of Age document (pdf, jpg files only).  Acceptable proof of age is a birth certificate, health card or passport.

\r\n

NOTE: Registration is NOT complete until a valid proof of age document is uploaded AND payment is received for each child.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2022-02-26 19:18:03','2022-02-27 00:18:03','',4168,'https://quintelacrosse.com/?p=5546',0,'revision','',0),(5548,2,'2022-02-26 19:20:19','2022-02-27 00:20:19','','IMG_2693','','inherit','open','closed','','img_2693','','','2022-02-26 19:20:19','2022-02-27 00:20:19','',0,'http://quintelacrosse.com/wp-content/uploads/2022/02/IMG_2693.jpg',0,'attachment','image/jpeg',0),(5552,2,'2022-02-26 19:39:35','2022-02-27 00:39:35','','IMG_2693','','inherit','open','closed','','img_2693-2','','','2022-02-26 19:39:35','2022-02-27 00:39:35','',0,'http://quintelacrosse.com/wp-content/uploads/2022/02/IMG_2693-1.jpg',0,'attachment','image/jpeg',0),(5562,2,'2022-03-09 17:28:16','2022-03-09 22:28:16','
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Become a Referee with QMLA

\n

\"Without officials, there is no game.\"

\n

The recruitment and development of officials is a vital aspect to the growth of the game of lacrosse in the Bay of Quinte region.  The Quinte Bayhawks organization is currently looking for individuals (male or female) who are interested in becoming officials.  All officials are paid according the OLA fee chart for officials,  and will be required to complete a certification course of the Ontario Lacrosse Officials Association prior to the beginning of the season.  QMLA will cover the cost of the certification cu\nWhile we are seeking officials of all ages, the minimum age requirement is 14 years old.

\n

If you are interested in becoming a certified referee and being a part of the growth and excitement of lacrosse in our community, if you have any questions, or if you would like more information, please contact us at quintelacrosse@gmail.com

\n

Also, you can follow the link below to take you directly to the OLOA registration page.

\n \n

Get Started

\n\n
\n
\n
\n
\n
\n
\n
\"\"
\n
\n
\n
\n
\n
\n\n\n

Birdie Ramos

\n

CEO

\n\n
\n
\n
\n
\n
\n
\n\n\n

Gabriel Williams

\n

Creative Director

\n\n
\n
\n
\n
\n
\n
\n
\n
','Officials Page','','inherit','closed','closed','','5064-autosave-v1','','','2022-03-09 17:28:16','2022-03-09 22:28:16','',5064,'https://quintelacrosse.com/?p=5562',0,'revision','',0),(5554,2,'2022-03-01 09:20:31','2022-03-01 14:20:31','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

How to Register

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

Please read and follow the instructions below to register for 2022.  Registration opens March 1st.

\r\n\r\n
\r\n
\r\n

If you have any problems, please contact quintelacrosse@gmail.com.

\r\n\r\n
\r\n
\r\n

=================================================

\r\n

Click here to see the Days of Play

\r\n

Click here to see the 2022 Registration Fees

\r\n\r\n

Returning Players

\r\n

If you ALREADY HAVE a SportzSoft login:

\r\n

Here is the online registration link:  REGISTER HERE 

\r\n

Please login and register for the program(s) your child(ren) is intending to play this season.  Your Proof of Age document(s) should already be in the system.

\r\n

NOTES:

\r\n

1. All players interested in the competitive (rep) lacrosse program should select the house league option when registering.  Upon successfully making a competitive team your registration will be flipped to the rep program.

\r\n

2. Please make sure to complete online payment of the 2022 fees for each child registered. \r\nREGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.

\r\n

3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\r\n

 

\r\n\r\n

New Players to Quinte Minor Lacrosse

\r\n

If you are NEW to QMLA and DO NOT HAVE a SportzSoft account you will need to create one and upload Proof of Age document(s). 

\r\n

To create a SportzSoft account:

\r\n

1. Click the online registration link: REGISTER HERE

\r\n

2. Click “New Member? Create Account\" button, then create an account with your email address and a password

\r\n

3. Please select “Profiles” and then fully complete your profiles for each family member participating, including parent volunteers.\r\n** NOTE: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile (i.e. secondary email address).

\r\n

4. To register a player, click the “New Registration” button, then select the division you would like to register the player in based on age. Click \'Next\'.

\r\n

5. Select the player that is eligible for that division you have selected.  The \"Select\" button will be active for those eligible participants, and inactive for ineligible participants.

\r\n

6. Read and agree to the OLA Waivers

\r\n

7. Complete the Questionnaire (if applicable)

\r\n

8. Upload a valid Proof of Age document (pdf, jpg files only).  Acceptable proof of age is a birth certificate, health card or passport.

\r\n

NOTE: Registration is NOT complete until a valid proof of age document is uploaded AND payment is received for each child.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2022-03-01 09:20:31','2022-03-01 14:20:31','',4168,'https://quintelacrosse.com/?p=5554',0,'revision','',0),(5653,2,'2022-04-20 12:49:41','2022-04-20 16:49:41','','IMG_2918','','inherit','open','closed','','img_2918','','','2022-04-20 12:49:41','2022-04-20 16:49:41','',0,'http://quintelacrosse.com/wp-content/uploads/2022/04/IMG_2918.jpg',0,'attachment','image/jpeg',0),(5657,2,'2022-04-20 13:42:46','2022-04-20 17:42:46','','U13/U15 Quinte 1','','publish','closed','closed','','u13-u15-quinte-1','','','2022-04-20 13:42:46','2022-04-20 17:42:46','',0,'https://quintelacrosse.com/?post_type=sp_team&p=5657',0,'sp_team','',0),(5658,2,'2022-04-20 23:37:31','2022-04-21 03:37:31','','U13/U15 Quinte 2','','publish','closed','closed','','u13-u15-quinte-2','','','2022-04-20 23:37:31','2022-04-21 03:37:31','',0,'https://quintelacrosse.com/?post_type=sp_team&p=5658',0,'sp_team','',0),(5659,2,'2022-04-20 23:44:02','2022-04-21 03:44:02','','Jake Vandenburg','','publish','closed','closed','','jake-vandenburg','','','2022-04-20 23:44:24','2022-04-21 03:44:24','',0,'https://quintelacrosse.com/?post_type=sp_player&p=5659',0,'sp_player','',0),(5660,2,'2022-04-20 23:45:10','2022-04-21 03:45:10','','Ben Hunt','','publish','closed','closed','','ben-hunt','','','2022-04-20 23:45:10','2022-04-21 03:45:10','',0,'https://quintelacrosse.com/?post_type=sp_player&p=5660',0,'sp_player','',0),(5661,2,'2022-04-20 23:45:34','2022-04-21 03:45:34','','Colton Donnan','','publish','closed','closed','','colton-donnan','','','2022-04-20 23:46:07','2022-04-21 03:46:07','',0,'https://quintelacrosse.com/?post_type=sp_player&p=5661',0,'sp_player','',0),(5662,2,'2022-04-20 23:47:02','2022-04-21 03:47:02','','Brenen Brownson','','publish','closed','closed','','brenan-brownson','','','2022-04-20 23:47:18','2022-04-21 03:47:18','',0,'https://quintelacrosse.com/?post_type=sp_player&p=5662',0,'sp_player','',0),(5663,2,'2022-04-20 23:48:15','2022-04-21 03:48:15','','Ethan McCormick','','publish','closed','closed','','ethan-mccormick','','','2022-04-20 23:48:15','2022-04-21 03:48:15','',0,'https://quintelacrosse.com/?post_type=sp_player&p=5663',0,'sp_player','',0),(5664,2,'2022-04-20 23:49:09','2022-04-21 03:49:09','','Ryan Jowett','','publish','closed','closed','','ryan-jowett','','','2022-04-20 23:49:09','2022-04-21 03:49:09','',0,'https://quintelacrosse.com/?post_type=sp_player&p=5664',0,'sp_player','',0),(5665,2,'2022-04-20 23:50:01','2022-04-21 03:50:01','','Cooper McKeown','','publish','closed','closed','','cooper-mckeown','','','2022-04-20 23:50:01','2022-04-21 03:50:01','',0,'https://quintelacrosse.com/?post_type=sp_player&p=5665',0,'sp_player','',0),(5666,2,'2022-04-20 23:50:47','2022-04-21 03:50:47','','Emerson Stickland','','publish','closed','closed','','emerson-stickland','','','2022-04-20 23:50:47','2022-04-21 03:50:47','',0,'https://quintelacrosse.com/?post_type=sp_player&p=5666',0,'sp_player','',0),(5667,2,'2022-04-20 23:51:38','2022-04-21 03:51:38','','Amelia Yuke','','publish','closed','closed','','amelia-yuke','','','2022-04-20 23:51:38','2022-04-21 03:51:38','',0,'https://quintelacrosse.com/?post_type=sp_player&p=5667',0,'sp_player','',0),(5668,2,'2022-04-20 23:52:26','2022-04-21 03:52:26','','Addison Tugnette','','publish','closed','closed','','addison-tugnette','','','2022-04-20 23:52:26','2022-04-21 03:52:26','',0,'https://quintelacrosse.com/?post_type=sp_player&p=5668',0,'sp_player','',0),(5669,2,'2022-04-20 23:53:23','2022-04-21 03:53:23','','Emily Fee','','publish','closed','closed','','emily-fee','','','2022-04-20 23:53:23','2022-04-21 03:53:23','',0,'https://quintelacrosse.com/?post_type=sp_player&p=5669',0,'sp_player','',0),(5670,2,'2022-04-20 23:54:03','2022-04-21 03:54:03','','Adrian Black','','publish','closed','closed','','adrian-black','','','2022-04-20 23:54:03','2022-04-21 03:54:03','',0,'https://quintelacrosse.com/?post_type=sp_player&p=5670',0,'sp_player','',0),(5671,2,'2022-04-20 23:54:37','2022-04-21 03:54:37','','Logan Payne','','publish','closed','closed','','logan-payne','','','2022-04-20 23:54:37','2022-04-21 03:54:37','',0,'https://quintelacrosse.com/?post_type=sp_player&p=5671',0,'sp_player','',0),(5672,2,'2022-04-20 23:55:20','2022-04-21 03:55:20','','Ben Brunette','','publish','closed','closed','','ben-brunette','','','2022-04-20 23:55:20','2022-04-21 03:55:20','',0,'https://quintelacrosse.com/?post_type=sp_player&p=5672',0,'sp_player','',0),(5673,2,'2022-04-20 23:56:09','2022-04-21 03:56:09','','Trevor Holtzhauer','','publish','closed','closed','','trevor-holtzhauer','','','2022-04-20 23:56:10','2022-04-21 03:56:10','',0,'https://quintelacrosse.com/?post_type=sp_player&p=5673',0,'sp_player','',0),(5674,2,'2022-04-20 23:56:45','2022-04-21 03:56:45','','Chase Gould','','publish','closed','closed','','chase-gould','','','2022-04-20 23:56:45','2022-04-21 03:56:45','',0,'https://quintelacrosse.com/?post_type=sp_player&p=5674',0,'sp_player','',0),(5675,2,'2022-04-20 23:57:26','2022-04-21 03:57:26','','Jake Payne','','publish','closed','closed','','jake-payne','','','2022-04-20 23:57:26','2022-04-21 03:57:26','',0,'https://quintelacrosse.com/?post_type=sp_player&p=5675',0,'sp_player','',0),(5845,2,'2022-07-04 19:55:42','2022-07-04 23:55:42','','9C75B928-D94C-452C-801F-6D45AFBF7709','','inherit','open','closed','','9c75b928-d94c-452c-801f-6d45afbf7709','','','2022-07-04 19:55:42','2022-07-04 23:55:42','',0,'http://quintelacrosse.com/wp-content/uploads/2022/07/9C75B928-D94C-452C-801F-6D45AFBF7709.jpg',0,'attachment','image/jpeg',0),(5679,2,'2022-04-22 08:40:55','2022-04-22 12:40:55','
\r\n
\r\n\r\n \r\n\r\n \r\n

Quinte Minor Lacrosse Association is happy to be partnered with Duvall and Clark Sportswear and Equipment.  Duvall and Clark is a locally owned retailer of lacrosse equipment and supporter of Quinte Minor Lacrosse.  We recommend them when purchasing lacrosse protective equipment.

\r\n

Duvall and Clark Sportswear and Equipment\r\n274 Airport Pkwy, Belleville, ON K8N 4Z6

\r\n

Duvall and Clark Sportswear & Equipment Facebook Page

\r\n

Other retailers: Sportchek, Canadian Tire, Lax Shack, used ads (Kijiji, Marketplace, etc)

\r\n

For the equipment guidelines for players in Tyke through Midget, see the following:

\r\n\r\n
\r\n
\r\n

OLA Equipment Guidelines

\r\nFor our Peanut and Paperweight programs, the following equipment is required:\r\n

Peanut (Soft Lacrosse)

\r\n

Helmet with facemask

\r\n

Lacrosse stick

\r\n

 

\r\n

Paperweight (cross floor 3v3 recreational)

\r\n

Helmet with facemask

\r\n

Gloves

\r\n

Mouthguard

\r\n

Lacrosse stick

\r\n

 

\r\n

Paperweight (full floor 5v5 representative)

\r\n

All equipment for recreational

\r\n

Shoulder pads

\r\n

Kidney pads

\r\n

Arm guards

\r\n \r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Equipment Requirements','','inherit','closed','closed','','4353-revision-v1','','','2022-04-22 08:40:55','2022-04-22 12:40:55','',4353,'https://quintelacrosse.com/?p=5679',0,'revision','',0),(5681,2,'2022-04-24 22:05:18','2022-04-25 02:05:18','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

For instructions on how to register, click here\r\nWe recommend using desktop or laptop computers for registration.  Registrations done on mobile devices may encounter difficulties. 

\r\n

Please review the QMLA Refund Policy before registering.

\r\n

Registration for the 2022 box lacrosse house league season is now closed.

\r\n

To register for a Bayhawks rep team, or to access your Sportzsoft account, click here

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2022-04-24 22:05:18','2022-04-25 02:05:18','',122,'https://quintelacrosse.com/?p=5681',0,'revision','',0),(5807,2,'2022-05-09 10:40:20','2022-05-09 14:40:20','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA Recreational League

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

For more information about days of play for recreational league lacrosse, see below or go to Recreational League Days of Play

\r\n

The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. 

\r\n

This program allows all players to practice and play against players in their own age division and skill level.  Box Lacrosse recreational league is open to boys and girls age 3-16.  

\r\n

QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.

\r\n

All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).

\r\n

If you are interested in playing in our competitive club program, please click  here for more information.

\r\n

 

\r\n

REGISTER NOW

\r\n

 

\r\n

2022 SEASON DETAILS

\r\n

UPDATED May 9th

\r\n

Please note: all dates and times are subject to change.  There will be no lacrosse on the Victoria Day weekend (May 20-23).  Season wrap-up will take place on Saturday June 25th.

\r\n

SOFT LACROSSE

\r\n

The soft lacrosse program for ages 3 and 4 is designed to give our youngest players an opportunity to learn the basics of the game in a fun environment.  Parents are encouraged to participate on the floor or field with the players.  And the best part, it\'s FREE!\r\nDates:  Saturdays, April 23rd to June 25th\r\nTime: 8:30am to 9:00am\r\nLocation: QSWC

\r\n

PAPERWEIGHT

\r\n

Players ages 5 and 6 will learn and practice the fundamental skills and progress into 3v3 games.\r\nDates: Saturdays, April 23rd to June 25th\r\nTime: 9:00am to 10:00am\r\nLocation: QSWC

\r\n

U9 / U11 / U13 / U15 / U17

\r\n

Players will learn and practice the fundamental skills weekly and play games against teams in their division.  Quinte Sports and Wellness Centre (indoor) and Thurlow Fields (outdoor) will be the primary locations for most lacrosse activities while we aim to expand into other neighbouring facilities.  A competitive club team is also offered for all players if there is enough interest.  Click here for more information. 

\r\n

U9\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 2:00pm to 3:00pm\r\nLocation: QSWC\r\nU11\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 2:00pm to 3:00pm\r\nLocation: QSWC\r\nU13\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 3:00pm to 4:00pm\r\nLocation: QSWC\r\nU15\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 4:00pm to 5:00pm\r\nLocation: QSWC\r\nU17\r\nOnly offering rep (travel) team for 2022.  Contact us for details.\r\nLocation: QSWC

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2022-05-09 10:40:20','2022-05-09 14:40:20','',1094,'https://quintelacrosse.com/?p=5807',0,'revision','',0),(5682,2,'2022-04-24 22:16:24','2022-04-25 02:16:24','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA Recreational League

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

For more information about days of play for recreational league lacrosse, see below or go to Recreational League Days of Play

\r\n

The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. 

\r\n

This program allows all players to practice and play against players in their own age division and skill level.  Box Lacrosse recreational league is open to boys and girls age 3-16.  

\r\n

QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.

\r\n

All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).

\r\n

If you are interested in playing in our competitive club program, please click  here for more information.

\r\n

 

\r\n

REGISTER NOW

\r\n

 

\r\n

2022 SEASON DETAILS

\r\n

UPDATED APRIL 24th

\r\n

Please note: all dates and times are subject to change.  There will be no lacrosse on the Victoria Day weekend (May 20-23).  Season wrap-up will take place on Saturday June 25th.

\r\n

SOFT LACROSSE

\r\n

The soft lacrosse program for ages 3 and 4 is designed to give our youngest players an opportunity to learn the basics of the game in a fun environment.  Parents are encouraged to participate on the floor or field with the players.  And the best part, it\'s FREE!\r\nDates:  Saturdays, April 23rd to June 25th\r\nTime: 8:30am to 9:00am\r\nLocation: QSWC

\r\n

PAPERWEIGHT

\r\n

Players ages 5 and 6 will learn and practice the fundamental skills and progress into 3v3 games.\r\nDates: Saturdays, April 23rd to June 25th\r\nTime: 9:00am to 10:00am\r\nLocation: QSWC

\r\n

U9 / U11 / U13 / U15 / U17

\r\n

Players will learn and practice the fundamental skills weekly and play games against teams in their division.  Quinte Sports and Wellness Centre (indoor) and Thurlow Fields (outdoor) will be the primary locations for most lacrosse activities while we aim to expand into other neighbouring facilities.  A competitive club team is also offered for all players if there is enough interest.  Click here for more information. 

\r\n

U9\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 2:00pm to 3:00pm\r\nLocation: QSWC\r\nU11\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 2:00pm to 3:00pm\r\nLocation: QSWC\r\nU13\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 3:00pm to 4:00pm\r\nLocation: QSWC\r\nU15\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 3:00pm to 4:00pm\r\nLocation: QSWC\r\nU17\r\nOnly offering rep (travel) team for 2022.  Contact us for details.\r\nLocation: QSWC

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2022-04-24 22:16:24','2022-04-25 02:16:24','',1094,'https://quintelacrosse.com/?p=5682',0,'revision','',0),(5683,2,'2022-04-24 22:19:39','2022-04-25 02:19:39','[[\"DIVISION\",\"DAY\",\"TIME\"],[\"U5 - SOFT LACROSSE\\n(2018/2019)\",\"SATURDAY\\nAPRIL 23 - JUNE 25\",\"8:30am - 9:00am\"],[\"U7 - PAPERWEIGHT\\n(2016/2017)\",\"SATURDAY\\nAPRIL 23 - JUNE 25\",\"9:00am - 10:00am\"],[\"U9 (2014/2015)\",\"SUNDAY\\nAPRIL 24 - JUNE 19\",\"2:00pm - 3:00pm\"],[\"U11 (2012/2013)\",\"SUNDAY\\nAPRIL 24 - JUNE 19\",\"2:00pm - 3:00pm\"],[\"U13 (2010/2011)\",\"SUNDAY\\nAPRIL 24 - JUNE 19\",\"3:00pm - 4:00pm\"],[\"U15 (2008/2009)\",\"SUNDAY\\nAPRIL 24 - JUNE 19\",\"3:00pm - 4:00pm\"],[\"U17 (2006/2007)\",\"REP ONLY\",\"\"]]','Days of Play','','inherit','closed','closed','','5507-revision-v1','','','2022-04-24 22:19:39','2022-04-25 02:19:39','',5507,'https://quintelacrosse.com/?p=5683',0,'revision','',0),(5684,2,'2022-04-24 22:27:23','2022-04-25 02:27:23','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Competitive Lacrosse

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

Quinte Minor Lacrosse Association (a member of the Ontario Lacrosse Association) offers a representative lacrosse program as an opportunity for local players to compete at a higher level against teams from all over Ontario, NO EXPERIENCE NECESSARY.  Below you will find general information related to the participation in representative lacrosse.  Look for more information to be posted as the season nears, such as tryout dates and age groups.  For more information, contact quintelacrosse@gmail.com. 

\r\nPLEASE NOTE:\r\n1.  ALL PLAYERS MUST BE REGISTERED AND PAID IN ORDER TO ATTEND TRYOUTS. \r\n2.  PLAYERS RESIDING IN OR NEAREST TO OTHER ASSOCIATIONS (THEIR \"HOME\" ASSOCIATION) MUST HAVE WRITTEN PERMISSION FROM THEIR HOME ASSOCIATION TO ATTEND TRYOUTS FOR QUINTE BAYHAWKS. \r\n3.  PLAYERS WITHIN OR NEAREST TO QMLA BOUNDARY WHO WISH TO TRYOUT OR REQUEST A RELEASE TO PLAY WITH ANOTHER CENTRE MUST FIRST REGISTER WITH QMLA PRIOR TO THE 3rd SUNDAY IN MARCH.  THIS IS A FIRM DEADLINE IMPOSED BY THE ONTARIO LACROSSE ASSOCIATION (email us if you think this is a problem or have any questions).\r\n\r\n \r\n\r\nUPDATE: As our 2022 box lacrosse registration period winds down (click here for more info), we will be making decisions on which age groups we will form rep teams based on the number of registrations for each division.  Soon after, around mid-April, we will start to schedule rep interest runs for players who are interested in playing rep.  The competitive season will begin around mid-May and run through to the beginning of August.  \r\n\r\nWhat to expect:\r\n- one practice per week until end of June (during house league schedule) - Rep only divisions may practice twice per week\r\n- two practices per week in July\r\n- weekends? - apart from house league lacrosse you can expect an occasional home or away game in May and June on a Saturday; in July, the only lacrosse on weekends will be one tournament and provincials (later July or early August depending on age)\r\n- Provincials!! - held in Whitby in early August, exact days depends on the age division\r\n- travel - zone games could be held as far east as Ottawa (usually just one trip east), and as far west as Durham region (once or twice)\r\n\r\n \r\n\r\nWE ARE CURRENTLY FORMING TEAMS FOR THE U13, U15 and U17 DIVISIONS.  EMAIL US FOR MORE INFORMATION.\r\n\r\nTEAMS WILL PRACTICE TUESDAYS AND/OR THURSDAYS.  PRACTICES IN MAY WILL BE HELD IN PICTON.  PRACTICES IN JUNE/JULY LOCATION TBD.\r\n\r\n \r\n

COST

\r\n

Approximately $700-$800 per player.  Teams are expected to find sponsorship and do fundraising to bring these costs down.

\r\n

SCHEDULE

\r\n

The competitive season schedule will begin in May and conclude at the Ontario Lacrosse Festival (provincial championships) at the beginning of August (specific dates depend on age division).  

\r\n

COMMITMENT

\r\n

Representative teams are expected to practice once a week and play about 1 game per week, less during recreational league season, up to a total of about 8-10 zone games.  Teams are also expected to enter 1 or 2 tournaments. 

\r\n

TRAVEL

\r\n

For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.

\r\nPROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL\r\n\r\nThe competitive season culminates with the Ontario Lacrosse Festival in early August, where provincial championships are held for all age divisions.  This event is held in Durham Region (Whitby, Oshawa, Clarington, Ajax, Pickering).\r\n\r\n \r\n\r\n \r\n

 \"\"\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Competitive','','inherit','closed','closed','','1100-revision-v1','','','2022-04-24 22:27:23','2022-04-25 02:27:23','',1100,'https://quintelacrosse.com/?p=5684',0,'revision','',0),(5618,2,'2022-04-13 10:04:17','2022-04-13 14:04:17','','Penalties','','publish','closed','closed','','penalties','','','2022-04-13 10:04:17','2022-04-13 14:04:17','',0,'https://quintelacrosse.com/sp_performance/penalties/',50,'sp_performance','',0),(5619,2,'2022-04-13 10:04:17','2022-04-13 14:04:17','','P','Games played','publish','closed','closed','','p','','','2022-04-13 10:04:17','2022-04-13 14:04:17','',0,'https://quintelacrosse.com/sp_column/p/',10,'sp_column','',0),(5620,2,'2022-04-13 10:04:17','2022-04-13 14:04:17','','W','Wins','publish','closed','closed','','w','','','2022-04-13 10:04:17','2022-04-13 14:04:17','',0,'https://quintelacrosse.com/sp_column/w/',20,'sp_column','',0),(5621,2,'2022-04-13 10:04:17','2022-04-13 14:04:17','','L','Losses','publish','closed','closed','','l','','','2022-04-13 10:04:17','2022-04-13 14:04:17','',0,'https://quintelacrosse.com/sp_column/l/',30,'sp_column','',0),(5622,2,'2022-04-13 10:04:17','2022-04-13 14:04:17','','T','Ties','publish','closed','closed','','t','','','2022-04-13 10:04:17','2022-04-13 14:04:17','',0,'https://quintelacrosse.com/sp_column/t/',40,'sp_column','',0),(5623,2,'2022-04-13 10:04:17','2022-04-13 14:04:17','','F','Goals for','publish','closed','closed','','f','','','2022-04-13 10:04:17','2022-04-13 14:04:17','',0,'https://quintelacrosse.com/sp_column/f/',50,'sp_column','',0),(5624,2,'2022-04-13 10:04:17','2022-04-13 14:04:17','','A','Goals against','publish','closed','closed','','a','','','2022-04-13 10:04:17','2022-04-13 14:04:17','',0,'https://quintelacrosse.com/sp_column/a/',60,'sp_column','',0),(5625,2,'2022-04-13 10:04:17','2022-04-13 14:04:17','','+/-','Goal difference','publish','closed','closed','','var','','','2022-04-13 10:04:17','2022-04-13 14:04:17','',0,'https://quintelacrosse.com/sp_column/var/',70,'sp_column','',0),(5626,2,'2022-04-13 10:04:17','2022-04-13 14:04:17','','Pts','Team points','publish','closed','closed','','pts','','','2022-04-13 10:04:17','2022-04-13 14:04:17','',0,'https://quintelacrosse.com/sp_column/pts/',80,'sp_column','',0),(5627,2,'2022-04-13 10:04:17','2022-04-13 14:04:17','','Height','','publish','closed','closed','','height','','','2022-04-13 10:04:17','2022-04-13 14:04:17','',0,'https://quintelacrosse.com/sp_metric/height/',60,'sp_metric','',0),(5628,2,'2022-04-13 10:04:17','2022-04-13 14:04:17','','Weight','','publish','closed','closed','','weight','','','2022-04-13 10:04:17','2022-04-13 14:04:17','',0,'https://quintelacrosse.com/sp_metric/weight/',80,'sp_metric','',0),(5629,2,'2022-04-13 10:04:17','2022-04-13 14:04:17','','Games','Games played','publish','closed','closed','','games','','','2022-04-13 10:04:17','2022-04-13 14:04:17','',0,'https://quintelacrosse.com/sp_statistic/games/',80,'sp_statistic','',0),(5630,2,'2022-04-13 10:04:17','2022-04-13 14:04:17','','Shooting %','Shooting percentage','publish','closed','closed','','shootingpercent','','','2022-04-13 10:04:17','2022-04-13 14:04:17','',0,'https://quintelacrosse.com/sp_statistic/shootingpercent/',90,'sp_statistic','',0),(5631,2,'2022-04-13 10:04:17','2022-04-13 14:04:17','','SoG %','Shots on goal percentage','publish','closed','closed','','sogpercent','','','2022-04-13 10:04:17','2022-04-13 14:04:17','',0,'https://quintelacrosse.com/sp_statistic/sogpercent/',100,'sp_statistic','',0),(5634,2,'2022-04-13 10:06:20','2022-04-13 14:06:20','This is an example Calendar. As a new SportsPress user, you should go to your dashboard to delete this Calendar and create new Calendars for your content. Have fun!','Calendar','','publish','closed','closed','','calendar','','','2022-04-13 10:06:20','2022-04-13 14:06:20','',0,'https://quintelacrosse.com/calendar/calendar/',0,'sp_calendar','',0),(5838,2,'2022-06-06 20:37:49','2022-06-07 00:37:49','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 11th, 2022\",\"6:30pm\",\"Northumberland 1\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 15th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 25th, 2022\",\"6:30pm\",\"Northumberland 3\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"10:00am\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"1:00pm\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, June 8th, 2022\",\"6:30pm\",\"Northumberland 2\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 12th, 2022\",\"CANCELLED\",\"\",\"\"],[\"Sunday, June 19th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"12:00pm\",\"Quinte Team 2\",\"Duncan McDonald Memorial Community Gardens - Pad 2 (Trenton)\"]]','U15 Team 1 Schedule','','inherit','closed','closed','','5779-revision-v1','','','2022-06-06 20:37:49','2022-06-07 00:37:49','',5779,'https://quintelacrosse.com/?p=5838',0,'revision','',0),(5821,2,'2022-05-19 20:51:48','2022-05-20 00:51:48','[[\"NUMBER\",\"NAME\"],[\"\",\"Harvey B\"],[\"\",\"Owen B\"],[\"\",\"Bane B\"],[\"\",\"Kallan B\"],[\"\",\"Ryder B\"],[\"\",\"Max B\"],[\"\",\"Cabot D\"],[\"\",\"Lucas D\"],[\"\",\"Ryker I\"],[\"\",\"Cooper M\"],[\"\",\"Dawson M\"],[\"\",\"Quinlan V\"]]','U13 Team 2 Roster','','inherit','closed','closed','','5757-revision-v1','','','2022-05-19 20:51:48','2022-05-20 00:51:48','',5757,'https://quintelacrosse.com/?p=5821',0,'revision','',0),(5827,2,'2022-05-26 20:13:42','2022-05-27 00:13:42','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 11th, 2022\",\"6:30pm\",\"Northumberland 1\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 15th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 25th, 2022\",\"6:30pm\",\"Northumberland 3\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"10:00am\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"1:00pm\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, June 8th, 2022\",\"6:30pm\",\"Northumberland 2\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 12th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U15 Team 1 Schedule','','inherit','closed','closed','','5779-revision-v1','','','2022-05-26 20:13:42','2022-05-27 00:13:42','',5779,'https://quintelacrosse.com/?p=5827',0,'revision','',0),(5822,2,'2022-05-19 20:53:23','2022-05-20 00:53:23','[[\"NUMBER\",\"NAME\"],[\"\",\"Lucas B\"],[\"\",\"Brenen B\"],[\"\",\"Colton D\"],[\"\",\"Emily F\"],[\"\",\"Korben G\"],[\"\",\"Ben H\"],[\"\",\"Ryan J\"],[\"\",\"Ethan M\"],[\"\",\"Emerson S\"],[\"\",\"Addison T\"],[\"\",\"Jake V\"],[\"\",\"Amelia Y\"]]','U13 Team 1 Roster','','inherit','closed','closed','','5755-revision-v1','','','2022-05-19 20:53:23','2022-05-20 00:53:23','',5755,'https://quintelacrosse.com/?p=5822',0,'revision','',0),(5646,2,'2022-04-13 17:23:14','2022-04-13 21:23:14','','EA1806C4-D338-40F6-AE97-22B847B5CBE2','','inherit','open','closed','','ea1806c4-d338-40f6-ae97-22b847b5cbe2','','','2022-04-13 17:23:14','2022-04-13 21:23:14','',0,'http://quintelacrosse.com/wp-content/uploads/2022/04/EA1806C4-D338-40F6-AE97-22B847B5CBE2.png',0,'attachment','image/png',0),(5559,2,'2022-03-01 09:35:24','2022-03-01 14:35:24','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

For instructions on how to register, click here\r\nWe recommend using desktop or laptop computers for registration.  Registrations done on mobile devices may encounter difficulties. 

\r\n

Please review the QMLA Refund Policy before registering.

\r\n

 

\r\n

 

\r\n

REGISTER

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2022-03-01 09:35:24','2022-03-01 14:35:24','',122,'https://quintelacrosse.com/?p=5559',0,'revision','',0),(5561,2,'2022-03-04 11:48:40','2022-03-04 16:48:40','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Competitive Lacrosse

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

Quinte Minor Lacrosse Association (a member of the Ontario Lacrosse Association) offers a representative lacrosse program as an opportunity for local players to compete at a higher level against teams from all over Ontario, NO EXPERIENCE NECESSARY.  Below you will find general information related to the participation in representative lacrosse.  Look for more information to be posted as the season nears, such as tryout dates and age groups.  For more information, contact quintelacrosse@gmail.com. 

\r\nPLEASE NOTE:\r\n1.  ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND TRYOUTS. \r\n2.  PLAYERS RESIDING IN OR NEAREST TO OTHER ASSOCIATIONS (THEIR \"HOME\" ASSOCIATION) MUST HAVE WRITTEN PERMISSION FROM THEIR HOME ASSOCIATION TO ATTEND TRYOUTS FOR QUINTE BAYHAWKS. \r\n3.  PLAYERS WITHIN OR NEAREST TO QMLA BOUNDARY WHO WISH TO TRYOUT OR REQUEST A RELEASE TO PLAY WITH ANOTHER CENTRE MUST FIRST REGISTER WITH QMLA PRIOR TO THE 3rd SUNDAY IN MARCH.  THIS IS A FIRM DEADLINE IMPOSED BY THE ONTARIO LACROSSE ASSOCIATION.\r\n\r\n \r\n\r\n2022 TRYOUT DATES: TBD\r\n\r\n \r\n

COST

\r\n

Approximately $700-$800 per player.  Teams are expected to find sponsorship and do fundraising to bring these costs down.

\r\n

SCHEDULE

\r\n

The competitive season schedule will begin in May and conclude at the Ontario Lacrosse Festival (provincial championships) at the beginning of August (specific dates depend on age division).  

\r\n

COMMITMENT

\r\n

Representative teams are expected to practice once a week and play about 1 game per week, less during recreational league season, up to a total of about 8-10 zone games.  Teams are also expected to enter 1 or 2 tournaments. 

\r\n

TRAVEL

\r\n

For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.

\r\nPROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL\r\n\r\nThe competitive season culminates with the Ontario Lacrosse Festival in early August, where provincial championships are held for all age divisions.  This event is held in Durham Region (Whitby, Oshawa, Clarington, Ajax, Pickering).\r\n\r\n \r\n\r\n \r\n

 \"\"\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Competitive','','inherit','closed','closed','','1100-revision-v1','','','2022-03-04 11:48:40','2022-03-04 16:48:40','',1100,'https://quintelacrosse.com/?p=5561',0,'revision','',0),(5563,2,'2022-03-09 17:29:34','2022-03-09 22:29:34','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Become a Referee with QMLA

\r\n

\"Without officials, there is no game.\"

\r\n

The recruitment and development of officials is a vital aspect to the growth of the game of lacrosse in the Bay of Quinte region.  The Quinte Bayhawks organization is currently looking for individuals (male or female) who are interested in becoming officials.  All officials are paid according the OLA fee chart for officials,  and will be required to complete a certification course of the Ontario Lacrosse Officials Association prior to the beginning of the season.  QMLA will cover the cost of the certification course.\r\nWhile we are seeking officials of all ages, the minimum age requirement is 14 years old.

\r\n

If you are interested in becoming a certified referee and being a part of the growth and excitement of lacrosse in our community, if you have any questions, or if you would like more information, please contact us at quintelacrosse@gmail.com

\r\n

Also, you can follow the link below for more information and to register.

\r\n

 

\r\n

Get Started

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n\r\n

Birdie Ramos

\r\n

CEO

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n\r\n

Gabriel Williams

\r\n

Creative Director

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Officials Page','','inherit','closed','closed','','5064-revision-v1','','','2022-03-09 17:29:34','2022-03-09 22:29:34','',5064,'https://quintelacrosse.com/?p=5563',0,'revision','',0),(5611,2,'2022-04-13 10:04:16','2022-04-13 14:04:16','','4','4th quarter goals','publish','closed','closed','','four','','','2022-04-13 10:04:16','2022-04-13 14:04:16','',0,'https://quintelacrosse.com/sp_result/four/',40,'sp_result','',0),(5612,2,'2022-04-13 10:04:16','2022-04-13 14:04:16','','OT','Overtime goals','publish','closed','closed','','ot','','','2022-04-13 10:04:16','2022-04-13 14:04:16','',0,'https://quintelacrosse.com/sp_result/ot/',50,'sp_result','',0),(5613,2,'2022-04-13 10:04:16','2022-04-13 14:04:16','','T','Total goals','publish','closed','closed','','goals','','','2022-04-13 10:04:16','2022-04-13 14:04:16','',0,'https://quintelacrosse.com/sp_result/goals/',60,'sp_result','',0),(5614,2,'2022-04-13 10:04:16','2022-04-13 14:04:16','','Goals','','publish','closed','closed','','goals','','','2022-04-13 10:04:16','2022-04-13 14:04:16','',0,'https://quintelacrosse.com/sp_performance/goals/',10,'sp_performance','',0),(5615,2,'2022-04-13 10:04:16','2022-04-13 14:04:16','','Assists','','publish','closed','closed','','assists','','','2022-04-13 10:04:16','2022-04-13 14:04:16','',0,'https://quintelacrosse.com/sp_performance/assists/',20,'sp_performance','',0),(5616,2,'2022-04-13 10:04:17','2022-04-13 14:04:17','','Shots','','publish','closed','closed','','shots','','','2022-04-13 10:04:17','2022-04-13 14:04:17','',0,'https://quintelacrosse.com/sp_performance/shots/',30,'sp_performance','',0),(5570,2,'2022-03-18 17:39:49','2022-03-18 21:39:49','
\n
\n
\n
\n

 

\n\n
\n
\n
\n
\n
\n
\n
\n
\n

How to Register

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n

Please read and follow the instructions below to register for 2022.  Registration opens March 1st.

\n\n
\n
\n

If you have any problems, please contact quintelacrosse@gmail.com.

\n\n
\n
\n

=================================================

\n

Click here to see the Days of Play

\n

Click here to see the 2022 Registration Fees

\n\n

Returning Players

\n

If you ALREADY HAVE a SportzSoft login:

\n

Here is the online registration link:  REGISTER HERE 

\n

Please login and register for the program(s) your child(ren) is intending to play this season.  Your Proof of Age document(s) should already be in the system.

\n

NOTES:

\n

1. All players interested in the competitive (rep) lacrosse program should select the house league option when registering.  Upon successfully making a competitive team your registration will be flipped to the rep program.

\n

2. Please make sure to complete online payment of the 2022 fees for each child registered. \nREGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.

\n

3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\n

 

\n\n

New Players to Quinte Minor Lacrosse (including TRY LACROSSE)

\n

If you are NEW to QMLA and DO NOT HAVE a SportzSoft account you will need to create one and upload Proof of Age document(s). 

\n

To create a SportzSoft account:

\n

1. Click the online registration link: REGISTER HERE

\n

2. Click “New Member? Create Account\" button, then create an account with your email address and a password

\n

3. Please select “Profiles” and then fully complete your profiles for each family member participating, including parent volunteers.\n** NOTE: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile (i.e. secondary email address).

\n

4. To register a player, click the “New Registration” button, then select the division you would like to register the player in based on age. Click \'Next\'.

\n

5. Select the player that is eligible for that division you have selected.  The \"Select\" button will be active for those eligible participants, and inactive for ineligible participants.

\n

For players registering for TRY LACROSSE, select the TRY LACROSSE (FREE) product.

\n

6. Read and agree to the OLA Waivers

\n

7. Complete the Questionnaire (if applicable)

\n

8. Upload a valid Proof of Age document (pdf, jpg files only).  Acceptable proof of age is a birth certificate, health card or passport.

\n

NOTE: Registration is NOT complete until a valid proof of age document is uploaded AND payment (if applicable) is received for each child.

\n\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n\n
\n
\n
\n
','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2022-03-18 17:39:49','2022-03-18 21:39:49','',4168,'https://quintelacrosse.com/?p=5570',0,'revision','',0),(5604,2,'2022-04-13 10:04:16','2022-04-13 14:04:16','','Win','','publish','closed','closed','','win','','','2022-04-13 10:04:16','2022-04-13 14:04:16','',0,'https://quintelacrosse.com/sp_outcome/win/',10,'sp_outcome','',0),(5605,2,'2022-04-13 10:04:16','2022-04-13 14:04:16','','Loss','','publish','closed','closed','','loss','','','2022-04-13 10:04:16','2022-04-13 14:04:16','',0,'https://quintelacrosse.com/sp_outcome/loss/',20,'sp_outcome','',0),(5606,2,'2022-04-13 10:04:16','2022-04-13 14:04:16','','Tie','','publish','closed','closed','','tie','','','2022-04-13 10:04:16','2022-04-13 14:04:16','',0,'https://quintelacrosse.com/sp_outcome/tie/',30,'sp_outcome','',0),(5607,2,'2022-04-13 10:04:16','2022-04-13 14:04:16','','Overtime','','publish','closed','closed','','overtime','','','2022-04-13 10:04:16','2022-04-13 14:04:16','',0,'https://quintelacrosse.com/sp_outcome/overtime/',40,'sp_outcome','',0),(5608,2,'2022-04-13 10:04:16','2022-04-13 14:04:16','','1','1st quarter goals','publish','closed','closed','','one','','','2022-04-13 10:04:16','2022-04-13 14:04:16','',0,'https://quintelacrosse.com/sp_result/one/',10,'sp_result','',0),(5609,2,'2022-04-13 10:04:16','2022-04-13 14:04:16','','2','2nd quarter goals','publish','closed','closed','','two','','','2022-04-13 10:04:16','2022-04-13 14:04:16','',0,'https://quintelacrosse.com/sp_result/two/',20,'sp_result','',0),(5610,2,'2022-04-13 10:04:16','2022-04-13 14:04:16','','3','3rd quarter goals','publish','closed','closed','','three','','','2022-04-13 10:04:16','2022-04-13 14:04:16','',0,'https://quintelacrosse.com/sp_result/three/',30,'sp_result','',0),(5567,2,'2022-03-10 18:56:34','2022-03-10 23:56:34','
\r\n
\r\n
\r\n\r\n
\r\n

OLA VACCINATION POLICY

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n

 

\r\n[post_grid id=\"379\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[smartslider3 slider=4]\r\n\r\n
\r\n
\r\n
\r\n

\r\n\r\n\r\n

Tweets by QuinteLacrosse  

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

       

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2022-03-10 18:56:34','2022-03-10 23:56:34','',18,'https://quintelacrosse.com/?p=5567',0,'revision','',0),(5573,2,'2022-03-18 17:46:57','2022-03-18 21:46:57','
\n\n
\n
\n
\n
\n
\n
\n
 
\n

 

\n[post_grid id=\"379\"]\n\n
\n
\n
\n
\n
\n
\n\n[smartslider3 slider=4]\n\n
\n
\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\n
\n
\n
\n
\n

\"\"

\n\n
\n
\n
\n
\n

\"\"

\n

       

\n\n
\n
\n
\n
\n

\"\"

\n\n
\n
\n
\n
\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2022-03-18 17:46:57','2022-03-18 21:46:57','',18,'https://quintelacrosse.com/?p=5573',0,'revision','',0),(5568,2,'2022-03-10 19:02:06','2022-03-11 00:02:06','
\r\n
\r\n
\r\n\r\n
\r\n

OLA VACCINATION POLICY

\r\n

 

\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n

 

\r\n[post_grid id=\"379\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[smartslider3 slider=4]\r\n\r\n
\r\n
\r\n
\r\n

\r\n\r\n\r\n

Tweets by QuinteLacrosse  

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

       

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2022-03-10 19:02:06','2022-03-11 00:02:06','',18,'https://quintelacrosse.com/?p=5568',0,'revision','',0),(5569,2,'2022-03-10 19:51:23','2022-03-11 00:51:23','
\r\n
\r\n
\r\n\r\n\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n

 

\r\n[post_grid id=\"379\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[smartslider3 slider=4]\r\n\r\n
\r\n
\r\n
\r\n

\r\n\r\n\r\n

Tweets by QuinteLacrosse  

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

       

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2022-03-10 19:51:23','2022-03-11 00:51:23','',18,'https://quintelacrosse.com/?p=5569',0,'revision','',0),(5571,2,'2022-03-18 17:40:50','2022-03-18 21:40:50','
\n
\n
\n
\n

 

\n\n
\n
\n
\n
\n
\n
\n
\n
\n

How to Register

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n

Please read and follow the instructions below to register for 2022.  Registration opens March 1st.

\n\n
\n
\n

If you have any problems, please contact quintelacrosse@gmail.com.

\n\n
\n
\n

=================================================

\n

Click here to see the Days of Play

\n

Click here to see the 2022 Registration Fees

\n\n

Returning Players

\n

If you ALREADY HAVE a SportzSoft login:

\n

Here is the online registration link:  REGISTER HERE 

\n

Please login and register for the program(s) your child(ren) is intending to play this season.  Your Proof of Age document(s) should already be in the system.

\n

NOTES:

\n

1. All players interested in the competitive (rep) lacrosse program should select the house league option when registering.  Upon successfully making a competitive team your registration will be flipped to the rep program.

\n

2. Please make sure to complete online payment of the 2022 fees for each child registered. \nREGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.

\n

3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\n

 

\n\n

New Players to Quinte Minor Lacrosse (including TRY LACROSSE)

\n

If you are NEW to QMLA and DO NOT HAVE a SportzSoft account you will need to create one and upload Proof of Age document(s). 

\n

To create a SportzSoft account:

\n

1. Click the online registration link: REGISTER HERE

\n

2. Click “New Member? Create Account\" button, then create an account with your email address and a password

\n

3. Please select “Profiles” and then fully complete your profiles for each family member participating, including parent volunteers.\n** NOTE: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile (i.e. secondary email address).

\n

4. To register a player, click the “New Registration” button, then select the division you would like to register the player in based on age. Click \'Next\'.

\n

5. Select the player that is eligible for that division you have selected.  The \"Select\" button will be active for those eligible participants, and inactive for ineligible participants.

\n

For players registering for TRY LACROSSE, select the TRY LACROSSE (FREE) product.

\n

6. Read and agree to the OLA Waivers

\n

7. Complete the Questionnaire (if applicable)

\n

8. Upload a valid Proof of Age document (pdf, jpg files only).  Acceptable proof of age is a birth certificate, health card or passport. (Not required for Try Lacrosse).

\n

NOTE: Registration is NOT complete until a valid proof of age document is uploaded AND payment (if applicable) is received for each child.

\n\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n\n
\n
\n
\n
','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2022-03-18 17:40:50','2022-03-18 21:40:50','',4168,'https://quintelacrosse.com/?p=5571',0,'revision','',0),(5572,2,'2022-03-18 17:41:48','2022-03-18 21:41:48','
\n
\n
\n
\n

 

\n\n
\n
\n
\n
\n
\n
\n
\n
\n

How to Register

\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n

Please read and follow the instructions below to register for 2022.  Registration opens March 1st.

\n\n
\n
\n

If you have any problems, please contact quintelacrosse@gmail.com.

\n\n
\n
\n

=================================================

\n

Click here to see the Days of Play

\n

Click here to see the 2022 Registration Fees

\n\n

Returning Players

\n

If you ALREADY HAVE a SportzSoft login:

\n

Here is the online registration link:  REGISTER HERE 

\n

Please login and register for the program(s) your child(ren) is intending to play this season.  Your Proof of Age document(s) should already be in the system.

\n

NOTES:

\n

1. All players interested in the competitive (rep) lacrosse program should select the house league option when registering.  Upon successfully making a competitive team your registration will be flipped to the rep program.

\n

2. Please make sure to complete online payment of the 2022 fees for each child registered. \nREGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.

\n

3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.

\n

 

\n\n

New Players to Quinte Minor Lacrosse (including TRY LACROSSE)

\n

If you are NEW to QMLA and DO NOT HAVE a SportzSoft account you will need to create one and upload Proof of Age document(s). 

\n

To create a SportzSoft account:

\n

1. Click the online registration link: REGISTER HERE

\n

2. Click “New Member? Create Account\" button, then create an account with your email address and a password

\n

3. Please select “Profiles” and then fully complete your profiles for each family member participating, including parent volunteers.\n** NOTE: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile (i.e. secondary email address).

\n

4. To register a player or volunteer, click the “New Registration” button, then select the division you would like to register the player in based on age. Click \'Next\'.

\n

5. Select the player that is eligible for that division you have selected.  The \"Select\" button will be active for those eligible participants, and inactive for ineligible participants.

\n

For players registering for TRY LACROSSE, select the TRY LACROSSE (FREE) product.

\n

6. Read and agree to the OLA Waivers

\n

7. Complete the Questionnaire (if applicable)

\n

8. Upload a valid Proof of Age document (pdf, jpg files only).  Acceptable proof of age is a birth certificate, health card or passport. (Not required for Try Lacrosse).

\n

NOTE: Registration is NOT complete until a valid proof of age document is uploaded AND payment (if applicable) is received for each child.

\n\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n\n
\n
\n
\n
','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2022-03-18 17:41:48','2022-03-18 21:41:48','',4168,'https://quintelacrosse.com/?p=5572',0,'revision','',0),(5855,2,'2022-07-20 12:56:00','2022-07-20 16:56:00','
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n

 

\r\n

[post_grid id=\"379\"]

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[smartslider3 slider=4]\r\n\r\n
\r\n
\r\n
\r\n

\r\n\r\n\r\n

Tweets by QuinteLacrosse  

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

   

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2022-07-20 12:56:00','2022-07-20 16:56:00','',18,'https://quintelacrosse.com/?p=5855',0,'revision','',0),(5574,2,'2022-03-19 13:03:48','2022-03-19 17:03:48','
\r\n
\r\n
\r\n\r\n\r\n
\r\n

OLA VACCINATION POLICY

\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
 
\r\n

 

\r\n[post_grid id=\"379\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[smartslider3 slider=4]\r\n\r\n
\r\n
\r\n
\r\n

\r\n\r\n\r\n

Tweets by QuinteLacrosse  

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

OUR SPONSORS

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

   

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Home','','inherit','closed','closed','','18-revision-v1','','','2022-03-19 13:03:48','2022-03-19 17:03:48','',18,'https://quintelacrosse.com/?p=5574',0,'revision','',0),(5576,2,'2022-03-19 13:35:21','2022-03-19 17:35:21','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops23d4f990add201221446cb69d77f5823','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw1600h900fitcrops23d4f990add201221446cb69d77f5823','','','2022-03-19 13:35:21','2022-03-19 17:35:21','',0,'http://quintelacrosse.com/wp-content/uploads/2022/03/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops23d4f990add201221446cb69d77f5823.jpg',0,'attachment','image/jpeg',0),(5617,2,'2022-04-13 10:04:17','2022-04-13 14:04:17','','SoG','Shots on goal','publish','closed','closed','','sog','','','2022-04-13 10:04:17','2022-04-13 14:04:17','',0,'https://quintelacrosse.com/sp_performance/sog/',40,'sp_performance','',0),(5577,2,'2022-03-19 13:48:57','2022-03-19 17:48:57','','Quinte Bayhawks Lacrosse Logo (one colour)','','inherit','open','closed','','quinte-bayhawks-lacrosse-logo-one-colour','','','2022-03-19 13:48:57','2022-03-19 17:48:57','',0,'http://quintelacrosse.com/wp-content/uploads/2022/03/Quinte-Bayhawks-Lacrosse-Logo-one-colour.png',0,'attachment','image/png',0),(5578,2,'2022-03-19 14:01:42','2022-03-19 18:01:42','','008','','inherit','open','closed','','008','','','2022-03-19 14:01:42','2022-03-19 18:01:42','',0,'http://quintelacrosse.com/wp-content/uploads/2022/03/008.jpg',0,'attachment','image/jpeg',0),(5579,2,'2022-03-19 14:19:14','2022-03-19 18:19:14','','TRY Lacrosse Quinte Bayhawks 1','','inherit','open','closed','','try-lacrosse-quinte-bayhawks-1','','','2022-03-19 14:19:14','2022-03-19 18:19:14','',0,'http://quintelacrosse.com/wp-content/uploads/2022/03/TRY-Lacrosse-Quinte-Bayhawks-1.pdf',0,'attachment','application/pdf',0),(5585,2,'2022-03-24 09:17:02','2022-03-24 13:17:02','','0F8B7C7C-650B-4F35-9B59-6731253B26ED','','inherit','open','closed','','0f8b7c7c-650b-4f35-9b59-6731253b26ed','','','2022-03-24 09:17:02','2022-03-24 13:17:02','',0,'http://quintelacrosse.com/wp-content/uploads/2022/03/0F8B7C7C-650B-4F35-9B59-6731253B26ED.png',0,'attachment','image/png',0),(5589,2,'2022-03-24 09:41:46','2022-03-24 13:41:46','','IMG_2825','','inherit','open','closed','','img_2825','','','2022-03-24 09:41:46','2022-03-24 13:41:46','',0,'http://quintelacrosse.com/wp-content/uploads/2022/03/IMG_2825.jpg',0,'attachment','image/jpeg',0),(5597,2,'2022-03-26 11:57:28','2022-03-26 15:57:28','','AD72B2DD-B0A5-4F2C-AF03-79306D67D4F4','','inherit','open','closed','','ad72b2dd-b0a5-4f2c-af03-79306d67d4f4','','','2022-03-26 11:57:28','2022-03-26 15:57:28','',0,'http://quintelacrosse.com/wp-content/uploads/2022/03/AD72B2DD-B0A5-4F2C-AF03-79306D67D4F4.png',0,'attachment','image/png',0),(5600,2,'2022-03-26 12:27:59','2022-03-26 16:27:59','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Competitive Lacrosse

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

Quinte Minor Lacrosse Association (a member of the Ontario Lacrosse Association) offers a representative lacrosse program as an opportunity for local players to compete at a higher level against teams from all over Ontario, NO EXPERIENCE NECESSARY.  Below you will find general information related to the participation in representative lacrosse.  Look for more information to be posted as the season nears, such as tryout dates and age groups.  For more information, contact quintelacrosse@gmail.com. 

\r\nPLEASE NOTE:\r\n1.  ALL PLAYERS MUST BE REGISTERED AND PAID IN ORDER TO ATTEND TRYOUTS. \r\n2.  PLAYERS RESIDING IN OR NEAREST TO OTHER ASSOCIATIONS (THEIR \"HOME\" ASSOCIATION) MUST HAVE WRITTEN PERMISSION FROM THEIR HOME ASSOCIATION TO ATTEND TRYOUTS FOR QUINTE BAYHAWKS. \r\n3.  PLAYERS WITHIN OR NEAREST TO QMLA BOUNDARY WHO WISH TO TRYOUT OR REQUEST A RELEASE TO PLAY WITH ANOTHER CENTRE MUST FIRST REGISTER WITH QMLA PRIOR TO THE 3rd SUNDAY IN MARCH.  THIS IS A FIRM DEADLINE IMPOSED BY THE ONTARIO LACROSSE ASSOCIATION (email us if you think this is a problem or have any questions).\r\n\r\n \r\n\r\nUPDATE: As our 2022 box lacrosse registration period winds down (click here for more info), we will be making decisions on which age groups we will form rep teams based on the number of registrations for each division.  Soon after, around mid-April, we will start to schedule rep interest runs for players who are interested in playing rep.  The competitive season will begin around mid-May and run through to the beginning of August.  \r\n\r\nWhat to expect:\r\n- one practice per week until end of June (during house league schedule)\r\n- two practices per week in July\r\n- weekends? - apart from house league lacrosse you can expect an occasional home or away game in May and June on a Saturday or Sunday; in July, the only lacrosse on weekends will be one tournament and provincials - all zone games will be scheduled through the week\r\n- Provincials!! - held in Whitby in early August, exact days depends on the age division\r\n- travel - zone games could be held as far east as Ottawa or Cornwall (usually just one trip east), and as far west as Durham region (once or twice)\r\n\r\n \r\n

COST

\r\n

Approximately $700-$800 per player.  Teams are expected to find sponsorship and do fundraising to bring these costs down.

\r\n

SCHEDULE

\r\n

The competitive season schedule will begin in May and conclude at the Ontario Lacrosse Festival (provincial championships) at the beginning of August (specific dates depend on age division).  

\r\n

COMMITMENT

\r\n

Representative teams are expected to practice once a week and play about 1 game per week, less during recreational league season, up to a total of about 8-10 zone games.  Teams are also expected to enter 1 or 2 tournaments. 

\r\n

TRAVEL

\r\n

For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.

\r\nPROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL\r\n\r\nThe competitive season culminates with the Ontario Lacrosse Festival in early August, where provincial championships are held for all age divisions.  This event is held in Durham Region (Whitby, Oshawa, Clarington, Ajax, Pickering).\r\n\r\n \r\n\r\n \r\n

 \"\"\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
','Competitive','','inherit','closed','closed','','1100-revision-v1','','','2022-03-26 12:27:59','2022-03-26 16:27:59','',1100,'https://quintelacrosse.com/?p=5600',0,'revision','',0),(5797,2,'2022-05-02 19:36:20','2022-05-02 23:36:20','[[\"NUMBER\",\"NAME\"],[\"\",\"Tessa C\"],[\"\",\"Chase G\"],[\"\",\"Kaydence R\"],[\"\",\"Patrick F\"],[\"\",\"Alejandro Oviedo\"],[\"\",\"Aaden Caslick\"]]','U15 Team 1 Roster','','inherit','closed','closed','','5761-revision-v1','','','2022-05-02 19:36:20','2022-05-02 23:36:20','',5761,'https://quintelacrosse.com/?p=5797',0,'revision','',0),(5686,2,'2022-04-27 09:40:58','2022-04-27 13:40:58','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Wednesday, May 11th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 15th, 2022\",\"3:00pm\",\"Quinte Team 3\",\"QSWC (Mackay)\"],[\"Sunday, May 29th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, June 1st, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 12th, 2022\",\"3:00pm\",\"Quinte Team 3\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U13/U15 Team 1 Schedule','','publish','closed','closed','','u13-u15-team-1-schedule','','','2022-04-27 15:36:13','2022-04-27 19:36:13','',0,'https://quintelacrosse.com/?post_type=tablepress_table&p=5686',0,'tablepress_table','application/json',0),(5687,2,'2022-04-27 09:48:14','2022-04-27 13:48:14','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Wednesday, May 11th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 15th, 2022\",\"3:00pm\",\"Quinte Team 3\",\"QSWC (Mackay)\"],[\"Sunday, May 29th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, June 1st, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 12th, 2022\",\"3:00pm\",\"Quinte Team 3\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U13/U15 Team 1 Schedule','','inherit','closed','closed','','5686-revision-v1','','','2022-04-27 09:48:14','2022-04-27 13:48:14','',5686,'https://quintelacrosse.com/?p=5687',0,'revision','',0),(5688,2,'2022-04-27 09:48:48','2022-04-27 13:48:48','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 8th, 2022\",\"3:00pm\",\"Quinte Team 3\",\"QSWC (Mackay)\"],[\"Wednesday, May 18th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"3:00pm\",\"Quinte Team 3\",\"QSWC (Mackay)\"],[\"Wednesday, June 8th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 19th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U13/U15 Team 2 Schedule','','publish','closed','closed','','copy-of-u13-u15-team-1-schedule','','','2022-04-27 15:39:48','2022-04-27 19:39:48','',0,'https://quintelacrosse.com/?post_type=tablepress_table&p=5688',0,'tablepress_table','application/json',0),(5689,2,'2022-04-27 09:54:57','2022-04-27 13:54:57','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 8th, 2022\",\"3:00pm\",\"Quinte Team 3\",\"QSWC (Mackay)\"],[\"Wednesday, May 18th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"3:00pm\",\"Quinte Team 3\",\"QSWC (Mackay)\"],[\"Wednesday, June 8th, 2022\",\"6:30pm\",\"Northumberland\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U13/U15 Team 2 Schedule','','inherit','closed','closed','','5688-revision-v1','','','2022-04-27 09:54:57','2022-04-27 13:54:57','',5688,'https://quintelacrosse.com/?p=5689',0,'revision','',0),(5690,2,'2022-04-27 09:55:17','2022-04-27 13:55:17','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 8th, 2022\",\"3:00pm\",\"Quinte Team 3\",\"QSWC (Mackay)\"],[\"Wednesday, May 18th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"3:00pm\",\"Quinte Team 3\",\"QSWC (Mackay)\"],[\"Wednesday, June 8th, 2022\",\"6:30pm\",\"Northumberland\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U13/U15 Team 2 Schedule','','inherit','closed','closed','','5688-revision-v1','','','2022-04-27 09:55:17','2022-04-27 13:55:17','',5688,'https://quintelacrosse.com/?p=5690',0,'revision','',0),(5691,2,'2022-04-27 09:55:23','2022-04-27 13:55:23','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 8th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, May 25th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 5th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 15th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U13/U15 Team 3 Schedule','','publish','closed','closed','','copy-of-u13-u15-team-2-schedule','','','2022-04-27 15:40:27','2022-04-27 19:40:27','',0,'https://quintelacrosse.com/?post_type=tablepress_table&p=5691',0,'tablepress_table','application/json',0); INSERT INTO `wpie_posts` VALUES (5692,2,'2022-04-27 09:59:44','2022-04-27 13:59:44','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 8th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, May 25th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 5th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 15th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U13/U15 Team 3 Schedule','','inherit','closed','closed','','5691-revision-v1','','','2022-04-27 09:59:44','2022-04-27 13:59:44','',5691,'https://quintelacrosse.com/?p=5692',0,'revision','',0),(5693,2,'2022-04-27 10:00:41','2022-04-27 14:00:41','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 8th, 2022\",\"3:00pm\",\"Quinte Team 3\",\"QSWC (Mackay)\"],[\"Wednesday, May 18th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"3:00pm\",\"Quinte Team 3\",\"QSWC (Mackay)\"],[\"Wednesday, June 8th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 19th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U13/U15 Team 2 Schedule','','inherit','closed','closed','','5688-revision-v1','','','2022-04-27 10:00:41','2022-04-27 14:00:41','',5688,'https://quintelacrosse.com/?p=5693',0,'revision','',0),(5694,2,'2022-04-27 10:07:21','2022-04-27 14:07:21','
\r\n
\r\n
\r\n
\r\n

U13 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=18 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=14 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U13 Team 1','','publish','closed','closed','','u13-team-1','','','2022-05-02 09:19:15','2022-05-02 13:19:15','',0,'https://quintelacrosse.com/?page_id=5694',0,'page','',0),(5695,2,'2022-04-27 10:04:29','2022-04-27 14:04:29','
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n \r\n

[table id=3 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U13/U15 Team 1 Schedule','','inherit','closed','closed','','5694-revision-v1','','','2022-04-27 10:04:29','2022-04-27 14:04:29','',5694,'https://quintelacrosse.com/?p=5695',0,'revision','',0),(5696,2,'2022-04-27 10:05:18','2022-04-27 14:05:18','
\r\n
\r\n
\r\n
\r\n\r\n \r\n

[table id=3 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U13/U15 Team 1 Schedule','','inherit','closed','closed','','5694-revision-v1','','','2022-04-27 10:05:18','2022-04-27 14:05:18','',5694,'https://quintelacrosse.com/?p=5696',0,'revision','',0),(5700,2,'2022-04-27 10:13:13','2022-04-27 14:13:13','
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

U13 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=19 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=15 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U13 Team 2','','publish','closed','closed','','u13-team-2','','','2022-05-02 09:20:19','2022-05-02 13:20:19','',0,'https://quintelacrosse.com/?page_id=5700',0,'page','',0),(5703,2,'2022-04-27 10:16:03','2022-04-27 14:16:03','
\r\n
\r\n
\r\n
\r\n

 

\r\n

TaskForce Engineering U13 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U13 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U13 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 3

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','TaskForce U13 Division','','inherit','closed','closed','','4066-revision-v1','','','2022-04-27 10:16:03','2022-04-27 14:16:03','',4066,'https://quintelacrosse.com/?p=5703',0,'revision','',0),(5698,2,'2022-04-27 10:08:32','2022-04-27 14:08:32','
\r\n
\r\n
\r\n
\r\n

 

\r\n

TaskForce Engineering U13 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U13 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U13 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 3  (Blue)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2  (Gray)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 4  (White)

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','TaskForce U13 Division','','inherit','closed','closed','','4066-revision-v1','','','2022-04-27 10:08:32','2022-04-27 14:08:32','',4066,'https://quintelacrosse.com/?p=5698',0,'revision','',0),(5701,2,'2022-04-27 10:13:13','2022-04-27 14:13:13','
\r\n
\r\n
\r\n
\r\n\r\n \r\n

[table id=4 /]

\r\n\r\n
\r\n
\r\n
\r\n
','','','inherit','closed','closed','','5700-revision-v1','','','2022-04-27 10:13:13','2022-04-27 14:13:13','',5700,'https://quintelacrosse.com/?p=5701',0,'revision','',0),(5702,2,'2022-04-27 10:13:35','2022-04-27 14:13:35','
\r\n
\r\n
\r\n
\r\n\r\n \r\n

[table id=4 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U13/U15 Team 2 Schedule','','inherit','closed','closed','','5700-revision-v1','','','2022-04-27 10:13:35','2022-04-27 14:13:35','',5700,'https://quintelacrosse.com/?p=5702',0,'revision','',0),(5704,2,'2022-04-27 11:49:40','2022-04-27 15:49:40','
\r\n
\r\n
\r\n
\r\n

 

\r\n

TaskForce Engineering U13/U15 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U13/U15 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U13 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 3

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','TaskForce U13 Division','','inherit','closed','closed','','4066-revision-v1','','','2022-04-27 11:49:40','2022-04-27 15:49:40','',4066,'https://quintelacrosse.com/?p=5704',0,'revision','',0),(5705,2,'2022-04-27 11:50:14','2022-04-27 15:50:14','
\r\n
\r\n
\r\n
\r\n

 

\r\n

TaskForce Engineering U13/U15 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U13/U15 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U13 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 3

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','TaskForce U13/U15 Division','','inherit','closed','closed','','4066-revision-v1','','','2022-04-27 11:50:14','2022-04-27 15:50:14','',4066,'https://quintelacrosse.com/?p=5705',0,'revision','',0),(5706,2,'2022-04-27 11:52:42','2022-04-27 15:52:42','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

U15 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=20 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=17 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U15 Team 1','','publish','closed','closed','','u15-team-1','','','2022-05-02 09:21:22','2022-05-02 13:21:22','',0,'https://quintelacrosse.com/?page_id=5706',0,'page','',0),(5707,2,'2022-04-27 11:52:42','2022-04-27 15:52:42','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','U13/U15 Team 3 Schedule','','inherit','closed','closed','','5706-revision-v1','','','2022-04-27 11:52:42','2022-04-27 15:52:42','',5706,'https://quintelacrosse.com/?p=5707',0,'revision','',0),(5708,2,'2022-04-27 11:53:50','2022-04-27 15:53:50','
\r\n
\r\n
\r\n
\r\n

 

\r\n[table id=5 /]\r\n\r\n
\r\n
\r\n
\r\n
','U13/U15 Team 3 Schedule','','inherit','closed','closed','','5706-revision-v1','','','2022-04-27 11:53:50','2022-04-27 15:53:50','',5706,'https://quintelacrosse.com/?p=5708',0,'revision','',0),(5772,2,'2022-05-02 08:49:22','2022-05-02 12:49:22','
\r\n
\r\n
\r\n
\r\n

 

\r\n

TaskForce Engineering U13/U15 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U13/U15 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U13/U15 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n
\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','TaskForce U13 Division','','inherit','closed','closed','','4066-revision-v1','','','2022-05-02 08:49:22','2022-05-02 12:49:22','',4066,'https://quintelacrosse.com/?p=5772',0,'revision','',0),(5709,2,'2022-04-27 11:56:12','2022-04-27 15:56:12','
\r\n
\r\n
\r\n
\r\n

 

\r\n

TaskForce Engineering U13/U15 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U13/U15 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U13 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 3

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','TaskForce U13/U15 Division','','inherit','closed','closed','','4066-revision-v1','','','2022-04-27 11:56:12','2022-04-27 15:56:12','',4066,'https://quintelacrosse.com/?p=5709',0,'revision','',0),(5710,2,'2022-04-27 15:12:55','2022-04-27 19:12:55','[[\"Number\",\"Name\",\"Age Divsion\"],[\"\",\"Harvey B\",\"U13\"],[\"\",\"Owen B\",\"U13\"],[\"\",\"Brenen B\",\"U13\"],[\"\",\"Colton D\",\"U13\"],[\"\",\"Ben H\",\"U13\"],[\"\",\"Ryan J\",\"U13\"],[\"\",\"Jake V\",\"U13\"],[\"\",\"Liam B\",\"U15\"],[\"\",\"Ben B\",\"U15\"],[\"\",\"Aidan C\",\"U15\"],[\"\",\"Case L\",\"U15\"],[\"\",\"Jake P\",\"U15\"],[\"\",\"Kaydence R\",\"U15\"]]','U13/U15 Team 1 Roster','','publish','closed','closed','','u13-u15-team-1-roster','','','2022-04-27 15:34:51','2022-04-27 19:34:51','',0,'https://quintelacrosse.com/?post_type=tablepress_table&p=5710',0,'tablepress_table','application/json',0),(5711,2,'2022-04-27 15:17:33','2022-04-27 19:17:33','[[\"Number\",\"Name\",\"Age Divsion\"],[\"\",\"Harvey B\",\"U13\"],[\"\",\"Owen B\",\"U13\"],[\"\",\"Brenen B\",\"U13\"],[\"\",\"Colton D\",\"U13\"],[\"\",\"Ben H\",\"U13\"],[\"\",\"Ryan J\",\"U13\"],[\"\",\"Jake V\",\"U13\"],[\"\",\"Liam B\",\"U15\"],[\"\",\"Ben B\",\"U15\"],[\"\",\"Aidan C\",\"U15\"],[\"\",\"Case L\",\"U15\"],[\"\",\"Jake P\",\"U15\"],[\"\",\"Kaydence R\",\"U15\"]]','U13/U15 Team 1 Roster','','inherit','closed','closed','','5710-revision-v1','','','2022-04-27 15:17:33','2022-04-27 19:17:33','',5710,'https://quintelacrosse.com/?p=5711',0,'revision','',0),(5712,2,'2022-04-27 15:18:23','2022-04-27 19:18:23','[[\"Number\",\"Name\",\"Age Divsion\"],[\"\",\"Kallan B\",\"U13\"],[\"\",\"Cabot D\",\"U13\"],[\"\",\"Lucas D\",\"U13\"],[\"\",\"Emily F\",\"U13\"],[\"\",\"Korben G\",\"U13\"],[\"\",\"Ethan M\",\"U13\"],[\"\",\"Addison T\",\"U13\"],[\"\",\"Amelia Y\",\"U13\"],[\"\",\"Adrian B\",\"U15\"],[\"\",\"Tessa C\",\"U15\"],[\"\",\"Wade D\",\"U15\"],[\"\",\"Patrick F\",\"U15\"],[\"\",\"Alejandro O\",\"U15\"]]','U13/U15 Team 2 Roster','','publish','closed','closed','','copy-of-u13-u15-team-1-roster','','','2022-04-27 15:41:56','2022-04-27 19:41:56','',0,'https://quintelacrosse.com/?post_type=tablepress_table&p=5712',0,'tablepress_table','application/json',0),(5713,2,'2022-04-27 15:21:37','2022-04-27 19:21:37','[[\"Number\",\"Name\",\"Age Divsion\"],[\"\",\"Kallan B\",\"U13\"],[\"\",\"Cabot D\",\"U13\"],[\"\",\"Lucas D\",\"U13\"],[\"\",\"Emily F\",\"U13\"],[\"\",\"Korben G\",\"U13\"],[\"\",\"Ethan M\",\"U13\"],[\"\",\"Addison T\",\"U13\"],[\"\",\"Amelia Y\",\"U13\"],[\"\",\"Adrian B\",\"U15\"],[\"\",\"Tessa C\",\"U15\"],[\"\",\"Wade D\",\"U15\"],[\"\",\"Patrick F\",\"U15\"],[\"\",\"Alejandro O\",\"U15\"]]','U13/U15 Team 2 Roster','','inherit','closed','closed','','5712-revision-v1','','','2022-04-27 15:21:37','2022-04-27 19:21:37','',5712,'https://quintelacrosse.com/?p=5713',0,'revision','',0),(5714,2,'2022-04-27 15:22:03','2022-04-27 19:22:03','[[\"Number\",\"Name\",\"Age Divsion\"],[\"\",\"Bane B\",\"U13\"],[\"\",\"Lucas B\",\"U13\"],[\"\",\"Ryder B\",\"U13\"],[\"\",\"Max B\",\"U13\"],[\"\",\"Ryker I\",\"U13\"],[\"\",\"Cooper M\",\"U13\"],[\"\",\"Dawson M\",\"U13\"],[\"\",\"Quinlan V\",\"U13\"],[\"\",\"Trent B\",\"U15\"],[\"\",\"Chase G\",\"U15\"],[\"\",\"Trevor H\",\"U15\"],[\"\",\"Madison O\",\"U15\"],[\"\",\"Logan P\",\"U15\"]]','U13/U15 Team 3 Roster','','publish','closed','closed','','copy-of-u13-u15-team-2-roster','','','2022-04-27 16:03:22','2022-04-27 20:03:22','',0,'https://quintelacrosse.com/?post_type=tablepress_table&p=5714',0,'tablepress_table','application/json',0),(5715,2,'2022-04-27 15:24:21','2022-04-27 19:24:21','[[\"Number\",\"Name\",\"Age Divsion\"],[\"\",\"Kallan B\",\"U13\"],[\"\",\"Cabot D\",\"U13\"],[\"\",\"Lucas D\",\"U13\"],[\"\",\"Emily F\",\"U13\"],[\"\",\"Korben G\",\"U13\"],[\"\",\"Ethan M\",\"U13\"],[\"\",\"Addison T\",\"U13\"],[\"\",\"Amelia Y\",\"U13\"],[\"\",\"Adrian B\",\"U15\"],[\"\",\"Tessa C\",\"U15\"],[\"\",\"Wade D\",\"U15\"],[\"\",\"Patrick F\",\"U15\"],[\"\",\"Alejandro O\",\"U15\"]]','U13/U15 Team 3 Roster','','inherit','closed','closed','','5714-revision-v1','','','2022-04-27 15:24:21','2022-04-27 19:24:21','',5714,'https://quintelacrosse.com/?p=5715',0,'revision','',0),(5717,2,'2022-04-27 15:27:59','2022-04-27 19:27:59','
\r\n
\r\n
\r\n
\r\n\r\n \r\n

[table id=3 /]

\r\n\r\n
\r\n
\r\n

 

\r\n[table id=6 /]\r\n\r\n
\r\n
\r\n
\r\n
','U13/U15 Team 1','','inherit','closed','closed','','5694-revision-v1','','','2022-04-27 15:27:59','2022-04-27 19:27:59','',5694,'https://quintelacrosse.com/?p=5717',0,'revision','',0),(5718,2,'2022-04-27 15:30:40','2022-04-27 19:30:40','
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=3 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=6 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U13/U15 Team 1','','inherit','closed','closed','','5694-revision-v1','','','2022-04-27 15:30:40','2022-04-27 19:30:40','',5694,'https://quintelacrosse.com/?p=5718',0,'revision','',0),(5719,2,'2022-04-27 15:43:42','2022-04-27 19:43:42','


SCHEDULE

[table id=3 /]


ROSTER

[table id=6 /]

','Schedule/Roster','','publish','closed','closed','','schedule-roster','','','2022-04-27 15:43:42','2022-04-27 19:43:42','',0,'https://quintelacrosse.com/bg-block/schedule-roster/',0,'bg_block','',0),(5720,2,'2022-04-27 15:45:13','2022-04-27 19:45:13','
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=4 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=7 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U13/U15 Team 2','','inherit','closed','closed','','5700-revision-v1','','','2022-04-27 15:45:13','2022-04-27 19:45:13','',5700,'https://quintelacrosse.com/?p=5720',0,'revision','',0),(5721,2,'2022-04-27 15:47:34','2022-04-27 19:47:34','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=5 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=8 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U13/U15 Team 3 Schedule','','inherit','closed','closed','','5706-revision-v1','','','2022-04-27 15:47:34','2022-04-27 19:47:34','',5706,'https://quintelacrosse.com/?p=5721',0,'revision','',0),(5722,2,'2022-04-27 15:49:09','2022-04-27 19:49:09','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=5 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=8 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U13/U15 Team 3','','inherit','closed','closed','','5706-revision-v1','','','2022-04-27 15:49:09','2022-04-27 19:49:09','',5706,'https://quintelacrosse.com/?p=5722',0,'revision','',0),(5723,2,'2022-04-27 16:03:22','2022-04-27 20:03:22','[[\"Number\",\"Name\",\"Age Divsion\"],[\"\",\"Bane B\",\"U13\"],[\"\",\"Lucas B\",\"U13\"],[\"\",\"Ryder B\",\"U13\"],[\"\",\"Max B\",\"U13\"],[\"\",\"Ryker I\",\"U13\"],[\"\",\"Cooper M\",\"U13\"],[\"\",\"Dawson M\",\"U13\"],[\"\",\"Quinlan V\",\"U13\"],[\"\",\"Trent B\",\"U15\"],[\"\",\"Chase G\",\"U15\"],[\"\",\"Trevor H\",\"U15\"],[\"\",\"Madison O\",\"U15\"],[\"\",\"Logan P\",\"U15\"]]','U13/U15 Team 3 Roster','','inherit','closed','closed','','5714-revision-v1','','','2022-04-27 16:03:22','2022-04-27 20:03:22','',5714,'https://quintelacrosse.com/?p=5723',0,'revision','',0),(5736,2,'2022-04-27 16:35:12','2022-04-27 20:35:12','
\r\n
\r\n
\r\n
\r\n

 

\r\n

TaskForce Engineering U13/U15 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U13/U15 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U13/U15 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n
\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 3

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','TaskForce U13/U15 Division','','inherit','closed','closed','','4066-revision-v1','','','2022-04-27 16:35:12','2022-04-27 20:35:12','',4066,'https://quintelacrosse.com/?p=5736',0,'revision','',0),(5725,2,'2022-04-27 16:16:47','2022-04-27 20:16:47','
\r\n
\r\n
\r\n
\r\n

 

\r\n

TaskForce Engineering U13/U15 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U13/U15 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U13/U15 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n
\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 3

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','TaskForce U13/U15 Division','','inherit','closed','closed','','4066-revision-v1','','','2022-04-27 16:16:47','2022-04-27 20:16:47','',4066,'https://quintelacrosse.com/?p=5725',0,'revision','',0),(5727,2,'2022-04-27 16:20:22','2022-04-27 20:20:22','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Quinte Mat Rentals U9/U11 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U9/U11 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U9/U11 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n

 

\r\n\r\n
\r\n
\r\n\r\n \r\n

 

\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Quinte Mat Rentals U9/U11 Division','','inherit','closed','closed','','4060-revision-v1','','','2022-04-27 16:20:22','2022-04-27 20:20:22','',4060,'https://quintelacrosse.com/?p=5727',0,'revision','',0),(5728,2,'2022-04-27 16:24:56','2022-04-27 20:24:56','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Quinte Mat Rentals U9/U11 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U9/U11 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U9/U11 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n

 

\r\n\r\n
\r\n
\r\n

 

\r\n

 

\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Quinte Mat Rentals U9/U11 Division','','inherit','closed','closed','','4060-revision-v1','','','2022-04-27 16:24:56','2022-04-27 20:24:56','',4060,'https://quintelacrosse.com/?p=5728',0,'revision','',0),(5729,2,'2022-04-27 16:26:37','2022-04-27 20:26:37','
\n
\n
\n
\n

Quinte Mat Rentals U9/U11 Division

\n
\n
\n
\n
\n
\n
\n
\n
\n

 

\n

 

\n

SCHEDULE

\n

[table id=3 /]

\n\n
\n
\n

 

\n

ROSTER

\n

[table id=6 /]

\n\n
\n
\n
\n
','U13/U15 Team 1','','inherit','closed','closed','','5694-autosave-v1','','','2022-04-27 16:26:37','2022-04-27 20:26:37','',5694,'https://quintelacrosse.com/?p=5729',0,'revision','',0),(5732,2,'2022-04-27 16:27:39','2022-04-27 20:27:39','
\r\n
\r\n
\r\n
\r\n

U13/U15 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=3 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=6 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U13/U15 Team 1','','inherit','closed','closed','','5694-revision-v1','','','2022-04-27 16:27:39','2022-04-27 20:27:39','',5694,'https://quintelacrosse.com/?p=5732',0,'revision','',0),(5730,2,'2022-04-27 16:26:57','2022-04-27 20:26:57','
\r\n
\r\n
\r\n
\r\n

Quinte Mat Rentals U9/U11 Division

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

 

\r\n

SCHEDULE

\r\n

[table id=3 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=6 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U13/U15 Team 1','','inherit','closed','closed','','5694-revision-v1','','','2022-04-27 16:26:57','2022-04-27 20:26:57','',5694,'https://quintelacrosse.com/?p=5730',0,'revision','',0),(5731,2,'2022-04-27 16:27:15','2022-04-27 20:27:15','
\r\n
\r\n
\r\n
\r\n

Quinte Mat Rentals U9/U11 Division

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=3 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=6 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U13/U15 Team 1','','inherit','closed','closed','','5694-revision-v1','','','2022-04-27 16:27:15','2022-04-27 20:27:15','',5694,'https://quintelacrosse.com/?p=5731',0,'revision','',0),(5733,2,'2022-04-27 16:28:29','2022-04-27 20:28:29','
\r\n
\r\n
\r\n
\r\n

U13/U15 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=3 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=6 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U13/U15 Team 1','','inherit','closed','closed','','5694-revision-v1','','','2022-04-27 16:28:29','2022-04-27 20:28:29','',5694,'https://quintelacrosse.com/?p=5733',0,'revision','',0),(5734,2,'2022-04-27 16:30:13','2022-04-27 20:30:13','
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

U13/U15 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=4 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=7 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U13/U15 Team 2','','inherit','closed','closed','','5700-revision-v1','','','2022-04-27 16:30:13','2022-04-27 20:30:13','',5700,'https://quintelacrosse.com/?p=5734',0,'revision','',0),(5735,2,'2022-04-27 16:31:34','2022-04-27 20:31:34','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

U13/U15 Team 3

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=5 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=8 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U13/U15 Team 3','','inherit','closed','closed','','5706-revision-v1','','','2022-04-27 16:31:34','2022-04-27 20:31:34','',5706,'https://quintelacrosse.com/?p=5735',0,'revision','',0),(5737,2,'2022-04-27 18:41:28','2022-04-27 22:41:28','
\r\n
\r\n
\r\n
\r\n

U9/U11 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=9 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=11 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U9/U11 Team 1','','publish','closed','closed','','u9-u11-team-1','','','2022-04-27 18:42:46','2022-04-27 22:42:46','',0,'https://quintelacrosse.com/?page_id=5737',0,'page','',0),(5738,2,'2022-04-27 18:41:56','2022-04-27 22:41:56','
\r\n
\r\n
\r\n
\r\n

U13/U15 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=3 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=6 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U9/U11 Team 1','','inherit','closed','closed','','5737-revision-v1','','','2022-04-27 18:41:56','2022-04-27 22:41:56','',5737,'https://quintelacrosse.com/?p=5738',0,'revision','',0),(5739,2,'2022-04-27 18:42:46','2022-04-27 22:42:46','
\r\n
\r\n
\r\n
\r\n

U9/U11 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=9 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=11 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U9/U11 Team 1','','inherit','closed','closed','','5737-revision-v1','','','2022-04-27 18:42:46','2022-04-27 22:42:46','',5737,'https://quintelacrosse.com/?p=5739',0,'revision','',0),(5740,2,'2022-04-27 18:47:25','2022-04-27 22:47:25','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 8th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 25th, 2022\",\"U9 - 5:30pm\\nU11 - 6:30pm\",\"Kingston\",\"Kingston Memorial Centre\"],[\"Sunday, May 29th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, June 1st, 2022\",\"U9 - 5:30pm\\nU11 - 6:30pm\",\"Kingston\",\"Kingston Memorial Centre\"],[\"Sunday, June 5th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"U9 - 1:00pm\\nU11 - 2:00pm\",\"Kingston\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"U9 - 1:00pm\\nU11 - 2:00pm\",\"Kingston\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"10:00am\",\"Quinte Team 2\",\"Duncan Memorial Gardens - Pad 2 (Trenton)\"],[\"\",\"\",\"\",\"\"]]','U9/U11 Team 1 Schedule','','publish','closed','closed','','copy-of-u13-u15-team-1-schedule-2','','','2022-06-03 18:12:49','2022-06-03 22:12:49','',0,'https://quintelacrosse.com/?post_type=tablepress_table&p=5740',0,'tablepress_table','application/json',0),(5741,2,'2022-04-27 18:51:32','2022-04-27 22:51:32','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 8th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, May 29th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U9/U11 Team 1 Schedule','','inherit','closed','closed','','5740-revision-v1','','','2022-04-27 18:51:32','2022-04-27 22:51:32','',5740,'https://quintelacrosse.com/?p=5741',0,'revision','',0),(5742,2,'2022-04-27 18:52:02','2022-04-27 22:52:02','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 8th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 29th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 1st, 2022\",\"U9 - 5:30pm\\nU11 - 6:30pm\",\"Kingston\",\"Kingston Memorial Centre\"],[\"Sunday, June 5th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"U9 - 1:00pm\\nU11 - 2:00pm\",\"Kingston\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"U9 - 1:00pm\\nU11 - 2:00pm\",\"Kingston\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"10:00am\",\"Quinte Team 1\",\"Duncan McDonald Memorial Community Gardens - Pad 2 (Trenton)\"]]','U9/U11 Team 2 Schedule','','publish','closed','closed','','copy-of-u9-u11-team-1-schedule','','','2022-06-03 18:30:17','2022-06-03 22:30:17','',0,'https://quintelacrosse.com/?post_type=tablepress_table&p=5742',0,'tablepress_table','application/json',0),(5743,2,'2022-04-27 18:52:58','2022-04-27 22:52:58','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 8th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, May 29th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U9/U11 Team 2 Schedule','','inherit','closed','closed','','5742-revision-v1','','','2022-04-27 18:52:58','2022-04-27 22:52:58','',5742,'https://quintelacrosse.com/?p=5743',0,'revision','',0),(5744,2,'2022-04-27 18:55:38','2022-04-27 22:55:38','[[\"Number\",\"Name\",\"Age Divsion\"],[\"\",\"Kael B\",\"U11\"],[\"\",\"Finn H\",\"U11\"],[\"\",\"Carson H\",\"U11\"],[\"\",\"Garrett H\",\"U11\"],[\"\",\"Keiran H\",\"U11\"],[\"\",\"Keegan M\",\"U11\"],[\"\",\"Marek M\",\"U11\"],[\"\",\"Logan O\",\"U11\"],[\"\",\"Elliot S\",\"U11\"],[\"\",\"Jeffrey G\",\"U9\"],[\"\",\"Nolan J\",\"U9\"],[\"\",\"Karsen R\",\"U9\"],[\"\",\"Greyson R\",\"U9\"],[\"\",\"Matthew S\",\"U9\"]]','U9/U11 Team 1 Roster','','publish','closed','closed','','copy-of-u13-u15-team-1-roster-2','','','2022-05-24 11:02:40','2022-05-24 15:02:40','',0,'https://quintelacrosse.com/?post_type=tablepress_table&p=5744',0,'tablepress_table','application/json',0),(5745,2,'2022-04-27 19:02:47','2022-04-27 23:02:47','[[\"Number\",\"Name\",\"Age Divsion\"],[\"\",\"Kael B\",\"U11\"],[\"\",\"Finn H\",\"U11\"],[\"\",\"Carson H\",\"U11\"],[\"\",\"Garrett H\",\"U11\"],[\"\",\"Keiran H\",\"U11\"],[\"\",\"Keegan M\",\"U11\"],[\"\",\"Marek M\",\"U11\"],[\"\",\"Logan O\",\"U11\"],[\"\",\"Jeffrey G\",\"U9\"],[\"\",\"Nolan J\",\"U9\"],[\"\",\"Karsen R\",\"U9\"],[\"\",\"Greyson R\",\"U9\"],[\"\",\"Matthew S\",\"U9\"]]','U9/U11 Team 1 Roster','','inherit','closed','closed','','5744-revision-v1','','','2022-04-27 19:02:47','2022-04-27 23:02:47','',5744,'https://quintelacrosse.com/?p=5745',0,'revision','',0),(5746,2,'2022-04-27 19:03:22','2022-04-27 23:03:22','[[\"Number\",\"Name\",\"Age Divsion\"],[\"\",\"Ryker B\",\"U11\"],[\"\",\"Noah C\",\"U11\"],[\"\",\"Macauley C\",\"U11\"],[\"\",\"Egan D\",\"U11\"],[\"\",\"Thomas P\",\"U11\"],[\"\",\"Mason Q\",\"U11\"],[\"\",\"Daniel R\",\"U11\"],[\"\",\"Ian R\",\"U11\"],[\"\",\"Hudson A\",\"U9\"],[\"\",\"Tristan B\",\"U9\"],[\"\",\"Hannah R\",\"U9\"],[\"\",\"Hudson R\",\"U9\"],[\"\",\"Lily-Anna W\",\"U9\"]]','U9/U11 Team 2 Roster','','publish','closed','closed','','copy-of-u9-u11-team-1-roster','','','2022-05-02 21:28:29','2022-05-03 01:28:29','',0,'https://quintelacrosse.com/?post_type=tablepress_table&p=5746',0,'tablepress_table','application/json',0),(5747,2,'2022-04-27 19:07:34','2022-04-27 23:07:34','[[\"Number\",\"Name\",\"Age Divsion\"],[\"\",\"Ryker B\",\"U11\"],[\"\",\"Noah C\",\"U11\"],[\"\",\"Macauley C\",\"U11\"],[\"\",\"Egan D\",\"U11\"],[\"\",\"Thomas P\",\"U11\"],[\"\",\"Mason Q\",\"U11\"],[\"\",\"Daniel R\",\"U11\"],[\"\",\"Ian R\",\"U11\"],[\"\",\"Eliot S\",\"U11\"],[\"\",\"Hudson A\",\"U9\"],[\"\",\"Tristan B\",\"U9\"],[\"\",\"Hannah R\",\"U9\"],[\"\",\"Hudson R\",\"U9\"],[\"\",\"Lily-Anna W\",\"U9\"]]','U9/U11 Team 2 Roster','','inherit','closed','closed','','5746-revision-v1','','','2022-04-27 19:07:34','2022-04-27 23:07:34','',5746,'https://quintelacrosse.com/?p=5747',0,'revision','',0),(5748,2,'2022-04-27 19:16:31','2022-04-27 23:16:31','
\r\n
\r\n
\r\n
\r\n

U9/U11 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=10 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=12 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U9/U11 Team 2','','publish','closed','closed','','u9-u11-team-2','','','2022-04-27 19:16:31','2022-04-27 23:16:31','',0,'https://quintelacrosse.com/?page_id=5748',0,'page','',0),(5749,2,'2022-04-27 19:16:31','2022-04-27 23:16:31','
\r\n
\r\n
\r\n
\r\n

U9/U11 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=10 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=12 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U9/U11 Team 2','','inherit','closed','closed','','5748-revision-v1','','','2022-04-27 19:16:31','2022-04-27 23:16:31','',5748,'https://quintelacrosse.com/?p=5749',0,'revision','',0),(5750,2,'2022-04-27 19:19:21','2022-04-27 23:19:21','
\r\n
\r\n
\r\n
\r\n

 

\r\n

Quinte Mat Rentals U9/U11 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U9/U11 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U9/U11 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n

 

\r\n\r\n
\r\n
\r\n

 

\r\n

 

\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Quinte Mat Rentals U9/U11 Division','','inherit','closed','closed','','4060-revision-v1','','','2022-04-27 19:19:21','2022-04-27 23:19:21','',4060,'https://quintelacrosse.com/?p=5750',0,'revision','',0),(5846,2,'2022-07-04 20:11:25','2022-07-05 00:11:25','','AC9531B5-52E7-4AEC-8637-8E045D57F96C','','inherit','open','closed','','ac9531b5-52e7-4aec-8637-8e045d57f96c','','','2022-07-04 20:11:25','2022-07-05 00:11:25','',0,'http://quintelacrosse.com/wp-content/uploads/2022/07/AC9531B5-52E7-4AEC-8637-8E045D57F96C.jpg',0,'attachment','image/jpeg',0),(5754,2,'2022-04-28 21:06:07','2022-04-29 01:06:07','[[\"DATE\",\"TIME\",\"LOCATION\"],[\"Saturday April 23rd, 2022\",\"9:00am\",\"QSWC (Mackay)\"],[\"Saturday April 30th, 2022\",\"9:00am\",\"QSWC (Mackay)\"],[\"Saturday May 7th, 2022\",\"9:00am\",\"QSWC (Mackay)\"],[\"Saturday May 14th, 2022\",\"9:00am\",\"QSWC (Mackay)\"],[\"Saturday May 28th, 2022\",\"9:00am\",\"QSWC (Mackay)\"],[\"Saturday June 4th, 2022\",\"9:00am\",\"QSWC (Mackay)\"],[\"Saturday June 11th, 2022\",\"9:00am\",\"QSWC (Mackay)\"],[\"Saturday June 18th, 2022\",\"9:00am\",\"QSWC (Mackay)\"],[\"Saturday June 25th, 2022\",\"TBD\",\"TBD\"]]','Paperweight Schedule','','inherit','closed','closed','','5753-revision-v1','','','2022-04-28 21:06:07','2022-04-29 01:06:07','',5753,'https://quintelacrosse.com/?p=5754',0,'revision','',0),(5755,2,'2022-04-28 21:14:52','2022-04-29 01:14:52','[[\"NUMBER\",\"NAME\"],[\"\",\"Lucas B\"],[\"\",\"Brenen B\"],[\"\",\"Colton D\"],[\"\",\"Emily F\"],[\"\",\"Korben G\"],[\"\",\"Ben H\"],[\"\",\"Ryan J\"],[\"\",\"Ethan M\"],[\"\",\"Emerson S\"],[\"\",\"Addison T\"],[\"\",\"Jake V\"],[\"\",\"Amelia Y\"]]','U13 Team 1 Roster','','publish','closed','closed','','u13-team-1-roster','','','2022-05-19 21:12:08','2022-05-20 01:12:08','',0,'https://quintelacrosse.com/?post_type=tablepress_table&p=5755',0,'tablepress_table','application/json',0),(5756,2,'2022-04-28 21:18:46','2022-04-29 01:18:46','[[\"NUMBER\",\"NAME\"],[\"\",\"Lucas B\"],[\"\",\"Brenen B\"],[\"\",\"Colton D\"],[\"\",\"Lucas D\"],[\"\",\"Korben G\"],[\"\",\"Ben H\"],[\"\",\"Ryan J\"],[\"\",\"Ethan M\"],[\"\",\"Cooper M\"],[\"\",\"Dawson M\"],[\"\",\"Emerson S\"],[\"\",\"Jake V\"]]','U13 Team 1 Roster','','inherit','closed','closed','','5755-revision-v1','','','2022-04-28 21:18:46','2022-04-29 01:18:46','',5755,'https://quintelacrosse.com/?p=5756',0,'revision','',0),(5757,2,'2022-04-28 21:20:55','2022-04-29 01:20:55','[[\"NUMBER\",\"NAME\"],[\"\",\"Harvey B\"],[\"\",\"Owen B\"],[\"\",\"Bane B\"],[\"\",\"Kallan B\"],[\"\",\"Ryder B\"],[\"\",\"Max B\"],[\"\",\"Cabot D\"],[\"\",\"Lucas D\"],[\"\",\"Ryker I\"],[\"\",\"Cooper M\"],[\"\",\"Dawson M\"],[\"\",\"Quinlan V\"]]','U13 Team 2 Roster','','publish','closed','closed','','u13-team-2-roster','','','2022-05-19 20:51:48','2022-05-20 00:51:48','',0,'https://quintelacrosse.com/?post_type=tablepress_table&p=5757',0,'tablepress_table','application/json',0),(5758,2,'2022-04-28 21:24:31','2022-04-29 01:24:31','[[\"NUMBER\",\"NAME\"],[\"\",\"Harvey B\"],[\"\",\"Owen B\"],[\"\",\"Bane B\"],[\"\",\"Kallan B\"],[\"\",\"Ryder B\"],[\"\",\"Max B\"],[\"\",\"Cabot D\"],[\"\",\"Emily F\"],[\"\",\"Ryker I\"],[\"\",\"Addison T\"],[\"\",\"Quinlan V\"],[\"\",\"Amelia Y\"]]','U13 Team 2 Roster','','inherit','closed','closed','','5757-revision-v1','','','2022-04-28 21:24:31','2022-04-29 01:24:31','',5757,'https://quintelacrosse.com/?p=5758',0,'revision','',0),(5759,2,'2022-04-28 21:24:44','2022-04-29 01:24:44','[[\"NUMBER\",\"NAME\"],[\"11\",\"Adrian B\"],[\"\",\"Liam B\"],[\"9\",\"Trent B\"],[\"4\",\"Wade D\"],[\"6\",\"Madison O\"],[\"7\",\"Jake P\"]]','U15 Team 2 Roster','','publish','closed','closed','','copy-of-u13-team-2-roster','','','2022-05-09 11:27:06','2022-05-09 15:27:06','',0,'https://quintelacrosse.com/?post_type=tablepress_table&p=5759',0,'tablepress_table','application/json',0),(5798,2,'2022-05-02 19:39:10','2022-05-02 23:39:10','[[\"NUMBER\",\"NAME\"],[\"\",\"Adrian B\"],[\"\",\"Liam B\"],[\"\",\"Trent B\"],[\"\",\"Wade D\"],[\"\",\"Madison O\"],[\"\",\"Jake P\"]]','U15 Team 2 Roster','','inherit','closed','closed','','5759-revision-v1','','','2022-05-02 19:39:10','2022-05-02 23:39:10','',5759,'https://quintelacrosse.com/?p=5798',0,'revision','',0),(5760,2,'2022-04-28 21:26:45','2022-04-29 01:26:45','[[\"NUMBER\",\"NAME\"],[\"\",\"Adrian B\"],[\"\",\"Trent B\"],[\"\",\"Aaden C\"],[\"\",\"Wade D\"],[\"\",\"Patrick F\"],[\"\",\"Chase G\"],[\"\",\"Madison O\"],[\"\",\"Alejandro O\"]]','U15 Team 1 Roster','','inherit','closed','closed','','5759-revision-v1','','','2022-04-28 21:26:45','2022-04-29 01:26:45','',5759,'https://quintelacrosse.com/?p=5760',0,'revision','',0),(5761,2,'2022-04-28 21:28:29','2022-04-29 01:28:29','[[\"NUMBER\",\"NAME\"],[\"2\",\"Tessa C\"],[\"14\",\"Chase G\"],[\"6\",\"Kaydence R\"],[\"4\",\"Patrick F\"],[\"10\",\"Alejandro O\"],[\"3\",\"Aaden C\"],[\"12\",\"Ben B\"]]','U15 Team 1 Roster','','publish','closed','closed','','copy-of-u15-team-1-roster','','','2022-05-09 10:45:21','2022-05-09 14:45:21','',0,'https://quintelacrosse.com/?post_type=tablepress_table&p=5761',0,'tablepress_table','application/json',0),(5762,2,'2022-04-28 21:53:25','2022-04-29 01:53:25','[[\"NUMBER\",\"NAME\"],[\"\",\"Liam B\"],[\"\",\"Ben B\"],[\"\",\"Tessa C\"],[\"\",\"Chase G\"],[\"\",\"Trevor H\"],[\"\",\"Case L\"],[\"\",\"Jake P\"],[\"\",\"Kaydence R\"]]','U15 Team 2 Roster','','inherit','closed','closed','','5761-revision-v1','','','2022-04-28 21:53:25','2022-04-29 01:53:25','',5761,'https://quintelacrosse.com/?p=5762',0,'revision','',0),(5763,2,'2022-04-28 22:00:24','2022-04-29 02:00:24','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 11th, 2022\",\"6:30pm\",\"Northumberland 1\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 15th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 25th, 2022\",\"6:30pm\",\"Northumberland 3\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"3:00pm\",\"Kingston\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, June 8th, 2022\",\"6:30pm\",\"Northumberland 2\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 12th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Monday, June 20th, 2022\",\"6:30pm\",\"Kingston\",\"Kingston Memorial Centre\"],[\"Saturday, June 25th, 2022\",\"11:00am\",\"Quinte Team 2\",\"Duncan McDonald Memorial Community Gardens - Pad 2 (Trenton)\"]]','U13 Team 1 Schedule','','publish','closed','closed','','copy-of-u13-u15-team-1-schedule-3','','','2022-06-03 18:32:42','2022-06-03 22:32:42','',0,'https://quintelacrosse.com/?post_type=tablepress_table&p=5763',0,'tablepress_table','application/json',0),(5764,2,'2022-04-28 22:21:36','2022-04-29 02:21:36','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 11th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 15th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 25th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U13 Team 1 Schedule','','inherit','closed','closed','','5763-revision-v1','','','2022-04-28 22:21:36','2022-04-29 02:21:36','',5763,'https://quintelacrosse.com/?p=5764',0,'revision','',0),(5765,2,'2022-04-28 22:21:44','2022-04-29 02:21:44','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, May 18th, 2022\",\"6:30pm\",\"Northumberland 2\",\"King Edward Community Centre (Brighton)\"],[\"Monday, May 30th, 2022\",\"6:30pm\",\"Kingston\",\"Kingston Memorial Centre\"],[\"Wednesday, June 1st, 2022\",\"6:30pm\",\"Northumberland 1\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 5th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 15th, 2022\",\"6:30pm\",\"Northumberland 3\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 19th, 2022\",\"3:00pm\",\"Kingston\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"11:00am\",\"Quinte Team 1\",\"Duncan McDonald Memorial Community Gardens - Pad 2 (Trenton)\"]]','U13 Team 2 Schedule','','publish','closed','closed','','copy-of-u13-team-1-schedule','','','2022-06-03 18:33:56','2022-06-03 22:33:56','',0,'https://quintelacrosse.com/?post_type=tablepress_table&p=5765',0,'tablepress_table','application/json',0),(5766,2,'2022-04-28 22:28:01','2022-04-29 02:28:01','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 18th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, June 1st, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 5th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U13 Team 2 Schedule','','inherit','closed','closed','','5765-revision-v1','','','2022-04-28 22:28:01','2022-04-29 02:28:01','',5765,'https://quintelacrosse.com/?p=5766',0,'revision','',0),(5832,2,'2022-06-03 18:12:49','2022-06-03 22:12:49','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 8th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 25th, 2022\",\"U9 - 5:30pm\\nU11 - 6:30pm\",\"Kingston\",\"Kingston Memorial Centre\"],[\"Sunday, May 29th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, June 1st, 2022\",\"U9 - 5:30pm\\nU11 - 6:30pm\",\"Kingston\",\"Kingston Memorial Centre\"],[\"Sunday, June 5th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"U9 - 1:00pm\\nU11 - 2:00pm\",\"Kingston\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"U9 - 1:00pm\\nU11 - 2:00pm\",\"Kingston\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"10:00am\",\"Quinte Team 2\",\"Duncan Memorial Gardens - Pad 2 (Trenton)\"],[\"\",\"\",\"\",\"\"]]','U9/U11 Team 1 Schedule','','inherit','closed','closed','','5740-revision-v1','','','2022-06-03 18:12:49','2022-06-03 22:12:49','',5740,'https://quintelacrosse.com/?p=5832',0,'revision','',0),(5833,2,'2022-06-03 18:15:28','2022-06-03 22:15:28','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 8th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 29th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 1st, 2022\",\"U9 - 5:30pm\\nU11 - 6:30pm\",\"Kingston\",\"Kingston Memorial Centre\"],[\"Sunday, June 5th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"U9 - 1:00pm\\nU11 - 2:00pm\",\"Kingston\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"U9 - 1:00pm\\nU11 - 2:00pm\",\"Kingston\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"10:00am\",\"Quinte Team 1\",\"Duncan McDonald Memorial Community Gardens - Pad 2 (Trenton)\"]]','U9/U11 Team 2 Schedule','','inherit','closed','closed','','5742-revision-v1','','','2022-06-03 18:15:28','2022-06-03 22:15:28','',5742,'https://quintelacrosse.com/?p=5833',0,'revision','',0),(5834,2,'2022-06-03 18:32:42','2022-06-03 22:32:42','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 11th, 2022\",\"6:30pm\",\"Northumberland 1\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 15th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 25th, 2022\",\"6:30pm\",\"Northumberland 3\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"3:00pm\",\"Kingston\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, June 8th, 2022\",\"6:30pm\",\"Northumberland 2\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 12th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Monday, June 20th, 2022\",\"6:30pm\",\"Kingston\",\"Kingston Memorial Centre\"],[\"Saturday, June 25th, 2022\",\"11:00am\",\"Quinte Team 2\",\"Duncan McDonald Memorial Community Gardens - Pad 2 (Trenton)\"]]','U13 Team 1 Schedule','','inherit','closed','closed','','5763-revision-v1','','','2022-06-03 18:32:42','2022-06-03 22:32:42','',5763,'https://quintelacrosse.com/?p=5834',0,'revision','',0),(5835,2,'2022-06-03 18:33:56','2022-06-03 22:33:56','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, May 18th, 2022\",\"6:30pm\",\"Northumberland 2\",\"King Edward Community Centre (Brighton)\"],[\"Monday, May 30th, 2022\",\"6:30pm\",\"Kingston\",\"Kingston Memorial Centre\"],[\"Wednesday, June 1st, 2022\",\"6:30pm\",\"Northumberland 1\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 5th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 15th, 2022\",\"6:30pm\",\"Northumberland 3\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 19th, 2022\",\"3:00pm\",\"Kingston\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"11:00am\",\"Quinte Team 1\",\"Duncan McDonald Memorial Community Gardens - Pad 2 (Trenton)\"]]','U13 Team 2 Schedule','','inherit','closed','closed','','5765-revision-v1','','','2022-06-03 18:33:56','2022-06-03 22:33:56','',5765,'https://quintelacrosse.com/?p=5835',0,'revision','',0),(5836,2,'2022-06-03 18:35:25','2022-06-03 22:35:25','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 11th, 2022\",\"6:30pm\",\"Northumberland 1\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 15th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 25th, 2022\",\"6:30pm\",\"Northumberland 3\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"10:00am\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"1:00pm\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, June 8th, 2022\",\"6:30pm\",\"Northumberland 2\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 12th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"12:00pm\",\"Quinte Team 2\",\"Duncan McDonald Memorial Community Gardens - Pad 2 (Trenton)\"]]','U15 Team 1 Schedule','','inherit','closed','closed','','5779-revision-v1','','','2022-06-03 18:35:25','2022-06-03 22:35:25','',5779,'https://quintelacrosse.com/?p=5836',0,'revision','',0),(5837,2,'2022-06-03 18:37:38','2022-06-03 22:37:38','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, May 18th, 2022\",\"6:30pm\",\"Northumberland 2\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 1st, 2022\",\"6:30pm\",\"Northumberland 1\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 5th, 2022\",\"10:00am\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"1:00pm\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 15th, 2022\",\"6:30pm\",\"Northumberland 3\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 19th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"12:00pm\",\"Quinte Team 2\",\"Duncan McDonald Memorial Community Gardens - Pad 2 (Trenton)\"]]','U15 Team 2 Schedule','','inherit','closed','closed','','5781-revision-v1','','','2022-06-03 18:37:38','2022-06-03 22:37:38','',5781,'https://quintelacrosse.com/?p=5837',0,'revision','',0),(5839,2,'2022-06-06 20:38:33','2022-06-07 00:38:33','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, May 18th, 2022\",\"6:30pm\",\"Northumberland 2\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 1st, 2022\",\"6:30pm\",\"Northumberland 1\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 5th, 2022\",\"10:00am\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"1:00pm\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"CANCELLED\",\"\",\"\"],[\"Wednesday, June 15th, 2022\",\"6:30pm\",\"Northumberland 3\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 19th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"12:00pm\",\"Quinte Team 2\",\"Duncan McDonald Memorial Community Gardens - Pad 2 (Trenton)\"]]','U15 Team 2 Schedule','','inherit','closed','closed','','5781-revision-v1','','','2022-06-06 20:38:33','2022-06-07 00:38:33','',5781,'https://quintelacrosse.com/?p=5839',0,'revision','',0),(5840,2,'2022-06-16 08:34:14','2022-06-16 12:34:14','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, May 18th, 2022\",\"6:30pm\",\"Northumberland 2\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 1st, 2022\",\"6:30pm\",\"Northumberland 1\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 5th, 2022\",\"10:00am\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"1:00pm\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"CANCELLED\",\"\",\"\"],[\"Wednesday, June 15th, 2022\",\"6:30pm\",\"Northumberland 3\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 19th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 22nd, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Saturday, June 25th, 2022\",\"11:00am\",\"Quinte Team 2\",\"Duncan McDonald Memorial Community Gardens - Pad 2 (Trenton)\"]]','U15 Team 2 Schedule','','inherit','closed','closed','','5781-revision-v1','','','2022-06-16 08:34:14','2022-06-16 12:34:14','',5781,'https://quintelacrosse.com/?p=5840',0,'revision','',0),(5841,2,'2022-06-16 08:41:33','2022-06-16 12:41:33','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 11th, 2022\",\"6:30pm\",\"Northumberland 1\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 15th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 25th, 2022\",\"6:30pm\",\"Northumberland 3\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"10:00am\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"1:00pm\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, June 8th, 2022\",\"6:30pm\",\"Northumberland 2\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 12th, 2022\",\"CANCELLED\",\"\",\"\"],[\"Sunday, June 19th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, June 22nd, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Saturday, June 25th, 2022\",\"11:00am\",\"Quinte Team 2\",\"Duncan McDonald Memorial Community Gardens - Pad 2 (Trenton)\"]]','U15 Team 1 Schedule','','inherit','closed','closed','','5779-revision-v1','','','2022-06-16 08:41:33','2022-06-16 12:41:33','',5779,'https://quintelacrosse.com/?p=5841',0,'revision','',0),(5842,2,'2022-06-17 09:45:40','2022-06-17 13:45:40','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 11th, 2022\",\"6:30pm\",\"Northumberland 1\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 15th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 25th, 2022\",\"6:30pm\",\"Northumberland 3\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"10:00am\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"1:00pm\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, June 8th, 2022\",\"6:30pm\",\"Northumberland 2\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 12th, 2022\",\"CANCELLED\",\"\",\"\"],[\"Sunday, June 19th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, June 22nd, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Saturday, June 25th, 2022\",\"11:00am\",\"Quinte Team 2\",\"Duncan McDonald Memorial Community Gardens - Pad 2 (Trenton)\"]]','U15 Team 1 Schedule','','inherit','closed','closed','','5779-revision-v1','','','2022-06-17 09:45:40','2022-06-17 13:45:40','',5779,'https://quintelacrosse.com/?p=5842',0,'revision','',0),(5843,2,'2022-06-17 09:46:10','2022-06-17 13:46:10','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, May 18th, 2022\",\"6:30pm\",\"Northumberland 2\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 1st, 2022\",\"6:30pm\",\"Northumberland 1\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 5th, 2022\",\"10:00am\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"1:00pm\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"CANCELLED\",\"\",\"\"],[\"Wednesday, June 15th, 2022\",\"6:30pm\",\"Northumberland 3\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 19th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 22nd, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Saturday, June 25th, 2022\",\"11:00am\",\"Quinte Team 2\",\"Duncan McDonald Memorial Community Gardens - Pad 2 (Trenton)\"]]','U15 Team 2 Schedule','','inherit','closed','closed','','5781-revision-v1','','','2022-06-17 09:46:10','2022-06-17 13:46:10','',5781,'https://quintelacrosse.com/?p=5843',0,'revision','',0),(5768,2,'2022-05-02 08:44:57','2022-05-02 12:44:57',' ','','','publish','closed','closed','','5768','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'https://quintelacrosse.com/5768/',28,'nav_menu_item','',0),(5769,2,'2022-05-02 08:44:57','2022-05-02 12:44:57',' ','','','publish','closed','closed','','5769','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'https://quintelacrosse.com/5769/',27,'nav_menu_item','',0),(5770,2,'2022-05-02 08:44:57','2022-05-02 12:44:57',' ','','','publish','closed','closed','','5770','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'https://quintelacrosse.com/5770/',37,'nav_menu_item','',0),(5771,2,'2022-05-02 08:47:18','2022-05-02 12:47:18','
\r\n
\r\n
\r\n
\r\n

 

\r\n

TaskForce Engineering U13/U15 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U13/U15 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U13/U15 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n
\r\n
\r\n \r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 3

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','TaskForce U13 Division','','inherit','closed','closed','','4066-revision-v1','','','2022-05-02 08:47:18','2022-05-02 12:47:18','',4066,'https://quintelacrosse.com/?p=5771',0,'revision','',0),(5774,2,'2022-05-02 09:03:22','2022-05-02 13:03:22','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 8th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 29th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U9/U11 Team 2 Schedule','','inherit','closed','closed','','5742-revision-v1','','','2022-05-02 09:03:22','2022-05-02 13:03:22','',5742,'https://quintelacrosse.com/?p=5774',0,'revision','',0),(5775,2,'2022-05-02 09:05:53','2022-05-02 13:05:53','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, May 18th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 1st, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 5th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U13 Team 2 Schedule','','inherit','closed','closed','','5765-revision-v1','','','2022-05-02 09:05:53','2022-05-02 13:05:53','',5765,'https://quintelacrosse.com/?p=5775',0,'revision','',0),(5776,2,'2022-05-02 09:07:11','2022-05-02 13:07:11','[[\"NUMBER\",\"NAME\"],[\"\",\"Adrian B\"],[\"\",\"Trent B\"],[\"\",\"Aaden C\"],[\"\",\"Wade D\"],[\"\",\"Patrick F\"],[\"\",\"Chase G\"],[\"\",\"Madison O\"],[\"\",\"Alejandro O\"]]','U15 Team 12 Roster','','inherit','closed','closed','','5759-revision-v1','','','2022-05-02 09:07:11','2022-05-02 13:07:11','',5759,'https://quintelacrosse.com/?p=5776',0,'revision','',0),(5777,2,'2022-05-02 09:08:07','2022-05-02 13:08:07','[[\"NUMBER\",\"NAME\"],[\"\",\"Liam B\"],[\"\",\"Ben B\"],[\"\",\"Tessa C\"],[\"\",\"Chase G\"],[\"\",\"Trevor H\"],[\"\",\"Case L\"],[\"\",\"Jake P\"],[\"\",\"Kaydence R\"]]','U15 Team 1 Roster','','inherit','closed','closed','','5761-revision-v1','','','2022-05-02 09:08:07','2022-05-02 13:08:07','',5761,'https://quintelacrosse.com/?p=5777',0,'revision','',0),(5778,2,'2022-05-02 09:08:32','2022-05-02 13:08:32','[[\"NUMBER\",\"NAME\"],[\"\",\"Adrian B\"],[\"\",\"Trent B\"],[\"\",\"Aaden C\"],[\"\",\"Wade D\"],[\"\",\"Patrick F\"],[\"\",\"Chase G\"],[\"\",\"Madison O\"],[\"\",\"Alejandro O\"]]','U15 Team 2 Roster','','inherit','closed','closed','','5759-revision-v1','','','2022-05-02 09:08:32','2022-05-02 13:08:32','',5759,'https://quintelacrosse.com/?p=5778',0,'revision','',0),(5779,2,'2022-05-02 09:09:21','2022-05-02 13:09:21','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 11th, 2022\",\"6:30pm\",\"Northumberland 1\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 15th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 25th, 2022\",\"6:30pm\",\"Northumberland 3\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"10:00am\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"1:00pm\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, June 8th, 2022\",\"6:30pm\",\"Northumberland 2\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 12th, 2022\",\"CANCELLED\",\"\",\"\"],[\"Sunday, June 19th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, June 22nd, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Saturday, June 25th, 2022\",\"11:00am\",\"Quinte Team 2\",\"Duncan McDonald Memorial Community Gardens - Pad 2 (Trenton)\"]]','U15 Team 1 Schedule','','publish','closed','closed','','copy-of-u13-team-1-schedule-2','','','2022-06-17 09:45:40','2022-06-17 13:45:40','',0,'https://quintelacrosse.com/?post_type=tablepress_table&p=5779',0,'tablepress_table','application/json',0),(5780,2,'2022-05-02 09:10:33','2022-05-02 13:10:33','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 11th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 15th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 25th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U15 Team 1 Schedule','','inherit','closed','closed','','5779-revision-v1','','','2022-05-02 09:10:33','2022-05-02 13:10:33','',5779,'https://quintelacrosse.com/?p=5780',0,'revision','',0),(5781,2,'2022-05-02 09:11:00','2022-05-02 13:11:00','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, May 18th, 2022\",\"6:30pm\",\"Northumberland 2\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 1st, 2022\",\"6:30pm\",\"Northumberland 1\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 5th, 2022\",\"10:00am\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"1:00pm\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"CANCELLED\",\"\",\"\"],[\"Wednesday, June 15th, 2022\",\"6:30pm\",\"Northumberland 3\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 19th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 22nd, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Saturday, June 25th, 2022\",\"11:00am\",\"Quinte Team 2\",\"Duncan McDonald Memorial Community Gardens - Pad 2 (Trenton)\"]]','U15 Team 2 Schedule','','publish','closed','closed','','copy-of-u13-team-2-schedule','','','2022-06-17 09:46:10','2022-06-17 13:46:10','',0,'https://quintelacrosse.com/?post_type=tablepress_table&p=5781',0,'tablepress_table','application/json',0),(5782,2,'2022-05-02 09:11:48','2022-05-02 13:11:48','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, May 18th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 1st, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 5th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U15 Team 2 Schedule','','inherit','closed','closed','','5781-revision-v1','','','2022-05-02 09:11:48','2022-05-02 13:11:48','',5781,'https://quintelacrosse.com/?p=5782',0,'revision','',0),(5783,2,'2022-05-02 09:16:16','2022-05-02 13:16:16','
\r\n
\r\n
\r\n
\r\n

U13/U15 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=3 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=6 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U13 Team 1','','inherit','closed','closed','','5694-revision-v1','','','2022-05-02 09:16:16','2022-05-02 13:16:16','',5694,'https://quintelacrosse.com/?p=5783',0,'revision','',0),(5784,2,'2022-05-02 09:16:30','2022-05-02 13:16:30','
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

U13/U15 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=4 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=7 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U13 Team 2','','inherit','closed','closed','','5700-revision-v1','','','2022-05-02 09:16:30','2022-05-02 13:16:30','',5700,'https://quintelacrosse.com/?p=5784',0,'revision','',0),(5785,2,'2022-05-02 09:16:49','2022-05-02 13:16:49','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

U13/U15 Team 3

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=5 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=8 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U15 Team 1','','inherit','closed','closed','','5706-revision-v1','','','2022-05-02 09:16:49','2022-05-02 13:16:49','',5706,'https://quintelacrosse.com/?p=5785',0,'revision','',0),(5786,2,'2022-05-02 09:17:44','2022-05-02 13:17:44','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

U15 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=21 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=16 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U15 Team 2','','publish','closed','closed','','u15-team-2','','','2022-05-02 09:22:25','2022-05-02 13:22:25','',0,'https://quintelacrosse.com/?page_id=5786',0,'page','',0),(5787,2,'2022-05-02 09:18:09','2022-05-02 13:18:09','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

U13/U15 Team 3

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=5 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=8 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U15 Team 2','','inherit','closed','closed','','5786-revision-v1','','','2022-05-02 09:18:09','2022-05-02 13:18:09','',5786,'https://quintelacrosse.com/?p=5787',0,'revision','',0),(5791,2,'2022-05-02 09:22:25','2022-05-02 13:22:25','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

U15 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=21 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=16 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U15 Team 2','','inherit','closed','closed','','5786-revision-v1','','','2022-05-02 09:22:25','2022-05-02 13:22:25','',5786,'https://quintelacrosse.com/?p=5791',0,'revision','',0),(5788,2,'2022-05-02 09:19:15','2022-05-02 13:19:15','
\r\n
\r\n
\r\n
\r\n

U13 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=18 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=14 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U13 Team 1','','inherit','closed','closed','','5694-revision-v1','','','2022-05-02 09:19:15','2022-05-02 13:19:15','',5694,'https://quintelacrosse.com/?p=5788',0,'revision','',0),(5789,2,'2022-05-02 09:20:19','2022-05-02 13:20:19','
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

U13 Team 2

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=19 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=15 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U13 Team 2','','inherit','closed','closed','','5700-revision-v1','','','2022-05-02 09:20:19','2022-05-02 13:20:19','',5700,'https://quintelacrosse.com/?p=5789',0,'revision','',0),(5790,2,'2022-05-02 09:21:22','2022-05-02 13:21:22','
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

U15 Team 1

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

SCHEDULE

\r\n

[table id=20 /]

\r\n\r\n
\r\n
\r\n

 

\r\n

ROSTER

\r\n

[table id=17 /]

\r\n\r\n
\r\n
\r\n
\r\n
','U15 Team 1','','inherit','closed','closed','','5706-revision-v1','','','2022-05-02 09:21:22','2022-05-02 13:21:22','',5706,'https://quintelacrosse.com/?p=5790',0,'revision','',0),(5793,2,'2022-05-02 09:25:43','2022-05-02 13:25:43','
\r\n
\r\n
\r\n
\r\n

 

\r\n

U15 Division

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks U15 House League

\r\n

2022

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

Welcome to the U15 Division home page.  Below you will find division standings as well as links to each team\'s schedule and results.

\r\n[Best_Wordpress_Gallery id=\"4\" gal_title=\"All images\"]\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Teams

\r\n

Click on a team below for schedule and results.

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 1 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 Team 2 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','U15 Division','','inherit','closed','closed','','4068-revision-v1','','','2022-05-02 09:25:43','2022-05-02 13:25:43','',4068,'https://quintelacrosse.com/?p=5793',0,'revision','',0),(5794,2,'2022-05-02 09:35:52','2022-05-02 13:35:52','[[\"NUMBER\",\"NAME\"],[\"\",\"Liam B\"],[\"\",\"Ben B\"],[\"\",\"Tessa C\"],[\"\",\"Chase G\"],[\"\",\"Trevor H\"],[\"\",\"Wade D\"],[\"\",\"Kaydence R\"]]','U15 Team 1 Roster','','inherit','closed','closed','','5761-revision-v1','','','2022-05-02 09:35:52','2022-05-02 13:35:52','',5761,'https://quintelacrosse.com/?p=5794',0,'revision','',0),(5795,2,'2022-05-02 09:37:21','2022-05-02 13:37:21','[[\"NUMBER\",\"NAME\"],[\"\",\"Adrian B\"],[\"\",\"Trent B\"],[\"\",\"Aaden C\"],[\"\",\"Jake P\"],[\"\",\"Patrick F\"],[\"\",\"Madison O\"],[\"\",\"Alejandro O\"]]','U15 Team 2 Roster','','inherit','closed','closed','','5759-revision-v1','','','2022-05-02 09:37:21','2022-05-02 13:37:21','',5759,'https://quintelacrosse.com/?p=5795',0,'revision','',0),(5796,2,'2022-05-02 10:19:08','2022-05-02 14:19:08','[[\"Number\",\"Name\",\"Age Divsion\"],[\"\",\"Kael B\",\"U11\"],[\"\",\"Finn H\",\"U11\"],[\"\",\"Carson H\",\"U11\"],[\"\",\"Garrett H\",\"U11\"],[\"\",\"Keiran H\",\"U11\"],[\"\",\"Keegan M\",\"U11\"],[\"\",\"Marek M\",\"U11\"],[\"\",\"Logan O\",\"U11\"],[\"\",\"Ben M\",\"U11\"],[\"\",\"Jeffrey G\",\"U9\"],[\"\",\"Nolan J\",\"U9\"],[\"\",\"Karsen R\",\"U9\"],[\"\",\"Greyson R\",\"U9\"],[\"\",\"Matthew S\",\"U9\"]]','U9/U11 Team 1 Roster','','inherit','closed','closed','','5744-revision-v1','','','2022-05-02 10:19:08','2022-05-02 14:19:08','',5744,'https://quintelacrosse.com/?p=5796',0,'revision','',0),(5802,2,'2022-05-03 09:42:13','2022-05-03 13:42:13','[[\"Number\",\"Name\",\"Age Divsion\"],[\"\",\"Kael B\",\"U11\"],[\"\",\"Finn H\",\"U11\"],[\"\",\"Carson H\",\"U11\"],[\"\",\"Garrett H\",\"U11\"],[\"\",\"Keiran H\",\"U11\"],[\"\",\"Keegan M\",\"U11\"],[\"\",\"Marek M\",\"U11\"],[\"\",\"Ben M\",\"U11\"],[\"\",\"Logan O\",\"U11\"],[\"\",\"Jeffrey G\",\"U9\"],[\"\",\"Nolan J\",\"U9\"],[\"\",\"Karsen R\",\"U9\"],[\"\",\"Greyson R\",\"U9\"],[\"\",\"Matthew S\",\"U9\"]]','U9/U11 Team 1 Roster','','inherit','closed','closed','','5744-revision-v1','','','2022-05-03 09:42:13','2022-05-03 13:42:13','',5744,'https://quintelacrosse.com/?p=5802',0,'revision','',0),(5799,2,'2022-05-02 21:27:33','2022-05-03 01:27:33','[[\"Number\",\"Name\",\"Age Divsion\"],[\"\",\"Kael B\",\"U11\"],[\"\",\"Finn H\",\"U11\"],[\"\",\"Carson H\",\"U11\"],[\"\",\"Garrett H\",\"U11\"],[\"\",\"Keiran H\",\"U11\"],[\"\",\"Keegan M\",\"U11\"],[\"\",\"Marek M\",\"U11\"],[\"\",\"Ben M\",\"U11\"],[\"\",\"Logan O\",\"U11\"],[\"\",\"Elliot S\",\"U11\"],[\"\",\"Jeffrey G\",\"U9\"],[\"\",\"Nolan J\",\"U9\"],[\"\",\"Karsen R\",\"U9\"],[\"\",\"Greyson R\",\"U9\"],[\"\",\"Matthew S\",\"U9\"]]','U9/U11 Team 1 Roster','','inherit','closed','closed','','5744-revision-v1','','','2022-05-02 21:27:33','2022-05-03 01:27:33','',5744,'https://quintelacrosse.com/?p=5799',0,'revision','',0),(5800,2,'2022-05-02 21:28:29','2022-05-03 01:28:29','[[\"Number\",\"Name\",\"Age Divsion\"],[\"\",\"Ryker B\",\"U11\"],[\"\",\"Noah C\",\"U11\"],[\"\",\"Macauley C\",\"U11\"],[\"\",\"Egan D\",\"U11\"],[\"\",\"Thomas P\",\"U11\"],[\"\",\"Mason Q\",\"U11\"],[\"\",\"Daniel R\",\"U11\"],[\"\",\"Ian R\",\"U11\"],[\"\",\"Hudson A\",\"U9\"],[\"\",\"Tristan B\",\"U9\"],[\"\",\"Hannah R\",\"U9\"],[\"\",\"Hudson R\",\"U9\"],[\"\",\"Lily-Anna W\",\"U9\"]]','U9/U11 Team 2 Roster','','inherit','closed','closed','','5746-revision-v1','','','2022-05-02 21:28:29','2022-05-03 01:28:29','',5746,'https://quintelacrosse.com/?p=5800',0,'revision','',0),(5801,2,'2022-05-02 21:49:09','2022-05-03 01:49:09','[[\"NUMBER\",\"NAME\"],[\"\",\"Tessa C\"],[\"\",\"Chase G\"],[\"\",\"Kaydence R\"],[\"\",\"Patrick F\"],[\"\",\"Alejandro O\"],[\"\",\"Aaden C\"]]','U15 Team 1 Roster','','inherit','closed','closed','','5761-revision-v1','','','2022-05-02 21:49:09','2022-05-03 01:49:09','',5761,'https://quintelacrosse.com/?p=5801',0,'revision','',0),(5826,2,'2022-05-24 11:02:40','2022-05-24 15:02:40','[[\"Number\",\"Name\",\"Age Divsion\"],[\"\",\"Kael B\",\"U11\"],[\"\",\"Finn H\",\"U11\"],[\"\",\"Carson H\",\"U11\"],[\"\",\"Garrett H\",\"U11\"],[\"\",\"Keiran H\",\"U11\"],[\"\",\"Keegan M\",\"U11\"],[\"\",\"Marek M\",\"U11\"],[\"\",\"Logan O\",\"U11\"],[\"\",\"Elliot S\",\"U11\"],[\"\",\"Jeffrey G\",\"U9\"],[\"\",\"Nolan J\",\"U9\"],[\"\",\"Karsen R\",\"U9\"],[\"\",\"Greyson R\",\"U9\"],[\"\",\"Matthew S\",\"U9\"]]','U9/U11 Team 1 Roster','','inherit','closed','closed','','5744-revision-v1','','','2022-05-24 11:02:40','2022-05-24 15:02:40','',5744,'https://quintelacrosse.com/?p=5826',0,'revision','',0),(5803,2,'2022-05-03 09:51:45','2022-05-03 13:51:45','[[\"Number\",\"Name\",\"Age Divsion\"],[\"\",\"Kael B\",\"U11\"],[\"\",\"Finn H\",\"U11\"],[\"\",\"Carson H\",\"U11\"],[\"\",\"Garrett H\",\"U11\"],[\"\",\"Keiran H\",\"U11\"],[\"\",\"Keegan M\",\"U11\"],[\"\",\"Marek M\",\"U11\"],[\"\",\"Ben M\",\"U11\"],[\"\",\"Logan O\",\"U11\"],[\"\",\"Elliot S\",\"U11\"],[\"\",\"Jeffrey G\",\"U9\"],[\"\",\"Nolan J\",\"U9\"],[\"\",\"Karsen R\",\"U9\"],[\"\",\"Greyson R\",\"U9\"],[\"\",\"Matthew S\",\"U9\"]]','U9/U11 Team 1 Roster','','inherit','closed','closed','','5744-revision-v1','','','2022-05-03 09:51:45','2022-05-03 13:51:45','',5744,'https://quintelacrosse.com/?p=5803',0,'revision','',0),(5805,2,'2022-05-09 10:34:29','2022-05-09 14:34:29','[[\"NUMBER\",\"NAME\"],[\"\",\"Tessa C\"],[\"\",\"Chase G\"],[\"\",\"Kaydence R\"],[\"\",\"Patrick F\"],[\"\",\"Alejandro O\"],[\"\",\"Aaden C\"],[\"\",\"Ben B\"]]','U15 Team 1 Roster','','inherit','closed','closed','','5761-revision-v1','','','2022-05-09 10:34:29','2022-05-09 14:34:29','',5761,'https://quintelacrosse.com/?p=5805',0,'revision','',0),(5806,2,'2022-05-09 10:38:36','2022-05-09 14:38:36','
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

About QMLA Recreational League

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

For more information about days of play for recreational league lacrosse, see below or go to Recreational League Days of Play

\r\n

The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. 

\r\n

This program allows all players to practice and play against players in their own age division and skill level.  Box Lacrosse recreational league is open to boys and girls age 3-16.  

\r\n

QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.

\r\n

All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).

\r\n

If you are interested in playing in our competitive club program, please click  here for more information.

\r\n

 

\r\n

REGISTER NOW

\r\n

 

\r\n

2022 SEASON DETAILS

\r\n

UPDATED May 9th

\r\n

Please note: all dates and times are subject to change.  There will be no lacrosse on the Victoria Day weekend (May 20-23).  Season wrap-up will take place on Saturday June 25th.

\r\n

SOFT LACROSSE

\r\n

The soft lacrosse program for ages 3 and 4 is designed to give our youngest players an opportunity to learn the basics of the game in a fun environment.  Parents are encouraged to participate on the floor or field with the players.  And the best part, it\'s FREE!\r\nDates:  Saturdays, April 23rd to June 25th\r\nTime: 8:30am to 9:00am\r\nLocation: QSWC

\r\n

PAPERWEIGHT

\r\n

Players ages 5 and 6 will learn and practice the fundamental skills and progress into 3v3 games.\r\nDates: Saturdays, April 23rd to June 25th\r\nTime: 9:00am to 10:00am\r\nLocation: QSWC

\r\n

U9 / U11 / U13 / U15 / U17

\r\n

Players will learn and practice the fundamental skills weekly and play games against teams in their division.  Quinte Sports and Wellness Centre (indoor) and Thurlow Fields (outdoor) will be the primary locations for most lacrosse activities while we aim to expand into other neighbouring facilities.  A competitive club team is also offered for all players if there is enough interest.  Click here for more information. 

\r\n

U9\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 2:00pm to 3:00pm\r\nLocation: QSWC\r\nU11\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 2:00pm to 3:00pm\r\nLocation: QSWC\r\nU13\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 3:00pm to 4:00pm\r\nLocation: QSWC\r\nU15\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 4:00pm to 5:00pm\r\nLocation: QSWC\r\nU17\r\nOnly offering rep (travel) team for 2022.  Contact us for details.\r\nLocation: QSWC

\r\n

 

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n

 

\r\n \r\n\r\n
\r\n
\r\n
\r\n
','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2022-05-09 10:38:36','2022-05-09 14:38:36','',1094,'https://quintelacrosse.com/?p=5806',0,'revision','',0),(5808,2,'2022-05-09 10:41:53','2022-05-09 14:41:53','[[\"DIVISION\",\"DAY\",\"TIME\"],[\"U5 - SOFT LACROSSE\\n(2018/2019)\",\"SATURDAY\\nAPRIL 23 - JUNE 25\",\"8:30am - 9:00am\"],[\"U7 - PAPERWEIGHT\\n(2016/2017)\",\"SATURDAY\\nAPRIL 23 - JUNE 25\",\"9:00am - 10:00am\"],[\"U9 (2014/2015)\",\"SUNDAY\\nAPRIL 24 - JUNE 19\",\"2:00pm - 3:00pm\"],[\"U11 (2012/2013)\",\"SUNDAY\\nAPRIL 24 - JUNE 19\",\"2:00pm - 3:00pm\"],[\"U13 (2010/2011)\",\"SUNDAY\\nAPRIL 24 - JUNE 19\",\"3:00pm - 4:00pm\"],[\"U15 (2008/2009)\",\"SUNDAY\\nAPRIL 24 - JUNE 19\",\"4:00pm - 5:00pm\"],[\"U17 (2006/2007)\",\"REP ONLY\",\"\"]]','Days of Play','','inherit','closed','closed','','5507-revision-v1','','','2022-05-09 10:41:53','2022-05-09 14:41:53','',5507,'https://quintelacrosse.com/?p=5808',0,'revision','',0),(5809,2,'2022-05-09 10:45:21','2022-05-09 14:45:21','[[\"NUMBER\",\"NAME\"],[\"2\",\"Tessa C\"],[\"14\",\"Chase G\"],[\"6\",\"Kaydence R\"],[\"4\",\"Patrick F\"],[\"10\",\"Alejandro O\"],[\"3\",\"Aaden C\"],[\"12\",\"Ben B\"]]','U15 Team 1 Roster','','inherit','closed','closed','','5761-revision-v1','','','2022-05-09 10:45:21','2022-05-09 14:45:21','',5761,'https://quintelacrosse.com/?p=5809',0,'revision','',0),(5810,2,'2022-05-09 11:27:06','2022-05-09 15:27:06','[[\"NUMBER\",\"NAME\"],[\"11\",\"Adrian B\"],[\"\",\"Liam B\"],[\"9\",\"Trent B\"],[\"4\",\"Wade D\"],[\"6\",\"Madison O\"],[\"7\",\"Jake P\"]]','U15 Team 2 Roster','','inherit','closed','closed','','5759-revision-v1','','','2022-05-09 11:27:06','2022-05-09 15:27:06','',5759,'https://quintelacrosse.com/?p=5810',0,'revision','',0),(5811,2,'2022-05-11 10:09:04','2022-05-11 14:09:04','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 11th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 15th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 25th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"3:00pm\",\"Kingston\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Monday, June 20th, 2022\",\"6:30pm\",\"Kingston\",\"Kingston Memorial Centre\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U13 Team 1 Schedule','','inherit','closed','closed','','5763-revision-v1','','','2022-05-11 10:09:04','2022-05-11 14:09:04','',5763,'https://quintelacrosse.com/?p=5811',0,'revision','',0),(5812,2,'2022-05-11 10:11:26','2022-05-11 14:11:26','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 11th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 15th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 25th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"3:00pm\",\"Kingston\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, June 8th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 12th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Monday, June 20th, 2022\",\"6:30pm\",\"Kingston\",\"Kingston Memorial Centre\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U13 Team 1 Schedule','','inherit','closed','closed','','5763-revision-v1','','','2022-05-11 10:11:26','2022-05-11 14:11:26','',5763,'https://quintelacrosse.com/?p=5812',0,'revision','',0),(5813,2,'2022-05-11 10:15:47','2022-05-11 14:15:47','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, May 18th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Monday, May 30th, 2022\",\"6:30pm\",\"Kingston\",\"Kingston Memorial Centre\"],[\"Wednesday, June 1st, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 5th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 15th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 19th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U13 Team 2 Schedule','','inherit','closed','closed','','5765-revision-v1','','','2022-05-11 10:15:47','2022-05-11 14:15:47','',5765,'https://quintelacrosse.com/?p=5813',0,'revision','',0),(5814,2,'2022-05-11 10:17:29','2022-05-11 14:17:29','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, May 18th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Monday, May 30th, 2022\",\"6:30pm\",\"Kingston\",\"Kingston Memorial Centre\"],[\"Wednesday, June 1st, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 5th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 15th, 2022\",\"6:30pm\",\"Northumberland\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 19th, 2022\",\"3:00pm\",\"Kingston\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U13 Team 2 Schedule','','inherit','closed','closed','','5765-revision-v1','','','2022-05-11 10:17:29','2022-05-11 14:17:29','',5765,'https://quintelacrosse.com/?p=5814',0,'revision','',0),(5815,2,'2022-05-11 10:18:15','2022-05-11 14:18:15','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, May 18th, 2022\",\"6:30pm\",\"Northumberland 1\",\"King Edward Community Centre (Brighton)\"],[\"Monday, May 30th, 2022\",\"6:30pm\",\"Kingston\",\"Kingston Memorial Centre\"],[\"Wednesday, June 1st, 2022\",\"6:30pm\",\"Northumberland 2\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 5th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 15th, 2022\",\"6:30pm\",\"Northumberland 3\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 19th, 2022\",\"3:00pm\",\"Kingston\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U13 Team 2 Schedule','','inherit','closed','closed','','5765-revision-v1','','','2022-05-11 10:18:15','2022-05-11 14:18:15','',5765,'https://quintelacrosse.com/?p=5815',0,'revision','',0),(5816,2,'2022-05-11 10:26:50','2022-05-11 14:26:50','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 11th, 2022\",\"6:30pm\",\"Northumberland 1\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 15th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 25th, 2022\",\"6:30pm\",\"Northumberland 3\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, June 8th, 2022\",\"6:30pm\",\"Northumberland 2\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 12th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"4:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U15 Team 1 Schedule','','inherit','closed','closed','','5779-revision-v1','','','2022-05-11 10:26:50','2022-05-11 14:26:50','',5779,'https://quintelacrosse.com/?p=5816',0,'revision','',0),(5817,2,'2022-05-11 10:29:25','2022-05-11 14:29:25','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, May 18th, 2022\",\"6:30pm\",\"Northumberland 2\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 1st, 2022\",\"6:30pm\",\"Northumberland 1\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 5th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 15th, 2022\",\"6:30pm\",\"Northumberland 3\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 19th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U15 Team 2 Schedule','','inherit','closed','closed','','5781-revision-v1','','','2022-05-11 10:29:25','2022-05-11 14:29:25','',5781,'https://quintelacrosse.com/?p=5817',0,'revision','',0),(5818,2,'2022-05-11 10:30:56','2022-05-11 14:30:56','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 11th, 2022\",\"6:30pm\",\"Northumberland 1\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 15th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 25th, 2022\",\"6:30pm\",\"Northumberland 3\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"3:00pm\",\"Kingston\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, June 8th, 2022\",\"6:30pm\",\"Northumberland 2\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 12th, 2022\",\"3:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Monday, June 20th, 2022\",\"6:30pm\",\"Kingston\",\"Kingston Memorial Centre\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U13 Team 1 Schedule','','inherit','closed','closed','','5763-revision-v1','','','2022-05-11 10:30:56','2022-05-11 14:30:56','',5763,'https://quintelacrosse.com/?p=5818',0,'revision','',0),(5819,2,'2022-05-11 10:31:59','2022-05-11 14:31:59','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, May 18th, 2022\",\"6:30pm\",\"Northumberland 2\",\"King Edward Community Centre (Brighton)\"],[\"Monday, May 30th, 2022\",\"6:30pm\",\"Kingston\",\"Kingston Memorial Centre\"],[\"Wednesday, June 1st, 2022\",\"6:30pm\",\"Northumberland 1\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 5th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"3:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 15th, 2022\",\"6:30pm\",\"Northumberland 3\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 19th, 2022\",\"3:00pm\",\"Kingston\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U13 Team 2 Schedule','','inherit','closed','closed','','5765-revision-v1','','','2022-05-11 10:31:59','2022-05-11 14:31:59','',5765,'https://quintelacrosse.com/?p=5819',0,'revision','',0),(5823,2,'2022-05-19 21:15:56','2022-05-20 01:15:56','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 8th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 25th, 2022\",\"U9 - 5:30pm\\nU11 - 6:30pm\",\"Kingston\",\"Kingston Memorial Centre\"],[\"Sunday, May 29th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"],[\"\",\"\",\"\",\"\"]]','U9/U11 Team 1 Schedule','','inherit','closed','closed','','5740-revision-v1','','','2022-05-19 21:15:56','2022-05-20 01:15:56','',5740,'https://quintelacrosse.com/?p=5823',0,'revision','',0),(5824,2,'2022-05-19 21:17:28','2022-05-20 01:17:28','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 8th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 29th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"],[\"Wednesday, June 1st, 2022\",\"U9 - 5:30pm\\nU11 - 6:30pm\",\"Kingston\",\"Kingston Memorial Centre\"]]','U9/U11 Team 2 Schedule','','inherit','closed','closed','','5742-revision-v1','','','2022-05-19 21:17:28','2022-05-20 01:17:28','',5742,'https://quintelacrosse.com/?p=5824',0,'revision','',0),(5825,2,'2022-05-19 21:38:15','2022-05-20 01:38:15','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 8th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 29th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 1st, 2022\",\"U9 - 5:30pm\\nU11 - 6:30pm\",\"Kingston\",\"Kingston Memorial Centre\"],[\"Sunday, June 5th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"2:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U9/U11 Team 2 Schedule','','inherit','closed','closed','','5742-revision-v1','','','2022-05-19 21:38:15','2022-05-20 01:38:15','',5742,'https://quintelacrosse.com/?p=5825',0,'revision','',0),(5828,2,'2022-05-26 20:17:53','2022-05-27 00:17:53','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"3:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday May 8th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, May 18th, 2022\",\"6:30pm\",\"Northumberland 2\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, May 29th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 1st, 2022\",\"6:30pm\",\"Northumberland 1\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 5th, 2022\",\"10:00am\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"1:00pm\",\"Nepean\",\"QSWC (Mackay)\"],[\"Sunday, June 5th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Wednesday, June 15th, 2022\",\"6:30pm\",\"Northumberland 3\",\"King Edward Community Centre (Brighton)\"],[\"Sunday, June 19th, 2022\",\"4:00pm\",\"Quinte Team 1\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"]]','U15 Team 2 Schedule','','inherit','closed','closed','','5781-revision-v1','','','2022-05-26 20:17:53','2022-05-27 00:17:53','',5781,'https://quintelacrosse.com/?p=5828',0,'revision','',0),(5829,2,'2022-05-27 10:03:01','2022-05-27 14:03:01','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 8th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 25th, 2022\",\"U9 - 5:30pm\\nU11 - 6:30pm\",\"Kingston\",\"Kingston Memorial Centre\"],[\"Sunday, May 29th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, June 1st, 2022\",\"5:30pm\",\"Kingston\",\"Kingston Memorial Centre\"],[\"Sunday, June 5th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"],[\"\",\"\",\"\",\"\"]]','U9/U11 Team 1 Schedule','','inherit','closed','closed','','5740-revision-v1','','','2022-05-27 10:03:01','2022-05-27 14:03:01','',5740,'https://quintelacrosse.com/?p=5829',0,'revision','',0),(5830,2,'2022-05-27 10:03:45','2022-05-27 14:03:45','[[\"DATE\",\"TIME\",\"OPPONENT\",\"ARENA\"],[\"Sunday, April 24th, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 1st, 2022\",\"2:00pm\",\"Practice\",\"QSWC (Mackay)\"],[\"Sunday, May 8th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, May 15th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, May 25th, 2022\",\"U9 - 5:30pm\\nU11 - 6:30pm\",\"Kingston\",\"Kingston Memorial Centre\"],[\"Sunday, May 29th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Wednesday, June 1st, 2022\",\"U9 - 5:30pm\\nU11 - 6:30pm\",\"Kingston\",\"Kingston Memorial Centre\"],[\"Sunday, June 5th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 12th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Sunday, June 19th, 2022\",\"2:00pm\",\"Quinte Team 2\",\"QSWC (Mackay)\"],[\"Saturday, June 25th, 2022\",\"TBD\",\"TBD\",\"TBD\"],[\"\",\"\",\"\",\"\"]]','U9/U11 Team 1 Schedule','','inherit','closed','closed','','5740-revision-v1','','','2022-05-27 10:03:45','2022-05-27 14:03:45','',5740,'https://quintelacrosse.com/?p=5830',0,'revision','',0),(5872,2,'2022-08-12 16:51:57','2022-08-12 20:51:57','
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Compete in Toronto Beaches Hogtown Paperweight Tournament

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

On July 9th, 2022, our 5 and 6 year-old players on the Quinte Bayhawks paperweight all-stars participated in the Hogtown Paperweight Tournament hosted by the Toronto Beaches Lacrosse Club.  The event was held at the Kew Beach outdoor box, and it was a beautiful day for lacrosse by the beach!

\r\n

Three games were played over the the course of the morning and early afternoon and the team came away with two losses and a tie against some very worthy opponents from established lacrosse communities in Ontario.  Sandwiched between two losses against Burlington Chiefs and Milton Mavericks, the Bayhawks battled hard in the bright sun and heat to tie the Newmarket Redbirds, although it was evident all players came away winners judging by the smiles on their faces and the fun they were having!  Needless to say, it was a quiet ride home for most parents, as the big day took its toll on the players and it was time for a much needed rest.

\r\n

Quinte Minor Lacrosse Association would like to extend a huge thank you to our jersey sponsors New Hope Surrogacy and Egg Donation, as well as other generous donations from Cheryl Carrier, REALTOR®, RE/MAX Quinte Ltd. Brokerage, Dave\'s Bike Dump and The Water Guys.  We would especially like to thank the parents for their commitment to making this a great experience for our youngest Bayhawks!

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
','Bayhawks Play in Toronto Beaches Hogtown Paperweight Tournament','','publish','open','open','','bayhawks-play-in-toronto-beaches-hogtown-paperweight-tournament','','','2022-08-12 18:12:16','2022-08-12 22:12:16','',0,'https://quintelacrosse.com/?p=5872',0,'post','',0),(5854,2,'2022-07-20 12:51:45','2022-07-20 16:51:45','','14A84731-054F-4F2B-A91C-F46C6F61FE3D','','inherit','open','closed','','14a84731-054f-4f2b-a91c-f46c6f61fe3d','','','2022-07-20 12:51:45','2022-07-20 16:51:45','',18,'http://quintelacrosse.com/wp-content/uploads/2022/07/14A84731-054F-4F2B-A91C-F46C6F61FE3D.png',0,'attachment','image/png',0),(5859,2,'2022-07-31 15:45:36','2022-07-31 19:45:36','','IMG_1580','','inherit','open','closed','','img_1580','','','2022-07-31 15:45:36','2022-07-31 19:45:36','',0,'http://quintelacrosse.com/wp-content/uploads/2022/07/IMG_1580.jpg',0,'attachment','image/jpeg',0),(5860,2,'2022-07-31 15:47:04','2022-07-31 19:47:04','','IMG_1861','','inherit','open','closed','','img_1861','','','2022-07-31 15:47:04','2022-07-31 19:47:04','',0,'http://quintelacrosse.com/wp-content/uploads/2022/07/IMG_1861.jpg',0,'attachment','image/jpeg',0),(5864,2,'2022-07-31 16:12:13','2022-07-31 20:12:13','','','','inherit','open','closed','','5864','','','2022-07-31 16:12:13','2022-07-31 20:12:13','',0,'http://quintelacrosse.com/wp-content/uploads/2022/07/62e6e21d5a802.png',0,'attachment','image/png',0),(5861,2,'2022-07-31 15:53:56','2022-07-31 19:53:56','','','','inherit','open','closed','','5861','','','2022-07-31 15:53:56','2022-07-31 19:53:56','',0,'http://quintelacrosse.com/wp-content/uploads/2022/07/62e6ddd423b2f.png',0,'attachment','image/png',0),(5862,2,'2022-07-31 15:54:25','2022-07-31 19:54:25','','','','inherit','open','closed','','5862','','','2022-07-31 15:54:25','2022-07-31 19:54:25','',0,'http://quintelacrosse.com/wp-content/uploads/2022/07/62e6ddf19ee23.png',0,'attachment','image/png',0),(5863,2,'2022-07-31 16:09:50','2022-07-31 20:09:50','','622f9b55300c6.image','','inherit','open','closed','','622f9b55300c6-image','','','2022-07-31 16:09:50','2022-07-31 20:09:50','',0,'http://quintelacrosse.com/wp-content/uploads/2022/07/622f9b55300c6.image_.jpg',0,'attachment','image/jpeg',0),(5865,2,'2022-07-31 16:19:52','2022-07-31 20:19:52','','','','inherit','open','closed','','5865','','','2022-07-31 16:19:52','2022-07-31 20:19:52','',0,'http://quintelacrosse.com/wp-content/uploads/2022/07/62e6e3e8055e8.png',0,'attachment','image/png',0),(5867,2,'2022-07-31 21:11:44','2022-08-01 01:11:44','','news637726936503086741','','inherit','open','closed','','news637726936503086741','','','2022-07-31 21:11:44','2022-08-01 01:11:44','',0,'http://quintelacrosse.com/wp-content/uploads/2022/07/news637726936503086741.png',0,'attachment','image/png',0),(5870,2,'2022-07-31 21:45:12','2022-08-01 01:45:12','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

For instructions on how to register, click here\r\nWe recommend using desktop or laptop computers for registration.  Registrations done on mobile devices may encounter difficulties. 

\r\n

Please note that the registration system is not set up for the outdoor recreational league at this time.  Please send payment via etransfer to confirm registration.  More details will be provided once payment has been completed.  If you have any questions, please send us an email quintelacrosse@gmail.com.  Thanks!

\r\n

To access your Sportzsoft account, click here

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2022-07-31 21:45:12','2022-08-01 01:45:12','',122,'https://quintelacrosse.com/?p=5870',0,'revision','',0),(5873,2,'2022-08-12 15:58:37','2022-08-12 19:58:37','','C7B230B7-48E3-4761-8A14-F14F277AAF27 - Copy','','inherit','open','closed','','c7b230b7-48e3-4761-8a14-f14f277aaf27-copy','','','2022-08-12 15:58:37','2022-08-12 19:58:37','',5872,'http://quintelacrosse.com/wp-content/uploads/2022/08/C7B230B7-48E3-4761-8A14-F14F277AAF27-Copy.jpg',0,'attachment','image/jpeg',0),(5874,2,'2022-08-12 16:00:17','2022-08-12 20:00:17','','6181FDC6-9728-4D27-8B84-611FD778AEF8 - Copy','','inherit','open','closed','','6181fdc6-9728-4d27-8b84-611fd778aef8-copy','','','2022-08-12 16:00:17','2022-08-12 20:00:17','',5872,'http://quintelacrosse.com/wp-content/uploads/2022/08/6181FDC6-9728-4D27-8B84-611FD778AEF8-Copy.jpg',0,'attachment','image/jpeg',0),(5875,2,'2022-08-12 16:00:27','2022-08-12 20:00:27','','AC9531B5-52E7-4AEC-8637-8E045D57F96C','','inherit','open','closed','','ac9531b5-52e7-4aec-8637-8e045d57f96c-2','','','2022-08-12 16:00:27','2022-08-12 20:00:27','',5872,'http://quintelacrosse.com/wp-content/uploads/2022/08/AC9531B5-52E7-4AEC-8637-8E045D57F96C.jpg',0,'attachment','image/jpeg',0),(5876,2,'2022-08-12 16:00:36','2022-08-12 20:00:36','','C7B230B7-48E3-4761-8A14-F14F277AAF27','','inherit','open','closed','','c7b230b7-48e3-4761-8a14-f14f277aaf27','','','2022-08-12 16:00:36','2022-08-12 20:00:36','',5872,'http://quintelacrosse.com/wp-content/uploads/2022/08/C7B230B7-48E3-4761-8A14-F14F277AAF27.jpg',0,'attachment','image/jpeg',0),(5877,2,'2022-08-12 16:00:43','2022-08-12 20:00:43','','F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4 - Copy','','inherit','open','closed','','f102d930-aa14-4dcf-a9fb-88e0bb8eb8c4-copy','','','2022-08-12 16:00:43','2022-08-12 20:00:43','',5872,'http://quintelacrosse.com/wp-content/uploads/2022/08/F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-Copy.jpg',0,'attachment','image/jpeg',0),(5878,2,'2022-08-12 16:00:52','2022-08-12 20:00:52','','F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4','','inherit','open','closed','','f102d930-aa14-4dcf-a9fb-88e0bb8eb8c4','','','2022-08-12 16:00:52','2022-08-12 20:00:52','',5872,'http://quintelacrosse.com/wp-content/uploads/2022/08/F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4.jpg',0,'attachment','image/jpeg',0),(5879,2,'2022-08-12 16:01:04','2022-08-12 20:01:04','','FDD8D3CC-597A-4FD2-B0B2-F984539FE729 - Copy','','inherit','open','closed','','fdd8d3cc-597a-4fd2-b0b2-f984539fe729-copy','','','2022-08-12 16:01:04','2022-08-12 20:01:04','',5872,'http://quintelacrosse.com/wp-content/uploads/2022/08/FDD8D3CC-597A-4FD2-B0B2-F984539FE729-Copy.jpg',0,'attachment','image/jpeg',0),(5880,2,'2022-08-12 16:01:15','2022-08-12 20:01:15','','FDD8D3CC-597A-4FD2-B0B2-F984539FE729','','inherit','open','closed','','fdd8d3cc-597a-4fd2-b0b2-f984539fe729','','','2022-08-12 16:01:15','2022-08-12 20:01:15','',5872,'http://quintelacrosse.com/wp-content/uploads/2022/08/FDD8D3CC-597A-4FD2-B0B2-F984539FE729.jpg',0,'attachment','image/jpeg',0),(5881,2,'2022-08-12 16:01:30','2022-08-12 20:01:30','','IMG_3754','','inherit','open','closed','','img_3754','','','2022-08-12 16:01:30','2022-08-12 20:01:30','',5872,'http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3754.jpg',0,'attachment','image/jpeg',0),(5882,2,'2022-08-12 16:03:05','2022-08-12 20:03:05','','IMG_3883','','inherit','open','closed','','img_3883','','','2022-08-12 16:03:05','2022-08-12 20:03:05','',5872,'http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3883.jpg',0,'attachment','image/jpeg',0),(5883,2,'2022-08-12 16:04:59','2022-08-12 20:04:59','','IMG_3884','','inherit','open','closed','','img_3884','','','2022-08-12 16:04:59','2022-08-12 20:04:59','',5872,'http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3884.jpg',0,'attachment','image/jpeg',0),(5884,2,'2022-08-12 16:06:39','2022-08-12 20:06:39','','IMG_3885','','inherit','open','closed','','img_3885','','','2022-08-12 16:06:39','2022-08-12 20:06:39','',5872,'http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3885.jpg',0,'attachment','image/jpeg',0),(5885,2,'2022-08-12 16:08:18','2022-08-12 20:08:18','','IMG_3886','','inherit','open','closed','','img_3886','','','2022-08-12 16:08:18','2022-08-12 20:08:18','',5872,'http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3886.jpg',0,'attachment','image/jpeg',0),(5886,2,'2022-08-12 16:09:43','2022-08-12 20:09:43','','IMG_3887','','inherit','open','closed','','img_3887','','','2022-08-12 16:09:43','2022-08-12 20:09:43','',5872,'http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3887.jpg',0,'attachment','image/jpeg',0),(5887,2,'2022-08-12 16:11:23','2022-08-12 20:11:23','','IMG_3888','','inherit','open','closed','','img_3888','','','2022-08-12 16:11:23','2022-08-12 20:11:23','',5872,'http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3888.jpg',0,'attachment','image/jpeg',0),(5888,2,'2022-08-12 16:23:16','2022-08-12 20:23:16','','NewHope_FullColour (3)','','inherit','open','closed','','newhope_fullcolour-3','','','2022-08-12 16:23:16','2022-08-12 20:23:16','',5872,'http://quintelacrosse.com/wp-content/uploads/2022/08/NewHope_FullColour-3.png',0,'attachment','image/png',0),(5889,2,'2022-08-12 16:27:24','2022-08-12 20:27:24','','CherylCarrier','','inherit','open','closed','','cherylcarrier','','','2022-08-12 16:27:24','2022-08-12 20:27:24','',5872,'http://quintelacrosse.com/wp-content/uploads/2022/08/CherylCarrier.jpg',0,'attachment','image/jpeg',0),(5890,2,'2022-08-12 16:31:11','2022-08-12 20:31:11','','20220812_202237856_iOS','','inherit','open','closed','','20220812_202237856_ios','','','2022-08-12 16:31:11','2022-08-12 20:31:11','',5872,'http://quintelacrosse.com/wp-content/uploads/2022/08/20220812_202237856_iOS.png',0,'attachment','image/png',0),(5891,2,'2022-08-12 16:49:28','2022-08-12 20:49:28','','Water Guys Logo','','inherit','open','closed','','water-guys-logo','','','2022-08-12 16:49:28','2022-08-12 20:49:28','',5872,'http://quintelacrosse.com/wp-content/uploads/2022/08/Water-Guys-Logo.jpg',0,'attachment','image/jpeg',0),(5892,2,'2022-08-12 16:51:19','2022-08-12 20:51:19','
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Compete in Toronto Beaches Hogtown Paperweight Tournament

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
On July 9th, 2022, our 5 and 6 year-old players on the Quinte Bayhawks paperweight all-stars participated in the Hogtown Paperweight Tournament hosted by the Toronto Beaches Lacrosse Club.  The event was held at the Kew Beach outdoor box, and it was a beautiful day for lacrosse by the beach!
\r\n
\r\nThree games were played over the the course of the morning and early afternoon and the team came away with two losses and a tie against some very worthy opponents from established lacrosse communities in Ontario.  Sandwich between two losses against Burlington Chiefs and Milton Mavericks, the Bayhawks battled hard in the bright sun and heat to tie the Newmarket Redbirds, although it was evident all players came away winners judging by the smiles on their faces and the fun they were having!  Needless to say, it was a quiet ride home for most parents, as the big day took its toll on the players and it was time for a much needed rest.\r\n\r\nQuinte Minor Lacrosse Association would like to extend a huge thank you to our jersey sponsors New Hope Surrogacy and Egg Donation, as well as other generous donations from Cheryl Carrier, REALTOR®, RE/MAX Quinte Ltd. Brokerage, Dave\'s Bike Dump and The Water Guys.  We would especially like to thank the parents for their commitment to making this a great experience for our youngest Bayhawks!
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
','Bayhawks Play in Toronto Beaches Hogtown Paperweight Tournament','','inherit','closed','closed','','5872-revision-v1','','','2022-08-12 16:51:19','2022-08-12 20:51:19','',5872,'https://quintelacrosse.com/?p=5892',0,'revision','',0),(5893,2,'2022-08-12 16:53:02','2022-08-12 20:53:02','
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Compete in Toronto Beaches Hogtown Paperweight Tournament

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
On July 9th, 2022, our 5 and 6 year-old players on the Quinte Bayhawks paperweight all-stars participated in the Hogtown Paperweight Tournament hosted by the Toronto Beaches Lacrosse Club.  The event was held at the Kew Beach outdoor box, and it was a beautiful day for lacrosse by the beach!
\r\n
Three games were played over the the course of the morning and early afternoon and the team came away with two losses and a tie against some very worthy opponents from established lacrosse communities in Ontario.  Sandwich between two losses against Burlington Chiefs and Milton Mavericks, the Bayhawks battled hard in the bright sun and heat to tie the Newmarket Redbirds, although it was evident all players came away winners judging by the smiles on their faces and the fun they were having!  Needless to say, it was a quiet ride home for most parents, as the big day took its toll on the players and it was time for a much needed rest.Quinte Minor Lacrosse Association would like to extend a huge thank you to our jersey sponsors New Hope Surrogacy and Egg Donation, as well as other generous donations from Cheryl Carrier, REALTOR®, RE/MAX Quinte Ltd. Brokerage, Dave\'s Bike Dump and The Water Guys.  We would especially like to thank the parents for their commitment to making this a great experience for our youngest Bayhawks!\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
','Bayhawks Play in Toronto Beaches Hogtown Paperweight Tournament','','inherit','closed','closed','','5872-revision-v1','','','2022-08-12 16:53:02','2022-08-12 20:53:02','',5872,'https://quintelacrosse.com/?p=5893',0,'revision','',0),(5894,2,'2022-08-12 16:56:18','2022-08-12 20:56:18','
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Compete in Toronto Beaches Hogtown Paperweight Tournament

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
On July 9th, 2022, our 5 and 6 year-old players on the Quinte Bayhawks paperweight all-stars participated in the Hogtown Paperweight Tournament hosted by the Toronto Beaches Lacrosse Club.  The event was held at the Kew Beach outdoor box, and it was a beautiful day for lacrosse by the beach!
\r\n
\r\n\r\nThree games were played over the the course of the morning and early afternoon and the team came away with two losses and a tie against some very worthy opponents from established lacrosse communities in Ontario.  Sandwich between two losses against Burlington Chiefs and Milton Mavericks, the Bayhawks battled hard in the bright sun and heat to tie the Newmarket Redbirds, although it was evident all players came away winners judging by the smiles on their faces and the fun they were having!  Needless to say, it was a quiet ride home for most parents, as the big day took its toll on the players and it was time for a much needed rest.Quinte Minor Lacrosse Association would like to extend a huge thank you to our jersey sponsors New Hope Surrogacy and Egg Donation, as well as other generous donations from Cheryl Carrier, REALTOR®, RE/MAX Quinte Ltd. Brokerage, Dave\'s Bike Dump and The Water Guys.  We would especially like to thank the parents for their commitment to making this a great experience for our youngest Bayhawks!\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
','Bayhawks Play in Toronto Beaches Hogtown Paperweight Tournament','','inherit','closed','closed','','5872-revision-v1','','','2022-08-12 16:56:18','2022-08-12 20:56:18','',5872,'https://quintelacrosse.com/?p=5894',0,'revision','',0),(5895,2,'2022-08-12 18:12:08','2022-08-12 22:12:08','
\n
\n
\n
\n

\"\"

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

Bayhawks Compete in Toronto Beaches Hogtown Paperweight Tournament

\n
\n
\n\n
\n\n
\n
\n
\n
\n

On July 9th, 2022, our 5 and 6 year-old players on the Quinte Bayhawks paperweight all-stars participated in the Hogtown Paperweight Tournament hosted by the Toronto Beaches Lacrosse Club.  The event was held at the Kew Beach outdoor box, and it was a beautiful day for lacrosse by the beach!

\n

Three games were played over the the course of the morning and early afternoon and the team came away with two losses and a tie against some very worthy opponents from established lacrosse communities in Ontario.  Sandwiched between two losses against Burlington Chiefs and Milton Mavericks, the Bayhawks battled hard in the bright sun and heat to tie the Newmarket Redbirds, although it was evident all players came away winners judging by the smiles on their faces and the fun they were having!  Needless to say, it was a quiet ride home for most parents, as the big day took its toll on the players and it was time for a much needed rest.

\n

Quinte Minor Lacrosse Association would like to extend a huge thank you to our jersey sponsors New Hope Surrogacy and Egg Donation, as well as other generous donations from Cheryl Carrier, REALTOR®, RE/MAX Quinte Ltd. Brokerage, Dave\'s Bike Dump and The Water Guys.  We would especially like to thank the parents for their commitment to making this a great experience for our youngest Bayhawks!

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

\"\"

\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n

\"\"

\n\n
\n
\n

\"\"

\n\n
\n
\n

\"\"

\n\n
\n
\n

\"\"

\n\n
\n
\n
\n
\n
\n
\n
\n
\n

\"\"

\n\n
\n
\n

\"\"

\n\n
\n
\n

\"\"

\n\n
\n
\n

\"\"

\n\n
\n
\n
\n
','Bayhawks Play in Toronto Beaches Hogtown Paperweight Tournament','','inherit','closed','closed','','5872-autosave-v1','','','2022-08-12 18:12:08','2022-08-12 22:12:08','',5872,'https://quintelacrosse.com/?p=5895',0,'revision','',0),(5896,2,'2022-08-12 17:04:42','2022-08-12 21:04:42','
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Compete in Toronto Beaches Hogtown Paperweight Tournament

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
On July 9th, 2022, our 5 and 6 year-old players on the Quinte Bayhawks paperweight all-stars participated in the Hogtown Paperweight Tournament hosted by the Toronto Beaches Lacrosse Club.  The event was held at the Kew Beach outdoor box, and it was a beautiful day for lacrosse by the beach!
\r\n
\r\n

Three games were played over the the course of the morning and early afternoon and the team came away with two losses and a tie against some very worthy opponents from established lacrosse communities in Ontario.  Sandwich between two losses against Burlington Chiefs and Milton Mavericks, the Bayhawks battled hard in the bright sun and heat to tie the Newmarket Redbirds, although it was evident all players came away winners judging by the smiles on their faces and the fun they were having!  Needless to say, it was a quiet ride home for most parents, as the big day took its toll on the players and it was time for a much needed rest.Quinte Minor Lacrosse Association would like to extend a huge thank you to our jersey sponsors New Hope Surrogacy and Egg Donation, as well as other generous donations from Cheryl Carrier, REALTOR®, RE/MAX Quinte Ltd. Brokerage, Dave\'s Bike Dump and The Water Guys.  We would especially like to thank the parents for their commitment to making this a great experience for our youngest Bayhawks!

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
','Bayhawks Play in Toronto Beaches Hogtown Paperweight Tournament','','inherit','closed','closed','','5872-revision-v1','','','2022-08-12 17:04:42','2022-08-12 21:04:42','',5872,'https://quintelacrosse.com/?p=5896',0,'revision','',0),(5897,2,'2022-08-12 17:07:05','2022-08-12 21:07:05','
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Compete in Toronto Beaches Hogtown Paperweight Tournament

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
On July 9th, 2022, our 5 and 6 year-old players on the Quinte Bayhawks paperweight all-stars participated in the Hogtown Paperweight Tournament hosted by the Toronto Beaches Lacrosse Club.  The event was held at the Kew Beach outdoor box, and it was a beautiful day for lacrosse by the beach!\r\n\r\n
\r\n
\r\n

Three games were played over the the course of the morning and early afternoon and the team came away with two losses and a tie against some very worthy opponents from established lacrosse communities in Ontario.  Sandwich between two losses against Burlington Chiefs and Milton Mavericks, the Bayhawks battled hard in the bright sun and heat to tie the Newmarket Redbirds, although it was evident all players came away winners judging by the smiles on their faces and the fun they were having!  Needless to say, it was a quiet ride home for most parents, as the big day took its toll on the players and it was time for a much needed rest.\r\n\r\nQuinte Minor Lacrosse Association would like to extend a huge thank you to our jersey sponsors New Hope Surrogacy and Egg Donation, as well as other generous donations from Cheryl Carrier, REALTOR®, RE/MAX Quinte Ltd. Brokerage, Dave\'s Bike Dump and The Water Guys.  We would especially like to thank the parents for their commitment to making this a great experience for our youngest Bayhawks!

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
','Bayhawks Play in Toronto Beaches Hogtown Paperweight Tournament','','inherit','closed','closed','','5872-revision-v1','','','2022-08-12 17:07:05','2022-08-12 21:07:05','',5872,'https://quintelacrosse.com/?p=5897',0,'revision','',0),(5898,2,'2022-08-12 17:14:02','2022-08-12 21:14:02','
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Compete in Toronto Beaches Hogtown Paperweight Tournament

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

On July 9th, 2022, our 5 and 6 year-old players on the Quinte Bayhawks paperweight all-stars participated in the Hogtown Paperweight Tournament hosted by the Toronto Beaches Lacrosse Club.  The event was held at the Kew Beach outdoor box, and it was a beautiful day for lacrosse by the beach!

\r\n

Three games were played over the the course of the morning and early afternoon and the team came away with two losses and a tie against some very worthy opponents from established lacrosse communities in Ontario.  Sandwich between two losses against Burlington Chiefs and Milton Mavericks, the Bayhawks battled hard in the bright sun and heat to tie the Newmarket Redbirds, although it was evident all players came away winners judging by the smiles on their faces and the fun they were having!  Needless to say, it was a quiet ride home for most parents, as the big day took its toll on the players and it was time for a much needed rest.

\r\n

Quinte Minor Lacrosse Association would like to extend a huge thank you to our jersey sponsors New Hope Surrogacy and Egg Donation, as well as other generous donations from Cheryl Carrier, REALTOR®, RE/MAX Quinte Ltd. Brokerage, Dave\'s Bike Dump and The Water Guys.  We would especially like to thank the parents for their commitment to making this a great experience for our youngest Bayhawks!

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
','Bayhawks Play in Toronto Beaches Hogtown Paperweight Tournament','','inherit','closed','closed','','5872-revision-v1','','','2022-08-12 17:14:02','2022-08-12 21:14:02','',5872,'https://quintelacrosse.com/?p=5898',0,'revision','',0),(5899,2,'2022-08-12 18:12:16','2022-08-12 22:12:16','
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Bayhawks Compete in Toronto Beaches Hogtown Paperweight Tournament

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

On July 9th, 2022, our 5 and 6 year-old players on the Quinte Bayhawks paperweight all-stars participated in the Hogtown Paperweight Tournament hosted by the Toronto Beaches Lacrosse Club.  The event was held at the Kew Beach outdoor box, and it was a beautiful day for lacrosse by the beach!

\r\n

Three games were played over the the course of the morning and early afternoon and the team came away with two losses and a tie against some very worthy opponents from established lacrosse communities in Ontario.  Sandwiched between two losses against Burlington Chiefs and Milton Mavericks, the Bayhawks battled hard in the bright sun and heat to tie the Newmarket Redbirds, although it was evident all players came away winners judging by the smiles on their faces and the fun they were having!  Needless to say, it was a quiet ride home for most parents, as the big day took its toll on the players and it was time for a much needed rest.

\r\n

Quinte Minor Lacrosse Association would like to extend a huge thank you to our jersey sponsors New Hope Surrogacy and Egg Donation, as well as other generous donations from Cheryl Carrier, REALTOR®, RE/MAX Quinte Ltd. Brokerage, Dave\'s Bike Dump and The Water Guys.  We would especially like to thank the parents for their commitment to making this a great experience for our youngest Bayhawks!

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
','Bayhawks Play in Toronto Beaches Hogtown Paperweight Tournament','','inherit','closed','closed','','5872-revision-v1','','','2022-08-12 18:12:16','2022-08-12 22:12:16','',5872,'https://quintelacrosse.com/?p=5899',0,'revision','',0),(5900,2,'2022-08-13 10:42:59','2022-08-13 14:42:59','
\r\n
\r\n
\r\n
\r\n
\r\n

U17 Bayhawks Finish 2022 Season and Look Ahead to 2023.

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

On August 5th and 6th, our U17 Bayhawks competitive team finished off their season at the Ontario Lacrosse Festival - the provincial championship tournament.

\r\n

Four games were played over the course of two days against teams from West Grey, Toronto, Six Nations and Pelham, and while the Bayhawks came up short in all games, the experience was worth it.  Despite competing in the U17 age group (2006/2007 birth years), the team was comprised of players born in 2007, 2008 and 2009.  Technically, half of the team would normally be playing in the U15 division. It was an uphill battle from the start for each game, and the Bayhawks showed up each and every game and battled from the first whistle to the final buzzer. It was the first time playing competitive lacrosse for six players, and most only started playing lacrosse in the last few years.  The lessons learned this season will carry forward into 2023 as the whole team will be back and ready to compete in a much more even playing field.

\r\n

The U17 Bayhawks are made up of players from all over Quinte region - Belleville, Brighton, Foxboro, Tyendinaga, Trenton, Prince Edward County and Plainfield. 

\r\n

Quinte Minor Lacrosse Association would like to extend a huge thank you to all players and parents for their commitment to the team and to growing the sport of lacrosse in the Quinte Region.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[Best_Wordpress_Gallery id=\"7\" gal_title=\"2022 U17\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','U17 Bayhawks Finish Season at Ontario Lacrosse Festival','','publish','open','open','','u17-bayhawks-finish-season-at-ontario-lacrosse-festival','','','2022-08-13 10:42:59','2022-08-13 14:42:59','',0,'https://quintelacrosse.com/?p=5900',0,'post','',0),(5901,2,'2022-08-12 19:03:04','2022-08-12 23:03:04','','IMG_3889','','inherit','open','closed','','img_3889','','','2022-08-12 19:03:04','2022-08-12 23:03:04','',5900,'http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3889.jpg',0,'attachment','image/jpeg',0),(5902,2,'2022-08-13 10:30:39','2022-08-13 14:30:39','
\r\n
\r\n
\r\n
\r\n
\r\n

U17 Bayhawks Finish 2022 Season and Look Ahead to 2023.

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

On August 5th and 6th, our U17 Bayhawks competitive team finished off their season at the Ontario Lacrosse Festival - the provincial championship tournament.

\r\n

Four games were played over the course of two days against teams from West Grey, Toronto, Six Nations and Pelham, and while the Bayhawks came up short in all games, the experience was worth it.  Despite competing in the U17 age group (2006/2007 birth years), the team was comprised of players born in 2007, 2008 and 2009.  Technically, half of the team would normally be playing in the U15 division. It was an uphill battle from the start for each game, and the Bayhawks showed up each and every game and battled from the first whistle to the final buzzer. It was the first time playing competitive lacrosse for six players, and most only started playing lacrosse in the last few years.  The lessons learned this season will carry forward into 2023 as the whole team will be back and ready to compete in a much more even playing field.

\r\n

The U17 Bayhawks are made up of players from all over Quinte region - Belleville, Brighton, Foxboro, Tyendinaga, Trenton, Prince Edward County and Plainfield. 

\r\n

Quinte Minor Lacrosse Association would like to extend a huge thank you to all players and parents for their commitment to the team and to growing the sport of lacrosse in the Quinte Region.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','U17 Bayhawks Finish Season at Ontario Lacrosse Festival','','inherit','closed','closed','','5900-revision-v1','','','2022-08-13 10:30:39','2022-08-13 14:30:39','',5900,'https://quintelacrosse.com/?p=5902',0,'revision','',0),(5903,1,'2022-08-13 10:33:52','2022-08-13 14:33:52','[Best_Wordpress_Gallery id=\"6\" gal_title=\"2022 U17\"]','2022 U17','','publish','closed','closed','','2022-u17','','','2022-08-13 10:48:19','2022-08-13 14:48:19','',0,'https://quintelacrosse.com/bwg_gallery/2022-u17/',0,'bwg_gallery','',0),(5904,2,'2022-08-13 10:39:59','2022-08-13 14:39:59','','A1EB7420-4651-406C-8E87-679E115C2C54','','inherit','open','closed','','a1eb7420-4651-406c-8e87-679e115c2c54','','','2022-08-13 10:39:59','2022-08-13 14:39:59','',5900,'http://quintelacrosse.com/wp-content/uploads/2022/08/A1EB7420-4651-406C-8E87-679E115C2C54.jpg',0,'attachment','image/jpeg',0),(5905,2,'2022-08-13 10:42:59','2022-08-13 14:42:59','
\r\n
\r\n
\r\n
\r\n
\r\n

U17 Bayhawks Finish 2022 Season and Look Ahead to 2023.

\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n

On August 5th and 6th, our U17 Bayhawks competitive team finished off their season at the Ontario Lacrosse Festival - the provincial championship tournament.

\r\n

Four games were played over the course of two days against teams from West Grey, Toronto, Six Nations and Pelham, and while the Bayhawks came up short in all games, the experience was worth it.  Despite competing in the U17 age group (2006/2007 birth years), the team was comprised of players born in 2007, 2008 and 2009.  Technically, half of the team would normally be playing in the U15 division. It was an uphill battle from the start for each game, and the Bayhawks showed up each and every game and battled from the first whistle to the final buzzer. It was the first time playing competitive lacrosse for six players, and most only started playing lacrosse in the last few years.  The lessons learned this season will carry forward into 2023 as the whole team will be back and ready to compete in a much more even playing field.

\r\n

The U17 Bayhawks are made up of players from all over Quinte region - Belleville, Brighton, Foxboro, Tyendinaga, Trenton, Prince Edward County and Plainfield. 

\r\n

Quinte Minor Lacrosse Association would like to extend a huge thank you to all players and parents for their commitment to the team and to growing the sport of lacrosse in the Quinte Region.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n[Best_Wordpress_Gallery id=\"7\" gal_title=\"2022 U17\"]\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','U17 Bayhawks Finish Season at Ontario Lacrosse Festival','','inherit','closed','closed','','5900-revision-v1','','','2022-08-13 10:42:59','2022-08-13 14:42:59','',5900,'https://quintelacrosse.com/?p=5905',0,'revision','',0),(5907,2,'2022-08-14 16:55:22','2022-08-14 20:55:22','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Joe Fee

\r\n
President
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Abby Leavitt

\r\n
VP / Registrar
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Melissa Cybulskie

\r\n
Referee-in-Chief
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Victoria Black

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Chad Grubb

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Chris Brinklow

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

Cory Black

\r\n
Director at Large
\r\n \r\n\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
','Board of Directors','','inherit','closed','closed','','4083-revision-v1','','','2022-08-14 16:55:22','2022-08-14 20:55:22','',4083,'https://quintelacrosse.com/?p=5907',0,'revision','',0),(5909,2,'2022-08-14 17:50:23','2022-08-14 21:50:23','','IMG_5225','','inherit','open','closed','','img_5225','','','2022-08-14 17:50:23','2022-08-14 21:50:23','',0,'http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_5225.jpg',0,'attachment','image/jpeg',0),(5910,2,'2022-08-14 17:50:46','2022-08-14 21:50:46','http://quintelacrosse.com/wp-content/uploads/2022/08/cropped-IMG_5225-scaled-1.jpg','cropped-IMG_5225-scaled-1.jpg','','inherit','open','closed','','cropped-img_5225-scaled-1-jpg','','','2022-08-14 17:50:46','2022-08-14 21:50:46','',0,'http://quintelacrosse.com/wp-content/uploads/2022/08/cropped-IMG_5225-scaled-1.jpg',0,'attachment','image/jpeg',0),(5919,2,'2022-08-31 19:38:44','2022-08-31 23:38:44','
\r\n
\r\n
\r\n
\r\n

Join the U17 Bayhawks Fall Field Lacrosse Competitive Team

\r\n

The U17 Bayhawks fall field lacrosse team is a member of the Ontario Minor Field Lacrosse League and will play games on Saturdays in Brampton from September 10th to October 8th.  Made up of players entering grades 9, 10 and 11, it is a great opportunity for potential high school players to get some competitive experience before the school season in the spring.

\r\n

Next practice is Thursday September 1st at Thurlow Park (behind Harmony Public School) at 6:00pm.  If you are interested in playing, send us an email.  This opportunity is for new and experienced players.

\r\n

Field lacrosse is a fast-growing sport in Ontario.  There are opportunities to play at high school and university levels throughout the province and country.  Locally, Eastside High School forms a team every spring to play games and tournaments in the central Ontario region including high school teams from Cobourg, Kingston and Peterborough.  Also, the Canadian University Field Lacrosse Association (CUFLA) includes teams from Queen\'s, University of Ottawa, Trent University and many more from Ontario and Quebec.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n

Lee Ramsey

\r\n

President

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n

Kenneth Huff

\r\n

Product Management

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Join the U17 Bayhawks Competitive Fall Field Lacrosse Team','','publish','open','open','','join-the-u17-bayhawks-competitive-fall-field-lacrosse-team','','','2022-08-31 19:38:44','2022-08-31 23:38:44','',0,'https://quintelacrosse.com/?p=5919',0,'post','',0),(5920,2,'2022-08-31 19:38:44','2022-08-31 23:38:44','
\r\n
\r\n
\r\n
\r\n

Join the U17 Bayhawks Fall Field Lacrosse Competitive Team

\r\n

The U17 Bayhawks fall field lacrosse team is a member of the Ontario Minor Field Lacrosse League and will play games on Saturdays in Brampton from September 10th to October 8th.  Made up of players entering grades 9, 10 and 11, it is a great opportunity for potential high school players to get some competitive experience before the school season in the spring.

\r\n

Next practice is Thursday September 1st at Thurlow Park (behind Harmony Public School) at 6:00pm.  If you are interested in playing, send us an email.  This opportunity is for new and experienced players.

\r\n

Field lacrosse is a fast-growing sport in Ontario.  There are opportunities to play at high school and university levels throughout the province and country.  Locally, Eastside High School forms a team every spring to play games and tournaments in the central Ontario region including high school teams from Cobourg, Kingston and Peterborough.  Also, the Canadian University Field Lacrosse Association (CUFLA) includes teams from Queen\'s, University of Ottawa, Trent University and many more from Ontario and Quebec.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n

Lee Ramsey

\r\n

President

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n

Kenneth Huff

\r\n

Product Management

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n
','Join the U17 Bayhawks Competitive Fall Field Lacrosse Team','','inherit','closed','closed','','5919-revision-v1','','','2022-08-31 19:38:44','2022-08-31 23:38:44','',5919,'https://quintelacrosse.com/?p=5920',0,'revision','',0),(5923,2,'2022-09-01 11:16:02','2022-09-01 15:16:02','
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

 

\r\n

For instructions on how to register, click here\r\nWe recommend using desktop or laptop computers for registration.  Registrations done on mobile devices may encounter difficulties. 

\r\n

Please note that the registration system is not set up for the outdoor recreational league at this time.  Please send payment via etransfer to confirm registration.  More details will be provided once payment has been completed.  If you have any questions, please send us an email quintelacrosse@gmail.com.  Thanks!

\r\n

To access your Sportzsoft account or register for U17 Fall Field Lacrosse, click here

\r\n

 

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2022-09-01 11:16:02','2022-09-01 15:16:02','',122,'https://quintelacrosse.com/?p=5923',0,'revision','',0); /*!40000 ALTER TABLE `wpie_posts` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_posts` with 1429 row(s) -- -- -- Table structure for table `wpie_bwg_image_comment` -- DROP TABLE IF EXISTS `wpie_bwg_image_comment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_bwg_image_comment` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `image_id` bigint(20) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `date` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, `comment` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `url` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `mail` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `published` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_bwg_image_comment` -- LOCK TABLES `wpie_bwg_image_comment` WRITE; /*!40000 ALTER TABLE `wpie_bwg_image_comment` DISABLE KEYS */; /*!40000 ALTER TABLE `wpie_bwg_image_comment` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_bwg_image_comment` with 0 row(s) -- -- -- Table structure for table `wpie_term_relationships` -- DROP TABLE IF EXISTS `wpie_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_order` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_term_relationships` -- LOCK TABLES `wpie_term_relationships` WRITE; /*!40000 ALTER TABLE `wpie_term_relationships` DISABLE KEYS */; INSERT INTO `wpie_term_relationships` VALUES (19,2,0),(1116,2,0),(128,2,0),(4939,2,0),(1409,2,0),(2849,2,0),(93,1,0),(526,3,0),(527,3,0),(528,3,0),(529,3,0),(5768,2,0),(5770,2,0),(4079,2,0),(1114,2,0),(1115,2,0),(4255,2,0),(4260,2,0),(4254,2,0),(4942,2,0),(1122,2,0),(2851,2,0),(1124,2,0),(4933,2,0),(4078,2,0),(5769,2,0),(4333,2,0),(1630,1,0),(2853,2,0),(4055,2,0),(4222,2,0),(2992,5,0),(4648,17,0),(3126,6,0),(3147,6,0),(4091,2,0),(4264,2,0),(4102,2,0),(4113,2,0),(4114,2,0),(4502,5,0),(4257,2,0),(4313,2,0),(4944,2,0),(4256,2,0),(4360,2,0),(4248,2,0),(4353,1,0),(4636,15,0),(4435,7,0),(4436,7,0),(4442,5,0),(4446,5,0),(4441,9,0),(4440,8,0),(4447,5,0),(4448,5,0),(4451,6,0),(4452,6,0),(4453,7,0),(4454,8,0),(4455,5,0),(4456,6,0),(4457,8,0),(4458,9,0),(4459,5,0),(4460,6,0),(4461,7,0),(4462,8,0),(4449,5,0),(4450,5,0),(4463,6,0),(4464,6,0),(4466,6,0),(4467,7,0),(4470,7,0),(4503,5,0),(4504,5,0),(4505,5,0),(4506,5,0),(4507,5,0),(4508,5,0),(4509,5,0),(4510,6,0),(4511,6,0),(4512,6,0),(4513,6,0),(4514,6,0),(4515,6,0),(4516,6,0),(4517,6,0),(4518,6,0),(4519,6,0),(4520,7,0),(4521,7,0),(4522,7,0),(4523,7,0),(4524,7,0),(4525,7,0),(4526,7,0),(4527,7,0),(4533,8,0),(4534,8,0),(4535,8,0),(4536,8,0),(4537,8,0),(4538,8,0),(4539,8,0),(4541,8,0),(4542,8,0),(4543,8,0),(4544,8,0),(4570,9,0),(4571,9,0),(4572,9,0),(4573,9,0),(4574,9,0),(4575,9,0),(4576,9,0),(4577,9,0),(4596,20,0),(4597,20,0),(4598,20,0),(4599,20,0),(4600,20,0),(4601,20,0),(4602,20,0),(4603,20,0),(4604,20,0),(4605,20,0),(4606,20,0),(4607,20,0),(4608,20,0),(4609,20,0),(4610,20,0),(4611,20,0),(4637,15,0),(4638,15,0),(4639,15,0),(4640,15,0),(4641,15,0),(4642,15,0),(4643,15,0),(4644,15,0),(4645,15,0),(4646,15,0),(4647,15,0),(4653,15,0),(4649,17,0),(4650,17,0),(4651,17,0),(4652,17,0),(4659,15,0),(4654,17,0),(4655,17,0),(4656,17,0),(4657,17,0),(4658,17,0),(4660,17,0),(4661,17,0),(4662,17,0),(4663,17,0),(4664,18,0),(4665,18,0),(4666,18,0),(4667,18,0),(4668,18,0),(4669,18,0),(4670,18,0),(4671,18,0),(4672,18,0),(4673,18,0),(4674,18,0),(4675,18,0),(4676,18,0),(4677,18,0),(4678,18,0),(4679,19,0),(4680,19,0),(4681,19,0),(4682,19,0),(4683,19,0),(4684,19,0),(4685,19,0),(4686,19,0),(4687,19,0),(4688,19,0),(4689,19,0),(4690,19,0),(4691,19,0),(4692,19,0),(4693,19,0),(4694,10,0),(4695,10,0),(4696,10,0),(4697,10,0),(4698,10,0),(4699,10,0),(4700,10,0),(4701,10,0),(4702,11,0),(4703,11,0),(4704,11,0),(4705,11,0),(4706,11,0),(4707,11,0),(4708,11,0),(4709,11,0),(4727,6,0),(4728,6,0),(4729,6,0),(4730,6,0),(4731,6,0),(4732,6,0),(4733,7,0),(4734,7,0),(4735,7,0),(4736,7,0),(4737,8,0),(4738,8,0),(4739,8,0),(4740,8,0),(4741,8,0),(4742,8,0),(4751,21,0),(4752,21,0),(4753,21,0),(4754,21,0),(4755,21,0),(4756,21,0),(4757,21,0),(4758,21,0),(4759,21,0),(4760,21,0),(4761,21,0),(4762,21,0),(4763,21,0),(4764,21,0),(4765,21,0),(4766,21,0),(4767,21,0),(4768,21,0),(4772,22,0),(4773,22,0),(4774,22,0),(4775,22,0),(4776,22,0),(4777,22,0),(4778,22,0),(4779,23,0),(4780,23,0),(4781,23,0),(4782,23,0),(4783,23,0),(4784,23,0),(4785,23,0),(4786,24,0),(4787,24,0),(4788,24,0),(4789,24,0),(4790,24,0),(4791,24,0),(4792,24,0),(4793,24,0),(4808,9,0),(4811,9,0),(4812,8,0),(4848,2,0),(4873,2,0),(4964,2,0),(4965,2,0),(4999,25,0),(5001,25,0),(5002,25,0),(5009,2,0),(5164,25,0),(5071,2,0),(5073,2,0),(5074,2,0),(5075,2,0),(5076,2,0),(5085,2,0),(5148,2,0),(5149,2,0),(5165,25,0),(5224,25,0),(5167,25,0),(5170,25,0),(5172,25,0),(5173,1,0),(5180,1,0),(5194,1,0),(5202,26,0),(5203,26,0),(5204,26,0),(5327,1,0),(5558,2,0),(5415,1,0),(5457,26,0),(5658,32,0),(5660,32,0),(5658,46,0),(5660,46,0),(5872,1,0),(5659,32,0),(5659,46,0),(5919,1,0),(5900,1,0),(5658,33,0),(5657,46,0),(5657,32,0),(5657,33,0),(5661,46,0),(5661,32,0),(5662,46,0),(5662,32,0),(5663,46,0),(5663,32,0),(5664,46,0),(5664,32,0),(5665,46,0),(5665,32,0),(5666,46,0),(5666,32,0),(5667,46,0),(5667,32,0),(5668,46,0),(5668,32,0),(5669,46,0),(5669,32,0),(5670,46,0),(5670,32,0),(5671,46,0),(5671,32,0),(5672,46,0),(5672,32,0),(5673,46,0),(5673,32,0),(5674,46,0),(5674,32,0),(5675,46,0),(5675,32,0); /*!40000 ALTER TABLE `wpie_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_term_relationships` with 342 row(s) -- -- -- Table structure for table `wpie_my_calendar_locations` -- DROP TABLE IF EXISTS `wpie_my_calendar_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_my_calendar_locations` ( `location_id` int(11) NOT NULL AUTO_INCREMENT, `location_label` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `location_street` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `location_street2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `location_city` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `location_state` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `location_postcode` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL, `location_region` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `location_url` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `location_country` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `location_longitude` float(10,6) NOT NULL DEFAULT 0.000000, `location_latitude` float(10,6) NOT NULL DEFAULT 0.000000, `location_zoom` int(2) NOT NULL DEFAULT 14, `location_phone` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, `location_phone2` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, `location_access` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`location_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_my_calendar_locations` -- LOCK TABLES `wpie_my_calendar_locations` WRITE; /*!40000 ALTER TABLE `wpie_my_calendar_locations` DISABLE KEYS */; INSERT INTO `wpie_my_calendar_locations` VALUES (1,'Quinte Sports and Wellness Centre - Fireplace Room','265 Cannifton Road','','Belleville','ON','K8N 4V8','','','',0.000000,0.000000,16,'','','a:6:{i:0;s:19:\"Accessible Entrance\";i:1;s:29:\"Accessible Parking Designated\";i:2;s:20:\"Accessible Restrooms\";i:3;s:18:\"Accessible Seating\";i:4;s:35:\"Accessible Transportation Available\";i:5;s:21:\"Wheelchair Accessible\";}'),(2,'Trent River Public School','84 Dixon Drive','','Trenton','ON','','','','',0.000000,0.000000,16,'','',''),(3,'Sir John A. MacDonald School','22 Harder Drive','','Belleville','ON','K8P 1H2','','','',0.000000,0.000000,16,'','',''),(4,'Loyalist Sports Dome','284 Wallbridge Loyalist Rd','','Belleville','Ontario','K8N 4Z2','','http://loyalistsportsdome.com','',0.000000,0.000000,16,'','',''); /*!40000 ALTER TABLE `wpie_my_calendar_locations` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_my_calendar_locations` with 4 row(s) -- -- -- Table structure for table `wpie_bwg_album` -- DROP TABLE IF EXISTS `wpie_bwg_album`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_bwg_album` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `preview_image` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `random_preview_image` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `order` bigint(20) NOT NULL, `author` bigint(20) NOT NULL, `published` tinyint(1) NOT NULL, `modified_date` int(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_bwg_album` -- LOCK TABLES `wpie_bwg_album` WRITE; /*!40000 ALTER TABLE `wpie_bwg_album` DISABLE KEYS */; /*!40000 ALTER TABLE `wpie_bwg_album` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_bwg_album` with 0 row(s) -- -- -- Table structure for table `wpie_nextend2_smartslider3_slides` -- DROP TABLE IF EXISTS `wpie_nextend2_smartslider3_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_nextend2_smartslider3_slides` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(200) NOT NULL, `slider` int(11) NOT NULL, `publish_up` datetime NOT NULL DEFAULT '1970-01-01 00:00:00', `publish_down` datetime NOT NULL DEFAULT '1970-01-01 00:00:00', `published` tinyint(1) NOT NULL, `first` int(11) NOT NULL, `slide` longtext DEFAULT NULL, `description` text NOT NULL, `thumbnail` varchar(255) NOT NULL, `params` text NOT NULL, `ordering` int(11) NOT NULL, `generator_id` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `published` (`published`), KEY `publish_up` (`publish_up`), KEY `publish_down` (`publish_down`), KEY `generator_id` (`generator_id`), KEY `ordering` (`ordering`), KEY `slider` (`slider`), KEY `thumbnail` (`thumbnail`(100)) ) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_nextend2_smartslider3_slides` -- LOCK TABLES `wpie_nextend2_smartslider3_slides` WRITE; /*!40000 ALTER TABLE `wpie_nextend2_smartslider3_slides` DISABLE KEYS */; INSERT INTO `wpie_nextend2_smartslider3_slides` VALUES (1,'Slide One',1,'2015-11-01 12:27:34','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"\",\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Martin Dwyer\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Martin Dwyer\",\"link\":\"#|*|_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}},{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Application Developer\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Application Developer\",\"link\":\"#|*|_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"1\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}}]}]','','https://smartslider3.com/sample/developerthumbnail.jpg','{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"https://smartslider3.com/sample/programmer.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.0\"}',0,0),(2,'Slide Two',1,'2015-11-01 12:27:34','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"\",\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Rachel Wright\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Rachel Wright\",\"link\":\"#|*|_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}},{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Art Director & Photographer\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Art Director & Photographer\",\"link\":\"#|*|_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"1\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}}]}]','','https://smartslider3.com/sample/artdirectorthumbnail.jpg','{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"https://smartslider3.com/sample/free1.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.0\"}',1,0),(3,'Slide Three',1,'2015-11-01 12:27:34','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"\",\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Andrew Butler\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Andrew Butler\",\"link\":\"#|*|_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}},{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Photographer & Illustrator\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Photographer & Illustrator\",\"link\":\"#|*|_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}}]}]','','https://smartslider3.com/sample/photographerthumbnail.jpg','{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"https://smartslider3.com/sample/photographer.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.0\"}',2,0),(4,'Paperweight 3v3',2,'2019-01-20 04:19:26','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"name\":\"Content\",\"desktopportraitpadding\":\"10|*|100|*|10|*|100|*|px+\",\"mobileportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"layers\":[{\"type\":\"layer\",\"eye\":false,\"lock\":false,\"animations\":{\"specialZeroIn\":0,\"transformOriginIn\":\"50|*|50|*|0\",\"inPlayEvent\":\"\",\"loopRepeatSelfOnly\":0,\"repeatCount\":0,\"repeatStartDelay\":0,\"transformOriginLoop\":\"50|*|50|*|0\",\"loopPlayEvent\":\"\",\"loopPauseEvent\":\"\",\"loopStopEvent\":\"\",\"transformOriginOut\":\"50|*|50|*|0\",\"outPlayEvent\":\"\",\"instantOut\":1,\"in\":[],\"loop\":[],\"out\":[]},\"id\":null,\"parentid\":null,\"name\":\"Heading layer\",\"namesynced\":1,\"crop\":\"visible\",\"inneralign\":\"left\",\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"responsiveposition\":1,\"responsivesize\":1,\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"middle\",\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitfontsize\":100,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"div\",\"fullwidth\":1,\"nowrap\":0,\"heading\":\"{name\\/slide}\",\"title\":\"\",\"href\":\"\",\"href-target\":\"_self\",\"href-rel\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjQ4fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUm9ib3RvLEFyaWFsIiwibGluZWhlaWdodCI6IjEuNSIsImJvbGQiOjAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImluaGVyaXQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIifV19\",\"style\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}},{\"type\":\"layer\",\"eye\":false,\"lock\":false,\"animations\":{\"specialZeroIn\":0,\"transformOriginIn\":\"50|*|50|*|0\",\"inPlayEvent\":\"\",\"loopRepeatSelfOnly\":0,\"repeatCount\":0,\"repeatStartDelay\":0,\"transformOriginLoop\":\"50|*|50|*|0\",\"loopPlayEvent\":\"\",\"loopPauseEvent\":\"\",\"loopStopEvent\":\"\",\"transformOriginOut\":\"50|*|50|*|0\",\"outPlayEvent\":\"\",\"instantOut\":1,\"in\":[],\"loop\":[],\"out\":[]},\"id\":null,\"parentid\":null,\"name\":\"Text layer\",\"namesynced\":1,\"crop\":\"visible\",\"inneralign\":\"left\",\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"responsiveposition\":1,\"responsivesize\":1,\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":400,\"desktopportraitheight\":\"auto\",\"desktopportraitalign\":\"left\",\"desktopportraitvalign\":\"top\",\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|20|*|0|*|px+\",\"item\":{\"type\":\"text\",\"values\":{\"content\":\"{description\\/slide}\",\"contenttablet\":\"\",\"contentmobile\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjE4fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUm9ib3RvLEFyaWFsIiwibGluZWhlaWdodCI6IjEuNSIsImJvbGQiOjAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImluaGVyaXQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIifV19\",\"style\":\"\"}}},{\"type\":\"layer\",\"eye\":false,\"lock\":false,\"animations\":{\"specialZeroIn\":0,\"transformOriginIn\":\"50|*|50|*|0\",\"inPlayEvent\":\"\",\"loopRepeatSelfOnly\":0,\"repeatCount\":0,\"repeatStartDelay\":0,\"transformOriginLoop\":\"50|*|50|*|0\",\"loopPlayEvent\":\"\",\"loopPauseEvent\":\"\",\"loopStopEvent\":\"\",\"transformOriginOut\":\"50|*|50|*|0\",\"outPlayEvent\":\"\",\"instantOut\":1,\"in\":[],\"loop\":[],\"out\":[]},\"id\":null,\"parentid\":null,\"name\":\"Button layer\",\"namesynced\":1,\"crop\":\"visible\",\"inneralign\":\"left\",\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"responsiveposition\":1,\"responsivesize\":1,\"desktopportraitleft\":0,\"desktopportraittop\":0,\"desktopportraitwidth\":\"auto\",\"desktopportraitheight\":\"auto\",\"desktopportraitalign\":\"center\",\"desktopportraitvalign\":\"middle\",\"desktopportraitparentalign\":\"center\",\"desktopportraitparentvalign\":\"middle\",\"desktopportraitfontsize\":100,\"item\":{\"type\":\"button\",\"values\":{\"content\":\"Read more\",\"nowrap\":1,\"fullwidth\":0,\"href\":\"\",\"href-target\":\"_self\",\"href-rel\":\"\",\"font\":1103,\"style\":1101,\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\",\"link\":\"http:\\/\\/quintelacrosse.com\\/paperweight-3v3\\/|*|_self\"}}}]}]','Paperweight Division 3v3 Mini-Game Lacrosse Quinte Minor Lacrosse offers a 3v3 mini-game (cross-floor) format to introduce the players at the paperweight age to lacrosse.  This program will provide all players with more opportunities to control and shoot the ball.  This is a non-contact program with an emphasis on learning the skills of the game and […]','','{\"backgroundImage\":\"\",\"backgroundImageOpacity\":20,\"backgroundColor\":\"000000FF\",\"version\":\"3.3.11\"}',0,0),(5,'Slide 1',3,'2017-03-08 10:57:11','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"10|*|20|*|10|*|20|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitpadding\":\"20|*|20|*|20|*|20|*|px+\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitgutter\":0,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitgutter\":10,\"mobileportraitwrapafter\":1,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Row\",\"namesynced\":1,\"link\":\"#|*|_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"cols\":[{\"type\":\"col\",\"lastplacement\":\"default\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"center\",\"mobileportraitorder\":2,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"9\\/25\",\"link\":\"#|*|_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|5|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":80,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"LATEST PROJECT\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"content\":\"LATEST PROJECT\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjEyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUm9ib3RvIiwibGluZWhlaWdodCI6IjEuNSIsImJvbGQiOjcwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmYzMyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNXwqfDEuNXwqfDAuNXwqfDEuNXwqfGVtIiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiI5OSJ9LHsiZXh0cmEiOiIifV19\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Free Full Width Slider\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"2\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Free Full Width Slider\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUm9ib3RvIiwibGluZWhlaWdodCI6IjEuNSIsImJvbGQiOjMwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiaW5oZXJpdCIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|30|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"mobileportraitmargin\":\"0|*|0|*|10|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Smart Slider 3 is the best rated fr\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"Smart Slider 3 is the best rated free full width slider plugin in the WordPress Plugin Directory. More than 70.000 happy users choose us!\",\"contenttablet\":\"\",\"contentmobile\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmNjIiwic2l6ZSI6IjE4fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUm9ib3RvIiwibGluZWhlaWdodCI6IjEuNiIsImJvbGQiOjAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImluaGVyaXQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIiLCJjb2xvciI6IjE4OTBkN2ZmIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":80,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Download\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"content\":\"Download\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjAwN2JkMGZmIiwic2l6ZSI6IjE0fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUm9ib3RvIiwibGluZWhlaWdodCI6IjEuNSIsImJvbGQiOjcwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIiwiY29sb3IiOiJmZmZmZmZmZiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZmZiIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjF8KnwyfCp8MXwqfDJ8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMyJ9LHsiZXh0cmEiOiIiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDdiZDAwMCIsImJhY2tncm91bmRjb2xvciI6ImZmZmZmZjYzIn1dfQ==\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\",\"href\":\"https:\\/\\/smartslider3.com\\/free\\/\",\"href-target\":\"_blank\",\"href-rel\":\"\"}}}]},{\"type\":\"col\",\"lastplacement\":\"default\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"center\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitorder\":0,\"mobileportraitorder\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"16\\/25\",\"link\":\"#|*|_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"gradientslider1.png\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"$upload$\\/slider3\\/gradientslider1.png\",\"alt\":\"\",\"title\":\"\",\"size\":\"auto|*|auto\",\"style\":\"\",\"cssclass\":\"\",\"image-optimize\":\"1\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\"}}}]}]}]}]','','$upload$/slider3/gradient1.jpg','{\"background-type\":\"color\",\"backgroundVideoMp4\":\"\",\"backgroundVideoOpacity\":\"100\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"0072d2ff\",\"backgroundGradient\":\"horizontal\",\"backgroundColorEnd\":\"00b6c3ff\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.7\",\"ligthboxImage\":\"\",\"href\":\"\"}',0,0),(6,'Slide 2',3,'2017-03-08 10:57:11','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"10|*|20|*|10|*|20|*|px+\",\"desktopportraitselfalign\":\"left\",\"mobileportraitpadding\":\"20|*|20|*|20|*|20|*|px+\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitgutter\":0,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitgutter\":10,\"mobileportraitwrapafter\":1,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Row\",\"namesynced\":1,\"link\":\"#|*|_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"cols\":[{\"type\":\"col\",\"lastplacement\":\"default\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"center\",\"mobileportraitorder\":2,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"9\\/25\",\"link\":\"#|*|_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|5|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":80,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"LATEST PROJECT\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"content\":\"LATEST PROJECT\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjEyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUm9ib3RvIiwibGluZWhlaWdodCI6IjEuNSIsImJvbGQiOjcwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmYzMyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNXwqfDEuNXwqfDAuNXwqfDEuNXwqfGVtIiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiI5OSJ9LHsiZXh0cmEiOiIifV19\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Beautiful Visual Interface\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"2\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Beautiful Visual Interface\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUm9ib3RvIiwibGluZWhlaWdodCI6IjEuNSIsImJvbGQiOjMwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiaW5oZXJpdCIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|30|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"mobileportraitmargin\":\"0|*|0|*|10|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"The interface is clear and simple, \",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"The interface is clear and simple, every action is straightforward. Creating a new slider and adding slides are quick and easy process.\",\"contenttablet\":\"\",\"contentmobile\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmNjIiwic2l6ZSI6IjE4fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUm9ib3RvIiwibGluZWhlaWdodCI6IjEuNiIsImJvbGQiOjAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImluaGVyaXQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIiLCJjb2xvciI6IjE4OTBkN2ZmIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":80,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Download\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"content\":\"Download\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjEwYjhhN2ZmIiwic2l6ZSI6IjE0fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUm9ib3RvIiwibGluZWhlaWdodCI6IjEuNSIsImJvbGQiOjcwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIiwiY29sb3IiOiJmZmZmZmZmZiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZmZiIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjF8KnwyfCp8MXwqfDJ8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMyJ9LHsiZXh0cmEiOiIiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDdiZDAwMCIsImJhY2tncm91bmRjb2xvciI6ImZmZmZmZjYzIn1dfQ==\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\",\"href\":\"https:\\/\\/smartslider3.com\\/free\\/\",\"href-target\":\"_blank\",\"href-rel\":\"\"}}}]},{\"type\":\"col\",\"lastplacement\":\"default\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"center\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitorder\":0,\"mobileportraitorder\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"16\\/25\",\"link\":\"#|*|_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitmaxwidth\":320,\"mobileportraitmaxwidth\":160,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"gradientslider2.png\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"$upload$\\/slider3\\/gradientslider2.png\",\"alt\":\"\",\"title\":\"\",\"size\":\"auto|*|auto\",\"style\":\"\",\"cssclass\":\"\",\"image-optimize\":\"1\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\"}}}]}]}]}]','','$upload$/slider3/slide2thumbnail.jpg','{\"background-type\":\"color\",\"backgroundVideoMp4\":\"\",\"backgroundVideoOpacity\":\"100\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"00b6c3ff\",\"backgroundGradient\":\"horizontal\",\"backgroundColorEnd\":\"4ac23fff\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.6\",\"ligthboxImage\":\"\",\"href\":\"\"}',1,0),(7,'Slide 3',3,'2017-03-08 10:57:11','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"10|*|20|*|10|*|20|*|px+\",\"desktopportraitselfalign\":\"left\",\"mobileportraitpadding\":\"20|*|20|*|20|*|20|*|px+\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitgutter\":0,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitgutter\":10,\"mobileportraitwrapafter\":1,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Row\",\"namesynced\":1,\"link\":\"#|*|_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"cols\":[{\"type\":\"col\",\"lastplacement\":\"default\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"center\",\"mobileportraitorder\":2,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"9\\/25\",\"link\":\"#|*|_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|5|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":80,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"LATEST PROJECT\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"content\":\"LATEST PROJECT\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjEyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUm9ib3RvIiwibGluZWhlaWdodCI6IjEuNSIsImJvbGQiOjcwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmYzMyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNXwqfDEuNXwqfDAuNXwqfDEuNXwqfGVtIiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiI5OSJ9LHsiZXh0cmEiOiIifV19\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Fully Responsive Slider\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"2\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Fully Responsive Slider\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUm9ib3RvIiwibGluZWhlaWdodCI6IjEuNSIsImJvbGQiOjMwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiaW5oZXJpdCIsImxldHRlcnNwYWNpbmciOiJub3JtYWwiLCJ3b3Jkc3BhY2luZyI6Im5vcm1hbCIsInRleHR0cmFuc2Zvcm0iOiJub25lIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|30|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"mobileportraitmargin\":\"0|*|0|*|10|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"You can adjust the layers on tablet\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"You can adjust the layers on tablet and mobile view. Smart Slider 3 allows you to hide any layer of your full width slider on any device.\",\"contenttablet\":\"\",\"contentmobile\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmNjIiwic2l6ZSI6IjE4fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUm9ib3RvIiwibGluZWhlaWdodCI6IjEuNiIsImJvbGQiOjAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImluaGVyaXQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIiLCJjb2xvciI6IjE4OTBkN2ZmIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":80,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Download\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"content\":\"Download\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjM4YWU2M2ZmIiwic2l6ZSI6IjE0fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUm9ib3RvIiwibGluZWhlaWdodCI6IjEuNSIsImJvbGQiOjcwMCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIiwiY29sb3IiOiJmZmZmZmZmZiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZmZiIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjF8KnwyfCp8MXwqfDJ8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMyJ9LHsiZXh0cmEiOiIiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDdiZDAwMCIsImJhY2tncm91bmRjb2xvciI6ImZmZmZmZjYzIn1dfQ==\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\",\"href\":\"https:\\/\\/smartslider3.com\\/free\\/\",\"href-target\":\"_blank\",\"href-rel\":\"\"}}}]},{\"type\":\"col\",\"lastplacement\":\"default\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"center\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitorder\":0,\"mobileportraitorder\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"16\\/25\",\"link\":\"#|*|_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitmaxwidth\":320,\"mobileportraitmaxwidth\":160,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"gradientslider3.png\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"$upload$\\/slider3\\/gradientslider3.png\",\"alt\":\"\",\"title\":\"\",\"size\":\"auto|*|auto\",\"style\":\"\",\"cssclass\":\"\",\"image-optimize\":\"1\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\"}}}]}]}]}]','','$upload$/slider3/slide3thumbnail.jpg','{\"background-type\":\"color\",\"backgroundVideoMp4\":\"\",\"backgroundVideoOpacity\":\"100\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"4ac23fff\",\"backgroundGradient\":\"horizontal\",\"backgroundColorEnd\":\"0072d2ff\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.6\",\"ligthboxImage\":\"\",\"href\":\"\"}',2,0),(9,'Slide 1',5,'2019-09-09 00:50:45','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":500,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|0|*|10|*|50|*|px+\",\"desktopportraitselfalign\":\"left\",\"mobileportraitpadding\":\"10|*|10|*|60|*|10|*|px+\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"35|*|30|*|35|*|30|*|px+\",\"desktopportraitgutter\":20,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitpadding\":\"15|*|10|*|15|*|10|*|px+\",\"mobileportraitwrapafter\":1,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-mG2k8HLSPV4a\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Row\",\"namesynced\":1,\"href\":\"#\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"ffffffff\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderradius\":0,\"boxshadow\":\"0|*|1|*|10|*|0|*|00000038\",\"fullwidth\":1,\"stretch\":0,\"cols\":[{\"type\":\"col\",\"lastplacement\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitorder\":0,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-start\",\"colwidth\":1,\"href\":\"#\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"May 2, 2018 by a href=\\\"\\\"James Wrigh\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"May 2, 2018 by James Wright\",\"contenttablet\":\"\",\"contentmobile\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjhjOGM4Y2ZmIiwic2l6ZSI6IjE2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUm9ib3RvLEFyaWFsIiwibGluZWhlaWdodCI6IjEuNSIsImJvbGQiOjAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImxlZnQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIiLCJjb2xvciI6IjE2YjdjY2ZmIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|20|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Quinte Minor Lacrosse Association A\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Quinte Minor Lacrosse Association Annual General Meeting\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjFhMWExYWZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiXCJQbGF5ZmFpciBEaXNwbGF5XCIsIEFyaWFsIiwibGluZWhlaWdodCI6IjEuMyIsImJvbGQiOjAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImxlZnQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIifV19\",\"style\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"left\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"zigzag-1.png\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"$upload$/slider5/zigzag-1.png\",\"alt\":\"Image is not available\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"href-class\":\"\",\"size\":\"auto|*|auto\",\"style\":\"\",\"cssclass\":\"\",\"image-optimize\":\"1\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|25|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":80,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"The 2019 AGM will be held on Thursd\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"The 2019 AGM will be held on Thursday September 26th, 2019 at 6:30pm at the Quinte Sports and Wellness Centre Fireplace room. All members are invited to attend the AGM to hear about the year in review and to learn how you can become more involved. Nominations for: Marketing & Advertising Director and Fundraising & Sponsorship Director will take place. We are also looking for additional “at large” members. Volunteers are crucial to the success of the association and we need your help!\\n\\nWe look forward to seeing you on September 26th!\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjhjOGM4Y2ZmIiwic2l6ZSI6IjE2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiXCJQbGF5ZmFpciBEaXNwbGF5XCIsIEFyaWFsIiwibGluZWhlaWdodCI6IjEuOCIsImJvbGQiOjAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImxlZnQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIiLCJjb2xvciI6IjE2YjdjY2ZmIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\",\"contenttablet\":\"The 2019 AGM will be held on Thursday September 26th, 2019 at 6:30pm at the Quinte Sports and Wellness Centre Fireplace room. All members are invited to attend the AGM to hear about the year in review and to learn how you can become more involved. Nominations for: Marketing & Advertising Director and Fundraising & Sponsorship Director will take place. We are also looking for additional “at large” members. Volunteers are crucial to the success of the association and we need your help!\\n\\nWe look forward to seeing you on September 26th!\",\"contentmobile\":\"The 2019 AGM will be held on Thursday September 26th, 2019 at 6:30pm at the Quinte Sports and Wellness Centre Fireplace room. All members are invited to attend the AGM to hear about the year in review and to learn how you can become more involved. Nominations for: Marketing & Advertising Director and Fundraising & Sponsorship Director will take place. We are also looking for additional “at large” members. Volunteers are crucial to the success of the association and we need your help!\\n\\nWe look forward to seeing you on September 26th!\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"left\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"READ MORE\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"content\":\"READ MORE\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjE0fHxweCIsInRzaGFkb3ciOiIxfCp8MXwqfDB8KnwwMDAwMDAyYiIsImFmb250IjoiUm9ib3RvLEFyaWFsIiwibGluZWhlaWdodCI6IjEuNSIsImJvbGQiOiIxIiwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjFweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUiLCJ3ZWlnaHQiOjF9LHsiZXh0cmEiOiIifV19\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiIxNmI3Y2NmZiIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjEwfCp8MTh8KnwxMHwqfDE4fCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjMifSx7ImV4dHJhIjoiIiwiYmFja2dyb3VuZGNvbG9yIjoiMTM5ZmIxZmYifV19\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\"}}}]}]}]}]','','$upload$/slider5/postslide1-1.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2018\\/11\\/Quinte-Bayhawks-Lacrosse-Logo-colour.png\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.21\"}',0,0),(10,'Slide 2',5,'2017-10-23 07:14:32','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":500,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|0|*|10|*|50|*|px+\",\"desktopportraitselfalign\":\"left\",\"mobileportraitpadding\":\"10|*|10|*|60|*|10|*|px+\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"35|*|30|*|35|*|30|*|px+\",\"desktopportraitgutter\":20,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitpadding\":\"15|*|10|*|15|*|10|*|px+\",\"mobileportraitwrapafter\":1,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-W5vG5zV3AlRw\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Row\",\"namesynced\":1,\"link\":\"#|*|_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"ffffffff\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderradius\":0,\"boxshadow\":\"0|*|1|*|10|*|0|*|00000038\",\"fullwidth\":1,\"stretch\":0,\"cols\":[{\"type\":\"col\",\"lastplacement\":\"default\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitorder\":0,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-start\",\"colwidth\":1,\"link\":\"#|*|_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"May 22, 2018 by a href=\\\"\\\"Letizia Bi\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"May 22, 2018 by Letizia Biafore<\\/a>\",\"contenttablet\":\"\",\"contentmobile\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjhjOGM4Y2ZmIiwic2l6ZSI6IjE2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUm9ib3RvLEFyaWFsIiwibGluZWhlaWdodCI6IjEuNSIsImJvbGQiOjAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImxlZnQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIiLCJjb2xvciI6IjE2YjdjY2ZmIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|20|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Day Twenty Eight: The First Mountai\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Day Twenty Eight: The First Mountain Pass\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjFhMWExYWZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiXCJQbGF5ZmFpciBEaXNwbGF5XCIsIEFyaWFsIiwibGluZWhlaWdodCI6IjEuMyIsImJvbGQiOjAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImxlZnQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIifV19\",\"style\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"left\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"zigzag-1.png\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"$upload$\\/slider5\\/zigzag-1.png\",\"alt\":\"Image is not available\",\"title\":\"\",\"size\":\"auto|*|auto\",\"style\":\"\",\"cssclass\":\"\",\"image-optimize\":\"1\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|25|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":80,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Lorem ipsum dolor sit amet, consect\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque...\",\"contenttablet\":\"\",\"contentmobile\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjhjOGM4Y2ZmIiwic2l6ZSI6IjE2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiXCJQbGF5ZmFpciBEaXNwbGF5XCIsIEFyaWFsIiwibGluZWhlaWdodCI6IjEuOCIsImJvbGQiOjAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImxlZnQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIiLCJjb2xvciI6IjE2YjdjY2ZmIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"left\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"READ MORE\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"content\":\"READ MORE\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjE0fHxweCIsInRzaGFkb3ciOiIxfCp8MXwqfDB8KnwwMDAwMDAyYiIsImFmb250IjoiUm9ib3RvLEFyaWFsIiwibGluZWhlaWdodCI6IjEuNSIsImJvbGQiOiIxIiwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjFweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUiLCJ3ZWlnaHQiOjF9LHsiZXh0cmEiOiIifV19\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiIxNmI3Y2NmZiIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjEwfCp8MTh8KnwxMHwqfDE4fCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjMifSx7ImV4dHJhIjoiIiwiYmFja2dyb3VuZGNvbG9yIjoiMTM5ZmIxZmYifV19\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\"}}}]}]}]}]','','$upload$/slider5/postslide2-1.jpg','{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoOpacity\":\"100\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"$upload$\\/slider5\\/fullwidthbg2.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.6\",\"ligthboxImage\":\"\"}',1,0),(11,'Slide 3',5,'2017-10-23 07:14:32','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":500,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|0|*|10|*|50|*|px+\",\"desktopportraitselfalign\":\"left\",\"mobileportraitpadding\":\"10|*|10|*|60|*|10|*|px+\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"35|*|30|*|35|*|30|*|px+\",\"desktopportraitgutter\":20,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitpadding\":\"15|*|10|*|15|*|10|*|px+\",\"mobileportraitwrapafter\":1,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-kBtivwbwNs2N\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Row\",\"namesynced\":1,\"link\":\"#|*|_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"ffffffff\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderradius\":0,\"boxshadow\":\"0|*|1|*|10|*|0|*|00000038\",\"fullwidth\":1,\"stretch\":0,\"cols\":[{\"type\":\"col\",\"lastplacement\":\"default\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitorder\":0,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-start\",\"colwidth\":1,\"link\":\"#|*|_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Jun 9, 2018 by a href=\\\"\\\"Delinda Cam\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"Jun 9, 2018 by Delinda Cammarata<\\/a>\",\"contenttablet\":\"\",\"contentmobile\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjhjOGM4Y2ZmIiwic2l6ZSI6IjE2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUm9ib3RvLEFyaWFsIiwibGluZWhlaWdodCI6IjEuNSIsImJvbGQiOjAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImxlZnQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIiLCJjb2xvciI6IjE2YjdjY2ZmIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|20|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"What\'s The Future Of Blogging Platf\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"What\'s The Future Of Blogging Platforms?\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjFhMWExYWZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiXCJQbGF5ZmFpciBEaXNwbGF5XCIsIEFyaWFsIiwibGluZWhlaWdodCI6IjEuMyIsImJvbGQiOjAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImxlZnQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIifV19\",\"style\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"left\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"zigzag-1.png\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"$upload$\\/slider5\\/zigzag-1.png\",\"alt\":\"Image is not available\",\"title\":\"\",\"size\":\"auto|*|auto\",\"style\":\"\",\"cssclass\":\"\",\"image-optimize\":\"1\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|25|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":80,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Lorem ipsum dolor sit amet, consect\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque...\",\"contenttablet\":\"\",\"contentmobile\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjhjOGM4Y2ZmIiwic2l6ZSI6IjE2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiXCJQbGF5ZmFpciBEaXNwbGF5XCIsIEFyaWFsIiwibGluZWhlaWdodCI6IjEuOCIsImJvbGQiOjAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImxlZnQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIiLCJjb2xvciI6IjE2YjdjY2ZmIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"left\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"READ MORE\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"content\":\"READ MORE\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjE0fHxweCIsInRzaGFkb3ciOiIxfCp8MXwqfDB8KnwwMDAwMDAyYiIsImFmb250IjoiUm9ib3RvLEFyaWFsIiwibGluZWhlaWdodCI6IjEuNSIsImJvbGQiOiIxIiwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjFweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUiLCJ3ZWlnaHQiOjF9LHsiZXh0cmEiOiIifV19\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiIxNmI3Y2NmZiIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjEwfCp8MTh8KnwxMHwqfDE4fCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjMifSx7ImV4dHJhIjoiIiwiYmFja2dyb3VuZGNvbG9yIjoiMTM5ZmIxZmYifV19\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\"}}}]}]}]}]','','$upload$/slider5/postslide3-1.jpg','{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoOpacity\":\"100\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"$upload$\\/slider5\\/fullwidthbg3.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.6\",\"ligthboxImage\":\"\"}',2,0),(12,'Try Lacrosse for FREE - Register Now!',4,'2019-10-30 05:11:24','1970-01-01 00:00:00',0,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|100|*|10|*|100|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"heading\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"href\":\"#\",\"font\":\"1009\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"\",\"title\":\"\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"contentmobile\":\"\",\"contenttablet\":\"\",\"font\":\"1304\",\"style\":\"\",\"content\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"image\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"size\":\"auto|*|auto\",\"href\":\"#\",\"style\":\"\",\"image\":\"\",\"alt\":\"\",\"title\":\"\",\"href-target\":\"_self\",\"href-rel\":\"\",\"href-class\":\"\",\"cssclass\":\"\",\"image-optimize\":1}}}]}]','','http://quintelacrosse.com/wp-content/uploads/2018/12/137-e1569878062351.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"http:\\/\\/quintelacrosse.com\\/wp-content\\/uploads\\/2018\\/12\\/137-e1569878062351.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"000000FF\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"http:\\/\\/quintelacrosse.com\\/try-lacrosse-for-free\\/\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',3,0),(13,'Why Play Lacrosse?',4,'2019-10-21 14:06:06','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|100|*|10|*|100|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-19318c8e4d6a1\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"$upload$/2019/10/tyler-seguin.png\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2019/10/tyler-seguin.png','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/10\\/tyler-seguin.png\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"000000FF\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"http:\\/\\/quintelacrosse.com\\/for-new-players\\/\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',2,0),(15,'Quinte Winter Lacrosse School at Loyalist Sportsdome!',4,'2019-10-21 14:03:55','1970-01-01 00:00:00',0,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|100|*|10|*|100|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":\"auto\",\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"heading\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"href\":\"http://quintelacrosse.com/quinte-lacrosse-school-information/\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjQ4fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUm9ib3RvLEFyaWFsIiwibGluZWhlaWdodCI6IjEuNSIsImJvbGQiOjAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImluaGVyaXQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIifV19\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"\",\"title\":\"\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":1,\"split-text-animation-in\":\"\",\"split-text-delay-in\":0,\"split-text-animation-out\":\"\",\"split-text-delay-out\":0,\"class\":\"\"}}}]}]','','http://quintelacrosse.com/wp-content/uploads/2019/10/Shawn-and-Turner-e1571749157899.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"http:\\/\\/quintelacrosse.com\\/wp-content\\/uploads\\/2019\\/10\\/Shawn-and-Turner-e1571749157899.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"000000ff\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"http:\\/\\/quintelacrosse.com\\/quinte-lacrosse-school-information\\/\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',1,0),(16,'Learn How To String A Stick!',4,'2019-11-13 21:56:31','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2019/11/stick.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/11\\/stick.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"http:\\/\\/quintelacrosse.com\\/stringing-tutorials\\/\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',4,0),(17,'Become a QMLA Sponsor Today!',4,'2019-11-14 03:36:25','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2019/11/2020-Sponsorship-Title-Page.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/11\\/2020-Sponsorship-Title-Page.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"http:\\/\\/quintelacrosse.com\\/sponsors\\/\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.22\"}',5,0),(18,'Equipment Requirements',4,'2020-02-19 03:31:06','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|100|*|10|*|100|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-1fce576216bda\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"$upload$/2019/09/IMG_6348.jpg\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":\"auto\",\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Equipment Requirements\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"{name/slide}\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjYwfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUm9ib3RvLEFyaWFsIiwibGluZWhlaWdodCI6IjEuNSIsIndlaWdodCI6NDAwLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJpbmhlcml0IiwibGV0dGVyc3BhY2luZyI6Im5vcm1hbCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|20|*|0|*|px+\",\"desktopportraitheight\":\"auto\",\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"contentmobile\":\"\",\"contenttablet\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjE4fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUm9ib3RvLEFyaWFsIiwibGluZWhlaWdodCI6IjEuNSIsImJvbGQiOjAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImluaGVyaXQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIifV19\",\"style\":\"\",\"content\":\"{description/slide}\"}}}]}]','','$upload$/2019/09/IMG_6348.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2019\\/09\\/IMG_6348.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"20\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ced3d5ff\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"http:\\/\\/quintelacrosse.com\\/equipment-requirements\\/\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.25\"}',0,0); /*!40000 ALTER TABLE `wpie_nextend2_smartslider3_slides` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_nextend2_smartslider3_slides` with 16 row(s) -- -- -- Table structure for table `wpie_my_calendar_events` -- DROP TABLE IF EXISTS `wpie_my_calendar_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_my_calendar_events` ( `occur_id` int(11) NOT NULL AUTO_INCREMENT, `occur_event_id` int(11) NOT NULL, `occur_begin` datetime NOT NULL, `occur_end` datetime NOT NULL, `occur_group_id` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`occur_id`), KEY `occur_event_id` (`occur_event_id`) ) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_my_calendar_events` -- LOCK TABLES `wpie_my_calendar_events` WRITE; /*!40000 ALTER TABLE `wpie_my_calendar_events` DISABLE KEYS */; INSERT INTO `wpie_my_calendar_events` VALUES (1,1,'2019-09-26 18:30:00','2019-09-26 20:00:00',0),(2,2,'2019-11-15 18:00:00','2019-11-15 20:00:00',0),(3,3,'2020-02-21 18:00:00','2020-02-21 20:00:00',3),(4,4,'2020-01-24 18:00:00','2020-01-24 20:00:00',3),(5,5,'2020-01-20 17:00:00','2020-01-20 19:00:00',0),(6,5,'2020-01-27 17:00:00','2020-01-27 19:00:00',0),(7,5,'2020-02-03 17:00:00','2020-02-03 19:00:00',0),(8,5,'2020-02-10 17:00:00','2020-02-10 19:00:00',0),(10,5,'2020-02-24 17:00:00','2020-02-24 19:00:00',0),(11,5,'2020-03-02 17:00:00','2020-03-02 19:00:00',0),(13,6,'2020-03-07 09:00:00','2020-03-07 10:00:00',6),(22,15,'2020-03-10 19:00:00','2020-03-10 20:00:00',0),(15,8,'2020-03-07 10:00:00','2020-03-07 11:00:00',8),(18,11,'2020-02-22 09:00:00','2020-02-22 10:00:00',10),(20,13,'2020-02-22 10:00:00','2020-02-22 11:00:00',12); /*!40000 ALTER TABLE `wpie_my_calendar_events` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_my_calendar_events` with 15 row(s) -- -- -- Table structure for table `wpie_term_taxonomy` -- DROP TABLE IF EXISTS `wpie_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT 0, `count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=49 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_term_taxonomy` -- LOCK TABLES `wpie_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wpie_term_taxonomy` DISABLE KEYS */; INSERT INTO `wpie_term_taxonomy` VALUES (1,1,'category','',0,8),(2,2,'nav_menu','',0,50),(3,3,'nav_menu','',0,4),(5,5,'mstw_lm_league','',0,17),(6,6,'mstw_lm_league','',0,19),(7,7,'mstw_lm_league','',0,14),(8,8,'mstw_lm_league','',0,16),(9,9,'mstw_lm_league','',0,12),(10,10,'mstw_tr_team','',0,8),(11,11,'mstw_tr_team','',0,8),(12,12,'mstw_tr_team','',0,0),(13,13,'mstw_tr_team','',0,0),(14,14,'mstw_tr_team','',0,0),(15,15,'mstw_tr_team','',0,14),(16,16,'mstw_tr_team','',0,0),(17,17,'mstw_tr_team','',0,14),(18,18,'mstw_tr_team','',0,15),(19,19,'mstw_tr_team','',0,15),(20,20,'mstw_tr_team','',0,16),(21,21,'mstw_lm_league','',0,18),(22,22,'mstw_tr_team','',0,7),(23,23,'mstw_tr_team','',0,7),(24,24,'mstw_tr_team','',0,8),(25,25,'mc-event-category','',0,9),(26,26,'nav_menu','',0,4),(27,27,'sp_position','',0,0),(28,28,'sp_position','',0,0),(29,29,'sp_position','',0,0),(30,30,'sp_position','',0,0),(31,31,'sp_league','',0,0),(32,32,'sp_season','QMLA House League',0,19),(33,33,'sp_venue','',0,2),(34,34,'sp_venue','',0,0),(47,47,'sp_league','',31,0),(48,48,'sp_league','',31,0),(39,39,'sp_venue','',0,0),(40,40,'sp_venue','',0,0),(41,41,'sp_venue','',0,0),(42,42,'sp_venue','',0,0),(43,43,'sp_venue','',0,0),(44,44,'sp_venue','',0,0),(45,45,'sp_league','',31,0),(46,46,'sp_league','',31,19); /*!40000 ALTER TABLE `wpie_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_term_taxonomy` with 43 row(s) -- -- -- Table structure for table `wpie_wpforms_entry_meta` -- DROP TABLE IF EXISTS `wpie_wpforms_entry_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_wpforms_entry_meta` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `entry_id` bigint(20) NOT NULL, `form_id` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL, `status` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL, `type` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL, `data` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `date` datetime NOT NULL, PRIMARY KEY (`id`), KEY `entry_id` (`entry_id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_wpforms_entry_meta` -- LOCK TABLES `wpie_wpforms_entry_meta` WRITE; /*!40000 ALTER TABLE `wpie_wpforms_entry_meta` DISABLE KEYS */; INSERT INTO `wpie_wpforms_entry_meta` VALUES (1,24,16,2,'','note','

Actual 2005

\n','2019-11-18 22:03:41'),(2,43,16,2,'','log','

Entry read.

\n','2020-01-04 02:42:30'),(3,32,16,2,'','log','

Entry read.

\n','2020-01-04 02:43:42'),(4,1,16,2,'','note','

Paid

\n','2020-01-06 00:38:12'),(5,2,16,2,'','note','

Paid

\n','2020-01-06 00:38:47'); /*!40000 ALTER TABLE `wpie_wpforms_entry_meta` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_wpforms_entry_meta` with 5 row(s) -- -- -- Table structure for table `wpie_my_calendar` -- DROP TABLE IF EXISTS `wpie_my_calendar`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_my_calendar` ( `event_id` int(11) NOT NULL AUTO_INCREMENT, `event_begin` date NOT NULL, `event_end` date NOT NULL, `event_title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `event_desc` text COLLATE utf8mb4_unicode_ci NOT NULL, `event_short` text COLLATE utf8mb4_unicode_ci NOT NULL, `event_registration` text COLLATE utf8mb4_unicode_ci NOT NULL, `event_tickets` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `event_time` time DEFAULT NULL, `event_endtime` time DEFAULT NULL, `event_recur` char(3) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `event_repeats` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `event_status` int(1) NOT NULL DEFAULT 1, `event_author` bigint(20) unsigned DEFAULT NULL, `event_host` bigint(20) unsigned DEFAULT NULL, `event_category` bigint(20) unsigned NOT NULL DEFAULT 1, `event_link` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `event_post` bigint(20) unsigned NOT NULL DEFAULT 0, `event_link_expires` tinyint(1) NOT NULL, `event_location` bigint(20) unsigned NOT NULL DEFAULT 0, `event_label` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `event_street` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `event_street2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `event_city` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `event_state` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `event_postcode` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL, `event_region` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `event_country` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `event_url` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `event_longitude` float(10,6) NOT NULL DEFAULT 0.000000, `event_latitude` float(10,6) NOT NULL DEFAULT 0.000000, `event_zoom` int(2) NOT NULL DEFAULT 14, `event_phone` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, `event_phone2` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, `event_access` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `event_group_id` int(11) NOT NULL DEFAULT 0, `event_span` int(1) NOT NULL DEFAULT 0, `event_approved` int(1) NOT NULL DEFAULT 1, `event_flagged` int(1) NOT NULL DEFAULT 0, `event_hide_end` int(1) NOT NULL DEFAULT 0, `event_holiday` int(1) NOT NULL DEFAULT 0, `event_fifth_week` int(1) NOT NULL DEFAULT 1, `event_image` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `event_added` timestamp NOT NULL DEFAULT current_timestamp(), PRIMARY KEY (`event_id`), KEY `event_category` (`event_category`) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_my_calendar` -- LOCK TABLES `wpie_my_calendar` WRITE; /*!40000 ALTER TABLE `wpie_my_calendar` DISABLE KEYS */; INSERT INTO `wpie_my_calendar` VALUES (1,'2019-09-26','2019-09-26','QMLA AGM','','','','','18:30:00','20:00:00','S1','0',1,2,2,1,'http://quintelacrosse.com/qmla-notice-of-agm/',4846,1,1,'Quinte Sports and Wellness Centre - Fireplace Room','265 Cannifton Road','','Belleville','ON','K8N 4V8','','','',0.000000,0.000000,16,'','','',0,0,1,0,1,1,1,'','2019-09-11 00:59:18'),(2,'2019-11-15','2019-11-15','Try Lacrosse - Trenton','','','','','18:00:00','20:00:00','S1','0',1,2,2,1,'',4999,0,2,'Trent River Public School','84 Dixon Drive','','Trenton','ON','','','','',0.000000,0.000000,16,'','','',0,0,1,0,0,1,1,'','2019-11-06 14:29:27'),(3,'2020-02-21','2020-02-21','Try Lacrosse - Belleville','','','','','18:00:00','20:00:00','S1','0',1,2,2,1,'https://quintelacrosse.com/try-lacrosse-for-free',5001,0,3,'Sir John A. MacDonald School','22 Harder Drive','','Belleville','ON','K8P 1H2','','','',0.000000,0.000000,16,'','','',3,0,1,0,0,1,1,'','2019-11-10 22:08:35'),(4,'2020-01-24','2020-01-24','Try Lacrosse - Belleville','','','','','18:00:00','20:00:00','S1','0',1,2,2,1,'https://quintelacrosse.com/try-lacrosse-for-free',5002,0,3,'Sir John A. MacDonald School','22 Harder Drive','','Belleville','ON','K8P 1H2','','','',0.000000,0.000000,16,'','','',3,0,1,0,0,1,1,'','2019-11-10 22:08:36'),(5,'2020-01-20','2020-01-20','Quinte Winter Lacrosse School','Born in 2010 or later: 5:00pm to 6:00pm\r\n\r\nBorn in 2009 or ealier: 6:00pm to 7:00pm','','','','17:00:00','19:00:00','W1','6',1,2,2,1,'https://quintelacrosse.com/quinte-lacrosse-school-information',5164,0,4,'Loyalist Sports Dome','284 Wallbridge Loyalist Rd','','Belleville','Ontario','K8N 4Z2','','','http://loyalistsportsdome.com',0.000000,0.000000,16,'','','',0,0,1,0,0,1,1,'','2020-01-11 00:40:38'),(6,'2020-03-07','2020-03-07','Tyke Competitive Tryout','All players must be registered prior to attending tryouts.','','','','09:00:00','10:00:00','S1','0',1,2,2,1,'',5165,0,4,'Loyalist Sports Dome','284 Wallbridge Loyalist Rd','','Belleville','Ontario','K8N 4Z2','','','http://loyalistsportsdome.com',0.000000,0.000000,16,'','','',6,0,1,0,0,1,1,'','2020-01-11 01:02:27'),(8,'2020-03-07','2020-03-07','Novice Competitive Tryout','All players must be registered prior to attending tryouts','','','','10:00:00','11:00:00','S1','0',1,2,2,1,'',5167,0,4,'Loyalist Sports Dome','284 Wallbridge Loyalist Rd','','Belleville','Ontario','K8N 4Z2','','','http://loyalistsportsdome.com',0.000000,0.000000,16,'','','',8,0,1,0,0,1,1,'','2020-01-11 01:09:13'),(11,'2020-02-22','2020-02-22','Peewee Competitive Tryout','All players must be registered before attending tryouts','','','','09:00:00','10:00:00','S1','0',1,2,2,1,'',5170,0,4,'Loyalist Sports Dome','284 Wallbridge Loyalist Rd','','Belleville','Ontario','K8N 4Z2','','','http://loyalistsportsdome.com',0.000000,0.000000,16,'','','',10,0,1,0,0,1,1,'','2020-01-11 01:18:07'),(15,'2020-03-10','2020-03-10','Peewee/Bantam Rep Workout','','','','','19:00:00','20:00:00','S1','0',1,2,2,1,'',5224,0,4,'Loyalist Sports Dome','284 Wallbridge Loyalist Rd','','Belleville','Ontario','K8N 4Z2','','','http://loyalistsportsdome.com',0.000000,0.000000,16,'','','',0,0,1,0,0,1,1,'','2020-03-10 20:28:04'),(13,'2020-02-22','2020-02-22','Bantam Competitive Tryout','All players must be registered before attending tryouts','','','','10:00:00','11:00:00','S1','0',1,2,2,1,'',5172,0,4,'Loyalist Sports Dome','284 Wallbridge Loyalist Rd','','Belleville','Ontario','K8N 4Z2','','','http://loyalistsportsdome.com',0.000000,0.000000,16,'','','',12,0,1,0,0,1,1,'','2020-01-11 01:19:53'); /*!40000 ALTER TABLE `wpie_my_calendar` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_my_calendar` with 10 row(s) -- -- -- Table structure for table `wpie_commentmeta` -- DROP TABLE IF EXISTS `wpie_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=1203 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_commentmeta` -- LOCK TABLES `wpie_commentmeta` WRITE; /*!40000 ALTER TABLE `wpie_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wpie_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_commentmeta` with 0 row(s) -- -- -- Table structure for table `wpie_links` -- DROP TABLE IF EXISTS `wpie_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1, `link_rating` int(11) NOT NULL DEFAULT 0, `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_links` -- LOCK TABLES `wpie_links` WRITE; /*!40000 ALTER TABLE `wpie_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wpie_links` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_links` with 0 row(s) -- -- -- Table structure for table `wpie_wd_fb_shortcode` -- DROP TABLE IF EXISTS `wpie_wd_fb_shortcode`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_wd_fb_shortcode` ( `id` bigint(20) NOT NULL, `tagtext` mediumtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_wd_fb_shortcode` -- LOCK TABLES `wpie_wd_fb_shortcode` WRITE; /*!40000 ALTER TABLE `wpie_wd_fb_shortcode` DISABLE KEYS */; /*!40000 ALTER TABLE `wpie_wd_fb_shortcode` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_wd_fb_shortcode` with 0 row(s) -- -- -- Table structure for table `wpie_bwg_shortcode` -- DROP TABLE IF EXISTS `wpie_bwg_shortcode`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_bwg_shortcode` ( `id` bigint(20) NOT NULL, `tagtext` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_bwg_shortcode` -- LOCK TABLES `wpie_bwg_shortcode` WRITE; /*!40000 ALTER TABLE `wpie_bwg_shortcode` DISABLE KEYS */; INSERT INTO `wpie_bwg_shortcode` VALUES (1,' use_option_defaults=\"1\" type=\"gallery\" theme_id=\"1\" gallery_id=\"1\" tag=\"0\" gallery_type=\"thumbnails\"'),(2,' use_option_defaults=\"1\" type=\"gallery\" theme_id=\"1\" gallery_id=\"2\" tag=\"0\" gallery_type=\"thumbnails\"'),(3,' gallery_type=\"slideshow\" theme_id=\"1\" use_option_defaults=\"0\" gallery_id=\"1\" tag=\"0\" slideshow_effect=\"fade\" slideshow_interval=\"5\" slideshow_width=\"400\" slideshow_height=\"250\" sort_by=\"order\" order_by=\"asc\" enable_slideshow_autoplay=\"1\" enable_slideshow_shuffle=\"0\" enable_slideshow_ctrl=\"1\" autohide_slideshow_navigation=\"1\" slideshow_filmstrip_type=\"1\" slideshow_thumbnails_count=\"5\" slideshow_filmstrip_height=\"90\" slideshow_enable_title=\"0\" slideshow_title_position=\"top-right\" slideshow_title_full_width=\"0\" slideshow_enable_description=\"0\" slideshow_description_position=\"bottom-right\" enable_slideshow_music=\"0\" slideshow_music_url=\"\" slideshow_effect_duration=\"0.1\" gallery_download=\"0\" thumb_click_action=\"open_lightbox\" thumb_link_target=\"1\" popup_fullscreen=\"1\" popup_width=\"800\" popup_height=\"500\" popup_effect=\"fade\" popup_effect_duration=\"0.1\" popup_autoplay=\"0\" popup_interval=\"2.5\" popup_enable_filmstrip=\"1\" popup_filmstrip_height=\"60\" popup_enable_ctrl_btn=\"1\" popup_enable_fullscreen=\"1\" popup_enable_comment=\"1\" popup_enable_email=\"1\" popup_enable_captcha=\"0\" gdpr_compliance=\"undefined\" comment_moderation=\"0\" popup_enable_info=\"1\" popup_info_always_show=\"0\" popup_info_full_width=\"1\" autohide_lightbox_navigation=\"0\" popup_hit_counter=\"0\" popup_enable_rate=\"0\" popup_enable_zoom=\"0\" popup_enable_fullsize_image=\"0\" popup_enable_download=\"0\" show_image_counts=\"0\" enable_loop=\"1\" enable_addthis=\"0\" addthis_profile_id=\"\" popup_enable_facebook=\"1\" popup_enable_twitter=\"1\" popup_enable_pinterest=\"0\" popup_enable_tumblr=\"0\" popup_enable_ecommerce=\"undefined\" watermark_type=\"none\" watermark_link=\"https://10web.io/\"'),(4,' gallery_type=\"slideshow\" theme_id=\"1\" use_option_defaults=\"0\" gallery_id=\"0\" tag=\"0\" slideshow_effect=\"fade\" slideshow_interval=\"5\" slideshow_width=\"500\" slideshow_height=\"300\" sort_by=\"order\" order_by=\"asc\" enable_slideshow_autoplay=\"1\" enable_slideshow_shuffle=\"0\" enable_slideshow_ctrl=\"1\" autohide_slideshow_navigation=\"1\" slideshow_filmstrip_type=\"1\" slideshow_thumbnails_count=\"5\" slideshow_filmstrip_height=\"90\" slideshow_enable_title=\"0\" slideshow_title_position=\"top-right\" slideshow_title_full_width=\"0\" slideshow_enable_description=\"0\" slideshow_description_position=\"bottom-right\" enable_slideshow_music=\"0\" slideshow_music_url=\"\" slideshow_effect_duration=\"0.1\" gallery_download=\"0\" thumb_click_action=\"open_lightbox\" thumb_link_target=\"1\" popup_fullscreen=\"1\" popup_width=\"800\" popup_height=\"500\" popup_effect=\"fade\" popup_effect_duration=\"0.1\" popup_autoplay=\"0\" popup_interval=\"2.5\" popup_enable_filmstrip=\"1\" popup_filmstrip_height=\"60\" popup_enable_ctrl_btn=\"1\" popup_enable_fullscreen=\"1\" popup_enable_comment=\"1\" popup_enable_email=\"1\" popup_enable_captcha=\"0\" gdpr_compliance=\"undefined\" comment_moderation=\"0\" popup_enable_info=\"1\" popup_info_always_show=\"0\" popup_info_full_width=\"1\" autohide_lightbox_navigation=\"0\" popup_hit_counter=\"0\" popup_enable_rate=\"0\" popup_enable_zoom=\"0\" popup_enable_fullsize_image=\"0\" popup_enable_download=\"0\" show_image_counts=\"0\" enable_loop=\"1\" enable_addthis=\"0\" addthis_profile_id=\"\" popup_enable_facebook=\"1\" popup_enable_twitter=\"1\" popup_enable_pinterest=\"0\" popup_enable_tumblr=\"0\" popup_enable_ecommerce=\"undefined\" watermark_type=\"none\" watermark_link=\"https://10web.io/\"'),(5,' gallery_type=\"slideshow\" theme_id=\"1\" use_option_defaults=\"0\" gallery_id=\"2\" tag=\"0\" slideshow_effect=\"fade\" slideshow_interval=\"5\" slideshow_width=\"500\" slideshow_height=\"300\" sort_by=\"order\" order_by=\"asc\" enable_slideshow_autoplay=\"1\" enable_slideshow_shuffle=\"0\" enable_slideshow_ctrl=\"1\" autohide_slideshow_navigation=\"1\" slideshow_filmstrip_type=\"1\" slideshow_thumbnails_count=\"5\" slideshow_filmstrip_height=\"90\" slideshow_enable_title=\"0\" slideshow_title_position=\"top-right\" slideshow_title_full_width=\"0\" slideshow_enable_description=\"0\" slideshow_description_position=\"bottom-right\" enable_slideshow_music=\"0\" slideshow_music_url=\"\" slideshow_effect_duration=\"0.1\" gallery_download=\"0\" thumb_click_action=\"open_lightbox\" thumb_link_target=\"1\" popup_fullscreen=\"1\" popup_width=\"800\" popup_height=\"500\" popup_effect=\"fade\" popup_effect_duration=\"0.1\" popup_autoplay=\"0\" popup_interval=\"2.5\" popup_enable_filmstrip=\"1\" popup_filmstrip_height=\"60\" popup_enable_ctrl_btn=\"1\" popup_enable_fullscreen=\"1\" popup_enable_comment=\"1\" popup_enable_email=\"1\" popup_enable_captcha=\"0\" gdpr_compliance=\"undefined\" comment_moderation=\"0\" popup_enable_info=\"1\" popup_info_always_show=\"0\" popup_info_full_width=\"1\" autohide_lightbox_navigation=\"0\" popup_hit_counter=\"0\" popup_enable_rate=\"0\" popup_enable_zoom=\"0\" popup_enable_fullsize_image=\"0\" popup_enable_download=\"0\" show_image_counts=\"0\" enable_loop=\"1\" enable_addthis=\"0\" addthis_profile_id=\"\" popup_enable_facebook=\"1\" popup_enable_twitter=\"1\" popup_enable_pinterest=\"0\" popup_enable_tumblr=\"0\" popup_enable_ecommerce=\"undefined\" watermark_type=\"none\" watermark_link=\"https://10web.io/\"'),(6,' use_option_defaults=\"1\" type=\"gallery\" theme_id=\"1\" gallery_id=\"3\" tag=\"0\" gallery_type=\"thumbnails\" thumb_width=\"250\" thumb_height=\"140\" image_column_number=\"5\" image_enable_page=\"1\" images_per_page=\"30\" load_more_image_count=\"30\" sort_by=\"order\" order_by=\"asc\" show_search_box=\"0\" placeholder=\"Search\" search_box_width=\"330\" show_sort_images=\"0\" show_tag_box=\"0\" showthumbs_name=\"0\" show_gallery_description=\"0\" image_title=\"\" show_thumb_description=\"0\" play_icon=\"1\" gallery_download=\"0\" ecommerce_icon=\"\" thumb_click_action=\"open_lightbox\" thumb_link_target=\"1\" popup_fullscreen=\"1\" popup_width=\"800\" popup_height=\"500\" popup_effect=\"\" popup_effect_duration=\"0.1\" popup_autoplay=\"0\" popup_interval=\"2.5\" popup_enable_filmstrip=\"1\" popup_filmstrip_height=\"\" popup_enable_ctrl_btn=\"1\" popup_enable_fullscreen=\"1\" popup_enable_comment=\"1\" popup_enable_email=\"1\" popup_enable_captcha=\"0\" gdpr_compliance=\"0\" comment_moderation=\"0\" popup_enable_info=\"1\" popup_info_always_show=\"0\" popup_info_full_width=\"1\" autohide_lightbox_navigation=\"0\" popup_hit_counter=\"0\" popup_enable_rate=\"0\" popup_enable_zoom=\"0\" popup_enable_fullsize_image=\"0\" popup_enable_download=\"0\" show_image_counts=\"0\" enable_loop=\"1\" enable_addthis=\"0\" addthis_profile_id=\"\" popup_enable_facebook=\"1\" popup_enable_twitter=\"1\" popup_enable_pinterest=\"0\" popup_enable_tumblr=\"0\" popup_enable_ecommerce=\"1\" watermark_type=\"none\" watermark_link=\"https://10web.io/\"'),(7,' gallery_type=\"thumbnails\" theme_id=\"1\" use_option_defaults=\"1\" gallery_id=\"3\" tag=\"0\" thumb_width=\"250\" thumb_height=\"140\" image_column_number=\"5\" image_enable_page=\"1\" images_per_page=\"30\" load_more_image_count=\"30\" sort_by=\"order\" order_by=\"asc\" show_search_box=\"0\" placeholder=\"Search\" search_box_width=\"330\" show_sort_images=\"0\" show_tag_box=\"0\" showthumbs_name=\"0\" show_gallery_description=\"0\" image_title=\"hover\" show_thumb_description=\"0\" play_icon=\"1\" gallery_download=\"0\" ecommerce_icon=\"undefined\" thumb_click_action=\"open_lightbox\" thumb_link_target=\"1\" popup_fullscreen=\"1\" popup_width=\"800\" popup_height=\"500\" popup_effect=\"fade\" popup_effect_duration=\"0.1\" popup_autoplay=\"0\" popup_interval=\"2.5\" popup_enable_filmstrip=\"1\" popup_filmstrip_height=\"60\" popup_enable_ctrl_btn=\"1\" popup_enable_fullscreen=\"1\" popup_enable_comment=\"1\" popup_enable_email=\"1\" popup_enable_captcha=\"0\" gdpr_compliance=\"undefined\" comment_moderation=\"0\" popup_enable_info=\"1\" popup_info_always_show=\"0\" popup_info_full_width=\"1\" autohide_lightbox_navigation=\"0\" popup_hit_counter=\"0\" popup_enable_rate=\"0\" popup_enable_zoom=\"0\" popup_enable_fullsize_image=\"0\" popup_enable_download=\"0\" show_image_counts=\"0\" enable_loop=\"1\" enable_addthis=\"0\" addthis_profile_id=\"\" popup_enable_facebook=\"1\" popup_enable_twitter=\"1\" popup_enable_pinterest=\"0\" popup_enable_tumblr=\"0\" popup_enable_ecommerce=\"undefined\" watermark_type=\"none\" watermark_link=\"https://10web.io/\"'); /*!40000 ALTER TABLE `wpie_bwg_shortcode` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_bwg_shortcode` with 7 row(s) -- -- -- Table structure for table `wpie_bwg_theme` -- DROP TABLE IF EXISTS `wpie_bwg_theme`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_bwg_theme` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `options` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `default_theme` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_bwg_theme` -- LOCK TABLES `wpie_bwg_theme` WRITE; /*!40000 ALTER TABLE `wpie_bwg_theme` DISABLE KEYS */; INSERT INTO `wpie_bwg_theme` VALUES (1,'Light','{\"album_compact_back_font_color\":\"323A45\",\"album_compact_back_font_size\":15,\"album_compact_back_font_style\":\"Ubuntu\",\"album_compact_back_font_weight\":\"bold\",\"album_compact_back_padding\":\"0\",\"album_compact_gal_title_align\":\"center\",\"album_compact_gal_title_font_color\":\"323A45\",\"album_compact_gal_title_font_size\":18,\"album_compact_gal_title_font_style\":\"Ubuntu\",\"album_compact_gal_title_font_weight\":\"bold\",\"album_compact_gal_title_margin\":\"0 2px 2px 2px\",\"album_compact_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_compact_thumb_align\":\"center\",\"album_compact_thumb_bg_color\":\"000000\",\"album_compact_thumb_bg_transparent\":0,\"album_compact_thumb_border_color\":\"CCCCCC\",\"album_compact_thumb_border_radius\":\"0\",\"album_compact_thumb_border_style\":\"none\",\"album_compact_thumb_border_width\":0,\"album_compact_thumb_box_shadow\":\"0px 0px 0px #888888\",\"album_compact_thumb_hover_effect\":\"zoom\",\"album_compact_thumb_hover_effect_value\":\"1.08\",\"album_compact_thumb_margin\":4,\"album_compact_thumb_padding\":0,\"album_compact_thumb_title_pos\":\"bottom\",\"album_compact_thumb_transition\":1,\"album_compact_thumb_transparent\":100,\"album_compact_thumbs_bg_color\":\"FFFFFF\",\"album_compact_title_font_color\":\"323A45\",\"album_compact_title_font_color_hover\":\"FFFFFF\",\"album_compact_title_font_size\":16,\"album_compact_title_font_style\":\"Ubuntu\",\"album_compact_title_font_weight\":\"bold\",\"album_compact_title_margin\":\"2px\",\"album_compact_title_shadow\":\"0px 0px 0px #888888\",\"album_extended_back_font_color\":\"000000\",\"album_extended_back_font_size\":20,\"album_extended_back_font_style\":\"Ubuntu\",\"album_extended_back_font_weight\":\"bold\",\"album_extended_back_padding\":\"0\",\"album_extended_desc_font_color\":\"5C5C5C\",\"album_extended_desc_font_size\":16,\"album_extended_desc_font_style\":\"Ubuntu\",\"album_extended_desc_font_weight\":\"normal\",\"album_extended_desc_more_color\":\"007AFF\",\"album_extended_desc_more_size\":12,\"album_extended_desc_padding\":\"0px 0px 0px 0px\",\"album_extended_desc_span_border_color\":\"CCCCCC\",\"album_extended_desc_span_border_style\":\"none\",\"album_extended_desc_span_border_width\":0,\"album_extended_div_bg_color\":\"FAFAFA\",\"album_extended_div_bg_transparent\":0,\"album_extended_div_border_radius\":\"14px\",\"album_extended_div_margin\":\"20px 20px 0px 0px\",\"album_extended_div_padding\":0,\"album_extended_div_separator_color\":\"E0E0E0\",\"album_extended_div_separator_style\":\"solid\",\"album_extended_div_separator_width\":0,\"album_extended_gal_title_align\":\"right\",\"album_extended_gal_title_font_color\":\"CCCCCC\",\"album_extended_gal_title_font_size\":16,\"album_extended_gal_title_font_style\":\"Ubuntu\",\"album_extended_gal_title_font_weight\":\"bold\",\"album_extended_gal_title_margin\":\"2px\",\"album_extended_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_extended_text_div_bg_color\":\"FAFAFA\",\"album_extended_text_div_border_color\":\"E8E8E8\",\"album_extended_text_div_border_radius\":\"0\",\"album_extended_text_div_border_style\":\"none\",\"album_extended_text_div_border_width\":0,\"album_extended_text_div_padding\":\"16px\",\"album_extended_thumb_align\":\"left\",\"album_extended_thumb_bg_color\":\"FFFFFF\",\"album_extended_thumb_bg_transparent\":0,\"album_extended_thumb_border_color\":\"FAFAFA\",\"album_extended_thumb_border_radius\":\"10px\",\"album_extended_thumb_border_style\":\"none\",\"album_extended_thumb_border_width\":0,\"album_extended_thumb_box_shadow\":\"\",\"album_extended_thumb_div_bg_color\":\"FAFAFA\",\"album_extended_thumb_div_border_color\":\"E8E8E8\",\"album_extended_thumb_div_border_radius\":\"\",\"album_extended_thumb_div_border_style\":\"none\",\"album_extended_thumb_div_border_width\":0,\"album_extended_thumb_div_padding\":\"14px\",\"album_extended_thumb_hover_effect\":\"none\",\"album_extended_thumb_hover_effect_value\":\"1.03\",\"album_extended_thumb_margin\":0,\"album_extended_thumb_padding\":0,\"album_extended_thumb_transition\":0,\"album_extended_thumb_transparent\":100,\"album_extended_thumbs_bg_color\":\"FFFFFF\",\"album_extended_title_desc_alignment\":\"top\",\"album_extended_title_font_color\":\"000000\",\"album_extended_title_font_size\":22,\"album_extended_title_font_style\":\"Ubuntu\",\"album_extended_title_font_weight\":\"bold\",\"album_extended_title_margin_bottom\":0,\"album_extended_title_padding\":\"0px 0px 0px 0px\",\"album_extended_title_span_border_color\":\"CCCCCC\",\"album_extended_title_span_border_style\":\"none\",\"album_extended_title_span_border_width\":0,\"album_masonry_back_font_color\":\"323A45\",\"album_masonry_back_font_size\":15,\"album_masonry_back_font_style\":\"Ubuntu\",\"album_masonry_back_font_weight\":\"bold\",\"album_masonry_back_padding\":\"0\",\"album_masonry_container_margin\":1,\"album_masonry_gal_title_align\":\"center\",\"album_masonry_gal_title_font_color\":\"323A45\",\"album_masonry_gal_title_font_size\":18,\"album_masonry_gal_title_font_style\":\"Ubuntu\",\"album_masonry_gal_title_font_weight\":\"bold\",\"album_masonry_gal_title_margin\":\"0 2px 2px 2px\",\"album_masonry_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_masonry_thumb_align\":\"center\",\"album_masonry_thumb_bg_color\":\"000000\",\"album_masonry_thumb_bg_transparent\":0,\"album_masonry_thumb_border_color\":\"CCCCCC\",\"album_masonry_thumb_border_radius\":\"0\",\"album_masonry_thumb_border_style\":\"none\",\"album_masonry_thumb_border_width\":0,\"album_masonry_thumb_box_shadow\":\"\",\"album_masonry_thumb_hover_effect\":\"zoom\",\"album_masonry_thumb_hover_effect_value\":\"1.08\",\"album_masonry_thumb_margin\":0,\"album_masonry_thumb_padding\":4,\"album_masonry_thumb_title_font_color_hover\":\"FFFFFF\",\"album_masonry_thumb_title_pos\":\"bottom\",\"album_masonry_thumb_transition\":1,\"album_masonry_thumb_transparent\":100,\"album_masonry_thumbs_bg_color\":\"FFFFFF\",\"album_masonry_title_font_color\":\"323A45\",\"album_masonry_title_font_size\":16,\"album_masonry_title_font_style\":\"Ubuntu\",\"album_masonry_title_font_weight\":\"bold\",\"album_masonry_title_margin\":\"\",\"album_masonry_title_shadow\":\"0px 0px 0px #888888\",\"blog_style_align\":\"center\",\"blog_style_bg_color\":\"FFFFFF\",\"blog_style_border_color\":\"F5F5F5\",\"blog_style_border_radius\":\"0\",\"blog_style_border_style\":\"solid\",\"blog_style_border_width\":1,\"blog_style_box_shadow\":\"\",\"blog_style_gal_title_align\":\"center\",\"blog_style_gal_title_font_color\":\"323A45\",\"blog_style_gal_title_font_size\":16,\"blog_style_gal_title_font_style\":\"Ubuntu\",\"blog_style_gal_title_font_weight\":\"bold\",\"blog_style_gal_title_margin\":\"2px\",\"blog_style_gal_title_shadow\":\"0px 0px 0px #888888\",\"blog_style_img_font_color\":\"000000\",\"blog_style_img_font_family\":\"Ubuntu\",\"blog_style_img_font_size\":16,\"blog_style_margin\":\"2px\",\"blog_style_padding\":\"0\",\"blog_style_share_buttons_align\":\"right\",\"blog_style_share_buttons_bg_color\":\"FFFFFF\",\"blog_style_share_buttons_bg_transparent\":0,\"blog_style_share_buttons_border_color\":\"000000\",\"blog_style_share_buttons_border_radius\":\"0\",\"blog_style_share_buttons_border_style\":\"none\",\"blog_style_share_buttons_border_width\":0,\"blog_style_share_buttons_color\":\"B3AFAF\",\"blog_style_share_buttons_font_size\":20,\"blog_style_share_buttons_margin\":\"5px auto 10px auto\",\"blog_style_transparent\":80,\"carousel_caption_background_color\":\"000000\",\"carousel_caption_bottom\":0,\"carousel_caption_p_color\":\"FFFFFF\",\"carousel_caption_p_font_size\":14,\"carousel_caption_p_font_weight\":\"bold\",\"carousel_caption_p_mergin\":0,\"carousel_caption_p_pedding\":5,\"carousel_close_btn_transparent\":50,\"carousel_close_rl_btn_hover_color\":\"191919\",\"carousel_cont_bg_color\":\"000000\",\"carousel_cont_btn_transparent\":0,\"carousel_feature_border_color\":\"5D204F\",\"carousel_feature_border_style\":\"none\",\"carousel_feature_border_width\":2,\"carousel_font_family\":\"arial\",\"carousel_mergin_bottom\":\"0.5\",\"carousel_play_pause_btn_size\":25,\"carousel_rl_btn_bg_color\":\"FFFFFF\",\"carousel_rl_btn_border_color\":\"FFFFFF\",\"carousel_rl_btn_border_radius\":\"20px\",\"carousel_rl_btn_border_style\":\"none\",\"carousel_rl_btn_border_width\":0,\"carousel_rl_btn_color\":\"303030\",\"carousel_rl_btn_height\":35,\"carousel_rl_btn_size\":15,\"carousel_rl_btn_style\":\"bwg-icon-angle\",\"carousel_rl_btn_width\":35,\"carousel_title_border_radius\":\"5px\",\"carousel_title_opacity\":100,\"compact_container_margin\":\"1\",\"container_margin\":\"1\",\"image_browser_align\":\"center\",\"image_browser_bg_color\":\"EBEBEB\",\"image_browser_border_color\":\"F5F5F5\",\"image_browser_border_radius\":\"0\",\"image_browser_border_style\":\"none\",\"image_browser_border_width\":1,\"image_browser_box_shadow\":\"\",\"image_browser_full_bg_color\":\"F5F5F5\",\"image_browser_full_border_color\":\"F7F7F7\",\"image_browser_full_border_radius\":\"0\",\"image_browser_full_border_style\":\"none\",\"image_browser_full_border_width\":2,\"image_browser_full_padding\":\"4px\",\"image_browser_full_transparent\":90,\"image_browser_gal_title_align\":\"center\",\"image_browser_gal_title_font_color\":\"323A45\",\"image_browser_gal_title_font_size\":16,\"image_browser_gal_title_font_style\":\"Ubuntu\",\"image_browser_gal_title_font_weight\":\"bold\",\"image_browser_gal_title_margin\":\"2px\",\"image_browser_gal_title_shadow\":\"0px 0px 0px #888888\",\"image_browser_image_description_align\":\"center\",\"image_browser_image_description_bg_color\":\"EBEBEB\",\"image_browser_image_description_border_color\":\"FFFFFF\",\"image_browser_image_description_border_radius\":\"0\",\"image_browser_image_description_border_style\":\"none\",\"image_browser_image_description_border_width\":1,\"image_browser_image_description_margin\":\"0px 5px 0px 5px\",\"image_browser_image_description_padding\":\"8px 8px 8px 8px\",\"image_browser_image_title_align\":\"top\",\"image_browser_img_font_color\":\"000000\",\"image_browser_img_font_family\":\"Ubuntu\",\"image_browser_img_font_size\":15,\"image_browser_margin\":\"2px auto\",\"image_browser_padding\":\"4px\",\"image_browser_transparent\":80,\"lightbox_bg_color\":\"FFFFFF\",\"lightbox_bg_transparent\":100,\"lightbox_close_btn_bg_color\":\"FFFFFF\",\"lightbox_close_btn_border_color\":\"FFFFFF\",\"lightbox_close_btn_border_radius\":\"16px\",\"lightbox_close_btn_border_style\":\"none\",\"lightbox_close_btn_border_width\":2,\"lightbox_close_btn_box_shadow\":\"\",\"lightbox_close_btn_color\":\"808080\",\"lightbox_close_btn_full_color\":\"000000\",\"lightbox_close_btn_height\":30,\"lightbox_close_btn_right\":\"-15\",\"lightbox_close_btn_size\":20,\"lightbox_close_btn_top\":\"-20\",\"lightbox_close_btn_transparent\":60,\"lightbox_close_btn_width\":30,\"lightbox_close_rl_btn_hover_color\":\"808080\",\"lightbox_comment_author_font_size\":14,\"lightbox_comment_bg_color\":\"FFFFFF\",\"lightbox_comment_body_font_size\":12,\"lightbox_comment_button_bg_color\":\"2F2F2F\",\"lightbox_comment_button_border_color\":\"666666\",\"lightbox_comment_button_border_radius\":\"7px\",\"lightbox_comment_button_border_style\":\"none\",\"lightbox_comment_button_border_width\":1,\"lightbox_comment_button_padding\":\"10px 10px\",\"lightbox_comment_date_font_size\":10,\"lightbox_comment_font_color\":\"7A7A7A\",\"lightbox_comment_font_size\":12,\"lightbox_comment_font_style\":\"Ubuntu\",\"lightbox_comment_input_bg_color\":\"F7F8F9\",\"lightbox_comment_input_border_color\":\"EBEBEB\",\"lightbox_comment_input_border_radius\":\"7px\",\"lightbox_comment_input_border_style\":\"none\",\"lightbox_comment_input_border_width\":2,\"lightbox_comment_input_padding\":\"5px\",\"lightbox_comment_pos\":\"left\",\"lightbox_comment_separator_color\":\"383838\",\"lightbox_comment_separator_style\":\"none\",\"lightbox_comment_separator_width\":20,\"lightbox_comment_share_button_color\":\"808080\",\"lightbox_comment_width\":350,\"lightbox_ctrl_btn_align\":\"center\",\"lightbox_ctrl_btn_color\":\"808080\",\"lightbox_ctrl_btn_height\":20,\"lightbox_ctrl_btn_margin_left\":7,\"lightbox_ctrl_btn_margin_top\":10,\"lightbox_ctrl_btn_pos\":\"bottom\",\"lightbox_ctrl_btn_transparent\":100,\"lightbox_ctrl_cont_bg_color\":\"FFFFFF\",\"lightbox_ctrl_cont_border_radius\":4,\"lightbox_ctrl_cont_transparent\":85,\"lightbox_description_color\":\"B0B0B0\",\"lightbox_description_font_size\":\"13\",\"lightbox_description_font_style\":\"Ubuntu\",\"lightbox_description_font_weight\":\"bold\",\"lightbox_filmstrip_pos\":\"bottom\",\"lightbox_filmstrip_rl_bg_color\":\"EBEBEB\",\"lightbox_filmstrip_rl_btn_color\":\"808080\",\"lightbox_filmstrip_rl_btn_size\":20,\"lightbox_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"lightbox_filmstrip_thumb_active_border_width\":0,\"lightbox_filmstrip_thumb_border_color\":\"000000\",\"lightbox_filmstrip_thumb_border_radius\":\"0\",\"lightbox_filmstrip_thumb_border_style\":\"none\",\"lightbox_filmstrip_thumb_border_width\":1,\"lightbox_filmstrip_thumb_deactive_transparent\":80,\"lightbox_filmstrip_thumb_margin\":\"0 1px\",\"lightbox_hit_align\":\"left\",\"lightbox_hit_bg_color\":\"000000\",\"lightbox_hit_bg_transparent\":\"70\",\"lightbox_hit_border_color\":\"000000\",\"lightbox_hit_border_radius\":\"5px\",\"lightbox_hit_border_style\":\"none\",\"lightbox_hit_border_width\":\"1\",\"lightbox_hit_color\":\"FFFFFF\",\"lightbox_hit_font_size\":14,\"lightbox_hit_font_style\":\"Ubuntu\",\"lightbox_hit_font_weight\":\"normal\",\"lightbox_hit_margin\":\"0 5px\",\"lightbox_hit_padding\":\"5px\",\"lightbox_hit_pos\":\"bottom\",\"lightbox_info_align\":\"left\",\"lightbox_info_bg_color\":\"FFFFFF\",\"lightbox_info_bg_transparent\":\"70\",\"lightbox_info_border_color\":\"000000\",\"lightbox_info_border_radius\":\"0px\",\"lightbox_info_border_style\":\"none\",\"lightbox_info_border_width\":\"1\",\"lightbox_info_margin\":\"10px 10px -5px 10px\",\"lightbox_info_padding\":\"10px 7px 44px 10px\",\"lightbox_info_pos\":\"bottom\",\"lightbox_overlay_bg_color\":\"EEEEEE\",\"lightbox_overlay_bg_transparent\":60,\"lightbox_rate_align\":\"left\",\"lightbox_rate_color\":\"F9D062\",\"lightbox_rate_hover_color\":\"F7B50E\",\"lightbox_rate_icon\":\"star\",\"lightbox_rate_padding\":\"15px\",\"lightbox_rate_pos\":\"top\",\"lightbox_rate_size\":\"20\",\"lightbox_rate_stars_count\":\"5\",\"lightbox_rl_btn_bg_color\":\"FFFFFF\",\"lightbox_rl_btn_border_color\":\"FFFFFF\",\"lightbox_rl_btn_border_radius\":\"20px\",\"lightbox_rl_btn_border_style\":\"none\",\"lightbox_rl_btn_border_width\":0,\"lightbox_rl_btn_box_shadow\":\"\",\"lightbox_rl_btn_color\":\"ADADAD\",\"lightbox_rl_btn_height\":35,\"lightbox_rl_btn_size\":25,\"lightbox_rl_btn_style\":\"bwg-icon-angle\",\"lightbox_rl_btn_transparent\":\"60\",\"lightbox_rl_btn_width\":35,\"lightbox_title_color\":\"808080\",\"lightbox_title_font_size\":\"16\",\"lightbox_title_font_style\":\"Ubuntu\",\"lightbox_title_font_weight\":\"bold\",\"lightbox_toggle_btn_height\":20,\"lightbox_toggle_btn_width\":100,\"masonry_container_margin\":\"1\",\"masonry_description_color\":\"323A45\",\"masonry_description_font_size\":16,\"masonry_description_font_style\":\"Ubuntu\",\"masonry_thumb_align\":\"center\",\"masonry_thumb_bg_color\":\"000000\",\"masonry_thumb_bg_transparent\":\"0\",\"masonry_thumb_border_color\":\"CCCCCC\",\"masonry_thumb_border_radius\":\"0\",\"masonry_thumb_border_style\":\"none\",\"masonry_thumb_border_width\":\"0\",\"masonry_thumb_gal_title_align\":\"center\",\"masonry_thumb_gal_title_font_color\":\"323A45\",\"masonry_thumb_gal_title_font_size\":16,\"masonry_thumb_gal_title_font_style\":\"Ubuntu\",\"masonry_thumb_gal_title_font_weight\":\"bold\",\"masonry_thumb_gal_title_margin\":\"2px\",\"masonry_thumb_gal_title_shadow\":\"\",\"masonry_thumb_hover_effect\":\"zoom\",\"masonry_thumb_hover_effect_value\":\"1.08\",\"masonry_thumb_padding\":\"4\",\"masonry_thumb_title_font_color\":\"323A45\",\"masonry_thumb_title_font_color_hover\":\"FFFFFF\",\"masonry_thumb_title_font_size\":16,\"masonry_thumb_title_font_style\":\"Ubuntu\",\"masonry_thumb_title_font_weight\":\"bold\",\"masonry_thumb_title_margin\":\"2px\",\"masonry_thumb_transition\":\"1\",\"masonry_thumb_transparent\":\"100\",\"masonry_thumbs_bg_color\":\"FFFFFF\",\"mosaic_container_margin\":\"1\",\"mosaic_thumb_align\":\"center\",\"mosaic_thumb_bg_color\":\"000000\",\"mosaic_thumb_bg_transparent\":\"0\",\"mosaic_thumb_border_color\":\"CCCCCC\",\"mosaic_thumb_border_radius\":\"0\",\"mosaic_thumb_border_style\":\"none\",\"mosaic_thumb_border_width\":\"0\",\"mosaic_thumb_gal_title_align\":\"center\",\"mosaic_thumb_gal_title_font_color\":\"323A45\",\"mosaic_thumb_gal_title_font_size\":16,\"mosaic_thumb_gal_title_font_style\":\"Ubuntu\",\"mosaic_thumb_gal_title_font_weight\":\"bold\",\"mosaic_thumb_gal_title_margin\":\"2px\",\"mosaic_thumb_gal_title_shadow\":\"\",\"mosaic_thumb_hover_effect\":\"zoom\",\"mosaic_thumb_hover_effect_value\":\"1.08\",\"mosaic_thumb_padding\":\"2\",\"mosaic_thumb_title_font_color\":\"323A45\",\"mosaic_thumb_title_font_color_hover\":\"FFFFFF\",\"mosaic_thumb_title_font_size\":16,\"mosaic_thumb_title_font_style\":\"Ubuntu\",\"mosaic_thumb_title_font_weight\":\"bold\",\"mosaic_thumb_title_margin\":\"2px\",\"mosaic_thumb_title_shadow\":\"\",\"mosaic_thumb_transition\":\"1\",\"mosaic_thumb_transparent\":\"100\",\"mosaic_thumbs_bg_color\":\"FFFFFF\",\"page_nav_align\":\"center\",\"page_nav_border_color\":\"E3E3E3\",\"page_nav_border_radius\":\"0\",\"page_nav_border_style\":\"solid\",\"page_nav_border_width\":1,\"page_nav_box_shadow\":\"0\",\"page_nav_button_bg_color\":\"FFFFFF\",\"page_nav_button_bg_transparent\":100,\"page_nav_button_text\":0,\"page_nav_button_transition\":1,\"page_nav_font_color\":\"666666\",\"page_nav_font_size\":12,\"page_nav_font_style\":\"Ubuntu\",\"page_nav_font_weight\":\"bold\",\"page_nav_margin\":\"0\",\"page_nav_number\":0,\"page_nav_padding\":\"3px 6px\",\"page_nav_position\":\"bottom\",\"slideshow_close_btn_transparent\":100,\"slideshow_close_rl_btn_hover_color\":\"BABABA\",\"slideshow_cont_bg_color\":\"F2F2F2\",\"slideshow_description_background_color\":\"000000\",\"slideshow_description_border_radius\":\"0\",\"slideshow_description_color\":\"FFFFFF\",\"slideshow_description_font\":\"Ubuntu\",\"slideshow_description_font_size\":14,\"slideshow_description_opacity\":70,\"slideshow_description_padding\":\"5px 10px 5px 10px\",\"slideshow_dots_active_background_color\":\"FFFFFF\",\"slideshow_dots_active_border_color\":\"000000\",\"slideshow_dots_active_border_width\":1,\"slideshow_dots_background_color\":\"F2D22E\",\"slideshow_dots_border_radius\":\"5px\",\"slideshow_dots_height\":12,\"slideshow_dots_margin\":3,\"slideshow_dots_width\":12,\"slideshow_filmstrip_pos\":\"bottom\",\"slideshow_filmstrip_rl_bg_color\":\"F2F2F2\",\"slideshow_filmstrip_rl_btn_color\":\"BABABA\",\"slideshow_filmstrip_rl_btn_size\":20,\"slideshow_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"slideshow_filmstrip_thumb_active_border_width\":0,\"slideshow_filmstrip_thumb_border_color\":\"000000\",\"slideshow_filmstrip_thumb_border_radius\":\"0\",\"slideshow_filmstrip_thumb_border_style\":\"none\",\"slideshow_filmstrip_thumb_border_width\":0,\"slideshow_filmstrip_thumb_deactive_transparent\":100,\"slideshow_filmstrip_thumb_margin\":\"0px 2px 0 0 \",\"slideshow_play_pause_btn_size\":35,\"slideshow_rl_btn_bg_color\":\"FFFFFF\",\"slideshow_rl_btn_border_color\":\"FFFFFF\",\"slideshow_rl_btn_border_radius\":\"20px\",\"slideshow_rl_btn_border_style\":\"none\",\"slideshow_rl_btn_border_width\":0,\"slideshow_rl_btn_box_shadow\":\"\",\"slideshow_rl_btn_color\":\"D6D6D6\",\"slideshow_rl_btn_height\":37,\"slideshow_rl_btn_size\":12,\"slideshow_rl_btn_style\":\"bwg-icon-angle\",\"slideshow_rl_btn_width\":37,\"slideshow_title_background_color\":\"000000\",\"slideshow_title_border_radius\":\"5px\",\"slideshow_title_color\":\"FFFFFF\",\"slideshow_title_font\":\"Ubuntu\",\"slideshow_title_font_size\":16,\"slideshow_title_opacity\":70,\"slideshow_title_padding\":\"0 0 0 0\",\"thumb_align\":\"center\",\"thumb_bg_color\":\"000000\",\"thumb_bg_transparent\":0,\"thumb_border_color\":\"CCCCCC\",\"thumb_border_radius\":\"0\",\"thumb_border_style\":\"none\",\"thumb_border_width\":0,\"thumb_box_shadow\":\"\",\"thumb_gal_title_align\":\"center\",\"thumb_gal_title_font_color\":\"323A45\",\"thumb_gal_title_font_size\":18,\"thumb_gal_title_font_style\":\"Ubuntu\",\"thumb_gal_title_font_weight\":\"bold\",\"thumb_gal_title_margin\":\"2px\",\"thumb_gal_title_shadow\":\"\",\"thumb_hover_effect\":\"zoom\",\"thumb_hover_effect_value\":\"1.08\",\"thumb_margin\":\"4\",\"thumb_padding\":\"0\",\"thumb_title_font_color\":\"323A45\",\"thumb_title_font_color_hover\":\"FFFFFF\",\"thumb_title_font_size\":16,\"thumb_title_font_style\":\"Ubuntu\",\"thumb_title_font_weight\":\"bold\",\"thumb_title_margin\":\"2px\",\"thumb_description_font_color\":\"323A45\",\"thumb_description_font_style\":\"Ubuntu\",\"thumb_description_font_size\":12,\"thumb_title_pos\":\"bottom\",\"thumb_title_shadow\":\"\",\"thumb_transition\":1,\"thumb_transparent\":100,\"thumbs_bg_color\":\"FFFFFF\"}',1),(2,'Dark','{\"album_compact_back_font_color\":\"323A45\",\"album_compact_back_font_size\":15,\"album_compact_back_font_style\":\"Ubuntu\",\"album_compact_back_font_weight\":\"normal\",\"album_compact_back_padding\":\"0\",\"album_compact_gal_title_align\":\"center\",\"album_compact_gal_title_font_color\":\"323A45\",\"album_compact_gal_title_font_size\":18,\"album_compact_gal_title_font_style\":\"Ubuntu\",\"album_compact_gal_title_font_weight\":\"bold\",\"album_compact_gal_title_margin\":\"0 2px 2px 2px\",\"album_compact_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_compact_thumb_align\":\"center\",\"album_compact_thumb_bg_color\":\"000000\",\"album_compact_thumb_bg_transparent\":100,\"album_compact_thumb_border_color\":\"000000\",\"album_compact_thumb_border_radius\":\"0\",\"album_compact_thumb_border_style\":\"none\",\"album_compact_thumb_border_width\":1,\"album_compact_thumb_box_shadow\":\"\",\"album_compact_thumb_hover_effect\":\"rotate\",\"album_compact_thumb_hover_effect_value\":\"2deg\",\"album_compact_thumb_margin\":4,\"album_compact_thumb_padding\":4,\"album_compact_thumb_title_pos\":\"bottom\",\"album_compact_thumb_transition\":1,\"album_compact_thumb_transparent\":100,\"album_compact_thumbs_bg_color\":\"FFFFFF\",\"album_compact_title_font_color\":\"CCCCCC\",\"album_compact_title_font_color_hover\":\"FFFFFF\",\"album_compact_title_font_size\":16,\"album_compact_title_font_style\":\"Ubuntu\",\"album_compact_title_font_weight\":\"bold\",\"album_compact_title_margin\":\"5px\",\"album_compact_title_shadow\":\"\",\"album_extended_back_font_color\":\"323A45\",\"album_extended_back_font_size\":15,\"album_extended_back_font_style\":\"Ubuntu\",\"album_extended_back_font_weight\":\"bold\",\"album_extended_back_padding\":\"0\",\"album_extended_desc_font_color\":\"000000\",\"album_extended_desc_font_size\":14,\"album_extended_desc_font_style\":\"Ubuntu\",\"album_extended_desc_font_weight\":\"normal\",\"album_extended_desc_more_color\":\"FFC933\",\"album_extended_desc_more_size\":12,\"album_extended_desc_padding\":\"2px\",\"album_extended_desc_span_border_color\":\"CCCCCC\",\"album_extended_desc_span_border_style\":\"none\",\"album_extended_desc_span_border_width\":1,\"album_extended_div_bg_color\":\"FFFFFF\",\"album_extended_div_bg_transparent\":0,\"album_extended_div_border_radius\":\"\",\"album_extended_div_margin\":\"0 0 5px 0\",\"album_extended_div_padding\":10,\"album_extended_div_separator_color\":\"CCCCCC\",\"album_extended_div_separator_style\":\"none\",\"album_extended_div_separator_width\":1,\"album_extended_gal_title_align\":\"center\",\"album_extended_gal_title_font_color\":\"323A45\",\"album_extended_gal_title_font_size\":18,\"album_extended_gal_title_font_style\":\"Ubuntu\",\"album_extended_gal_title_font_weight\":\"bold\",\"album_extended_gal_title_margin\":\"0 2px 2px 2px\",\"album_extended_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_extended_text_div_bg_color\":\"FFFFFF\",\"album_extended_text_div_border_color\":\"CCCCCC\",\"album_extended_text_div_border_radius\":\"0\",\"album_extended_text_div_border_style\":\"none\",\"album_extended_text_div_border_width\":1,\"album_extended_text_div_padding\":\"5px\",\"album_extended_thumb_align\":\"left\",\"album_extended_thumb_bg_color\":\"E8E8E8\",\"album_extended_thumb_bg_transparent\":100,\"album_extended_thumb_border_color\":\"E8E8E8\",\"album_extended_thumb_border_radius\":\"0\",\"album_extended_thumb_border_style\":\"none\",\"album_extended_thumb_border_width\":4,\"album_extended_thumb_box_shadow\":\"\",\"album_extended_thumb_div_bg_color\":\"FFFFFF\",\"album_extended_thumb_div_border_color\":\"CCCCCC\",\"album_extended_thumb_div_border_radius\":\"\",\"album_extended_thumb_div_border_style\":\"none\",\"album_extended_thumb_div_border_width\":0,\"album_extended_thumb_div_padding\":\"0\",\"album_extended_thumb_hover_effect\":\"rotate\",\"album_extended_thumb_hover_effect_value\":\"2deg\",\"album_extended_thumb_margin\":2,\"album_extended_thumb_padding\":4,\"album_extended_thumb_transition\":0,\"album_extended_thumb_transparent\":100,\"album_extended_thumbs_bg_color\":\"FFFFFF\",\"album_extended_title_desc_alignment\":\"top\",\"album_extended_title_font_color\":\"000000\",\"album_extended_title_font_size\":16,\"album_extended_title_font_style\":\"Ubuntu\",\"album_extended_title_font_weight\":\"bold\",\"album_extended_title_margin_bottom\":2,\"album_extended_title_padding\":\"2px\",\"album_extended_title_span_border_color\":\"CCCCCC\",\"album_extended_title_span_border_style\":\"none\",\"album_extended_title_span_border_width\":1,\"album_masonry_back_font_color\":\"323A45\",\"album_masonry_back_font_size\":15,\"album_masonry_back_font_style\":\"Ubuntu\",\"album_masonry_back_font_weight\":\"normal\",\"album_masonry_back_padding\":\"0\",\"album_masonry_container_margin\":1,\"album_masonry_gal_title_align\":\"center\",\"album_masonry_gal_title_font_color\":\"323A45\",\"album_masonry_gal_title_font_size\":18,\"album_masonry_gal_title_font_style\":\"Ubuntu\",\"album_masonry_gal_title_font_weight\":\"bold\",\"album_masonry_gal_title_margin\":\"0 2px 2px 2px\",\"album_masonry_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_masonry_thumb_align\":\"center\",\"album_masonry_thumb_bg_color\":\"000000\",\"album_masonry_thumb_bg_transparent\":100,\"album_masonry_thumb_border_color\":\"000000\",\"album_masonry_thumb_border_radius\":\"0\",\"album_masonry_thumb_border_style\":\"none\",\"album_masonry_thumb_border_width\":1,\"album_masonry_thumb_box_shadow\":\"\",\"album_masonry_thumb_hover_effect\":\"zoom\",\"album_masonry_thumb_hover_effect_value\":\"2deg\",\"album_masonry_thumb_margin\":4,\"album_masonry_thumb_padding\":4,\"album_masonry_thumb_title_font_color_hover\":\"FFFFFF\",\"album_masonry_thumb_title_pos\":\"bottom\",\"album_masonry_thumb_transition\":1,\"album_masonry_thumb_transparent\":100,\"album_masonry_thumbs_bg_color\":\"FFFFFF\",\"album_masonry_title_font_color\":\"323A45\",\"album_masonry_title_font_size\":16,\"album_masonry_title_font_style\":\"Ubuntu\",\"album_masonry_title_font_weight\":\"bold\",\"album_masonry_title_margin\":\"5px\",\"album_masonry_title_shadow\":\"\",\"blog_style_align\":\"center\",\"blog_style_bg_color\":\"E8E8E8\",\"blog_style_border_color\":\"CCCCCC\",\"blog_style_border_radius\":\"0\",\"blog_style_border_style\":\"none\",\"blog_style_border_width\":1,\"blog_style_box_shadow\":\"\",\"blog_style_gal_title_align\":\"center\",\"blog_style_gal_title_font_color\":\"323A45\",\"blog_style_gal_title_font_size\":16,\"blog_style_gal_title_font_style\":\"Ubuntu\",\"blog_style_gal_title_font_weight\":\"bold\",\"blog_style_gal_title_margin\":\"2px\",\"blog_style_gal_title_shadow\":\"0px 0px 0px #888888\",\"blog_style_img_font_color\":\"000000\",\"blog_style_img_font_family\":\"Ubuntu\",\"blog_style_img_font_size\":16,\"blog_style_margin\":\"2px\",\"blog_style_padding\":\"4px\",\"blog_style_share_buttons_align\":\"right\",\"blog_style_share_buttons_bg_color\":\"FFFFFF\",\"blog_style_share_buttons_bg_transparent\":0,\"blog_style_share_buttons_border_color\":\"000000\",\"blog_style_share_buttons_border_radius\":\"0\",\"blog_style_share_buttons_border_style\":\"none\",\"blog_style_share_buttons_border_width\":0,\"blog_style_share_buttons_color\":\"A1A1A1\",\"blog_style_share_buttons_font_size\":20,\"blog_style_share_buttons_margin\":\"5px auto 10px auto\",\"blog_style_transparent\":70,\"carousel_caption_background_color\":\"000000\",\"carousel_caption_bottom\":0,\"carousel_caption_p_color\":\"FFFFFF\",\"carousel_caption_p_font_size\":14,\"carousel_caption_p_font_weight\":\"bold\",\"carousel_caption_p_mergin\":0,\"carousel_caption_p_pedding\":5,\"carousel_close_btn_transparent\":100,\"carousel_close_rl_btn_hover_color\":\"CCCCCC\",\"carousel_cont_bg_color\":\"000000\",\"carousel_cont_btn_transparent\":0,\"carousel_feature_border_color\":\"5D204F\",\"carousel_feature_border_style\":\"solid\",\"carousel_feature_border_width\":2,\"carousel_font_family\":\"Ubuntu\",\"carousel_mergin_bottom\":\"0.5\",\"carousel_play_pause_btn_size\":20,\"carousel_rl_btn_bg_color\":\"000000\",\"carousel_rl_btn_border_color\":\"FFFFFF\",\"carousel_rl_btn_border_radius\":\"20px\",\"carousel_rl_btn_border_style\":\"none\",\"carousel_rl_btn_border_width\":0,\"carousel_rl_btn_color\":\"FFFFFF\",\"carousel_rl_btn_height\":40,\"carousel_rl_btn_size\":20,\"carousel_rl_btn_style\":\"bwg-icon-chevron\",\"carousel_rl_btn_width\":40,\"carousel_title_border_radius\":\"5px\",\"carousel_title_opacity\":100,\"compact_container_margin\":\"1\",\"container_margin\":\"1\",\"image_browser_align\":\"center\",\"image_browser_bg_color\":\"E8E8E8\",\"image_browser_border_color\":\"E8E8E8\",\"image_browser_border_radius\":\"2px\",\"image_browser_border_style\":\"none\",\"image_browser_border_width\":1,\"image_browser_box_shadow\":\"\",\"image_browser_full_bg_color\":\"FFFFFF\",\"image_browser_full_border_color\":\"EDEDED\",\"image_browser_full_border_radius\":\"0\",\"image_browser_full_border_style\":\"solid\",\"image_browser_full_border_width\":1,\"image_browser_full_padding\":\"4px\",\"image_browser_full_transparent\":90,\"image_browser_gal_title_align\":\"center\",\"image_browser_gal_title_font_color\":\"323A45\",\"image_browser_gal_title_font_size\":16,\"image_browser_gal_title_font_style\":\"Ubuntu\",\"image_browser_gal_title_font_weight\":\"bold\",\"image_browser_gal_title_margin\":\"2px\",\"image_browser_gal_title_shadow\":\"0px 0px 0px #888888\",\"image_browser_image_description_align\":\"center\",\"image_browser_image_description_bg_color\":\"E8E8E8\",\"image_browser_image_description_border_color\":\"FFFFFF\",\"image_browser_image_description_border_radius\":\"0\",\"image_browser_image_description_border_style\":\"none\",\"image_browser_image_description_border_width\":1,\"image_browser_image_description_margin\":\"24px 0px 0px 0px\",\"image_browser_image_description_padding\":\"8px 8px 8px 8px\",\"image_browser_image_title_align\":\"top\",\"image_browser_img_font_color\":\"000000\",\"image_browser_img_font_family\":\"Ubuntu\",\"image_browser_img_font_size\":14,\"image_browser_margin\":\"2px auto\",\"image_browser_padding\":\"4px\",\"image_browser_transparent\":80,\"lightbox_bg_color\":\"000000\",\"lightbox_bg_transparent\":100,\"lightbox_close_btn_bg_color\":\"000000\",\"lightbox_close_btn_border_color\":\"FFFFFF\",\"lightbox_close_btn_border_radius\":\"16px\",\"lightbox_close_btn_border_style\":\"none\",\"lightbox_close_btn_border_width\":0,\"lightbox_close_btn_box_shadow\":\"\",\"lightbox_close_btn_color\":\"FFFFFF\",\"lightbox_close_btn_full_color\":\"FFFFFF\",\"lightbox_close_btn_height\":20,\"lightbox_close_btn_right\":\"-10\",\"lightbox_close_btn_size\":10,\"lightbox_close_btn_top\":\"-10\",\"lightbox_close_btn_transparent\":95,\"lightbox_close_btn_width\":20,\"lightbox_close_rl_btn_hover_color\":\"FFFFFF\",\"lightbox_comment_author_font_size\":14,\"lightbox_comment_bg_color\":\"000000\",\"lightbox_comment_body_font_size\":12,\"lightbox_comment_button_bg_color\":\"333333\",\"lightbox_comment_button_border_color\":\"666666\",\"lightbox_comment_button_border_radius\":\"3px\",\"lightbox_comment_button_border_style\":\"none\",\"lightbox_comment_button_border_width\":1,\"lightbox_comment_button_padding\":\"3px 10px\",\"lightbox_comment_date_font_size\":10,\"lightbox_comment_font_color\":\"CCCCCC\",\"lightbox_comment_font_size\":12,\"lightbox_comment_font_style\":\"Ubuntu\",\"lightbox_comment_input_bg_color\":\"333333\",\"lightbox_comment_input_border_color\":\"666666\",\"lightbox_comment_input_border_radius\":\"0\",\"lightbox_comment_input_border_style\":\"none\",\"lightbox_comment_input_border_width\":1,\"lightbox_comment_input_padding\":\"3px\",\"lightbox_comment_pos\":\"left\",\"lightbox_comment_separator_color\":\"2B2B2B\",\"lightbox_comment_separator_style\":\"solid\",\"lightbox_comment_separator_width\":1,\"lightbox_comment_share_button_color\":\"FFFFFF\",\"lightbox_comment_width\":400,\"lightbox_ctrl_btn_align\":\"center\",\"lightbox_ctrl_btn_color\":\"FFFFFF\",\"lightbox_ctrl_btn_height\":20,\"lightbox_ctrl_btn_margin_left\":7,\"lightbox_ctrl_btn_margin_top\":10,\"lightbox_ctrl_btn_pos\":\"bottom\",\"lightbox_ctrl_btn_transparent\":80,\"lightbox_ctrl_cont_bg_color\":\"000000\",\"lightbox_ctrl_cont_border_radius\":4,\"lightbox_ctrl_cont_transparent\":80,\"lightbox_description_color\":\"FFFFFF\",\"lightbox_description_font_size\":14,\"lightbox_description_font_style\":\"Ubuntu\",\"lightbox_description_font_weight\":\"normal\",\"lightbox_filmstrip_pos\":\"top\",\"lightbox_filmstrip_rl_bg_color\":\"2B2B2B\",\"lightbox_filmstrip_rl_btn_color\":\"FFFFFF\",\"lightbox_filmstrip_rl_btn_size\":20,\"lightbox_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"lightbox_filmstrip_thumb_active_border_width\":0,\"lightbox_filmstrip_thumb_border_color\":\"000000\",\"lightbox_filmstrip_thumb_border_radius\":\"0\",\"lightbox_filmstrip_thumb_border_style\":\"none\",\"lightbox_filmstrip_thumb_border_width\":1,\"lightbox_filmstrip_thumb_deactive_transparent\":80,\"lightbox_filmstrip_thumb_margin\":\"0 1px\",\"lightbox_hit_align\":\"left\",\"lightbox_hit_bg_color\":\"000000\",\"lightbox_hit_bg_transparent\":70,\"lightbox_hit_border_color\":\"000000\",\"lightbox_hit_border_radius\":\"5px\",\"lightbox_hit_border_style\":\"none\",\"lightbox_hit_border_width\":1,\"lightbox_hit_color\":\"FFFFFF\",\"lightbox_hit_font_size\":14,\"lightbox_hit_font_style\":\"Ubuntu\",\"lightbox_hit_font_weight\":\"normal\",\"lightbox_hit_margin\":\"0 5px\",\"lightbox_hit_padding\":\"5px\",\"lightbox_hit_pos\":\"bottom\",\"lightbox_info_align\":\"right\",\"lightbox_info_bg_color\":\"000000\",\"lightbox_info_bg_transparent\":70,\"lightbox_info_border_color\":\"000000\",\"lightbox_info_border_radius\":\"5px\",\"lightbox_info_border_style\":\"none\",\"lightbox_info_border_width\":1,\"lightbox_info_margin\":\"15px\",\"lightbox_info_padding\":\"5px\",\"lightbox_info_pos\":\"top\",\"lightbox_overlay_bg_color\":\"000000\",\"lightbox_overlay_bg_transparent\":70,\"lightbox_rate_align\":\"right\",\"lightbox_rate_color\":\"F9D062\",\"lightbox_rate_hover_color\":\"F7B50E\",\"lightbox_rate_icon\":\"star\",\"lightbox_rate_padding\":\"15px\",\"lightbox_rate_pos\":\"bottom\",\"lightbox_rate_size\":20,\"lightbox_rate_stars_count\":5,\"lightbox_rl_btn_bg_color\":\"000000\",\"lightbox_rl_btn_border_color\":\"FFFFFF\",\"lightbox_rl_btn_border_radius\":\"20px\",\"lightbox_rl_btn_border_style\":\"none\",\"lightbox_rl_btn_border_width\":2,\"lightbox_rl_btn_box_shadow\":\"\",\"lightbox_rl_btn_color\":\"FFFFFF\",\"lightbox_rl_btn_height\":40,\"lightbox_rl_btn_size\":20,\"lightbox_rl_btn_style\":\"bwg-icon-chevron\",\"lightbox_rl_btn_transparent\":80,\"lightbox_rl_btn_width\":40,\"lightbox_title_color\":\"FFFFFF\",\"lightbox_title_font_size\":18,\"lightbox_title_font_style\":\"Ubuntu\",\"lightbox_title_font_weight\":\"bold\",\"lightbox_toggle_btn_height\":14,\"lightbox_toggle_btn_width\":100,\"masonry_container_margin\":\"1\",\"masonry_description_color\":\"323A45\",\"masonry_description_font_size\":16,\"masonry_description_font_style\":\"Ubuntu\",\"masonry_thumb_align\":\"center\",\"masonry_thumb_bg_color\":\"000000\",\"masonry_thumb_bg_transparent\":0,\"masonry_thumb_border_color\":\"CCCCCC\",\"masonry_thumb_border_radius\":\"2px\",\"masonry_thumb_border_style\":\"none\",\"masonry_thumb_border_width\":1,\"masonry_thumb_gal_title_align\":\"center\",\"masonry_thumb_gal_title_font_color\":\"323A45\",\"masonry_thumb_gal_title_font_size\":16,\"masonry_thumb_gal_title_font_style\":\"Ubuntu\",\"masonry_thumb_gal_title_font_weight\":\"bold\",\"masonry_thumb_gal_title_margin\":\"2px\",\"masonry_thumb_gal_title_shadow\":\"\",\"masonry_thumb_hover_effect\":\"zoom\",\"masonry_thumb_hover_effect_value\":\"1.08\",\"masonry_thumb_padding\":4,\"masonry_thumb_title_font_color\":\"323A45\",\"masonry_thumb_title_font_color_hover\":\"FFFFFF\",\"masonry_thumb_title_font_size\":16,\"masonry_thumb_title_font_style\":\"Ubuntu\",\"masonry_thumb_title_font_weight\":\"bold\",\"masonry_thumb_title_margin\":\"2px\",\"masonry_thumb_transition\":1,\"masonry_thumb_transparent\":80,\"masonry_thumbs_bg_color\":\"FFFFFF\",\"mosaic_container_margin\":\"1\",\"mosaic_thumb_align\":\"center\",\"mosaic_thumb_bg_color\":\"000000\",\"mosaic_thumb_bg_transparent\":0,\"mosaic_thumb_border_color\":\"CCCCCC\",\"mosaic_thumb_border_radius\":\"2px\",\"mosaic_thumb_border_style\":\"none\",\"mosaic_thumb_border_width\":1,\"mosaic_thumb_gal_title_align\":\"center\",\"mosaic_thumb_gal_title_font_color\":\"323A45\",\"mosaic_thumb_gal_title_font_size\":16,\"mosaic_thumb_gal_title_font_style\":\"Ubuntu\",\"mosaic_thumb_gal_title_font_weight\":\"bold\",\"mosaic_thumb_gal_title_margin\":\"2px\",\"mosaic_thumb_gal_title_shadow\":\"\",\"mosaic_thumb_hover_effect\":\"rotate\",\"mosaic_thumb_hover_effect_value\":\"2deg\",\"mosaic_thumb_padding\":4,\"mosaic_thumb_title_font_color\":\"323A45\",\"mosaic_thumb_title_font_color_hover\":\"FFFFFF\",\"mosaic_thumb_title_font_size\":16,\"mosaic_thumb_title_font_style\":\"Ubuntu\",\"mosaic_thumb_title_font_weight\":\"bold\",\"mosaic_thumb_title_margin\":\"2px\",\"mosaic_thumb_title_shadow\":\"0px 0px 0px #888888\",\"mosaic_thumb_transition\":1,\"mosaic_thumb_transparent\":80,\"mosaic_thumbs_bg_color\":\"FFFFFF\",\"page_nav_align\":\"center\",\"page_nav_border_color\":\"E3E3E3\",\"page_nav_border_radius\":\"0\",\"page_nav_border_style\":\"none\",\"page_nav_border_width\":1,\"page_nav_box_shadow\":\"0\",\"page_nav_button_bg_color\":\"FCFCFC\",\"page_nav_button_bg_transparent\":100,\"page_nav_button_text\":0,\"page_nav_button_transition\":1,\"page_nav_font_color\":\"666666\",\"page_nav_font_size\":12,\"page_nav_font_style\":\"Ubuntu\",\"page_nav_font_weight\":\"bold\",\"page_nav_margin\":\"0\",\"page_nav_number\":0,\"page_nav_padding\":\"3px 6px\",\"page_nav_position\":\"bottom\",\"slideshow_close_btn_transparent\":100,\"slideshow_close_rl_btn_hover_color\":\"DBDBDB\",\"slideshow_cont_bg_color\":\"000000\",\"slideshow_description_background_color\":\"000000\",\"slideshow_description_border_radius\":\"0\",\"slideshow_description_color\":\"FFFFFF\",\"slideshow_description_font\":\"Ubuntu\",\"slideshow_description_font_size\":14,\"slideshow_description_opacity\":70,\"slideshow_description_padding\":\"5px 10px 5px 10px\",\"slideshow_dots_active_background_color\":\"292929\",\"slideshow_dots_active_border_color\":\"FFC933\",\"slideshow_dots_active_border_width\":2,\"slideshow_dots_background_color\":\"292929\",\"slideshow_dots_border_radius\":\"10px\",\"slideshow_dots_height\":10,\"slideshow_dots_margin\":1,\"slideshow_dots_width\":10,\"slideshow_filmstrip_pos\":\"bottom\",\"slideshow_filmstrip_rl_bg_color\":\"303030\",\"slideshow_filmstrip_rl_btn_color\":\"FFFFFF\",\"slideshow_filmstrip_rl_btn_size\":20,\"slideshow_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"slideshow_filmstrip_thumb_active_border_width\":0,\"slideshow_filmstrip_thumb_border_color\":\"000000\",\"slideshow_filmstrip_thumb_border_radius\":\"0\",\"slideshow_filmstrip_thumb_border_style\":\"none\",\"slideshow_filmstrip_thumb_border_width\":1,\"slideshow_filmstrip_thumb_deactive_transparent\":80,\"slideshow_filmstrip_thumb_margin\":\"0 1px\",\"slideshow_play_pause_btn_size\":60,\"slideshow_rl_btn_bg_color\":\"000000\",\"slideshow_rl_btn_border_color\":\"FFFFFF\",\"slideshow_rl_btn_border_radius\":\"20px\",\"slideshow_rl_btn_border_style\":\"none\",\"slideshow_rl_btn_border_width\":0,\"slideshow_rl_btn_box_shadow\":\"\",\"slideshow_rl_btn_color\":\"FFFFFF\",\"slideshow_rl_btn_height\":40,\"slideshow_rl_btn_size\":20,\"slideshow_rl_btn_style\":\"bwg-icon-arrow\",\"slideshow_rl_btn_width\":40,\"slideshow_title_background_color\":\"000000\",\"slideshow_title_border_radius\":\"5px\",\"slideshow_title_color\":\"FFFFFF\",\"slideshow_title_font\":\"Ubuntu\",\"slideshow_title_font_size\":16,\"slideshow_title_opacity\":70,\"slideshow_title_padding\":\"5px 10px 5px 10px\",\"thumb_align\":\"center\",\"thumb_bg_color\":\"000000\",\"thumb_bg_transparent\":0,\"thumb_border_color\":\"FFFFFF\",\"thumb_border_radius\":\"0\",\"thumb_border_style\":\"none\",\"thumb_border_width\":5,\"thumb_box_shadow\":\"\",\"thumb_gal_title_align\":\"center\",\"thumb_gal_title_font_color\":\"323A45\",\"thumb_gal_title_font_size\":18,\"thumb_gal_title_font_style\":\"Ubuntu\",\"thumb_gal_title_font_weight\":\"bold\",\"thumb_gal_title_margin\":\"2px\",\"thumb_gal_title_shadow\":\"\",\"thumb_hover_effect\":\"zoom\",\"thumb_hover_effect_value\":\"1.08\",\"thumb_margin\":\"4\",\"thumb_padding\":\"0\",\"thumb_title_font_color\":\"323A45\",\"thumb_title_font_color_hover\":\"FFFFFF\",\"thumb_title_font_size\":16,\"thumb_title_font_style\":\"Ubuntu\",\"thumb_title_font_weight\":\"bold\",\"thumb_title_margin\":\"5px\",\"thumb_description_font_color\":\"323A45\",\"thumb_description_font_style\":\"Ubuntu\",\"thumb_description_font_size\":12,\"thumb_title_pos\":\"bottom\",\"thumb_title_shadow\":\"\",\"thumb_transition\":1,\"thumb_transparent\":100,\"thumbs_bg_color\":\"FFFFFF\"}',0); /*!40000 ALTER TABLE `wpie_bwg_theme` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_bwg_theme` with 2 row(s) -- -- -- Table structure for table `wpie_wpforms_entries` -- DROP TABLE IF EXISTS `wpie_wpforms_entries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_wpforms_entries` ( `entry_id` bigint(20) NOT NULL AUTO_INCREMENT, `form_id` bigint(20) NOT NULL, `post_id` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL, `status` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL, `type` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL, `viewed` tinyint(1) DEFAULT 0, `starred` tinyint(1) DEFAULT 0, `fields` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `meta` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `date` datetime NOT NULL, `date_modified` datetime NOT NULL, `ip_address` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL, `user_agent` varchar(256) COLLATE utf8mb4_unicode_ci NOT NULL, `user_uuid` varchar(36) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`entry_id`), KEY `form_id` (`form_id`) ) ENGINE=MyISAM AUTO_INCREMENT=58 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_wpforms_entries` -- LOCK TABLES `wpie_wpforms_entries` WRITE; /*!40000 ALTER TABLE `wpie_wpforms_entries` DISABLE KEYS */; INSERT INTO `wpie_wpforms_entries` VALUES (1,16,0,2,'','',1,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Patrick Fee\",\"id\":1,\"type\":\"name\",\"first\":\"Patrick\",\"middle\":\"\",\"last\":\"Fee\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Joe Fee\",\"id\":8,\"type\":\"name\",\"first\":\"Joe\",\"middle\":\"\",\"last\":\"Fee\"},\"2\":{\"name\":\"Email\",\"value\":\"jfee_11@yahoo.ca\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"\",\"id\":10,\"type\":\"name\",\"first\":\"\",\"middle\":\"\",\"last\":\"\"},\"9\":{\"name\":\"Email\",\"value\":\"\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2008\",\"value_raw\":\"2008\",\"id\":7,\"type\":\"select\"}}','','2019-10-21 20:38:33','2019-10-21 20:38:33','206.47.119.126','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36','47cf676d-41cb-4e26-8993-ca2290510281'),(2,16,0,2,'','',1,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Emily Fee\",\"id\":1,\"type\":\"name\",\"first\":\"Emily\",\"middle\":\"\",\"last\":\"Fee\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Joe Fee\",\"id\":8,\"type\":\"name\",\"first\":\"Joe\",\"middle\":\"\",\"last\":\"Fee\"},\"2\":{\"name\":\"Email\",\"value\":\"jfee_11@yahoo.ca\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"\",\"id\":10,\"type\":\"name\",\"first\":\"\",\"middle\":\"\",\"last\":\"\"},\"9\":{\"name\":\"Email\",\"value\":\"\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2010\",\"value_raw\":\"2010\",\"id\":7,\"type\":\"select\"}}','','2019-10-22 18:21:23','2019-10-22 18:21:23','206.47.119.126','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36','47cf676d-41cb-4e26-8993-ca2290510281'),(5,16,0,0,'','',1,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"James Sheil\",\"id\":1,\"type\":\"name\",\"first\":\"James\",\"middle\":\"\",\"last\":\"Sheil\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Emmet Sheil\",\"id\":8,\"type\":\"name\",\"first\":\"Emmet\",\"middle\":\"\",\"last\":\"Sheil\"},\"2\":{\"name\":\"Email\",\"value\":\"esheil@icloud.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Tova White\",\"id\":10,\"type\":\"name\",\"first\":\"Tova\",\"middle\":\"\",\"last\":\"White\"},\"9\":{\"name\":\"Email\",\"value\":\"tova.white@gmail.com\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2006\",\"value_raw\":\"2006\",\"id\":7,\"type\":\"select\"}}','','2019-10-29 11:49:53','2019-10-29 11:49:53','52.179.140.146','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134','1ab8df69-d86b-4e08-85e4-32f61b18c865'),(6,16,0,0,'','',1,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Alexander Black\",\"id\":1,\"type\":\"name\",\"first\":\"Alexander\",\"middle\":\"\",\"last\":\"Black\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Victoria Black\",\"id\":8,\"type\":\"name\",\"first\":\"Victoria\",\"middle\":\"\",\"last\":\"Black\"},\"2\":{\"name\":\"Email\",\"value\":\"victoriablack571@gmail.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Cory Black\",\"id\":10,\"type\":\"name\",\"first\":\"Cory\",\"middle\":\"\",\"last\":\"Black\"},\"9\":{\"name\":\"Email\",\"value\":\"cblacky74@gmail.com\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2007\",\"value_raw\":\"2007\",\"id\":7,\"type\":\"select\"}}','','2019-10-29 19:01:37','2019-10-29 19:01:37','76.71.86.88','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0','5e50e362-9c23-4e81-9d39-fe9882e97258'),(23,16,0,0,'','',1,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Ryan DuChene\",\"id\":1,\"type\":\"name\",\"first\":\"Ryan\",\"middle\":\"\",\"last\":\"DuChene\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Seth DuChene\",\"id\":8,\"type\":\"name\",\"first\":\"Seth\",\"middle\":\"\",\"last\":\"DuChene\"},\"2\":{\"name\":\"Email\",\"value\":\"seth.duchene@gmail.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Mary Beth DuChene\",\"id\":10,\"type\":\"name\",\"first\":\"Mary Beth\",\"middle\":\"\",\"last\":\"DuChene\"},\"9\":{\"name\":\"Email\",\"value\":\"mb.duchene@gmail.com\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2009\",\"value_raw\":\"2009\",\"id\":7,\"type\":\"select\"}}','','2019-11-16 13:58:10','2019-11-16 13:58:10','99.233.134.217','Mozilla/5.0 (iPhone; CPU iPhone OS 13_1_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.1 Mobile/15E148 Safari/604.1','a4e49838-358b-45f7-8060-bc29563031be'),(8,4991,0,2,'','',0,0,'{\"1\":{\"name\":\"Participant Name\",\"value\":\"Patrick Fee\",\"id\":1,\"type\":\"name\",\"first\":\"Patrick\",\"middle\":\"\",\"last\":\"Fee\"},\"5\":{\"name\":\"Birth Year\",\"value\":\"2008\",\"id\":5,\"type\":\"number\"},\"4\":{\"name\":\"Primary Contact Email\",\"value\":\"jfee_11@yahoo.ca\",\"id\":4,\"type\":\"email\"},\"6\":{\"name\":\"Secondary Contact Email (if necessary)\",\"value\":\"\",\"id\":6,\"type\":\"email\"}}','','2019-10-31 05:12:29','2019-10-31 05:12:29','76.71.85.141','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','47cf676d-41cb-4e26-8993-ca2290510281'),(9,4995,0,2,'','',0,0,'{\"1\":{\"name\":\"Participant Name\",\"value\":\"Patrick Fee\",\"id\":1,\"type\":\"name\",\"first\":\"Patrick\",\"middle\":\"\",\"last\":\"Fee\"},\"5\":{\"name\":\"Birth Year\",\"value\":\"2008\",\"id\":5,\"type\":\"number\"},\"4\":{\"name\":\"Primary Contact Email\",\"value\":\"jfee_11@yahoo.ca\",\"id\":4,\"type\":\"email\"},\"6\":{\"name\":\"Secondary Contact Email (if necessary)\",\"value\":\"\",\"id\":6,\"type\":\"email\"}}','','2019-10-31 05:13:07','2019-10-31 05:13:07','76.71.85.141','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','47cf676d-41cb-4e26-8993-ca2290510281'),(10,4984,0,0,'','',0,0,'{\"1\":{\"name\":\"Participant Name\",\"value\":\"Harrison Blamire\",\"id\":1,\"type\":\"name\",\"first\":\"Harrison\",\"middle\":\"\",\"last\":\"Blamire\"},\"5\":{\"name\":\"Birth Year\",\"value\":\"2012\",\"id\":5,\"type\":\"number\"},\"4\":{\"name\":\"Primary Contact Email\",\"value\":\"allieb25@hotmail.com\",\"id\":4,\"type\":\"email\"},\"6\":{\"name\":\"Secondary Contact Email (if necessary)\",\"value\":\"\",\"id\":6,\"type\":\"email\"}}','','2019-10-31 14:02:39','2019-10-31 14:02:39','192.186.74.34','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36','696c072b-1c1d-4492-80e3-25982a4eab98'),(11,4984,0,0,'','',0,0,'{\"1\":{\"name\":\"Participant Name\",\"value\":\"Lawson Blamire\",\"id\":1,\"type\":\"name\",\"first\":\"Lawson\",\"middle\":\"\",\"last\":\"Blamire\"},\"5\":{\"name\":\"Birth Year\",\"value\":\"2015\",\"id\":5,\"type\":\"number\"},\"4\":{\"name\":\"Primary Contact Email\",\"value\":\"allieb25@hotmail.com\",\"id\":4,\"type\":\"email\"},\"6\":{\"name\":\"Secondary Contact Email (if necessary)\",\"value\":\"\",\"id\":6,\"type\":\"email\"}}','','2019-10-31 14:03:25','2019-10-31 14:03:25','192.186.74.34','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36','696c072b-1c1d-4492-80e3-25982a4eab98'),(12,16,0,0,'','',1,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Selena Hill\",\"id\":1,\"type\":\"name\",\"first\":\"Selena\",\"middle\":\"\",\"last\":\"Hill\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Amanda Hill\",\"id\":8,\"type\":\"name\",\"first\":\"Amanda\",\"middle\":\"\",\"last\":\"Hill\"},\"2\":{\"name\":\"Email\",\"value\":\"magoo198555@gmail.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Dennis Hill\",\"id\":10,\"type\":\"name\",\"first\":\"Dennis\",\"middle\":\"\",\"last\":\"Hill\"},\"9\":{\"name\":\"Email\",\"value\":\"mohawkindian4321@gmail.com\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2006\",\"value_raw\":\"2006\",\"id\":7,\"type\":\"select\"}}','','2019-11-04 01:30:09','2019-11-04 01:30:09','24.51.251.212','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G950W) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.1 Chrome/71.0.3578.99 Mobile Safari/537.36','5881bcae-399e-4b34-85cd-8e6aeac9cd82'),(13,16,0,0,'','',1,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Braiden Whalen\",\"id\":1,\"type\":\"name\",\"first\":\"Braiden\",\"middle\":\"\",\"last\":\"Whalen\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Lauren Whitlock\",\"id\":8,\"type\":\"name\",\"first\":\"Lauren\",\"middle\":\"\",\"last\":\"Whitlock\"},\"2\":{\"name\":\"Email\",\"value\":\"laurenwhitlock1983@gmail.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Jon Whalen\",\"id\":10,\"type\":\"name\",\"first\":\"Jon\",\"middle\":\"\",\"last\":\"Whalen\"},\"9\":{\"name\":\"Email\",\"value\":\"camryman454@outlook.com\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2011\",\"value_raw\":\"2011\",\"id\":7,\"type\":\"select\"}}','','2019-11-04 02:14:44','2019-11-04 02:14:44','142.112.145.169','Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1','b6f36fff-1c6e-4af6-8df9-cc1f33d83d08'),(14,4984,0,0,'','',0,0,'{\"1\":{\"name\":\"Participant Name\",\"value\":\"Lachlan Conlon\",\"id\":1,\"type\":\"name\",\"first\":\"Lachlan\",\"middle\":\"\",\"last\":\"Conlon\"},\"5\":{\"name\":\"Birth Year\",\"value\":\"2010\",\"id\":5,\"type\":\"number\"},\"4\":{\"name\":\"Primary Contact Email\",\"value\":\"darmanin.marie@gmail.com\",\"id\":4,\"type\":\"email\"},\"6\":{\"name\":\"Secondary Contact Email (if necessary)\",\"value\":\"\",\"id\":6,\"type\":\"email\"}}','','2019-11-05 15:28:45','2019-11-05 15:28:45','67.70.247.227','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','1b33b36a-9d6b-42cd-9ab6-6e4a9ce28dfb'),(15,4984,0,0,'','',0,0,'{\"1\":{\"name\":\"Participant Name\",\"value\":\"Braxton Labonte\",\"id\":1,\"type\":\"name\",\"first\":\"Braxton\",\"middle\":\"\",\"last\":\"Labonte\"},\"5\":{\"name\":\"Birth Year\",\"value\":\"2008\",\"id\":5,\"type\":\"number\"},\"4\":{\"name\":\"Primary Contact Email\",\"value\":\"darmanin.marie@gmail.com\",\"id\":4,\"type\":\"email\"},\"6\":{\"name\":\"Secondary Contact Email (if necessary)\",\"value\":\"\",\"id\":6,\"type\":\"email\"}}','','2019-11-06 17:24:02','2019-11-06 17:24:02','67.70.247.227','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','1b33b36a-9d6b-42cd-9ab6-6e4a9ce28dfb'),(16,4984,0,0,'','',0,0,'{\"1\":{\"name\":\"Participant Name\",\"value\":\"Nick Labonte\",\"id\":1,\"type\":\"name\",\"first\":\"Nick\",\"middle\":\"\",\"last\":\"Labonte\"},\"5\":{\"name\":\"Birth Year\",\"value\":\"2005\",\"id\":5,\"type\":\"number\"},\"4\":{\"name\":\"Primary Contact Email\",\"value\":\"darmanin.marie@gmail.com\",\"id\":4,\"type\":\"email\"},\"6\":{\"name\":\"Secondary Contact Email (if necessary)\",\"value\":\"darmanin.marie@gmail.com\",\"id\":6,\"type\":\"email\"}}','','2019-11-06 18:14:34','2019-11-06 18:14:34','67.70.247.227','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','1b33b36a-9d6b-42cd-9ab6-6e4a9ce28dfb'),(17,4984,0,0,'','',1,0,'{\"1\":{\"name\":\"Participant Name\",\"value\":\"Dacian Goldthorpe\",\"id\":1,\"type\":\"name\",\"first\":\"Dacian\",\"middle\":\"\",\"last\":\"Goldthorpe\"},\"5\":{\"name\":\"Birth Year\",\"value\":\"2009\",\"id\":5,\"type\":\"number\"},\"4\":{\"name\":\"Primary Contact Email\",\"value\":\"cgoldthorpe72@gmail.com\",\"id\":4,\"type\":\"email\"},\"6\":{\"name\":\"Secondary Contact Email (if necessary)\",\"value\":\"nickgoldthorpe75@gmail.com\",\"id\":6,\"type\":\"email\"}}','','2019-11-12 00:57:51','2019-11-12 00:57:51','198.254.251.199','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0','3bc23166-1a69-41d8-8961-2bc8fbbd9116'),(18,4984,0,0,'','',0,0,'{\"1\":{\"name\":\"Participant Name\",\"value\":\"Liam Adman\",\"id\":1,\"type\":\"name\",\"first\":\"Liam\",\"middle\":\"\",\"last\":\"Adman\"},\"5\":{\"name\":\"Birth Year\",\"value\":\"2008\",\"id\":5,\"type\":\"number\"},\"4\":{\"name\":\"Primary Contact Email\",\"value\":\"dorothymaine16355@gmail.com\",\"id\":4,\"type\":\"email\"},\"6\":{\"name\":\"Secondary Contact Email (if necessary)\",\"value\":\"\",\"id\":6,\"type\":\"email\"}}','','2019-11-12 23:46:18','2019-11-12 23:46:18','67.193.66.132','Mozilla/5.0 (Linux; Android 9; SM-G965W) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36','e85e1ed6-a7ab-4d70-9b73-9c87932b094a'),(19,16,0,0,'','',0,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Dean McKenna\",\"id\":1,\"type\":\"name\",\"first\":\"Dean\",\"middle\":\"\",\"last\":\"McKenna\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Mary-Beth McKenna\",\"id\":8,\"type\":\"name\",\"first\":\"Mary-Beth\",\"middle\":\"\",\"last\":\"McKenna\"},\"2\":{\"name\":\"Email\",\"value\":\"mtdmckenna@hotmail.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Todd McKenna\",\"id\":10,\"type\":\"name\",\"first\":\"Todd\",\"middle\":\"\",\"last\":\"McKenna\"},\"9\":{\"name\":\"Email\",\"value\":\"\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2008\",\"value_raw\":\"2008\",\"id\":7,\"type\":\"select\"}}','','2019-11-13 03:14:58','2019-11-13 03:14:58','24.156.192.161','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G960W) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.1 Chrome/71.0.3578.99 Mobile Safari/537.36','96ee4799-bb6f-4d50-9a4d-664580abcbd7'),(20,4984,0,0,'','',0,0,'{\"1\":{\"name\":\"Participant Name\",\"value\":\"Thomas McGilligan\",\"id\":1,\"type\":\"name\",\"first\":\"Thomas\",\"middle\":\"\",\"last\":\"McGilligan\"},\"5\":{\"name\":\"Birth Year\",\"value\":\"2012\",\"id\":5,\"type\":\"number\"},\"4\":{\"name\":\"Primary Contact Email\",\"value\":\"jennifer_mcgilligan54@outlook.com\",\"id\":4,\"type\":\"email\"},\"6\":{\"name\":\"Secondary Contact Email (if necessary)\",\"value\":\"jennifer_mcgilligan54@outlook.com\",\"id\":6,\"type\":\"email\"}}','','2019-11-13 21:19:54','2019-11-13 21:19:54','67.193.54.133','Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A520W) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.1 Chrome/71.0.3578.99 Mobile Safari/537.36','7fa1cb3f-a023-406e-989d-ea9708c2cdf6'),(21,4984,0,0,'','',0,0,'{\"1\":{\"name\":\"Participant Name\",\"value\":\"Hudson Silverburg\",\"id\":1,\"type\":\"name\",\"first\":\"Hudson\",\"middle\":\"\",\"last\":\"Silverburg\"},\"5\":{\"name\":\"Birth Year\",\"value\":\"2015\",\"id\":5,\"type\":\"number\"},\"4\":{\"name\":\"Primary Contact Email\",\"value\":\"nmsilverburg@gmail.com\",\"id\":4,\"type\":\"email\"},\"6\":{\"name\":\"Secondary Contact Email (if necessary)\",\"value\":\"\",\"id\":6,\"type\":\"email\"}}','','2019-11-13 22:12:33','2019-11-13 22:12:33','67.193.51.214','Mozilla/5.0 (iPhone; CPU iPhone OS 13_1_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone9,3;FBMD/iPhone;FBSN/iOS;FBSV/13.1.3;FBSS/2;FBID/phone;FBLC/en_US;FBOP/5;FBCR/Rogers]','030a018a-c37b-4f8a-b41e-f4f15f9f0e90'),(22,4984,0,0,'','',0,0,'{\"1\":{\"name\":\"Participant Name\",\"value\":\"Elliott Carter\",\"id\":1,\"type\":\"name\",\"first\":\"Elliott\",\"middle\":\"\",\"last\":\"Carter\"},\"5\":{\"name\":\"Birth Year\",\"value\":\"2011\",\"id\":5,\"type\":\"number\"},\"4\":{\"name\":\"Primary Contact Email\",\"value\":\"tiffany_frauts@hotmail.com\",\"id\":4,\"type\":\"email\"},\"6\":{\"name\":\"Secondary Contact Email (if necessary)\",\"value\":\"\",\"id\":6,\"type\":\"email\"}}','','2019-11-15 17:24:50','2019-11-15 17:24:50','67.69.69.48','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone7,2;FBMD/iPhone;FBSN/iOS;FBSV/12.4.2;FBSS/2;FBID/phone;FBLC/en_US;FBOP/5;FBCR/Bell]','5e6b0b17-fdda-4f94-8970-7db8c9474465'),(24,16,0,0,'','',1,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Haley Hill\",\"id\":1,\"type\":\"name\",\"first\":\"Haley\",\"middle\":\"\",\"last\":\"Hill\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Amanda Hill\",\"id\":8,\"type\":\"name\",\"first\":\"Amanda\",\"middle\":\"\",\"last\":\"Hill\"},\"2\":{\"name\":\"Email\",\"value\":\"magoo198555@gmail.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Dennis Hill\",\"id\":10,\"type\":\"name\",\"first\":\"Dennis\",\"middle\":\"\",\"last\":\"Hill\"},\"9\":{\"name\":\"Email\",\"value\":\"mohawkindian4321@gmail.com\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2006\",\"value_raw\":\"2006\",\"id\":7,\"type\":\"select\"}}','','2019-11-17 03:18:24','2019-11-17 03:18:24','24.51.251.212','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G950W) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.1 Chrome/71.0.3578.99 Mobile Safari/537.36','5881bcae-399e-4b34-85cd-8e6aeac9cd82'),(25,16,0,0,'','',1,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Tanner Zadworny\",\"id\":1,\"type\":\"name\",\"first\":\"Tanner\",\"middle\":\"\",\"last\":\"Zadworny\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Dan Zadworny\",\"id\":8,\"type\":\"name\",\"first\":\"Dan\",\"middle\":\"\",\"last\":\"Zadworny\"},\"2\":{\"name\":\"Email\",\"value\":\"badzadder@hotmail.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"\",\"id\":10,\"type\":\"name\",\"first\":\"\",\"middle\":\"\",\"last\":\"\"},\"9\":{\"name\":\"Email\",\"value\":\"\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2007\",\"value_raw\":\"2007\",\"id\":7,\"type\":\"select\"}}','','2019-11-17 13:30:35','2019-11-17 13:30:35','76.71.98.249','Mozilla/5.0 (Linux; Android 8.0.0; SM-G960W Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.96 Mobile Safari/537.36 [FB_IAB/Orca-Android;FBAV/241.0.0.17.116;]','a48b8528-c7c7-402b-9cbd-2b39ce97e4f6'),(26,16,0,0,'','',1,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Aaden Caslick\",\"id\":1,\"type\":\"name\",\"first\":\"Aaden\",\"middle\":\"\",\"last\":\"Caslick\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Katie Caslick\",\"id\":8,\"type\":\"name\",\"first\":\"Katie\",\"middle\":\"\",\"last\":\"Caslick\"},\"2\":{\"name\":\"Email\",\"value\":\"katie_aadenc@hotmail.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"\",\"id\":10,\"type\":\"name\",\"first\":\"\",\"middle\":\"\",\"last\":\"\"},\"9\":{\"name\":\"Email\",\"value\":\"\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2008\",\"value_raw\":\"2008\",\"id\":7,\"type\":\"select\"}}','','2019-11-17 19:48:32','2019-11-17 19:48:32','104.195.139.94','Mozilla/5.0 (Linux; Android 9; LM-G710) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36','310f2689-b563-4e69-8fa3-07bb12acb038'),(27,16,0,0,'','',1,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Mackenzie Weaver\",\"id\":1,\"type\":\"name\",\"first\":\"Mackenzie\",\"middle\":\"\",\"last\":\"Weaver\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Sandra Weaver\",\"id\":8,\"type\":\"name\",\"first\":\"Sandra\",\"middle\":\"\",\"last\":\"Weaver\"},\"2\":{\"name\":\"Email\",\"value\":\"sandra.weaver84@gmail.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Jason Weaver\",\"id\":10,\"type\":\"name\",\"first\":\"Jason\",\"middle\":\"\",\"last\":\"Weaver\"},\"9\":{\"name\":\"Email\",\"value\":\"ltweaver1972@gmail.com\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2011\",\"value_raw\":\"2011\",\"id\":7,\"type\":\"select\"}}','','2019-11-22 02:09:15','2019-11-22 02:09:15','67.193.63.52','Mozilla/5.0 (iPhone; CPU iPhone OS 13_1_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.1 Mobile/15E148 Safari/604.1','0f8155db-c0f3-4246-bcfa-a7744b7d15d7'),(28,4991,0,0,'','',0,0,'{\"1\":{\"name\":\"Participant Name\",\"value\":\"Harrison Blamire\",\"id\":1,\"type\":\"name\",\"first\":\"Harrison\",\"middle\":\"\",\"last\":\"Blamire\"},\"5\":{\"name\":\"Birth Year\",\"value\":\"2012\",\"id\":5,\"type\":\"number\"},\"4\":{\"name\":\"Primary Contact Email\",\"value\":\"allieb25@hotmail.com\",\"id\":4,\"type\":\"email\"},\"6\":{\"name\":\"Secondary Contact Email (if necessary)\",\"value\":\"\",\"id\":6,\"type\":\"email\"}}','','2019-11-22 13:18:44','2019-11-22 13:18:44','104.224.100.136','Mozilla/5.0 (iPhone; CPU iPhone OS 13_1_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone9,4;FBMD/iPhone;FBSN/iOS;FBSV/13.1.3;FBSS/3;FBCR/Bell;FBID/phone;FBLC/en_US;FBOP/5]','44f5d62d-24eb-492a-bc96-585d5e7b935f'),(29,16,0,0,'','',1,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Tsyora\\u2019s\\u00e9hstha Brant\",\"id\":1,\"type\":\"name\",\"first\":\"Tsyora\\u2019s\\u00e9hstha\",\"middle\":\"\",\"last\":\"Brant\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Miranda Brant\",\"id\":8,\"type\":\"name\",\"first\":\"Miranda\",\"middle\":\"\",\"last\":\"Brant\"},\"2\":{\"name\":\"Email\",\"value\":\"brantsnaturalfoods@live.ca\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Joe Brant\",\"id\":10,\"type\":\"name\",\"first\":\"Joe\",\"middle\":\"\",\"last\":\"Brant\"},\"9\":{\"name\":\"Email\",\"value\":\"brantsnaturalfoods@live.ca\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2007\",\"value_raw\":\"2007\",\"id\":7,\"type\":\"select\"}}','','2019-11-24 00:17:51','2019-11-24 00:17:51','24.51.251.241','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1','5e6e3c8b-c42a-4538-8107-a5b4c721d53a'),(30,16,0,0,'','',0,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Yakow\\u00e9n:nare Brant\",\"id\":1,\"type\":\"name\",\"first\":\"Yakow\\u00e9n:nare\",\"middle\":\"\",\"last\":\"Brant\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Miranda Brant\",\"id\":8,\"type\":\"name\",\"first\":\"Miranda\",\"middle\":\"\",\"last\":\"Brant\"},\"2\":{\"name\":\"Email\",\"value\":\"brantsnaturalfoods@live.ca\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Joe Brant\",\"id\":10,\"type\":\"name\",\"first\":\"Joe\",\"middle\":\"\",\"last\":\"Brant\"},\"9\":{\"name\":\"Email\",\"value\":\"brantsnaturalfoods@live.ca\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2009\",\"value_raw\":\"2009\",\"id\":7,\"type\":\"select\"}}','','2019-11-24 00:19:36','2019-11-24 00:19:36','24.51.251.241','Mozilla/5.0 (iPhone; CPU iPhone OS 13_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1','5e6e3c8b-c42a-4538-8107-a5b4c721d53a'),(31,16,0,0,'','',0,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Griffin Lavender\",\"id\":1,\"type\":\"name\",\"first\":\"Griffin\",\"middle\":\"\",\"last\":\"Lavender\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Scott Lavender\",\"id\":8,\"type\":\"name\",\"first\":\"Scott\",\"middle\":\"\",\"last\":\"Lavender\"},\"2\":{\"name\":\"Email\",\"value\":\"scott.lavender@investorsgroup.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Wendy Lavender\",\"id\":10,\"type\":\"name\",\"first\":\"Wendy\",\"middle\":\"\",\"last\":\"Lavender\"},\"9\":{\"name\":\"Email\",\"value\":\"w_lavender@yahoo.com\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2007\",\"value_raw\":\"2007\",\"id\":7,\"type\":\"select\"}}','','2019-11-25 01:22:29','2019-11-25 01:22:29','64.231.223.15','Mozilla/5.0 (iPhone; CPU iPhone OS 13_1_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.1 Mobile/15E148 Safari/604.1','e7931a5f-741e-4f2b-8612-534a1d4543b9'),(32,16,0,0,'','',1,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Callum Decker\",\"id\":1,\"type\":\"name\",\"first\":\"Callum\",\"middle\":\"\",\"last\":\"Decker\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Robyn Decker\",\"id\":8,\"type\":\"name\",\"first\":\"Robyn\",\"middle\":\"\",\"last\":\"Decker\"},\"2\":{\"name\":\"Email\",\"value\":\"charlesdecker@xplornet.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Charlie Decker\",\"id\":10,\"type\":\"name\",\"first\":\"Charlie\",\"middle\":\"\",\"last\":\"Decker\"},\"9\":{\"name\":\"Email\",\"value\":\"\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2007\",\"value_raw\":\"2007\",\"id\":7,\"type\":\"select\"}}','','2019-12-02 20:16:22','2019-12-02 20:16:22','70.28.20.233','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone10,5;FBMD/iPhone;FBSN/iOS;FBSV/12.4.1;FBSS/3;FBCR/TELUS;FBID/phone;FBLC/en_US;FBOP/5]','be8b5632-8987-4fe0-8204-e7f25581d3a0'),(33,16,0,0,'','',0,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Cabot Decker\",\"id\":1,\"type\":\"name\",\"first\":\"Cabot\",\"middle\":\"\",\"last\":\"Decker\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Robyn Decker\",\"id\":8,\"type\":\"name\",\"first\":\"Robyn\",\"middle\":\"\",\"last\":\"Decker\"},\"2\":{\"name\":\"Email\",\"value\":\"charlesdecker@xplornet.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Charlie Decker\",\"id\":10,\"type\":\"name\",\"first\":\"Charlie\",\"middle\":\"\",\"last\":\"Decker\"},\"9\":{\"name\":\"Email\",\"value\":\"\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2010\",\"value_raw\":\"2010\",\"id\":7,\"type\":\"select\"}}','','2019-12-03 00:42:05','2019-12-03 00:42:05','104.249.226.128','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone10,5;FBMD/iPhone;FBSN/iOS;FBSV/12.4.1;FBSS/3;FBCR/TELUS;FBID/phone;FBLC/en_US;FBOP/5]','be8b5632-8987-4fe0-8204-e7f25581d3a0'),(34,16,0,0,'','',0,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Dacian Goldthorpe\",\"id\":1,\"type\":\"name\",\"first\":\"Dacian\",\"middle\":\"\",\"last\":\"Goldthorpe\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Carol Goldthorpe\",\"id\":8,\"type\":\"name\",\"first\":\"Carol\",\"middle\":\"\",\"last\":\"Goldthorpe\"},\"2\":{\"name\":\"Email\",\"value\":\"cgoldthorpe72@gmail.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Nick Goldthorpe\",\"id\":10,\"type\":\"name\",\"first\":\"Nick\",\"middle\":\"\",\"last\":\"Goldthorpe\"},\"9\":{\"name\":\"Email\",\"value\":\"nickgoldthorpe75@gmail.com\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2009\",\"value_raw\":\"2009\",\"id\":7,\"type\":\"select\"}}','','2019-12-05 12:03:41','2019-12-05 12:03:41','198.254.251.199','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0','3bc23166-1a69-41d8-8961-2bc8fbbd9116'),(35,16,0,0,'','',0,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Brody Moore\",\"id\":1,\"type\":\"name\",\"first\":\"Brody\",\"middle\":\"\",\"last\":\"Moore\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Michelle Moore\",\"id\":8,\"type\":\"name\",\"first\":\"Michelle\",\"middle\":\"\",\"last\":\"Moore\"},\"2\":{\"name\":\"Email\",\"value\":\"Michellemoore88@hotmail.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Chris Moore\",\"id\":10,\"type\":\"name\",\"first\":\"Chris\",\"middle\":\"\",\"last\":\"Moore\"},\"9\":{\"name\":\"Email\",\"value\":\"Michellemoore88@hotmail.com\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2011\",\"value_raw\":\"2011\",\"id\":7,\"type\":\"select\"}}','','2019-12-08 15:18:54','2019-12-08 15:18:54','104.249.227.111','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G960W) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.2 Chrome/71.0.3578.99 Mobile Safari/537.36','c4d9e920-1b70-4b8f-8492-d066f5efd241'),(36,16,0,0,'','',0,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Hayden Moore\",\"id\":1,\"type\":\"name\",\"first\":\"Hayden\",\"middle\":\"\",\"last\":\"Moore\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Michelle Moore\",\"id\":8,\"type\":\"name\",\"first\":\"Michelle\",\"middle\":\"\",\"last\":\"Moore\"},\"2\":{\"name\":\"Email\",\"value\":\"Michellemoore88@hotmail.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Chris Moore\",\"id\":10,\"type\":\"name\",\"first\":\"Chris\",\"middle\":\"\",\"last\":\"Moore\"},\"9\":{\"name\":\"Email\",\"value\":\"Michellemoore88@hotmail.com\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2013\",\"value_raw\":\"2013\",\"id\":7,\"type\":\"select\"}}','','2019-12-08 15:19:24','2019-12-08 15:19:24','104.249.227.111','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G960W) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.2 Chrome/71.0.3578.99 Mobile Safari/537.36','c4d9e920-1b70-4b8f-8492-d066f5efd241'),(37,16,0,0,'','',0,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Kallen VanCott\",\"id\":1,\"type\":\"name\",\"first\":\"Kallen\",\"middle\":\"\",\"last\":\"VanCott\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Chris VanCott\",\"id\":8,\"type\":\"name\",\"first\":\"Chris\",\"middle\":\"\",\"last\":\"VanCott\"},\"2\":{\"name\":\"Email\",\"value\":\"schoonhoven@xplornet.ca\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Tanya VanCott\",\"id\":10,\"type\":\"name\",\"first\":\"Tanya\",\"middle\":\"\",\"last\":\"VanCott\"},\"9\":{\"name\":\"Email\",\"value\":\"keeanvc@hotmail.com\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2007\",\"value_raw\":\"2007\",\"id\":7,\"type\":\"select\"}}','','2019-12-08 16:58:47','2019-12-08 16:58:47','192.95.131.17','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','02afa023-c615-4d19-b7f1-c4fe337bab02'),(38,16,0,0,'','',0,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Caige Sero-Baker\",\"id\":1,\"type\":\"name\",\"first\":\"Caige\",\"middle\":\"\",\"last\":\"Sero-Baker\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"LonEtta Sero-Baker\",\"id\":8,\"type\":\"name\",\"first\":\"LonEtta\",\"middle\":\"\",\"last\":\"Sero-Baker\"},\"2\":{\"name\":\"Email\",\"value\":\"office.cajparalegal@gmail.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"harry baker\",\"id\":10,\"type\":\"name\",\"first\":\"harry\",\"middle\":\"\",\"last\":\"baker\"},\"9\":{\"name\":\"Email\",\"value\":\"countrymom79@gmail.com\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2008\",\"value_raw\":\"2008\",\"id\":7,\"type\":\"select\"}}','','2019-12-09 23:45:37','2019-12-09 23:45:37','192.95.170.151','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','08982295-64fc-4522-a917-d986b9fa8f98'),(39,16,0,0,'','',0,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Shai Sero-Baker\",\"id\":1,\"type\":\"name\",\"first\":\"Shai\",\"middle\":\"\",\"last\":\"Sero-Baker\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"LonEtta Sero- Baker\",\"id\":8,\"type\":\"name\",\"first\":\"LonEtta\",\"middle\":\"\",\"last\":\"Sero- Baker\"},\"2\":{\"name\":\"Email\",\"value\":\"office.cajparalegal@gmail.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Harry Baker\",\"id\":10,\"type\":\"name\",\"first\":\"Harry\",\"middle\":\"\",\"last\":\"Baker\"},\"9\":{\"name\":\"Email\",\"value\":\"countrymom79@gmail.com\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2011\",\"value_raw\":\"2011\",\"id\":7,\"type\":\"select\"}}','','2019-12-10 00:48:26','2019-12-10 00:48:26','192.95.170.151','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','08982295-64fc-4522-a917-d986b9fa8f98'),(40,4991,0,0,'','',0,0,'{\"1\":{\"name\":\"Participant Name\",\"value\":\"Will Scoffield\",\"id\":1,\"type\":\"name\",\"first\":\"Will\",\"middle\":\"\",\"last\":\"Scoffield\"},\"5\":{\"name\":\"Birth Year\",\"value\":\"2012\",\"id\":5,\"type\":\"number\"},\"4\":{\"name\":\"Primary Contact Email\",\"value\":\"lmscoffield@gmail.com\",\"id\":4,\"type\":\"email\"},\"6\":{\"name\":\"Secondary Contact Email (if necessary)\",\"value\":\"\",\"id\":6,\"type\":\"email\"}}','','2019-12-15 22:55:45','2019-12-15 22:55:45','24.156.236.211','Mozilla/5.0 (Linux; Android 9; SM-A505W Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.79 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/250.0.0.26.241;]','ce82258d-5e29-4fae-9b09-51afc5e37dfb'),(41,4995,0,0,'','',0,0,'{\"1\":{\"name\":\"Participant Name\",\"value\":\"Will Scoffield\",\"id\":1,\"type\":\"name\",\"first\":\"Will\",\"middle\":\"\",\"last\":\"Scoffield\"},\"5\":{\"name\":\"Birth Year\",\"value\":\"2012\",\"id\":5,\"type\":\"number\"},\"4\":{\"name\":\"Primary Contact Email\",\"value\":\"lmscoffield@gmail.com\",\"id\":4,\"type\":\"email\"},\"6\":{\"name\":\"Secondary Contact Email (if necessary)\",\"value\":\"\",\"id\":6,\"type\":\"email\"}}','','2019-12-15 23:09:05','2019-12-15 23:09:05','24.156.236.211','Mozilla/5.0 (Linux; Android 9; SM-A505W Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.79 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/250.0.0.26.241;]','ce82258d-5e29-4fae-9b09-51afc5e37dfb'),(42,16,0,0,'','',0,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Elliott Carter\",\"id\":1,\"type\":\"name\",\"first\":\"Elliott\",\"middle\":\"\",\"last\":\"Carter\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Tiffany carter\",\"id\":8,\"type\":\"name\",\"first\":\"Tiffany\",\"middle\":\"\",\"last\":\"carter\"},\"2\":{\"name\":\"Email\",\"value\":\"tiffany_frauts@hotmail.con\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Phil Carter\",\"id\":10,\"type\":\"name\",\"first\":\"Phil\",\"middle\":\"\",\"last\":\"Carter\"},\"9\":{\"name\":\"Email\",\"value\":\"philrhcarter@gmail.com\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2011\",\"value_raw\":\"2011\",\"id\":7,\"type\":\"select\"}}','','2019-12-25 00:35:02','2019-12-25 00:35:02','67.69.69.65','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1','922b1a18-b88a-4771-b318-be67d4470ad4'),(43,16,0,0,'','',1,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Oliver Beliwicz\",\"id\":1,\"type\":\"name\",\"first\":\"Oliver\",\"middle\":\"\",\"last\":\"Beliwicz\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Ken Beliwicz\",\"id\":8,\"type\":\"name\",\"first\":\"Ken\",\"middle\":\"\",\"last\":\"Beliwicz\"},\"2\":{\"name\":\"Email\",\"value\":\"kenneth.beliwicz@gmail.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Jessica Beliwicz\",\"id\":10,\"type\":\"name\",\"first\":\"Jessica\",\"middle\":\"\",\"last\":\"Beliwicz\"},\"9\":{\"name\":\"Email\",\"value\":\"jessicawalker29@gmail.com\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2009\",\"value_raw\":\"2009\",\"id\":7,\"type\":\"select\"}}','','2020-01-03 14:33:54','2020-01-03 14:33:54','142.112.146.49','Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G930W8) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.2 Chrome/71.0.3578.99 Mobile Safari/537.36','ecd6cf42-4f2d-48b5-89c5-09a84d092b6b'),(44,16,0,0,'','',0,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Hunter Campbell\",\"id\":1,\"type\":\"name\",\"first\":\"Hunter\",\"middle\":\"\",\"last\":\"Campbell\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Jamie Campbell\",\"id\":8,\"type\":\"name\",\"first\":\"Jamie\",\"middle\":\"\",\"last\":\"Campbell\"},\"2\":{\"name\":\"Email\",\"value\":\"campbelljamie@live.ca\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Shannon Campbell\",\"id\":10,\"type\":\"name\",\"first\":\"Shannon\",\"middle\":\"\",\"last\":\"Campbell\"},\"9\":{\"name\":\"Email\",\"value\":\"\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2010\",\"value_raw\":\"2010\",\"id\":7,\"type\":\"select\"}}','','2020-01-04 16:21:58','2020-01-04 16:21:58','70.49.195.3','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone10,4;FBMD/iPhone;FBSN/iOS;FBSV/13.3;FBSS/2;FBID/phone;FBLC/en_US;FBOP/5;FBCR/Rogers]','5dfbf470-52e4-4090-8b1d-1bbc0f3056a0'),(45,11,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"BradleyEnaks\",\"id\":1,\"type\":\"name\",\"first\":\"BradleyEnaks\",\"middle\":\"\",\"last\":\"\"},\"2\":{\"name\":\"Email\",\"value\":\"admin@quintelacrosse.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Subject\",\"value\":\"Re: Lead For quintelacrosse.com\",\"id\":3,\"type\":\"text\"},\"4\":{\"name\":\"Body\",\"value\":\"Hi there \\r\\n \\r\\nBuy all styles of Oakley & Ray Ban Sunglasses only 19.95 dollars. If interested, please visit our site: supersunglasses.online \\r\\n \\r\\n \\r\\nThe Best, \\r\\n \\r\\nContact Us | Quinte Lacrosse - quintelacrosse.com\",\"id\":4,\"type\":\"textarea\"}}','','2020-01-15 05:21:57','2020-01-15 05:21:57','172.83.43.137','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36',''),(53,16,0,0,'','',0,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Blake McManus\",\"id\":1,\"type\":\"name\",\"first\":\"Blake\",\"middle\":\"\",\"last\":\"McManus\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Mike McManus\",\"id\":8,\"type\":\"name\",\"first\":\"Mike\",\"middle\":\"\",\"last\":\"McManus\"},\"2\":{\"name\":\"Email\",\"value\":\"MikeMcManus12@hotmail.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Blair McManus\",\"id\":10,\"type\":\"name\",\"first\":\"Blair\",\"middle\":\"\",\"last\":\"McManus\"},\"9\":{\"name\":\"Email\",\"value\":\"blairgoodfellow567@hotmail.com\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2012\",\"value_raw\":\"2012\",\"id\":7,\"type\":\"select\"}}','','2020-01-22 00:28:34','2020-01-22 00:28:34','67.201.161.144','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1','cf51b6f7-f659-427c-9a42-1828e8c4fdb3'),(47,16,0,0,'','',0,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Harrison Vader\",\"id\":1,\"type\":\"name\",\"first\":\"Harrison\",\"middle\":\"\",\"last\":\"Vader\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Jason Vader\",\"id\":8,\"type\":\"name\",\"first\":\"Jason\",\"middle\":\"\",\"last\":\"Vader\"},\"2\":{\"name\":\"Email\",\"value\":\"j_vader@hotmail.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Marie-Lise Vader\",\"id\":10,\"type\":\"name\",\"first\":\"Marie-Lise\",\"middle\":\"\",\"last\":\"Vader\"},\"9\":{\"name\":\"Email\",\"value\":\"mlfortin123@hotmail.com\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2014\",\"value_raw\":\"2014\",\"id\":7,\"type\":\"select\"}}','','2020-01-15 15:37:10','2020-01-15 15:37:10','199.48.100.18','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','48fe4dfb-1016-4717-b896-a4433df886af'),(48,16,0,0,'','',0,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Molly Vader\",\"id\":1,\"type\":\"name\",\"first\":\"Molly\",\"middle\":\"\",\"last\":\"Vader\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Jason Vader\",\"id\":8,\"type\":\"name\",\"first\":\"Jason\",\"middle\":\"\",\"last\":\"Vader\"},\"2\":{\"name\":\"Email\",\"value\":\"j_vader@hotmail.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Marie-Lise Vader\",\"id\":10,\"type\":\"name\",\"first\":\"Marie-Lise\",\"middle\":\"\",\"last\":\"Vader\"},\"9\":{\"name\":\"Email\",\"value\":\"mlfortin123@hotmail.com\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2012\",\"value_raw\":\"2012\",\"id\":7,\"type\":\"select\"}}','','2020-01-15 15:38:26','2020-01-15 15:38:26','199.48.100.18','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','48fe4dfb-1016-4717-b896-a4433df886af'),(49,16,0,0,'','',0,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Owen Galbraith\",\"id\":1,\"type\":\"name\",\"first\":\"Owen\",\"middle\":\"\",\"last\":\"Galbraith\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Rob Galbraith\",\"id\":8,\"type\":\"name\",\"first\":\"Rob\",\"middle\":\"\",\"last\":\"Galbraith\"},\"2\":{\"name\":\"Email\",\"value\":\"robandjo@hotmail.ca\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Joanne Galbraith\",\"id\":10,\"type\":\"name\",\"first\":\"Joanne\",\"middle\":\"\",\"last\":\"Galbraith\"},\"9\":{\"name\":\"Email\",\"value\":\"robandjo@hotmail.ca\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2008\",\"value_raw\":\"2008\",\"id\":7,\"type\":\"select\"}}','','2020-01-17 02:11:36','2020-01-17 02:11:36','50.100.48.251','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone8,1;FBMD/iPhone;FBSN/iOS;FBSV/13.3;FBSS/2;FBID/phone;FBLC/en_US;FBOP/5;FBCR/Virgin]','6ee45675-5bcd-4b93-8439-edfd5e97d759'),(50,16,0,0,'','',0,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Addison Tugnette\",\"id\":1,\"type\":\"name\",\"first\":\"Addison\",\"middle\":\"\",\"last\":\"Tugnette\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Nathan Tugnette\",\"id\":8,\"type\":\"name\",\"first\":\"Nathan\",\"middle\":\"\",\"last\":\"Tugnette\"},\"2\":{\"name\":\"Email\",\"value\":\"ntugnette76@gmail.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Shannon Tugnette\",\"id\":10,\"type\":\"name\",\"first\":\"Shannon\",\"middle\":\"\",\"last\":\"Tugnette\"},\"9\":{\"name\":\"Email\",\"value\":\"\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2010\",\"value_raw\":\"2010\",\"id\":7,\"type\":\"select\"}}','','2020-01-17 15:37:58','2020-01-17 15:37:58','76.66.156.36','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','2848b03d-5b09-43bf-8f5a-7561a5f8d8cb'),(51,16,0,0,'','',0,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Cooper Seaton\",\"id\":1,\"type\":\"name\",\"first\":\"Cooper\",\"middle\":\"\",\"last\":\"Seaton\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Cory Seaton\",\"id\":8,\"type\":\"name\",\"first\":\"Cory\",\"middle\":\"\",\"last\":\"Seaton\"},\"2\":{\"name\":\"Email\",\"value\":\"cseaton@greaternapanee.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Pennie Seaton\",\"id\":10,\"type\":\"name\",\"first\":\"Pennie\",\"middle\":\"\",\"last\":\"Seaton\"},\"9\":{\"name\":\"Email\",\"value\":\"pennieseaton@gmail.com\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2009\",\"value_raw\":\"2009\",\"id\":7,\"type\":\"select\"}}','','2020-01-19 23:04:47','2020-01-19 23:04:47','67.193.213.124','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-A205W) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.2 Chrome/71.0.3578.99 Mobile Safari/537.36','2404506c-9579-4a00-912c-4d31873fe37e'),(52,16,0,0,'','',0,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Cohen Paley\",\"id\":1,\"type\":\"name\",\"first\":\"Cohen\",\"middle\":\"\",\"last\":\"Paley\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Dustin Genereaux\",\"id\":8,\"type\":\"name\",\"first\":\"Dustin\",\"middle\":\"\",\"last\":\"Genereaux\"},\"2\":{\"name\":\"Email\",\"value\":\"dustinspainting18@gmail.com\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Lindsay Wickens\",\"id\":10,\"type\":\"name\",\"first\":\"Lindsay\",\"middle\":\"\",\"last\":\"Wickens\"},\"9\":{\"name\":\"Email\",\"value\":\"dustinbentleygenereaux@hotmail.com\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2008\",\"value_raw\":\"2008\",\"id\":7,\"type\":\"select\"}}','','2020-01-20 15:45:16','2020-01-20 15:45:16','142.112.144.244','Mozilla/5.0 (Linux; Android 9; SM-G960W Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.116 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/253.0.0.28.116;]','9da18385-e478-4a5c-88c8-ff16ccdf45c7'),(54,16,0,0,'','',0,0,'{\"1\":{\"name\":\"Player Name\",\"value\":\"Ben Brunette\",\"id\":1,\"type\":\"name\",\"first\":\"Ben\",\"middle\":\"\",\"last\":\"Brunette\"},\"8\":{\"name\":\"Parent or Guardian\",\"value\":\"Jane Brunette\",\"id\":8,\"type\":\"name\",\"first\":\"Jane\",\"middle\":\"\",\"last\":\"Brunette\"},\"2\":{\"name\":\"Email\",\"value\":\"jbrunette@hpedsb.on.ca\",\"id\":2,\"type\":\"email\"},\"10\":{\"name\":\"Second Parent or Guardian\",\"value\":\"Moe McFadden\",\"id\":10,\"type\":\"name\",\"first\":\"Moe\",\"middle\":\"\",\"last\":\"McFadden\"},\"9\":{\"name\":\"Email\",\"value\":\"mmcfadden37@gmail.com\",\"id\":9,\"type\":\"email\"},\"7\":{\"name\":\"Birth Year\",\"value\":\"2008\",\"value_raw\":\"2008\",\"id\":7,\"type\":\"select\"}}','','2020-01-27 02:38:59','2020-01-27 02:38:59','24.156.246.254','Mozilla/5.0 (iPad; CPU OS 12_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/79.0.3945.73 Mobile/15E148 Safari/605.1','ce627a02-e37d-4994-a0ee-8dafc478fd95'),(55,11,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Norma Slocum Slocum\",\"id\":1,\"type\":\"name\",\"first\":\"Norma Slocum\",\"middle\":\"\",\"last\":\"Slocum\"},\"2\":{\"name\":\"Email\",\"value\":\"info@quintelacrosse.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Subject\",\"value\":\"Best Offer For quintelacrosse.com\",\"id\":3,\"type\":\"text\"},\"4\":{\"name\":\"Body\",\"value\":\"Morning\\r\\n\\r\\nBuy medical disposable face mask to protect your loved ones from the deadly CoronaVirus. The price is $0.99 each. If interested, please visit our site: pharmacyusa.online\\r\\n\\r\\nKind Regards,\\r\\n\\r\\nContact Us | Quinte Lacrosse - quintelacrosse.com\",\"id\":4,\"type\":\"textarea\"}}','','2020-05-07 17:07:14','2020-05-07 17:07:14','45.152.182.149','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Safari/537.36',''),(56,11,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Quinn Gorham Gorham\",\"id\":1,\"type\":\"name\",\"first\":\"Quinn Gorham\",\"middle\":\"\",\"last\":\"Gorham\"},\"2\":{\"name\":\"Email\",\"value\":\"info@quintelacrosse.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Subject\",\"value\":\"Lead For quintelacrosse.com\",\"id\":3,\"type\":\"text\"},\"4\":{\"name\":\"Body\",\"value\":\"Hey\\r\\n\\r\\nCAREDOGBEST\\u2122 - Personalized Dog Harness. All sizes from XS to XXL. Easy ON\\/OFF in just 2 seconds. LIFETIME WARRANTY.\\r\\n\\r\\nClick here: caredogbest.online\\r\\n\\r\\nEnjoy,\\r\\n\\r\\nContact Us | Quinte Lacrosse - quintelacrosse.com\",\"id\":4,\"type\":\"textarea\"}}','','2020-07-13 21:20:35','2020-07-13 21:20:35','172.98.93.229','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Safari/537.36',''),(57,11,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Dustin Contreras Contreras\",\"id\":1,\"type\":\"name\",\"first\":\"Dustin Contreras\",\"middle\":\"\",\"last\":\"Contreras\"},\"2\":{\"name\":\"Email\",\"value\":\"info@quintelacrosse.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Subject\",\"value\":\"Regarding quintelacrosse.com\",\"id\":3,\"type\":\"text\"},\"4\":{\"name\":\"Body\",\"value\":\"Hello there\\r\\n\\r\\nBe Free from Neck Pain\\r\\nTry NeckFlexer & Relieve Neck Pain Effortlessly In 10 Min!\\r\\nSave 50% OFF + FREE Worldwide Shipping\\r\\n\\r\\nShop Now: neckflexer.online\\r\\n\\r\\n\\u2705 Designed By Doctor & Chiropractor\\r\\n\\u2705 Ergonomic Design - Fits Everyone\\r\\n\\u2705 Circulation To Head\\r\\n\\u2705 Stimulating Key Result Area\\r\\n\\r\\nCheers,\\r\\n\\r\\nContact Us | Quinte Lacrosse - quintelacrosse.com\",\"id\":4,\"type\":\"textarea\"}}','','2020-07-16 00:27:49','2020-07-16 00:27:49','199.187.211.99','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Safari/537.36',''); /*!40000 ALTER TABLE `wpie_wpforms_entries` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_wpforms_entries` with 53 row(s) -- -- -- Table structure for table `wpie_wd_fb_info` -- DROP TABLE IF EXISTS `wpie_wd_fb_info`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_wd_fb_info` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `page_access_token` text NOT NULL, `type` varchar(10) NOT NULL, `content_type` varchar(15) NOT NULL, `content` varchar(256) NOT NULL, `content_url` varchar(512) NOT NULL, `timeline_type` varchar(16) NOT NULL, `from` varchar(32) NOT NULL, `limit` int(11) NOT NULL, `app_id` varchar(128) NOT NULL, `app_secret` varchar(256) NOT NULL, `exist_access` tinyint(1) NOT NULL, `access_token` varchar(256) NOT NULL, `order` bigint(20) DEFAULT NULL, `published` tinyint(1) NOT NULL, `update_mode` varchar(16) NOT NULL, `fb_view_type` varchar(25) NOT NULL, `theme` int(11) DEFAULT NULL, `masonry_hor_ver` varchar(255) DEFAULT NULL, `image_max_columns` int(11) DEFAULT NULL, `thumb_width` int(11) DEFAULT NULL, `thumb_height` int(11) DEFAULT NULL, `thumb_comments` int(11) DEFAULT NULL, `thumb_likes` int(11) DEFAULT NULL, `thumb_name` int(11) DEFAULT NULL, `blog_style_width` int(11) DEFAULT NULL, `blog_style_height` varchar(15) DEFAULT NULL, `blog_style_view_type` int(11) DEFAULT NULL, `blog_style_comments` int(11) DEFAULT NULL, `blog_style_likes` int(11) DEFAULT NULL, `blog_style_message_desc` int(11) DEFAULT NULL, `blog_style_shares` int(11) DEFAULT NULL, `blog_style_shares_butt` int(11) DEFAULT NULL, `blog_style_facebook` int(11) DEFAULT NULL, `blog_style_twitter` int(11) DEFAULT NULL, `blog_style_google` int(11) DEFAULT NULL, `blog_style_author` int(11) DEFAULT NULL, `blog_style_name` int(11) DEFAULT NULL, `blog_style_place_name` int(11) DEFAULT NULL, `fb_name` int(11) DEFAULT NULL, `fb_plugin` int(11) DEFAULT NULL, `album_max_columns` int(11) DEFAULT NULL, `album_title` varchar(15) DEFAULT NULL, `album_thumb_width` int(11) DEFAULT NULL, `album_thumb_height` int(11) DEFAULT NULL, `album_image_max_columns` int(11) DEFAULT NULL, `album_image_thumb_width` int(11) DEFAULT NULL, `album_image_thumb_height` int(11) DEFAULT NULL, `pagination_type` int(11) DEFAULT NULL, `objects_per_page` int(11) DEFAULT NULL, `popup_fullscreen` int(11) DEFAULT NULL, `popup_width` int(11) NOT NULL, `popup_height` int(11) DEFAULT NULL, `popup_effect` varchar(255) DEFAULT NULL, `popup_autoplay` int(11) DEFAULT NULL, `open_commentbox` int(11) DEFAULT NULL, `popup_interval` int(11) DEFAULT NULL, `popup_enable_filmstrip` int(11) DEFAULT NULL, `popup_filmstrip_height` int(11) DEFAULT NULL, `popup_comments` int(11) DEFAULT NULL, `popup_likes` int(11) DEFAULT NULL, `popup_shares` int(11) DEFAULT NULL, `popup_author` int(11) DEFAULT NULL, `popup_name` int(11) DEFAULT NULL, `popup_place_name` int(11) DEFAULT NULL, `popup_enable_ctrl_btn` int(11) DEFAULT NULL, `popup_enable_fullscreen` int(11) DEFAULT NULL, `popup_enable_info_btn` int(11) DEFAULT NULL, `popup_message_desc` int(11) DEFAULT NULL, `popup_enable_facebook` int(11) DEFAULT NULL, `popup_enable_twitter` int(11) DEFAULT NULL, `popup_enable_google` int(11) DEFAULT NULL, `view_on_fb` tinyint(1) NOT NULL, `post_text_length` bigint(20) NOT NULL, `event_street` tinyint(1) NOT NULL, `event_city` tinyint(1) NOT NULL, `event_country` tinyint(1) NOT NULL, `event_zip` tinyint(1) NOT NULL, `event_map` tinyint(1) NOT NULL, `event_date` tinyint(1) NOT NULL, `event_desp_length` bigint(20) NOT NULL, `comments_replies` tinyint(1) NOT NULL, `comments_filter` varchar(32) NOT NULL, `comments_order` varchar(32) NOT NULL, `page_plugin_pos` varchar(8) NOT NULL, `page_plugin_fans` tinyint(1) NOT NULL, `page_plugin_cover` tinyint(1) NOT NULL, `page_plugin_header` tinyint(1) NOT NULL, `page_plugin_width` int(4) NOT NULL, `image_onclick_action` varchar(32) NOT NULL, `event_order` tinyint(4) NOT NULL, `upcoming_events` tinyint(4) NOT NULL, `fb_page_id` varchar(32) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_wd_fb_info` -- LOCK TABLES `wpie_wd_fb_info` WRITE; /*!40000 ALTER TABLE `wpie_wd_fb_info` DISABLE KEYS */; INSERT INTO `wpie_wd_fb_info` VALUES (1,'QMLA','EAAGgZARDXC3MBAJm7SkInisbw9K3qQHdO96XNsMQ0ws1P6cVeaigBf9EQ4CoUnZB8Oo4ODw92aBOog7dsl13xYNo9ZBoMT2EQU7EgAwOnTMZCenclINSDfbNjoR9ZCCa9ut4ruptg41C2V3uj6klMdSaEOZBRfVAdaatvrwxA5VgZDZD','page','timeline','statuses,photos,videos,links','https://www.facebook.com/Quinte%20Bayhawks%20Lacrosse-1513629725447754/','posts','1513629725447754',5,'','',1,'EAAGgZARDXC3MBAJm7SkInisbw9K3qQHdO96XNsMQ0ws1P6cVeaigBf9EQ4CoUnZB8Oo4ODw92aBOog7dsl13xYNo9ZBoMT2EQU7EgAwOnTMZCenclINSDfbNjoR9ZCCa9ut4ruptg41C2V3uj6klMdSaEOZBRfVAdaatvrwxA5VgZDZD',1,1,'keep_old','blog_style',0,'vertical',5,200,150,1,0,1,450,'1000',1,0,1,1,1,0,0,0,0,0,1,1,0,0,5,'show',200,150,5,200,150,1,10,0,800,600,'fade',0,1,5,0,70,1,1,1,1,1,1,1,1,0,1,0,0,0,1,100,0,0,0,0,0,0,0,1,'toplevel','chronological','bottom',1,1,0,380,'lightbox',0,0,'1513629725447754'); /*!40000 ALTER TABLE `wpie_wd_fb_info` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_wd_fb_info` with 1 row(s) -- -- -- Table structure for table `wpie_wpforms_entry_fields` -- DROP TABLE IF EXISTS `wpie_wpforms_entry_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_wpforms_entry_fields` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `entry_id` bigint(20) NOT NULL, `form_id` bigint(20) NOT NULL, `field_id` int(11) NOT NULL, `value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `date` datetime NOT NULL, PRIMARY KEY (`id`), KEY `entry_id` (`entry_id`), KEY `form_id` (`form_id`), KEY `field_id` (`field_id`) ) ENGINE=MyISAM AUTO_INCREMENT=272 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_wpforms_entry_fields` -- LOCK TABLES `wpie_wpforms_entry_fields` WRITE; /*!40000 ALTER TABLE `wpie_wpforms_entry_fields` DISABLE KEYS */; INSERT INTO `wpie_wpforms_entry_fields` VALUES (1,1,16,1,'Patrick Fee','2019-10-21 20:38:33'),(2,1,16,8,'Joe Fee','2019-10-21 20:38:33'),(3,1,16,2,'jfee_11@yahoo.ca','2019-10-21 20:38:33'),(4,1,16,7,'2008','2019-10-21 20:38:33'),(5,2,16,1,'Emily Fee','2019-10-22 18:21:23'),(6,2,16,8,'Joe Fee','2019-10-22 18:21:23'),(7,2,16,2,'jfee_11@yahoo.ca','2019-10-22 18:21:23'),(8,2,16,7,'2010','2019-10-22 18:21:23'),(19,5,16,2,'esheil@icloud.com','2019-10-29 11:49:53'),(18,5,16,8,'Emmet Sheil','2019-10-29 11:49:53'),(17,5,16,1,'James Sheil','2019-10-29 11:49:53'),(20,5,16,10,'Tova White','2019-10-29 11:49:53'),(21,5,16,9,'tova.white@gmail.com','2019-10-29 11:49:53'),(22,5,16,7,'2006','2019-10-29 11:49:53'),(23,6,16,1,'Alexander Black','2019-10-29 19:01:37'),(24,6,16,8,'Victoria Black','2019-10-29 19:01:37'),(25,6,16,2,'victoriablack571@gmail.com','2019-10-29 19:01:37'),(26,6,16,10,'Cory Black','2019-10-29 19:01:37'),(27,6,16,9,'cblacky74@gmail.com','2019-10-29 19:01:37'),(28,6,16,7,'2007','2019-10-29 19:01:37'),(89,23,16,8,'Seth DuChene','2019-11-16 13:58:10'),(88,23,16,1,'Ryan DuChene','2019-11-16 13:58:10'),(32,8,4991,1,'Patrick Fee','2019-10-31 05:12:29'),(33,8,4991,5,'2008','2019-10-31 05:12:29'),(34,8,4991,4,'jfee_11@yahoo.ca','2019-10-31 05:12:29'),(35,9,4995,1,'Patrick Fee','2019-10-31 05:13:07'),(36,9,4995,5,'2008','2019-10-31 05:13:07'),(37,9,4995,4,'jfee_11@yahoo.ca','2019-10-31 05:13:07'),(38,10,4984,1,'Harrison Blamire','2019-10-31 14:02:39'),(39,10,4984,5,'2012','2019-10-31 14:02:39'),(40,10,4984,4,'allieb25@hotmail.com','2019-10-31 14:02:39'),(41,11,4984,1,'Lawson Blamire','2019-10-31 14:03:25'),(42,11,4984,5,'2015','2019-10-31 14:03:25'),(43,11,4984,4,'allieb25@hotmail.com','2019-10-31 14:03:25'),(44,12,16,1,'Selena Hill','2019-11-04 01:30:09'),(45,12,16,8,'Amanda Hill','2019-11-04 01:30:09'),(46,12,16,2,'magoo198555@gmail.com','2019-11-04 01:30:09'),(47,12,16,10,'Dennis Hill','2019-11-04 01:30:09'),(48,12,16,9,'mohawkindian4321@gmail.com','2019-11-04 01:30:09'),(49,12,16,7,'2006','2019-11-04 01:30:09'),(50,13,16,1,'Braiden Whalen','2019-11-04 02:14:44'),(51,13,16,8,'Lauren Whitlock','2019-11-04 02:14:44'),(52,13,16,2,'laurenwhitlock1983@gmail.com','2019-11-04 02:14:44'),(53,13,16,10,'Jon Whalen','2019-11-04 02:14:44'),(54,13,16,9,'camryman454@outlook.com','2019-11-04 02:14:44'),(55,13,16,7,'2011','2019-11-04 02:14:44'),(56,14,4984,1,'Lachlan Conlon','2019-11-05 15:28:45'),(57,14,4984,5,'2010','2019-11-05 15:28:45'),(58,14,4984,4,'darmanin.marie@gmail.com','2019-11-05 15:28:45'),(59,15,4984,1,'Braxton Labonte','2019-11-06 17:24:02'),(60,15,4984,5,'2008','2019-11-06 17:24:02'),(61,15,4984,4,'darmanin.marie@gmail.com','2019-11-06 17:24:02'),(62,16,4984,1,'Nick Labonte','2019-11-06 18:14:34'),(63,16,4984,5,'2005','2019-11-06 18:14:34'),(64,16,4984,4,'darmanin.marie@gmail.com','2019-11-06 18:14:34'),(65,16,4984,6,'darmanin.marie@gmail.com','2019-11-06 18:14:34'),(66,17,4984,1,'Dacian Goldthorpe','2019-11-12 00:57:51'),(67,17,4984,5,'2009','2019-11-12 00:57:51'),(68,17,4984,4,'cgoldthorpe72@gmail.com','2019-11-12 00:57:51'),(69,17,4984,6,'nickgoldthorpe75@gmail.com','2019-11-12 00:57:51'),(70,18,4984,1,'Liam Adman','2019-11-12 23:46:18'),(71,18,4984,5,'2008','2019-11-12 23:46:18'),(72,18,4984,4,'dorothymaine16355@gmail.com','2019-11-12 23:46:18'),(73,19,16,1,'Dean McKenna','2019-11-13 03:14:58'),(74,19,16,8,'Mary-Beth McKenna','2019-11-13 03:14:58'),(75,19,16,2,'mtdmckenna@hotmail.com','2019-11-13 03:14:58'),(76,19,16,10,'Todd McKenna','2019-11-13 03:14:58'),(77,19,16,7,'2008','2019-11-13 03:14:58'),(78,20,4984,1,'Thomas McGilligan','2019-11-13 21:19:54'),(79,20,4984,5,'2012','2019-11-13 21:19:54'),(80,20,4984,4,'jennifer_mcgilligan54@outlook.com','2019-11-13 21:19:54'),(81,20,4984,6,'jennifer_mcgilligan54@outlook.com','2019-11-13 21:19:54'),(82,21,4984,1,'Hudson Silverburg','2019-11-13 22:12:33'),(83,21,4984,5,'2015','2019-11-13 22:12:33'),(84,21,4984,4,'nmsilverburg@gmail.com','2019-11-13 22:12:33'),(85,22,4984,1,'Elliott Carter','2019-11-15 17:24:50'),(86,22,4984,5,'2011','2019-11-15 17:24:50'),(87,22,4984,4,'tiffany_frauts@hotmail.com','2019-11-15 17:24:50'),(90,23,16,2,'seth.duchene@gmail.com','2019-11-16 13:58:10'),(91,23,16,10,'Mary Beth DuChene','2019-11-16 13:58:10'),(92,23,16,9,'mb.duchene@gmail.com','2019-11-16 13:58:10'),(93,23,16,7,'2009','2019-11-16 13:58:10'),(94,24,16,1,'Haley Hill','2019-11-17 03:18:24'),(95,24,16,8,'Amanda Hill','2019-11-17 03:18:24'),(96,24,16,2,'magoo198555@gmail.com','2019-11-17 03:18:24'),(97,24,16,10,'Dennis Hill','2019-11-17 03:18:24'),(98,24,16,9,'mohawkindian4321@gmail.com','2019-11-17 03:18:24'),(99,24,16,7,'2006','2019-11-17 03:18:24'),(100,25,16,1,'Tanner Zadworny','2019-11-17 13:30:35'),(101,25,16,8,'Dan Zadworny','2019-11-17 13:30:35'),(102,25,16,2,'badzadder@hotmail.com','2019-11-17 13:30:35'),(103,25,16,7,'2007','2019-11-17 13:30:35'),(104,26,16,1,'Aaden Caslick','2019-11-17 19:48:32'),(105,26,16,8,'Katie Caslick','2019-11-17 19:48:32'),(106,26,16,2,'katie_aadenc@hotmail.com','2019-11-17 19:48:32'),(107,26,16,7,'2008','2019-11-17 19:48:32'),(108,27,16,1,'Mackenzie Weaver','2019-11-22 02:09:15'),(109,27,16,8,'Sandra Weaver','2019-11-22 02:09:15'),(110,27,16,2,'sandra.weaver84@gmail.com','2019-11-22 02:09:15'),(111,27,16,10,'Jason Weaver','2019-11-22 02:09:15'),(112,27,16,9,'ltweaver1972@gmail.com','2019-11-22 02:09:15'),(113,27,16,7,'2011','2019-11-22 02:09:15'),(114,28,4991,1,'Harrison Blamire','2019-11-22 13:18:44'),(115,28,4991,5,'2012','2019-11-22 13:18:44'),(116,28,4991,4,'allieb25@hotmail.com','2019-11-22 13:18:44'),(117,29,16,1,'Tsyora’séhstha Brant','2019-11-24 00:17:51'),(118,29,16,8,'Miranda Brant','2019-11-24 00:17:51'),(119,29,16,2,'brantsnaturalfoods@live.ca','2019-11-24 00:17:51'),(120,29,16,10,'Joe Brant','2019-11-24 00:17:51'),(121,29,16,9,'brantsnaturalfoods@live.ca','2019-11-24 00:17:51'),(122,29,16,7,'2007','2019-11-24 00:17:51'),(123,30,16,1,'Yakowén:nare Brant','2019-11-24 00:19:36'),(124,30,16,8,'Miranda Brant','2019-11-24 00:19:36'),(125,30,16,2,'brantsnaturalfoods@live.ca','2019-11-24 00:19:36'),(126,30,16,10,'Joe Brant','2019-11-24 00:19:36'),(127,30,16,9,'brantsnaturalfoods@live.ca','2019-11-24 00:19:36'),(128,30,16,7,'2009','2019-11-24 00:19:36'),(129,31,16,1,'Griffin Lavender','2019-11-25 01:22:29'),(130,31,16,8,'Scott Lavender','2019-11-25 01:22:29'),(131,31,16,2,'scott.lavender@investorsgroup.com','2019-11-25 01:22:29'),(132,31,16,10,'Wendy Lavender','2019-11-25 01:22:29'),(133,31,16,9,'w_lavender@yahoo.com','2019-11-25 01:22:29'),(134,31,16,7,'2007','2019-11-25 01:22:29'),(135,32,16,1,'Callum Decker','2019-12-02 20:16:22'),(136,32,16,8,'Robyn Decker','2019-12-02 20:16:22'),(137,32,16,2,'charlesdecker@xplornet.com','2019-12-02 20:16:22'),(138,32,16,10,'Charlie Decker','2019-12-02 20:16:22'),(139,32,16,7,'2007','2019-12-02 20:16:22'),(140,33,16,1,'Cabot Decker','2019-12-03 00:42:05'),(141,33,16,8,'Robyn Decker','2019-12-03 00:42:05'),(142,33,16,2,'charlesdecker@xplornet.com','2019-12-03 00:42:05'),(143,33,16,10,'Charlie Decker','2019-12-03 00:42:05'),(144,33,16,7,'2010','2019-12-03 00:42:05'),(145,34,16,1,'Dacian Goldthorpe','2019-12-05 12:03:41'),(146,34,16,8,'Carol Goldthorpe','2019-12-05 12:03:41'),(147,34,16,2,'cgoldthorpe72@gmail.com','2019-12-05 12:03:41'),(148,34,16,10,'Nick Goldthorpe','2019-12-05 12:03:41'),(149,34,16,9,'nickgoldthorpe75@gmail.com','2019-12-05 12:03:41'),(150,34,16,7,'2009','2019-12-05 12:03:41'),(151,35,16,1,'Brody Moore','2019-12-08 15:18:54'),(152,35,16,8,'Michelle Moore','2019-12-08 15:18:54'),(153,35,16,2,'Michellemoore88@hotmail.com','2019-12-08 15:18:54'),(154,35,16,10,'Chris Moore','2019-12-08 15:18:54'),(155,35,16,9,'Michellemoore88@hotmail.com','2019-12-08 15:18:54'),(156,35,16,7,'2011','2019-12-08 15:18:54'),(157,36,16,1,'Hayden Moore','2019-12-08 15:19:24'),(158,36,16,8,'Michelle Moore','2019-12-08 15:19:24'),(159,36,16,2,'Michellemoore88@hotmail.com','2019-12-08 15:19:24'),(160,36,16,10,'Chris Moore','2019-12-08 15:19:24'),(161,36,16,9,'Michellemoore88@hotmail.com','2019-12-08 15:19:24'),(162,36,16,7,'2013','2019-12-08 15:19:24'),(163,37,16,1,'Kallen VanCott','2019-12-08 16:58:47'),(164,37,16,8,'Chris VanCott','2019-12-08 16:58:47'),(165,37,16,2,'schoonhoven@xplornet.ca','2019-12-08 16:58:47'),(166,37,16,10,'Tanya VanCott','2019-12-08 16:58:47'),(167,37,16,9,'keeanvc@hotmail.com','2019-12-08 16:58:47'),(168,37,16,7,'2007','2019-12-08 16:58:47'),(169,38,16,1,'Caige Sero-Baker','2019-12-09 23:45:37'),(170,38,16,8,'LonEtta Sero-Baker','2019-12-09 23:45:37'),(171,38,16,2,'office.cajparalegal@gmail.com','2019-12-09 23:45:37'),(172,38,16,10,'harry baker','2019-12-09 23:45:37'),(173,38,16,9,'countrymom79@gmail.com','2019-12-09 23:45:37'),(174,38,16,7,'2008','2019-12-09 23:45:37'),(175,39,16,1,'Shai Sero-Baker','2019-12-10 00:48:26'),(176,39,16,8,'LonEtta Sero- Baker','2019-12-10 00:48:26'),(177,39,16,2,'office.cajparalegal@gmail.com','2019-12-10 00:48:26'),(178,39,16,10,'Harry Baker','2019-12-10 00:48:26'),(179,39,16,9,'countrymom79@gmail.com','2019-12-10 00:48:26'),(180,39,16,7,'2011','2019-12-10 00:48:26'),(181,40,4991,1,'Will Scoffield','2019-12-15 22:55:45'),(182,40,4991,5,'2012','2019-12-15 22:55:45'),(183,40,4991,4,'lmscoffield@gmail.com','2019-12-15 22:55:45'),(184,41,4995,1,'Will Scoffield','2019-12-15 23:09:05'),(185,41,4995,5,'2012','2019-12-15 23:09:05'),(186,41,4995,4,'lmscoffield@gmail.com','2019-12-15 23:09:05'),(187,42,16,1,'Elliott Carter','2019-12-25 00:35:02'),(188,42,16,8,'Tiffany carter','2019-12-25 00:35:02'),(189,42,16,2,'tiffany_frauts@hotmail.con','2019-12-25 00:35:02'),(190,42,16,10,'Phil Carter','2019-12-25 00:35:02'),(191,42,16,9,'philrhcarter@gmail.com','2019-12-25 00:35:02'),(192,42,16,7,'2011','2019-12-25 00:35:02'),(193,43,16,1,'Oliver Beliwicz','2020-01-03 14:33:54'),(194,43,16,8,'Ken Beliwicz','2020-01-03 14:33:54'),(195,43,16,2,'kenneth.beliwicz@gmail.com','2020-01-03 14:33:54'),(196,43,16,10,'Jessica Beliwicz','2020-01-03 14:33:54'),(197,43,16,9,'jessicawalker29@gmail.com','2020-01-03 14:33:54'),(198,43,16,7,'2009','2020-01-03 14:33:54'),(199,44,16,1,'Hunter Campbell','2020-01-04 16:21:58'),(200,44,16,8,'Jamie Campbell','2020-01-04 16:21:58'),(201,44,16,2,'campbelljamie@live.ca','2020-01-04 16:21:58'),(202,44,16,10,'Shannon Campbell','2020-01-04 16:21:58'),(203,44,16,7,'2010','2020-01-04 16:21:58'),(204,45,11,1,'BradleyEnaks','2020-01-15 05:21:57'),(205,45,11,2,'admin@quintelacrosse.com','2020-01-15 05:21:57'),(206,45,11,3,'Re: Lead For quintelacrosse.com','2020-01-15 05:21:57'),(207,45,11,4,'Hi there \r\n \r\nBuy all styles of Oakley & Ray Ban Sunglasses only 19.95 dollars. If interested, please visit our site: supersunglasses.online \r\n \r\n \r\nThe Best, \r\n \r\nContact Us | Quinte Lacrosse - quintelacrosse.com','2020-01-15 05:21:57'),(250,53,16,2,'MikeMcManus12@hotmail.com','2020-01-22 00:28:34'),(249,53,16,8,'Mike McManus','2020-01-22 00:28:34'),(248,53,16,1,'Blake McManus','2020-01-22 00:28:34'),(213,47,16,1,'Harrison Vader','2020-01-15 15:37:10'),(214,47,16,8,'Jason Vader','2020-01-15 15:37:10'),(215,47,16,2,'j_vader@hotmail.com','2020-01-15 15:37:10'),(216,47,16,10,'Marie-Lise Vader','2020-01-15 15:37:10'),(217,47,16,9,'mlfortin123@hotmail.com','2020-01-15 15:37:10'),(218,47,16,7,'2014','2020-01-15 15:37:10'),(219,48,16,1,'Molly Vader','2020-01-15 15:38:26'),(220,48,16,8,'Jason Vader','2020-01-15 15:38:26'),(221,48,16,2,'j_vader@hotmail.com','2020-01-15 15:38:26'),(222,48,16,10,'Marie-Lise Vader','2020-01-15 15:38:26'),(223,48,16,9,'mlfortin123@hotmail.com','2020-01-15 15:38:26'),(224,48,16,7,'2012','2020-01-15 15:38:26'),(225,49,16,1,'Owen Galbraith','2020-01-17 02:11:36'),(226,49,16,8,'Rob Galbraith','2020-01-17 02:11:36'),(227,49,16,2,'robandjo@hotmail.ca','2020-01-17 02:11:36'),(228,49,16,10,'Joanne Galbraith','2020-01-17 02:11:36'),(229,49,16,9,'robandjo@hotmail.ca','2020-01-17 02:11:36'),(230,49,16,7,'2008','2020-01-17 02:11:36'),(231,50,16,1,'Addison Tugnette','2020-01-17 15:37:58'),(232,50,16,8,'Nathan Tugnette','2020-01-17 15:37:58'),(233,50,16,2,'ntugnette76@gmail.com','2020-01-17 15:37:58'),(234,50,16,10,'Shannon Tugnette','2020-01-17 15:37:58'),(235,50,16,7,'2010','2020-01-17 15:37:58'),(236,51,16,1,'Cooper Seaton','2020-01-19 23:04:47'),(237,51,16,8,'Cory Seaton','2020-01-19 23:04:47'),(238,51,16,2,'cseaton@greaternapanee.com','2020-01-19 23:04:47'),(239,51,16,10,'Pennie Seaton','2020-01-19 23:04:47'),(240,51,16,9,'pennieseaton@gmail.com','2020-01-19 23:04:47'),(241,51,16,7,'2009','2020-01-19 23:04:47'),(242,52,16,1,'Cohen Paley','2020-01-20 15:45:16'),(243,52,16,8,'Dustin Genereaux','2020-01-20 15:45:16'),(244,52,16,2,'dustinspainting18@gmail.com','2020-01-20 15:45:16'),(245,52,16,10,'Lindsay Wickens','2020-01-20 15:45:16'),(246,52,16,9,'dustinbentleygenereaux@hotmail.com','2020-01-20 15:45:16'),(247,52,16,7,'2008','2020-01-20 15:45:16'),(251,53,16,10,'Blair McManus','2020-01-22 00:28:34'),(252,53,16,9,'blairgoodfellow567@hotmail.com','2020-01-22 00:28:34'),(253,53,16,7,'2012','2020-01-22 00:28:34'),(254,54,16,1,'Ben Brunette','2020-01-27 02:38:59'),(255,54,16,8,'Jane Brunette','2020-01-27 02:38:59'),(256,54,16,2,'jbrunette@hpedsb.on.ca','2020-01-27 02:38:59'),(257,54,16,10,'Moe McFadden','2020-01-27 02:38:59'),(258,54,16,9,'mmcfadden37@gmail.com','2020-01-27 02:38:59'),(259,54,16,7,'2008','2020-01-27 02:38:59'),(260,55,11,1,'Norma Slocum Slocum','2020-05-07 17:07:14'),(261,55,11,2,'info@quintelacrosse.com','2020-05-07 17:07:14'),(262,55,11,3,'Best Offer For quintelacrosse.com','2020-05-07 17:07:14'),(263,55,11,4,'Morning\r\n\r\nBuy medical disposable face mask to protect your loved ones from the deadly CoronaVirus. The price is $0.99 each. If interested, please visit our site: pharmacyusa.online\r\n\r\nKind Regards,\r\n\r\nContact Us | Quinte Lacrosse - quintelacrosse.com','2020-05-07 17:07:14'),(264,56,11,1,'Quinn Gorham Gorham','2020-07-13 21:20:35'),(265,56,11,2,'info@quintelacrosse.com','2020-07-13 21:20:35'),(266,56,11,3,'Lead For quintelacrosse.com','2020-07-13 21:20:35'),(267,56,11,4,'Hey\r\n\r\nCAREDOGBEST™ - Personalized Dog Harness. All sizes from XS to XXL. Easy ON/OFF in just 2 seconds. LIFETIME WARRANTY.\r\n\r\nClick here: caredogbest.online\r\n\r\nEnjoy,\r\n\r\nContact Us | Quinte Lacrosse - quintelacrosse.com','2020-07-13 21:20:35'),(268,57,11,1,'Dustin Contreras Contreras','2020-07-16 00:27:49'),(269,57,11,2,'info@quintelacrosse.com','2020-07-16 00:27:49'),(270,57,11,3,'Regarding quintelacrosse.com','2020-07-16 00:27:49'),(271,57,11,4,'Hello there\r\n\r\nBe Free from Neck Pain\r\nTry NeckFlexer & Relieve Neck Pain Effortlessly In 10 Min!\r\nSave 50% OFF + FREE Worldwide Shipping\r\n\r\nShop Now: neckflexer.online\r\n\r\n✅ Designed By Doctor & Chiropractor\r\n✅ Ergonomic Design - Fits Everyone\r\n✅ Circulation To Head\r\n✅ Stimulating Key Result Area\r\n\r\nCheers,\r\n\r\nContact Us | Quinte Lacrosse - quintelacrosse.com','2020-07-16 00:27:49'); /*!40000 ALTER TABLE `wpie_wpforms_entry_fields` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_wpforms_entry_fields` with 255 row(s) -- -- -- Table structure for table `wpie_comments` -- DROP TABLE IF EXISTS `wpie_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0, `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT 0, `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=MyISAM AUTO_INCREMENT=180 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_comments` -- LOCK TABLES `wpie_comments` WRITE; /*!40000 ALTER TABLE `wpie_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wpie_comments` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_comments` with 0 row(s) -- -- -- Table structure for table `wpie_my_calendar_category_relationships` -- DROP TABLE IF EXISTS `wpie_my_calendar_category_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_my_calendar_category_relationships` ( `relationship_id` int(11) NOT NULL AUTO_INCREMENT, `event_id` int(11) NOT NULL, `category_id` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`relationship_id`), KEY `event_id` (`event_id`) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_my_calendar_category_relationships` -- LOCK TABLES `wpie_my_calendar_category_relationships` WRITE; /*!40000 ALTER TABLE `wpie_my_calendar_category_relationships` DISABLE KEYS */; INSERT INTO `wpie_my_calendar_category_relationships` VALUES (1,1,1),(2,2,1),(3,3,1),(4,4,1),(5,5,1),(6,6,1),(7,7,1),(8,8,1),(9,9,1),(10,10,1),(11,11,1),(12,12,1),(13,13,1),(14,14,1),(15,15,1); /*!40000 ALTER TABLE `wpie_my_calendar_category_relationships` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_my_calendar_category_relationships` with 15 row(s) -- -- -- Table structure for table `wpie_nextend2_section_storage` -- DROP TABLE IF EXISTS `wpie_nextend2_section_storage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_nextend2_section_storage` ( `id` int(11) NOT NULL AUTO_INCREMENT, `application` varchar(20) NOT NULL, `section` varchar(128) NOT NULL, `referencekey` varchar(128) NOT NULL, `value` mediumtext NOT NULL, `system` int(11) NOT NULL DEFAULT 0, `editable` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`), KEY `system` (`system`), KEY `editable` (`editable`), KEY `application` (`application`,`section`(50),`referencekey`(50)), KEY `application_2` (`application`,`section`(50)) ) ENGINE=MyISAM AUTO_INCREMENT=16587 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_nextend2_section_storage` -- LOCK TABLES `wpie_nextend2_section_storage` WRITE; /*!40000 ALTER TABLE `wpie_nextend2_section_storage` DISABLE KEYS */; INSERT INTO `wpie_nextend2_section_storage` VALUES (10000,'system','global','n2_ss3_version','3.3.25r5488',1,1),(10002,'smartslider','free','subscribeOnImport','1',0,1),(13352,'smartslider','settings','','{\"n2_ss3_version\":\"3.5.1.3\\/b:release-3.5.1.3\\/r:5023544a4fcfe8dfb1226d4b8c667713df879709\"}',0,1); /*!40000 ALTER TABLE `wpie_nextend2_section_storage` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_nextend2_section_storage` with 3 row(s) -- -- -- Table structure for table `wpie_my_calendar_categories` -- DROP TABLE IF EXISTS `wpie_my_calendar_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_my_calendar_categories` ( `category_id` int(11) NOT NULL AUTO_INCREMENT, `category_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `category_color` varchar(7) COLLATE utf8mb4_unicode_ci NOT NULL, `category_icon` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL, `category_private` int(1) NOT NULL DEFAULT 0, `category_term` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`category_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_my_calendar_categories` -- LOCK TABLES `wpie_my_calendar_categories` WRITE; /*!40000 ALTER TABLE `wpie_my_calendar_categories` DISABLE KEYS */; INSERT INTO `wpie_my_calendar_categories` VALUES (1,'General','#ffffcc','event.png',0,25); /*!40000 ALTER TABLE `wpie_my_calendar_categories` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_my_calendar_categories` with 1 row(s) -- -- -- Table structure for table `wpie_options` -- DROP TABLE IF EXISTS `wpie_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=MyISAM AUTO_INCREMENT=10593613 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_options` -- LOCK TABLES `wpie_options` WRITE; /*!40000 ALTER TABLE `wpie_options` DISABLE KEYS */; INSERT INTO `wpie_options` VALUES (1,'siteurl','http://quintelacrosse.com','yes'),(2,'home','http://quintelacrosse.com','yes'),(3,'blogname','Quinte Bayhawks Lacrosse','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','admin@quintelacrosseproject.altereddigital.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:517:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:13:\"^attribution$\";s:36:\"index.php?bg_attribution=attribution\";s:21:\"^attribution-staging$\";s:44:\"index.php?bg_attribution=attribution-staging\";s:103:\"./(.+?)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:98:\"./(.+?)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:16:\"./(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:28:\"./(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:10:\"./(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:107:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:102:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:108:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:103:\"type/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:121:\"mc-event-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:56:\"index.php?mc-event-category=$matches[1]&feed=$matches[2]\";s:116:\"mc-event-category/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:56:\"index.php?mc-event-category=$matches[1]&feed=$matches[2]\";s:34:\"mc-event-category/([^/]+)/embed/?$\";s:50:\"index.php?mc-event-category=$matches[1]&embed=true\";s:46:\"mc-event-category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?mc-event-category=$matches[1]&paged=$matches[2]\";s:28:\"mc-event-category/([^/]+)/?$\";s:39:\"index.php?mc-event-category=$matches[1]\";s:37:\"post_grid/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"post_grid/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:130:\"post_grid/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:125:\"post_grid/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"post_grid/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"post_grid/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"post_grid/([^/]+)/embed/?$\";s:42:\"index.php?post_grid=$matches[1]&embed=true\";s:30:\"post_grid/([^/]+)/trackback/?$\";s:36:\"index.php?post_grid=$matches[1]&tb=1\";s:38:\"post_grid/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?post_grid=$matches[1]&paged=$matches[2]\";s:45:\"post_grid/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?post_grid=$matches[1]&cpage=$matches[2]\";s:34:\"post_grid/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?post_grid=$matches[1]&page=$matches[2]\";s:26:\"post_grid/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"post_grid/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:119:\"post_grid/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:114:\"post_grid/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"post_grid/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"post_grid/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"post_grid_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"post_grid_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:137:\"post_grid_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:132:\"post_grid_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"post_grid_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"post_grid_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"post_grid_layout/([^/]+)/embed/?$\";s:49:\"index.php?post_grid_layout=$matches[1]&embed=true\";s:37:\"post_grid_layout/([^/]+)/trackback/?$\";s:43:\"index.php?post_grid_layout=$matches[1]&tb=1\";s:45:\"post_grid_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?post_grid_layout=$matches[1]&paged=$matches[2]\";s:52:\"post_grid_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?post_grid_layout=$matches[1]&cpage=$matches[2]\";s:41:\"post_grid_layout/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?post_grid_layout=$matches[1]&page=$matches[2]\";s:33:\"post_grid_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"post_grid_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:126:\"post_grid_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:121:\"post_grid_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"post_grid_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"post_grid_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"sp_result/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"sp_result/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:130:\"sp_result/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:125:\"sp_result/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"sp_result/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"sp_result/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"sp_result/([^/]+)/embed/?$\";s:42:\"index.php?sp_result=$matches[1]&embed=true\";s:30:\"sp_result/([^/]+)/trackback/?$\";s:36:\"index.php?sp_result=$matches[1]&tb=1\";s:38:\"sp_result/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?sp_result=$matches[1]&paged=$matches[2]\";s:45:\"sp_result/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?sp_result=$matches[1]&cpage=$matches[2]\";s:34:\"sp_result/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?sp_result=$matches[1]&page=$matches[2]\";s:26:\"sp_result/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"sp_result/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:119:\"sp_result/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:114:\"sp_result/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"sp_result/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"sp_result/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"sp_outcome/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"sp_outcome/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:131:\"sp_outcome/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:126:\"sp_outcome/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"sp_outcome/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"sp_outcome/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"sp_outcome/([^/]+)/embed/?$\";s:43:\"index.php?sp_outcome=$matches[1]&embed=true\";s:31:\"sp_outcome/([^/]+)/trackback/?$\";s:37:\"index.php?sp_outcome=$matches[1]&tb=1\";s:39:\"sp_outcome/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?sp_outcome=$matches[1]&paged=$matches[2]\";s:46:\"sp_outcome/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?sp_outcome=$matches[1]&cpage=$matches[2]\";s:35:\"sp_outcome/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?sp_outcome=$matches[1]&page=$matches[2]\";s:27:\"sp_outcome/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"sp_outcome/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:120:\"sp_outcome/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:115:\"sp_outcome/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"sp_outcome/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"sp_outcome/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"sp_column/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"sp_column/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:130:\"sp_column/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:125:\"sp_column/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"sp_column/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"sp_column/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"sp_column/([^/]+)/embed/?$\";s:42:\"index.php?sp_column=$matches[1]&embed=true\";s:30:\"sp_column/([^/]+)/trackback/?$\";s:36:\"index.php?sp_column=$matches[1]&tb=1\";s:38:\"sp_column/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?sp_column=$matches[1]&paged=$matches[2]\";s:45:\"sp_column/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?sp_column=$matches[1]&cpage=$matches[2]\";s:34:\"sp_column/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?sp_column=$matches[1]&page=$matches[2]\";s:26:\"sp_column/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"sp_column/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:119:\"sp_column/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:114:\"sp_column/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"sp_column/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"sp_column/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"sp_metric/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"sp_metric/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:130:\"sp_metric/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:125:\"sp_metric/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"sp_metric/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"sp_metric/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"sp_metric/([^/]+)/embed/?$\";s:42:\"index.php?sp_metric=$matches[1]&embed=true\";s:30:\"sp_metric/([^/]+)/trackback/?$\";s:36:\"index.php?sp_metric=$matches[1]&tb=1\";s:38:\"sp_metric/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?sp_metric=$matches[1]&paged=$matches[2]\";s:45:\"sp_metric/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?sp_metric=$matches[1]&cpage=$matches[2]\";s:34:\"sp_metric/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?sp_metric=$matches[1]&page=$matches[2]\";s:26:\"sp_metric/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"sp_metric/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:119:\"sp_metric/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:114:\"sp_metric/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"sp_metric/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"sp_metric/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"sp_performance/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"sp_performance/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:135:\"sp_performance/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:130:\"sp_performance/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"sp_performance/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"sp_performance/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"sp_performance/([^/]+)/embed/?$\";s:47:\"index.php?sp_performance=$matches[1]&embed=true\";s:35:\"sp_performance/([^/]+)/trackback/?$\";s:41:\"index.php?sp_performance=$matches[1]&tb=1\";s:43:\"sp_performance/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?sp_performance=$matches[1]&paged=$matches[2]\";s:50:\"sp_performance/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?sp_performance=$matches[1]&cpage=$matches[2]\";s:39:\"sp_performance/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?sp_performance=$matches[1]&page=$matches[2]\";s:31:\"sp_performance/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"sp_performance/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:124:\"sp_performance/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:119:\"sp_performance/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"sp_performance/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"sp_performance/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"sp_statistic/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"sp_statistic/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:133:\"sp_statistic/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:128:\"sp_statistic/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"sp_statistic/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"sp_statistic/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"sp_statistic/([^/]+)/embed/?$\";s:45:\"index.php?sp_statistic=$matches[1]&embed=true\";s:33:\"sp_statistic/([^/]+)/trackback/?$\";s:39:\"index.php?sp_statistic=$matches[1]&tb=1\";s:41:\"sp_statistic/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?sp_statistic=$matches[1]&paged=$matches[2]\";s:48:\"sp_statistic/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?sp_statistic=$matches[1]&cpage=$matches[2]\";s:37:\"sp_statistic/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?sp_statistic=$matches[1]&page=$matches[2]\";s:29:\"sp_statistic/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"sp_statistic/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:122:\"sp_statistic/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:117:\"sp_statistic/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"sp_statistic/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"sp_statistic/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:126:\"event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:121:\"event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"event/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"event/([^/]+)/embed/?$\";s:41:\"index.php?sp_event=$matches[1]&embed=true\";s:26:\"event/([^/]+)/trackback/?$\";s:35:\"index.php?sp_event=$matches[1]&tb=1\";s:34:\"event/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?sp_event=$matches[1]&paged=$matches[2]\";s:41:\"event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?sp_event=$matches[1]&cpage=$matches[2]\";s:30:\"event/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?sp_event=$matches[1]&page=$matches[2]\";s:22:\"event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:115:\"event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:110:\"event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"event/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"team/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"team/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:123:\"team/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:118:\"team/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"team/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"team/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:19:\"team/(.+?)/embed/?$\";s:40:\"index.php?sp_team=$matches[1]&embed=true\";s:23:\"team/(.+?)/trackback/?$\";s:34:\"index.php?sp_team=$matches[1]&tb=1\";s:31:\"team/(.+?)/page/?([0-9]{1,})/?$\";s:47:\"index.php?sp_team=$matches[1]&paged=$matches[2]\";s:38:\"team/(.+?)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?sp_team=$matches[1]&cpage=$matches[2]\";s:27:\"team/(.+?)(?:/([0-9]+))?/?$\";s:46:\"index.php?sp_team=$matches[1]&page=$matches[2]\";s:34:\"player/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"player/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:127:\"player/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:122:\"player/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"player/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"player/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"player/([^/]+)/embed/?$\";s:42:\"index.php?sp_player=$matches[1]&embed=true\";s:27:\"player/([^/]+)/trackback/?$\";s:36:\"index.php?sp_player=$matches[1]&tb=1\";s:35:\"player/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?sp_player=$matches[1]&paged=$matches[2]\";s:42:\"player/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?sp_player=$matches[1]&cpage=$matches[2]\";s:31:\"player/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?sp_player=$matches[1]&page=$matches[2]\";s:23:\"player/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"player/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:116:\"player/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:111:\"player/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"player/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"player/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"staff/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"staff/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:126:\"staff/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:121:\"staff/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"staff/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"staff/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"staff/([^/]+)/embed/?$\";s:41:\"index.php?sp_staff=$matches[1]&embed=true\";s:26:\"staff/([^/]+)/trackback/?$\";s:35:\"index.php?sp_staff=$matches[1]&tb=1\";s:34:\"staff/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?sp_staff=$matches[1]&paged=$matches[2]\";s:41:\"staff/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?sp_staff=$matches[1]&cpage=$matches[2]\";s:30:\"staff/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?sp_staff=$matches[1]&page=$matches[2]\";s:22:\"staff/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"staff/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:115:\"staff/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:110:\"staff/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"staff/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"staff/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"bg_attribution/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"bg_attribution/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:135:\"bg_attribution/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:130:\"bg_attribution/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"bg_attribution/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"bg_attribution/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"bg_attribution/([^/]+)/embed/?$\";s:47:\"index.php?bg_attribution=$matches[1]&embed=true\";s:35:\"bg_attribution/([^/]+)/trackback/?$\";s:41:\"index.php?bg_attribution=$matches[1]&tb=1\";s:43:\"bg_attribution/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?bg_attribution=$matches[1]&paged=$matches[2]\";s:50:\"bg_attribution/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?bg_attribution=$matches[1]&cpage=$matches[2]\";s:39:\"bg_attribution/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?bg_attribution=$matches[1]&page=$matches[2]\";s:31:\"bg_attribution/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"bg_attribution/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:124:\"bg_attribution/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:119:\"bg_attribution/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"bg_attribution/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"bg_attribution/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"mc-events/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"mc-events/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:130:\"mc-events/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:125:\"mc-events/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"mc-events/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"mc-events/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"mc-events/([^/]+)/embed/?$\";s:42:\"index.php?mc-events=$matches[1]&embed=true\";s:30:\"mc-events/([^/]+)/trackback/?$\";s:36:\"index.php?mc-events=$matches[1]&tb=1\";s:38:\"mc-events/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?mc-events=$matches[1]&paged=$matches[2]\";s:45:\"mc-events/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?mc-events=$matches[1]&cpage=$matches[2]\";s:34:\"mc-events/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?mc-events=$matches[1]&page=$matches[2]\";s:26:\"mc-events/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"mc-events/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:119:\"mc-events/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:114:\"mc-events/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"mc-events/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"mc-events/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"mc-locations/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"mc-locations/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:133:\"mc-locations/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:128:\"mc-locations/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"mc-locations/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"mc-locations/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"mc-locations/([^/]+)/embed/?$\";s:45:\"index.php?mc-locations=$matches[1]&embed=true\";s:33:\"mc-locations/([^/]+)/trackback/?$\";s:39:\"index.php?mc-locations=$matches[1]&tb=1\";s:41:\"mc-locations/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?mc-locations=$matches[1]&paged=$matches[2]\";s:48:\"mc-locations/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?mc-locations=$matches[1]&cpage=$matches[2]\";s:37:\"mc-locations/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?mc-locations=$matches[1]&page=$matches[2]\";s:29:\"mc-locations/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"mc-locations/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:122:\"mc-locations/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:117:\"mc-locations/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"mc-locations/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"mc-locations/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:110:\"league/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:48:\"index.php?sp_league=$matches[1]&feed=$matches[2]\";s:105:\"league/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:48:\"index.php?sp_league=$matches[1]&feed=$matches[2]\";s:23:\"league/([^/]+)/embed/?$\";s:42:\"index.php?sp_league=$matches[1]&embed=true\";s:35:\"league/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?sp_league=$matches[1]&paged=$matches[2]\";s:17:\"league/([^/]+)/?$\";s:31:\"index.php?sp_league=$matches[1]\";s:110:\"season/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:48:\"index.php?sp_season=$matches[1]&feed=$matches[2]\";s:105:\"season/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:48:\"index.php?sp_season=$matches[1]&feed=$matches[2]\";s:23:\"season/([^/]+)/embed/?$\";s:42:\"index.php?sp_season=$matches[1]&embed=true\";s:35:\"season/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?sp_season=$matches[1]&paged=$matches[2]\";s:17:\"season/([^/]+)/?$\";s:31:\"index.php?sp_season=$matches[1]\";s:109:\"venue/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:47:\"index.php?sp_venue=$matches[1]&feed=$matches[2]\";s:104:\"venue/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:47:\"index.php?sp_venue=$matches[1]&feed=$matches[2]\";s:22:\"venue/([^/]+)/embed/?$\";s:41:\"index.php?sp_venue=$matches[1]&embed=true\";s:34:\"venue/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?sp_venue=$matches[1]&paged=$matches[2]\";s:16:\"venue/([^/]+)/?$\";s:30:\"index.php?sp_venue=$matches[1]\";s:112:\"position/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:50:\"index.php?sp_position=$matches[1]&feed=$matches[2]\";s:107:\"position/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:50:\"index.php?sp_position=$matches[1]&feed=$matches[2]\";s:25:\"position/([^/]+)/embed/?$\";s:44:\"index.php?sp_position=$matches[1]&embed=true\";s:37:\"position/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?sp_position=$matches[1]&paged=$matches[2]\";s:19:\"position/([^/]+)/?$\";s:33:\"index.php?sp_position=$matches[1]\";s:108:\"role/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:46:\"index.php?sp_role=$matches[1]&feed=$matches[2]\";s:103:\"role/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:46:\"index.php?sp_role=$matches[1]&feed=$matches[2]\";s:21:\"role/([^/]+)/embed/?$\";s:40:\"index.php?sp_role=$matches[1]&embed=true\";s:33:\"role/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?sp_role=$matches[1]&paged=$matches[2]\";s:15:\"role/([^/]+)/?$\";s:29:\"index.php?sp_role=$matches[1]\";s:36:\"calendar/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"calendar/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:129:\"calendar/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:124:\"calendar/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"calendar/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"calendar/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"calendar/([^/]+)/embed/?$\";s:44:\"index.php?sp_calendar=$matches[1]&embed=true\";s:29:\"calendar/([^/]+)/trackback/?$\";s:38:\"index.php?sp_calendar=$matches[1]&tb=1\";s:37:\"calendar/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?sp_calendar=$matches[1]&paged=$matches[2]\";s:44:\"calendar/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?sp_calendar=$matches[1]&cpage=$matches[2]\";s:33:\"calendar/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?sp_calendar=$matches[1]&page=$matches[2]\";s:25:\"calendar/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"calendar/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:118:\"calendar/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:113:\"calendar/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"calendar/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"calendar/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"sp_spec/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"sp_spec/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:128:\"sp_spec/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:123:\"sp_spec/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sp_spec/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"sp_spec/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"sp_spec/([^/]+)/embed/?$\";s:40:\"index.php?sp_spec=$matches[1]&embed=true\";s:28:\"sp_spec/([^/]+)/trackback/?$\";s:34:\"index.php?sp_spec=$matches[1]&tb=1\";s:36:\"sp_spec/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?sp_spec=$matches[1]&paged=$matches[2]\";s:43:\"sp_spec/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?sp_spec=$matches[1]&cpage=$matches[2]\";s:32:\"sp_spec/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?sp_spec=$matches[1]&page=$matches[2]\";s:24:\"sp_spec/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"sp_spec/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:117:\"sp_spec/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:112:\"sp_spec/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sp_spec/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"sp_spec/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"table/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"table/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:126:\"table/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:121:\"table/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"table/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"table/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"table/([^/]+)/embed/?$\";s:41:\"index.php?sp_table=$matches[1]&embed=true\";s:26:\"table/([^/]+)/trackback/?$\";s:35:\"index.php?sp_table=$matches[1]&tb=1\";s:34:\"table/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?sp_table=$matches[1]&paged=$matches[2]\";s:41:\"table/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?sp_table=$matches[1]&cpage=$matches[2]\";s:30:\"table/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?sp_table=$matches[1]&page=$matches[2]\";s:22:\"table/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"table/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:115:\"table/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:110:\"table/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"table/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"table/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"list/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"list/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:125:\"list/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:120:\"list/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"list/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"list/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"list/([^/]+)/embed/?$\";s:40:\"index.php?sp_list=$matches[1]&embed=true\";s:25:\"list/([^/]+)/trackback/?$\";s:34:\"index.php?sp_list=$matches[1]&tb=1\";s:33:\"list/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?sp_list=$matches[1]&paged=$matches[2]\";s:40:\"list/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?sp_list=$matches[1]&cpage=$matches[2]\";s:29:\"list/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?sp_list=$matches[1]&page=$matches[2]\";s:21:\"list/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"list/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:114:\"list/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:109:\"list/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"list/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"list/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:118:\"bg-block-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:52:\"index.php?bg_block_type=$matches[1]&feed=$matches[2]\";s:113:\"bg-block-types/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:52:\"index.php?bg_block_type=$matches[1]&feed=$matches[2]\";s:31:\"bg-block-types/([^/]+)/embed/?$\";s:46:\"index.php?bg_block_type=$matches[1]&embed=true\";s:43:\"bg-block-types/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?bg_block_type=$matches[1]&paged=$matches[2]\";s:25:\"bg-block-types/([^/]+)/?$\";s:35:\"index.php?bg_block_type=$matches[1]\";s:36:\"bg-block/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"bg-block/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:129:\"bg-block/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:124:\"bg-block/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"bg-block/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"bg-block/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"bg-block/([^/]+)/embed/?$\";s:41:\"index.php?bg_block=$matches[1]&embed=true\";s:29:\"bg-block/([^/]+)/trackback/?$\";s:35:\"index.php?bg_block=$matches[1]&tb=1\";s:37:\"bg-block/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?bg_block=$matches[1]&paged=$matches[2]\";s:44:\"bg-block/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?bg_block=$matches[1]&cpage=$matches[2]\";s:33:\"bg-block/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?bg_block=$matches[1]&page=$matches[2]\";s:25:\"bg-block/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"bg-block/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:118:\"bg-block/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:113:\"bg-block/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"bg-block/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"bg-block/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"bwg_gallery/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"bwg_gallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:132:\"bwg_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:127:\"bwg_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"bwg_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"bwg_gallery/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"bwg_gallery/([^/]+)/embed/?$\";s:44:\"index.php?bwg_gallery=$matches[1]&embed=true\";s:32:\"bwg_gallery/([^/]+)/trackback/?$\";s:38:\"index.php?bwg_gallery=$matches[1]&tb=1\";s:40:\"bwg_gallery/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?bwg_gallery=$matches[1]&paged=$matches[2]\";s:47:\"bwg_gallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?bwg_gallery=$matches[1]&cpage=$matches[2]\";s:36:\"bwg_gallery/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?bwg_gallery=$matches[1]&page=$matches[2]\";s:28:\"bwg_gallery/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"bwg_gallery/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:121:\"bwg_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:116:\"bwg_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"bwg_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"bwg_gallery/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"bwg_album/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"bwg_album/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:130:\"bwg_album/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:125:\"bwg_album/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"bwg_album/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"bwg_album/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"bwg_album/([^/]+)/embed/?$\";s:42:\"index.php?bwg_album=$matches[1]&embed=true\";s:30:\"bwg_album/([^/]+)/trackback/?$\";s:36:\"index.php?bwg_album=$matches[1]&tb=1\";s:38:\"bwg_album/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?bwg_album=$matches[1]&paged=$matches[2]\";s:45:\"bwg_album/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?bwg_album=$matches[1]&cpage=$matches[2]\";s:34:\"bwg_album/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?bwg_album=$matches[1]&page=$matches[2]\";s:26:\"bwg_album/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"bwg_album/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:119:\"bwg_album/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:114:\"bwg_album/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"bwg_album/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"bwg_album/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"bwg_tag/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"bwg_tag/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:128:\"bwg_tag/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:123:\"bwg_tag/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"bwg_tag/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"bwg_tag/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"bwg_tag/([^/]+)/embed/?$\";s:40:\"index.php?bwg_tag=$matches[1]&embed=true\";s:28:\"bwg_tag/([^/]+)/trackback/?$\";s:34:\"index.php?bwg_tag=$matches[1]&tb=1\";s:111:\"bwg_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:46:\"index.php?bwg_tag=$matches[1]&feed=$matches[2]\";s:106:\"bwg_tag/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:46:\"index.php?bwg_tag=$matches[1]&feed=$matches[2]\";s:36:\"bwg_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?bwg_tag=$matches[1]&paged=$matches[2]\";s:32:\"bwg_tag/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?bwg_tag=$matches[1]&page=$matches[2]\";s:24:\"bwg_tag/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"bwg_tag/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:117:\"bwg_tag/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:112:\"bwg_tag/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"bwg_tag/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"bwg_tag/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:95:\"feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:90:\"(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=18&cpage=$matches[1]\";s:104:\"comments/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:99:\"comments/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:107:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:102:\"search/(.+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:110:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:105:\"author/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:132:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:127:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:119:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:114:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:106:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:101:\"([0-9]{4})/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:120:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:115:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:103:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:98:\"(.?.+?)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:120:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:115:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:103:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:98:\"([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:109:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:104:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(7995981,'can_compress_scripts','1','no'),(4381078,'_transient_jetpack_autoloader_plugin_paths','a:1:{i:0;s:25:\"{{WP_PLUGIN_DIR}}/jetpack\";}','yes'),(1446658,'evolve_admin_notice','1','yes'),(1446660,'evolve_start_use','1','yes'),(1446672,'boldgrid_widgets_created','a:2:{s:14:\"call_to_action\";s:22:\"black-studio-tinymce-0\";s:12:\"phone_number\";s:22:\"black-studio-tinymce-1\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:16:{i:0;s:19:\"akismet/akismet.php\";i:1;s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";i:2;s:35:\"boldgrid-backup/boldgrid-backup.php\";i:3;s:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";i:4;s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";i:5;s:33:\"duplicate-post/duplicate-post.php\";i:6;s:29:\"hide-featured-image/index.php\";i:7;s:19:\"jetpack/jetpack.php\";i:8;s:27:\"my-calendar/my-calendar.php\";i:9;s:31:\"photo-gallery/photo-gallery.php\";i:10;s:47:\"post-and-page-builder/post-and-page-builder.php\";i:11;s:23:\"post-grid/post-grid.php\";i:12;s:33:\"smart-slider-3/smart-slider-3.php\";i:13;s:27:\"sportspress/sportspress.php\";i:14;s:25:\"tablepress/tablepress.php\";i:15;s:19:\"wpforms/wpforms.php\";}','yes'),(34,'category_base','/.','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:3:{i:0;s:79:\"/home/altere25/quintelacrosse.com/wp-content/themes/boldgrid-pavilion/style.css\";i:2;s:101:\"/home/altere25/quintelacrosseproject.altereddigital.com/wp-content/themes/boldgrid-pavilion/style.css\";i:3;s:0:\"\";}','no'),(40,'template','boldgrid-pavilion','yes'),(41,'stylesheet','boldgrid-pavilion','yes'),(2724949,'finished_updating_comment_type','1','yes'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','51917','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:4:{i:1;a:0:{}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:67:\"Website By:
Altered Digital\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:56:\"TRY LACROSSE CLINIC TONIGHT AT EAST SIDE SECONDARY 6-8PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:1:{s:27:\"my-calendar/my-calendar.php\";s:12:\"mc_uninstall\";}','no'),(82,'timezone_string','America/Toronto','yes'),(83,'page_for_posts','119','yes'),(84,'page_on_front','18','yes'),(85,'default_post_format','standard','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','55','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','0','yes'),(93,'initial_db_version','38590','yes'),(94,'wpie_user_roles','a:13:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:303:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:10:\"copy_posts\";b:1;s:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:18:\"view_mstw_tr_menus\";b:1;s:21:\"edit_mstw_tr_settings\";b:1;s:15:\"manage_tr_teams\";b:1;s:11:\"edit_player\";b:1;s:11:\"read_player\";b:1;s:13:\"delete_player\";b:1;s:12:\"edit_players\";b:1;s:19:\"edit_others_players\";b:1;s:15:\"publish_players\";b:1;s:20:\"read_private_players\";b:1;s:14:\"delete_players\";b:1;s:24:\"delete_published_players\";b:1;s:21:\"delete_others_players\";b:1;s:20:\"edit_private_players\";b:1;s:22:\"edit_published_players\";b:1;s:13:\"edit_schedule\";b:1;s:13:\"read_schedule\";b:1;s:15:\"delete_schedule\";b:1;s:14:\"edit_schedules\";b:1;s:21:\"edit_others_schedules\";b:1;s:17:\"publish_schedules\";b:1;s:22:\"read_private_schedules\";b:1;s:16:\"delete_schedules\";b:1;s:26:\"delete_published_schedules\";b:1;s:23:\"delete_others_schedules\";b:1;s:22:\"edit_private_schedules\";b:1;s:24:\"edit_published_schedules\";b:1;s:9:\"edit_team\";b:1;s:9:\"read_team\";b:1;s:11:\"delete_team\";b:1;s:10:\"edit_teams\";b:1;s:17:\"edit_others_teams\";b:1;s:13:\"publish_teams\";b:1;s:18:\"read_private_teams\";b:1;s:12:\"delete_teams\";b:1;s:22:\"delete_published_teams\";b:1;s:19:\"delete_others_teams\";b:1;s:18:\"edit_private_teams\";b:1;s:20:\"edit_published_teams\";b:1;s:9:\"edit_game\";b:1;s:9:\"read_game\";b:1;s:11:\"delete_game\";b:1;s:10:\"edit_games\";b:1;s:17:\"edit_others_games\";b:1;s:13:\"publish_games\";b:1;s:18:\"read_private_games\";b:1;s:12:\"delete_games\";b:1;s:22:\"delete_published_games\";b:1;s:19:\"delete_others_games\";b:1;s:18:\"edit_private_games\";b:1;s:20:\"edit_published_games\";b:1;s:10:\"edit_sport\";b:1;s:10:\"read_sport\";b:1;s:12:\"delete_sport\";b:1;s:11:\"edit_sports\";b:1;s:18:\"edit_others_sports\";b:1;s:14:\"publish_sports\";b:1;s:19:\"read_private_sports\";b:1;s:13:\"delete_sports\";b:1;s:23:\"delete_published_sports\";b:1;s:20:\"delete_others_sports\";b:1;s:19:\"edit_private_sports\";b:1;s:21:\"edit_published_sports\";b:1;s:10:\"edit_venue\";b:1;s:10:\"read_venue\";b:1;s:12:\"delete_venue\";b:1;s:11:\"edit_venues\";b:1;s:18:\"edit_others_venues\";b:1;s:14:\"publish_venues\";b:1;s:19:\"read_private_venues\";b:1;s:13:\"delete_venues\";b:1;s:23:\"delete_published_venues\";b:1;s:20:\"delete_others_venues\";b:1;s:19:\"edit_private_venues\";b:1;s:21:\"edit_published_venues\";b:1;s:13:\"mc_add_events\";b:1;s:17:\"mc_approve_events\";b:1;s:16:\"mc_manage_events\";b:1;s:12:\"mc_edit_cats\";b:1;s:14:\"mc_edit_styles\";b:1;s:17:\"mc_edit_behaviors\";b:1;s:17:\"mc_edit_templates\";b:1;s:16:\"mc_edit_settings\";b:1;s:17:\"mc_edit_locations\";b:1;s:12:\"mc_view_help\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;s:23:\"tablepress_edit_options\";b:1;s:18:\"manage_sportspress\";b:1;s:24:\"view_sportspress_reports\";b:1;s:14:\"edit_sp_config\";b:1;s:14:\"read_sp_config\";b:1;s:16:\"delete_sp_config\";b:1;s:15:\"edit_sp_configs\";b:1;s:22:\"edit_others_sp_configs\";b:1;s:18:\"publish_sp_configs\";b:1;s:23:\"read_private_sp_configs\";b:1;s:17:\"delete_sp_configs\";b:1;s:25:\"delete_private_sp_configs\";b:1;s:27:\"delete_published_sp_configs\";b:1;s:24:\"delete_others_sp_configs\";b:1;s:23:\"edit_private_sp_configs\";b:1;s:25:\"edit_published_sp_configs\";b:1;s:22:\"manage_sp_config_terms\";b:1;s:20:\"edit_sp_config_terms\";b:1;s:22:\"delete_sp_config_terms\";b:1;s:22:\"assign_sp_config_terms\";b:1;s:13:\"edit_sp_event\";b:1;s:13:\"read_sp_event\";b:1;s:15:\"delete_sp_event\";b:1;s:14:\"edit_sp_events\";b:1;s:21:\"edit_others_sp_events\";b:1;s:17:\"publish_sp_events\";b:1;s:22:\"read_private_sp_events\";b:1;s:16:\"delete_sp_events\";b:1;s:24:\"delete_private_sp_events\";b:1;s:26:\"delete_published_sp_events\";b:1;s:23:\"delete_others_sp_events\";b:1;s:22:\"edit_private_sp_events\";b:1;s:24:\"edit_published_sp_events\";b:1;s:21:\"manage_sp_event_terms\";b:1;s:19:\"edit_sp_event_terms\";b:1;s:21:\"delete_sp_event_terms\";b:1;s:21:\"assign_sp_event_terms\";b:1;s:16:\"edit_sp_calendar\";b:1;s:16:\"read_sp_calendar\";b:1;s:18:\"delete_sp_calendar\";b:1;s:17:\"edit_sp_calendars\";b:1;s:24:\"edit_others_sp_calendars\";b:1;s:20:\"publish_sp_calendars\";b:1;s:25:\"read_private_sp_calendars\";b:1;s:19:\"delete_sp_calendars\";b:1;s:27:\"delete_private_sp_calendars\";b:1;s:29:\"delete_published_sp_calendars\";b:1;s:26:\"delete_others_sp_calendars\";b:1;s:25:\"edit_private_sp_calendars\";b:1;s:27:\"edit_published_sp_calendars\";b:1;s:24:\"manage_sp_calendar_terms\";b:1;s:22:\"edit_sp_calendar_terms\";b:1;s:24:\"delete_sp_calendar_terms\";b:1;s:24:\"assign_sp_calendar_terms\";b:1;s:12:\"edit_sp_team\";b:1;s:12:\"read_sp_team\";b:1;s:14:\"delete_sp_team\";b:1;s:13:\"edit_sp_teams\";b:1;s:20:\"edit_others_sp_teams\";b:1;s:16:\"publish_sp_teams\";b:1;s:21:\"read_private_sp_teams\";b:1;s:15:\"delete_sp_teams\";b:1;s:23:\"delete_private_sp_teams\";b:1;s:25:\"delete_published_sp_teams\";b:1;s:22:\"delete_others_sp_teams\";b:1;s:21:\"edit_private_sp_teams\";b:1;s:23:\"edit_published_sp_teams\";b:1;s:20:\"manage_sp_team_terms\";b:1;s:18:\"edit_sp_team_terms\";b:1;s:20:\"delete_sp_team_terms\";b:1;s:20:\"assign_sp_team_terms\";b:1;s:13:\"edit_sp_table\";b:1;s:13:\"read_sp_table\";b:1;s:15:\"delete_sp_table\";b:1;s:14:\"edit_sp_tables\";b:1;s:21:\"edit_others_sp_tables\";b:1;s:17:\"publish_sp_tables\";b:1;s:22:\"read_private_sp_tables\";b:1;s:16:\"delete_sp_tables\";b:1;s:24:\"delete_private_sp_tables\";b:1;s:26:\"delete_published_sp_tables\";b:1;s:23:\"delete_others_sp_tables\";b:1;s:22:\"edit_private_sp_tables\";b:1;s:24:\"edit_published_sp_tables\";b:1;s:21:\"manage_sp_table_terms\";b:1;s:19:\"edit_sp_table_terms\";b:1;s:21:\"delete_sp_table_terms\";b:1;s:21:\"assign_sp_table_terms\";b:1;s:14:\"edit_sp_player\";b:1;s:14:\"read_sp_player\";b:1;s:16:\"delete_sp_player\";b:1;s:15:\"edit_sp_players\";b:1;s:22:\"edit_others_sp_players\";b:1;s:18:\"publish_sp_players\";b:1;s:23:\"read_private_sp_players\";b:1;s:17:\"delete_sp_players\";b:1;s:25:\"delete_private_sp_players\";b:1;s:27:\"delete_published_sp_players\";b:1;s:24:\"delete_others_sp_players\";b:1;s:23:\"edit_private_sp_players\";b:1;s:25:\"edit_published_sp_players\";b:1;s:22:\"manage_sp_player_terms\";b:1;s:20:\"edit_sp_player_terms\";b:1;s:22:\"delete_sp_player_terms\";b:1;s:22:\"assign_sp_player_terms\";b:1;s:12:\"edit_sp_list\";b:1;s:12:\"read_sp_list\";b:1;s:14:\"delete_sp_list\";b:1;s:13:\"edit_sp_lists\";b:1;s:20:\"edit_others_sp_lists\";b:1;s:16:\"publish_sp_lists\";b:1;s:21:\"read_private_sp_lists\";b:1;s:15:\"delete_sp_lists\";b:1;s:23:\"delete_private_sp_lists\";b:1;s:25:\"delete_published_sp_lists\";b:1;s:22:\"delete_others_sp_lists\";b:1;s:21:\"edit_private_sp_lists\";b:1;s:23:\"edit_published_sp_lists\";b:1;s:20:\"manage_sp_list_terms\";b:1;s:18:\"edit_sp_list_terms\";b:1;s:20:\"delete_sp_list_terms\";b:1;s:20:\"assign_sp_list_terms\";b:1;s:13:\"edit_sp_staff\";b:1;s:13:\"read_sp_staff\";b:1;s:15:\"delete_sp_staff\";b:1;s:14:\"edit_sp_staffs\";b:1;s:21:\"edit_others_sp_staffs\";b:1;s:17:\"publish_sp_staffs\";b:1;s:22:\"read_private_sp_staffs\";b:1;s:16:\"delete_sp_staffs\";b:1;s:24:\"delete_private_sp_staffs\";b:1;s:26:\"delete_published_sp_staffs\";b:1;s:23:\"delete_others_sp_staffs\";b:1;s:22:\"edit_private_sp_staffs\";b:1;s:24:\"edit_published_sp_staffs\";b:1;s:21:\"manage_sp_staff_terms\";b:1;s:19:\"edit_sp_staff_terms\";b:1;s:21:\"delete_sp_staff_terms\";b:1;s:21:\"assign_sp_staff_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:127:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:10:\"copy_posts\";b:1;s:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:18:\"view_mstw_tr_menus\";b:1;s:21:\"edit_mstw_tr_settings\";b:1;s:15:\"manage_tr_teams\";b:1;s:11:\"edit_player\";b:1;s:11:\"read_player\";b:1;s:13:\"delete_player\";b:1;s:12:\"edit_players\";b:1;s:19:\"edit_others_players\";b:1;s:15:\"publish_players\";b:1;s:20:\"read_private_players\";b:1;s:14:\"delete_players\";b:1;s:24:\"delete_published_players\";b:1;s:21:\"delete_others_players\";b:1;s:20:\"edit_private_players\";b:1;s:22:\"edit_published_players\";b:1;s:13:\"edit_schedule\";b:1;s:13:\"read_schedule\";b:1;s:15:\"delete_schedule\";b:1;s:14:\"edit_schedules\";b:1;s:21:\"edit_others_schedules\";b:1;s:17:\"publish_schedules\";b:1;s:22:\"read_private_schedules\";b:1;s:16:\"delete_schedules\";b:1;s:26:\"delete_published_schedules\";b:1;s:23:\"delete_others_schedules\";b:1;s:22:\"edit_private_schedules\";b:1;s:24:\"edit_published_schedules\";b:1;s:9:\"edit_team\";b:1;s:9:\"read_team\";b:1;s:11:\"delete_team\";b:1;s:10:\"edit_teams\";b:1;s:17:\"edit_others_teams\";b:1;s:13:\"publish_teams\";b:1;s:18:\"read_private_teams\";b:1;s:12:\"delete_teams\";b:1;s:22:\"delete_published_teams\";b:1;s:19:\"delete_others_teams\";b:1;s:18:\"edit_private_teams\";b:1;s:20:\"edit_published_teams\";b:1;s:9:\"edit_game\";b:1;s:9:\"read_game\";b:1;s:11:\"delete_game\";b:1;s:10:\"edit_games\";b:1;s:17:\"edit_others_games\";b:1;s:13:\"publish_games\";b:1;s:18:\"read_private_games\";b:1;s:12:\"delete_games\";b:1;s:22:\"delete_published_games\";b:1;s:19:\"delete_others_games\";b:1;s:18:\"edit_private_games\";b:1;s:20:\"edit_published_games\";b:1;s:10:\"edit_sport\";b:1;s:10:\"read_sport\";b:1;s:12:\"delete_sport\";b:1;s:11:\"edit_sports\";b:1;s:18:\"edit_others_sports\";b:1;s:14:\"publish_sports\";b:1;s:19:\"read_private_sports\";b:1;s:13:\"delete_sports\";b:1;s:23:\"delete_published_sports\";b:1;s:20:\"delete_others_sports\";b:1;s:19:\"edit_private_sports\";b:1;s:21:\"edit_published_sports\";b:1;s:10:\"edit_venue\";b:1;s:10:\"read_venue\";b:1;s:12:\"delete_venue\";b:1;s:11:\"edit_venues\";b:1;s:18:\"edit_others_venues\";b:1;s:14:\"publish_venues\";b:1;s:19:\"read_private_venues\";b:1;s:13:\"delete_venues\";b:1;s:23:\"delete_published_venues\";b:1;s:20:\"delete_others_venues\";b:1;s:19:\"edit_private_venues\";b:1;s:21:\"edit_published_venues\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:19:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"mstw_tr_admin\";a:2:{s:4:\"name\";s:23:\"MSTW Team Rosters Admin\";s:12:\"capabilities\";a:17:{s:21:\"manage_mstw_schedules\";b:1;s:4:\"read\";b:1;s:18:\"view_mstw_tr_menus\";b:1;s:21:\"edit_mstw_tr_settings\";b:1;s:15:\"manage_tr_teams\";b:1;s:11:\"edit_player\";b:1;s:11:\"read_player\";b:1;s:13:\"delete_player\";b:1;s:12:\"edit_players\";b:1;s:19:\"edit_others_players\";b:1;s:15:\"publish_players\";b:1;s:20:\"read_private_players\";b:1;s:14:\"delete_players\";b:1;s:24:\"delete_published_players\";b:1;s:21:\"delete_others_players\";b:1;s:20:\"edit_private_players\";b:1;s:22:\"edit_published_players\";b:1;}}s:10:\"mstw_admin\";a:2:{s:4:\"name\";s:10:\"MSTW Admin\";s:12:\"capabilities\";a:64:{s:19:\"manage_mstw_plugins\";b:1;s:10:\"edit_posts\";b:1;s:15:\"view_mstw_menus\";b:1;s:13:\"edit_schedule\";b:1;s:13:\"read_schedule\";b:1;s:15:\"delete_schedule\";b:1;s:14:\"edit_schedules\";b:1;s:21:\"edit_others_schedules\";b:1;s:17:\"publish_schedules\";b:1;s:22:\"read_private_schedules\";b:1;s:16:\"delete_schedules\";b:1;s:26:\"delete_published_schedules\";b:1;s:23:\"delete_others_schedules\";b:1;s:22:\"edit_private_schedules\";b:1;s:24:\"edit_published_schedules\";b:1;s:4:\"read\";b:1;s:9:\"edit_team\";b:1;s:9:\"read_team\";b:1;s:11:\"delete_team\";b:1;s:10:\"edit_teams\";b:1;s:17:\"edit_others_teams\";b:1;s:13:\"publish_teams\";b:1;s:18:\"read_private_teams\";b:1;s:12:\"delete_teams\";b:1;s:22:\"delete_published_teams\";b:1;s:19:\"delete_others_teams\";b:1;s:18:\"edit_private_teams\";b:1;s:20:\"edit_published_teams\";b:1;s:9:\"edit_game\";b:1;s:9:\"read_game\";b:1;s:11:\"delete_game\";b:1;s:10:\"edit_games\";b:1;s:17:\"edit_others_games\";b:1;s:13:\"publish_games\";b:1;s:18:\"read_private_games\";b:1;s:12:\"delete_games\";b:1;s:22:\"delete_published_games\";b:1;s:19:\"delete_others_games\";b:1;s:18:\"edit_private_games\";b:1;s:20:\"edit_published_games\";b:1;s:10:\"edit_sport\";b:1;s:10:\"read_sport\";b:1;s:12:\"delete_sport\";b:1;s:11:\"edit_sports\";b:1;s:18:\"edit_others_sports\";b:1;s:14:\"publish_sports\";b:1;s:19:\"read_private_sports\";b:1;s:13:\"delete_sports\";b:1;s:23:\"delete_published_sports\";b:1;s:20:\"delete_others_sports\";b:1;s:19:\"edit_private_sports\";b:1;s:21:\"edit_published_sports\";b:1;s:10:\"edit_venue\";b:1;s:10:\"read_venue\";b:1;s:12:\"delete_venue\";b:1;s:11:\"edit_venues\";b:1;s:18:\"edit_others_venues\";b:1;s:14:\"publish_venues\";b:1;s:19:\"read_private_venues\";b:1;s:13:\"delete_venues\";b:1;s:23:\"delete_published_venues\";b:1;s:20:\"delete_others_venues\";b:1;s:19:\"edit_private_venues\";b:1;s:21:\"edit_published_venues\";b:1;}}s:13:\"mstw_ss_admin\";a:2:{s:4:\"name\";s:34:\"MSTW Schedules & Scoreboards Admin\";s:12:\"capabilities\";a:63:{s:21:\"manage_mstw_schedules\";b:1;s:4:\"read\";b:1;s:18:\"view_mstw_ss_menus\";b:1;s:13:\"edit_schedule\";b:1;s:13:\"read_schedule\";b:1;s:15:\"delete_schedule\";b:1;s:14:\"edit_schedules\";b:1;s:21:\"edit_others_schedules\";b:1;s:17:\"publish_schedules\";b:1;s:22:\"read_private_schedules\";b:1;s:16:\"delete_schedules\";b:1;s:26:\"delete_published_schedules\";b:1;s:23:\"delete_others_schedules\";b:1;s:22:\"edit_private_schedules\";b:1;s:24:\"edit_published_schedules\";b:1;s:9:\"edit_team\";b:1;s:9:\"read_team\";b:1;s:11:\"delete_team\";b:1;s:10:\"edit_teams\";b:1;s:17:\"edit_others_teams\";b:1;s:13:\"publish_teams\";b:1;s:18:\"read_private_teams\";b:1;s:12:\"delete_teams\";b:1;s:22:\"delete_published_teams\";b:1;s:19:\"delete_others_teams\";b:1;s:18:\"edit_private_teams\";b:1;s:20:\"edit_published_teams\";b:1;s:9:\"edit_game\";b:1;s:9:\"read_game\";b:1;s:11:\"delete_game\";b:1;s:10:\"edit_games\";b:1;s:17:\"edit_others_games\";b:1;s:13:\"publish_games\";b:1;s:18:\"read_private_games\";b:1;s:12:\"delete_games\";b:1;s:22:\"delete_published_games\";b:1;s:19:\"delete_others_games\";b:1;s:18:\"edit_private_games\";b:1;s:20:\"edit_published_games\";b:1;s:10:\"edit_sport\";b:1;s:10:\"read_sport\";b:1;s:12:\"delete_sport\";b:1;s:11:\"edit_sports\";b:1;s:18:\"edit_others_sports\";b:1;s:14:\"publish_sports\";b:1;s:19:\"read_private_sports\";b:1;s:13:\"delete_sports\";b:1;s:23:\"delete_published_sports\";b:1;s:20:\"delete_others_sports\";b:1;s:19:\"edit_private_sports\";b:1;s:21:\"edit_published_sports\";b:1;s:10:\"edit_venue\";b:1;s:10:\"read_venue\";b:1;s:12:\"delete_venue\";b:1;s:11:\"edit_venues\";b:1;s:18:\"edit_others_venues\";b:1;s:14:\"publish_venues\";b:1;s:19:\"read_private_venues\";b:1;s:13:\"delete_venues\";b:1;s:23:\"delete_published_venues\";b:1;s:20:\"delete_others_venues\";b:1;s:19:\"edit_private_venues\";b:1;s:21:\"edit_published_venues\";b:1;}}s:9:\"sp_player\";a:2:{s:4:\"name\";s:6:\"Player\";s:12:\"capabilities\";a:21:{s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:12:\"delete_posts\";b:1;s:10:\"edit_posts\";b:1;s:12:\"upload_files\";b:1;s:14:\"edit_sp_player\";b:1;s:14:\"read_sp_player\";b:1;s:15:\"edit_sp_players\";b:1;s:25:\"edit_published_sp_players\";b:1;s:22:\"assign_sp_player_terms\";b:1;s:13:\"edit_sp_event\";b:1;s:13:\"read_sp_event\";b:1;s:14:\"edit_sp_events\";b:1;s:24:\"edit_published_sp_events\";b:1;s:21:\"assign_sp_event_terms\";b:1;s:12:\"edit_sp_team\";b:1;s:12:\"read_sp_team\";b:1;s:13:\"edit_sp_teams\";b:1;s:23:\"edit_published_sp_teams\";b:1;s:20:\"assign_sp_team_terms\";b:1;}}s:8:\"sp_staff\";a:2:{s:4:\"name\";s:5:\"Staff\";s:12:\"capabilities\";a:26:{s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:12:\"delete_posts\";b:1;s:10:\"edit_posts\";b:1;s:12:\"upload_files\";b:1;s:13:\"edit_sp_staff\";b:1;s:13:\"read_sp_staff\";b:1;s:14:\"edit_sp_staffs\";b:1;s:24:\"edit_published_sp_staffs\";b:1;s:21:\"assign_sp_staff_terms\";b:1;s:13:\"edit_sp_event\";b:1;s:13:\"read_sp_event\";b:1;s:14:\"edit_sp_events\";b:1;s:24:\"edit_published_sp_events\";b:1;s:21:\"assign_sp_event_terms\";b:1;s:12:\"edit_sp_team\";b:1;s:12:\"read_sp_team\";b:1;s:13:\"edit_sp_teams\";b:1;s:23:\"edit_published_sp_teams\";b:1;s:20:\"assign_sp_team_terms\";b:1;s:14:\"edit_sp_player\";b:1;s:14:\"read_sp_player\";b:1;s:15:\"edit_sp_players\";b:1;s:25:\"edit_published_sp_players\";b:1;s:22:\"assign_sp_player_terms\";b:1;}}s:16:\"sp_event_manager\";a:2:{s:4:\"name\";s:13:\"Event Manager\";s:12:\"capabilities\";a:35:{s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:12:\"delete_posts\";b:1;s:10:\"edit_posts\";b:1;s:12:\"upload_files\";b:1;s:17:\"manage_categories\";b:1;s:13:\"edit_sp_event\";b:1;s:13:\"read_sp_event\";b:1;s:15:\"delete_sp_event\";b:1;s:14:\"edit_sp_events\";b:1;s:21:\"edit_others_sp_events\";b:1;s:17:\"publish_sp_events\";b:1;s:16:\"delete_sp_events\";b:1;s:26:\"delete_published_sp_events\";b:1;s:24:\"edit_published_sp_events\";b:1;s:21:\"manage_sp_event_terms\";b:1;s:19:\"edit_sp_event_terms\";b:1;s:21:\"delete_sp_event_terms\";b:1;s:21:\"assign_sp_event_terms\";b:1;s:12:\"edit_sp_team\";b:1;s:12:\"read_sp_team\";b:1;s:13:\"edit_sp_teams\";b:1;s:23:\"edit_published_sp_teams\";b:1;s:20:\"assign_sp_team_terms\";b:1;s:14:\"edit_sp_player\";b:1;s:14:\"read_sp_player\";b:1;s:15:\"edit_sp_players\";b:1;s:25:\"edit_published_sp_players\";b:1;s:22:\"assign_sp_player_terms\";b:1;s:13:\"edit_sp_staff\";b:1;s:13:\"read_sp_staff\";b:1;s:14:\"edit_sp_staffs\";b:1;s:24:\"edit_published_sp_staffs\";b:1;s:21:\"assign_sp_staff_terms\";b:1;}}s:15:\"sp_team_manager\";a:2:{s:4:\"name\";s:12:\"Team Manager\";s:12:\"capabilities\";a:57:{s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:12:\"delete_posts\";b:1;s:10:\"edit_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:12:\"upload_files\";b:1;s:20:\"edit_published_posts\";b:1;s:14:\"edit_sp_player\";b:1;s:14:\"read_sp_player\";b:1;s:16:\"delete_sp_player\";b:1;s:15:\"edit_sp_players\";b:1;s:22:\"edit_others_sp_players\";b:1;s:18:\"publish_sp_players\";b:1;s:17:\"delete_sp_players\";b:1;s:27:\"delete_published_sp_players\";b:1;s:25:\"edit_published_sp_players\";b:1;s:22:\"assign_sp_player_terms\";b:1;s:13:\"edit_sp_staff\";b:1;s:13:\"read_sp_staff\";b:1;s:15:\"delete_sp_staff\";b:1;s:14:\"edit_sp_staffs\";b:1;s:21:\"edit_others_sp_staffs\";b:1;s:17:\"publish_sp_staffs\";b:1;s:16:\"delete_sp_staffs\";b:1;s:26:\"delete_published_sp_staffs\";b:1;s:24:\"edit_published_sp_staffs\";b:1;s:21:\"assign_sp_staff_terms\";b:1;s:13:\"edit_sp_event\";b:1;s:13:\"read_sp_event\";b:1;s:15:\"delete_sp_event\";b:1;s:14:\"edit_sp_events\";b:1;s:21:\"edit_others_sp_events\";b:1;s:17:\"publish_sp_events\";b:1;s:16:\"delete_sp_events\";b:1;s:26:\"delete_published_sp_events\";b:1;s:24:\"edit_published_sp_events\";b:1;s:21:\"manage_sp_event_terms\";b:1;s:19:\"edit_sp_event_terms\";b:1;s:21:\"delete_sp_event_terms\";b:1;s:21:\"assign_sp_event_terms\";b:1;s:12:\"edit_sp_team\";b:1;s:12:\"read_sp_team\";b:1;s:13:\"edit_sp_teams\";b:1;s:23:\"edit_published_sp_teams\";b:1;s:20:\"assign_sp_team_terms\";b:1;s:12:\"edit_sp_list\";b:1;s:12:\"read_sp_list\";b:1;s:14:\"delete_sp_list\";b:1;s:13:\"edit_sp_lists\";b:1;s:16:\"publish_sp_lists\";b:1;s:15:\"delete_sp_lists\";b:1;s:25:\"delete_published_sp_lists\";b:1;s:23:\"edit_published_sp_lists\";b:1;s:20:\"assign_sp_list_terms\";b:1;}}s:17:\"sp_league_manager\";a:2:{s:4:\"name\";s:14:\"League Manager\";s:12:\"capabilities\";a:176:{s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_sportspress\";b:1;s:24:\"view_sportspress_reports\";b:1;s:14:\"edit_sp_config\";b:1;s:14:\"read_sp_config\";b:1;s:16:\"delete_sp_config\";b:1;s:15:\"edit_sp_configs\";b:1;s:22:\"edit_others_sp_configs\";b:1;s:18:\"publish_sp_configs\";b:1;s:23:\"read_private_sp_configs\";b:1;s:17:\"delete_sp_configs\";b:1;s:25:\"delete_private_sp_configs\";b:1;s:27:\"delete_published_sp_configs\";b:1;s:24:\"delete_others_sp_configs\";b:1;s:23:\"edit_private_sp_configs\";b:1;s:25:\"edit_published_sp_configs\";b:1;s:22:\"manage_sp_config_terms\";b:1;s:20:\"edit_sp_config_terms\";b:1;s:22:\"delete_sp_config_terms\";b:1;s:22:\"assign_sp_config_terms\";b:1;s:13:\"edit_sp_event\";b:1;s:13:\"read_sp_event\";b:1;s:15:\"delete_sp_event\";b:1;s:14:\"edit_sp_events\";b:1;s:21:\"edit_others_sp_events\";b:1;s:17:\"publish_sp_events\";b:1;s:22:\"read_private_sp_events\";b:1;s:16:\"delete_sp_events\";b:1;s:24:\"delete_private_sp_events\";b:1;s:26:\"delete_published_sp_events\";b:1;s:23:\"delete_others_sp_events\";b:1;s:22:\"edit_private_sp_events\";b:1;s:24:\"edit_published_sp_events\";b:1;s:21:\"manage_sp_event_terms\";b:1;s:19:\"edit_sp_event_terms\";b:1;s:21:\"delete_sp_event_terms\";b:1;s:21:\"assign_sp_event_terms\";b:1;s:16:\"edit_sp_calendar\";b:1;s:16:\"read_sp_calendar\";b:1;s:18:\"delete_sp_calendar\";b:1;s:17:\"edit_sp_calendars\";b:1;s:24:\"edit_others_sp_calendars\";b:1;s:20:\"publish_sp_calendars\";b:1;s:25:\"read_private_sp_calendars\";b:1;s:19:\"delete_sp_calendars\";b:1;s:27:\"delete_private_sp_calendars\";b:1;s:29:\"delete_published_sp_calendars\";b:1;s:26:\"delete_others_sp_calendars\";b:1;s:25:\"edit_private_sp_calendars\";b:1;s:27:\"edit_published_sp_calendars\";b:1;s:24:\"manage_sp_calendar_terms\";b:1;s:22:\"edit_sp_calendar_terms\";b:1;s:24:\"delete_sp_calendar_terms\";b:1;s:24:\"assign_sp_calendar_terms\";b:1;s:12:\"edit_sp_team\";b:1;s:12:\"read_sp_team\";b:1;s:14:\"delete_sp_team\";b:1;s:13:\"edit_sp_teams\";b:1;s:20:\"edit_others_sp_teams\";b:1;s:16:\"publish_sp_teams\";b:1;s:21:\"read_private_sp_teams\";b:1;s:15:\"delete_sp_teams\";b:1;s:23:\"delete_private_sp_teams\";b:1;s:25:\"delete_published_sp_teams\";b:1;s:22:\"delete_others_sp_teams\";b:1;s:21:\"edit_private_sp_teams\";b:1;s:23:\"edit_published_sp_teams\";b:1;s:20:\"manage_sp_team_terms\";b:1;s:18:\"edit_sp_team_terms\";b:1;s:20:\"delete_sp_team_terms\";b:1;s:20:\"assign_sp_team_terms\";b:1;s:13:\"edit_sp_table\";b:1;s:13:\"read_sp_table\";b:1;s:15:\"delete_sp_table\";b:1;s:14:\"edit_sp_tables\";b:1;s:21:\"edit_others_sp_tables\";b:1;s:17:\"publish_sp_tables\";b:1;s:22:\"read_private_sp_tables\";b:1;s:16:\"delete_sp_tables\";b:1;s:24:\"delete_private_sp_tables\";b:1;s:26:\"delete_published_sp_tables\";b:1;s:23:\"delete_others_sp_tables\";b:1;s:22:\"edit_private_sp_tables\";b:1;s:24:\"edit_published_sp_tables\";b:1;s:21:\"manage_sp_table_terms\";b:1;s:19:\"edit_sp_table_terms\";b:1;s:21:\"delete_sp_table_terms\";b:1;s:21:\"assign_sp_table_terms\";b:1;s:14:\"edit_sp_player\";b:1;s:14:\"read_sp_player\";b:1;s:16:\"delete_sp_player\";b:1;s:15:\"edit_sp_players\";b:1;s:22:\"edit_others_sp_players\";b:1;s:18:\"publish_sp_players\";b:1;s:23:\"read_private_sp_players\";b:1;s:17:\"delete_sp_players\";b:1;s:25:\"delete_private_sp_players\";b:1;s:27:\"delete_published_sp_players\";b:1;s:24:\"delete_others_sp_players\";b:1;s:23:\"edit_private_sp_players\";b:1;s:25:\"edit_published_sp_players\";b:1;s:22:\"manage_sp_player_terms\";b:1;s:20:\"edit_sp_player_terms\";b:1;s:22:\"delete_sp_player_terms\";b:1;s:22:\"assign_sp_player_terms\";b:1;s:12:\"edit_sp_list\";b:1;s:12:\"read_sp_list\";b:1;s:14:\"delete_sp_list\";b:1;s:13:\"edit_sp_lists\";b:1;s:20:\"edit_others_sp_lists\";b:1;s:16:\"publish_sp_lists\";b:1;s:21:\"read_private_sp_lists\";b:1;s:15:\"delete_sp_lists\";b:1;s:23:\"delete_private_sp_lists\";b:1;s:25:\"delete_published_sp_lists\";b:1;s:22:\"delete_others_sp_lists\";b:1;s:21:\"edit_private_sp_lists\";b:1;s:23:\"edit_published_sp_lists\";b:1;s:20:\"manage_sp_list_terms\";b:1;s:18:\"edit_sp_list_terms\";b:1;s:20:\"delete_sp_list_terms\";b:1;s:20:\"assign_sp_list_terms\";b:1;s:13:\"edit_sp_staff\";b:1;s:13:\"read_sp_staff\";b:1;s:15:\"delete_sp_staff\";b:1;s:14:\"edit_sp_staffs\";b:1;s:21:\"edit_others_sp_staffs\";b:1;s:17:\"publish_sp_staffs\";b:1;s:22:\"read_private_sp_staffs\";b:1;s:16:\"delete_sp_staffs\";b:1;s:24:\"delete_private_sp_staffs\";b:1;s:26:\"delete_published_sp_staffs\";b:1;s:23:\"delete_others_sp_staffs\";b:1;s:22:\"edit_private_sp_staffs\";b:1;s:24:\"edit_published_sp_staffs\";b:1;s:21:\"manage_sp_staff_terms\";b:1;s:19:\"edit_sp_staff_terms\";b:1;s:21:\"delete_sp_staff_terms\";b:1;s:21:\"assign_sp_staff_terms\";b:1;}}}','yes'),(95,'fresh_site','0','yes'),(96,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:3:{i:3;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}i:4;a:3:{s:5:\"title\";s:6:\"Latest\";s:6:\"number\";i:3;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:19:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:6:\"text-5\";i:1;s:14:\"recent-posts-3\";i:2;s:6:\"meta-2\";i:3;s:12:\"categories-2\";i:4;s:14:\"recent-posts-4\";i:5;s:6:\"text-3\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:10:\"top-header\";a:0:{}s:8:\"top-left\";a:0:{}s:9:\"top-right\";a:0:{}s:6:\"header\";a:0:{}s:8:\"header-2\";a:0:{}s:8:\"header-3\";a:0:{}s:8:\"header-4\";a:0:{}s:6:\"footer\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:18:\"smartslider_area_1\";a:0:{}s:23:\"boldgrid-editor-sidebar\";a:0:{}s:13:\"array_version\";i:3;s:17:\"boldgrid-widget-1\";a:1:{i:0;s:22:\"black-studio-tinymce-0\";}s:17:\"boldgrid-widget-2\";a:0:{}}','yes'),(102,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_custom_html','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:570:\"
\r\n
Quinte Bayhawks Lacrosse
\";}s:12:\"_multiwidget\";i:1;i:4;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:337:\"Tweets by QuinteLacrosse \";}}','yes'),(111,'cron','a:15:{i:1667432351;a:2:{s:22:\"jetpack_sync_full_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}s:17:\"jetpack_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1667432357;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1667432630;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1667433039;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1667438387;a:1:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1667444007;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1667447439;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1667449710;a:1:{s:24:\"akismet_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1667490700;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1667501040;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1667501101;a:1:{s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1667502375;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1667775478;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1667829600;a:1:{s:28:\"wpforms_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:30:\"wpforms_email_summaries_weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(112,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1543420546;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(115,'boldgrid_settings','a:3:{s:7:\"library\";a:3:{s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";s:8:\"2.13.4.0\";s:47:\"post-and-page-builder/post-and-page-builder.php\";s:8:\"2.13.5.0\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:8:\"2.13.3.0\";}s:15:\"plugins_checked\";a:5:{s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";a:10:{s:5:\"1.6.0\";i:1566069787;s:5:\"2.0.7\";i:1569968866;s:5:\"2.2.0\";i:1571095330;s:5:\"2.2.1\";i:1577770760;s:5:\"2.4.2\";i:1597067880;s:5:\"2.4.3\";i:1597237931;s:5:\"2.5.2\";i:1623759656;s:5:\"2.6.3\";i:1623759758;s:5:\"2.6.4\";i:1641256443;s:5:\"2.6.5\";i:1645893002;}s:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";a:7:{s:5:\"1.5.1\";i:1566069775;s:5:\"1.6.2\";i:1569968853;s:5:\"1.6.3\";i:1577770760;s:5:\"1.6.6\";i:1597067880;s:5:\"1.6.7\";i:1597237931;s:5:\"1.6.9\";i:1611523375;s:6:\"1.6.10\";i:1645893002;}s:47:\"post-and-page-builder/post-and-page-builder.php\";a:10:{s:5:\"1.8.1\";i:1547040396;s:5:\"1.9.2\";i:1566069802;s:6:\"1.10.6\";i:1569968884;s:6:\"1.11.2\";i:1571095330;s:6:\"1.12.1\";i:1577770760;s:6:\"1.13.2\";i:1597067880;s:6:\"1.13.3\";i:1597237931;s:6:\"1.14.0\";i:1641255943;s:6:\"1.15.2\";i:1641256443;s:6:\"1.16.0\";i:1645893002;}s:35:\"boldgrid-backup/boldgrid-backup.php\";a:11:{s:5:\"1.6.6\";i:1566069765;s:6:\"1.10.6\";i:1566069889;s:6:\"1.11.5\";i:1570448156;s:6:\"1.11.8\";i:1574135584;s:6:\"1.12.1\";i:1577770739;s:6:\"1.12.3\";i:1577770760;s:6:\"1.14.2\";i:1597237931;s:7:\"1.14.10\";i:1623759666;s:7:\"1.14.12\";i:1641256359;s:7:\"1.14.13\";i:1644787972;s:7:\"1.14.14\";i:1645893002;}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:6:{s:5:\"1.2.1\";i:1575432014;s:5:\"1.3.0\";i:1575432057;s:5:\"1.3.1\";i:1577770760;s:5:\"1.5.1\";i:1611510207;s:5:\"1.5.6\";i:1623759740;s:5:\"1.5.9\";i:1645893002;}}s:20:\"boldgrid_menu_option\";s:1:\"1\";}','no'),(127,'smm_version','1.3.1','yes'),(117,'boldgrid_attribution_rebuild','1','yes'),(118,'boldgrid_staging_boldgrid_attribution_rebuild','1','yes'),(119,'boldgrid_attribution_upgraded_to_cpt','1','yes'),(231,'boldgrid_survey','a:5:{s:8:\"blogname\";a:1:{s:5:\"value\";s:15:\"Quinte Lacrosse\";}s:5:\"email\";a:1:{s:5:\"value\";s:46:\"admin@quintelacrosseproject.altereddigital.com\";}s:5:\"phone\";a:1:{s:5:\"value\";s:12:\"777-765-4321\";}s:7:\"address\";a:1:{s:5:\"value\";s:32:\"1234 Your St, City, STATE, 12345\";}s:6:\"social\";a:3:{s:8:\"facebook\";s:20:\"https://facebook.com\";s:7:\"twitter\";s:19:\"https://twitter.com\";s:9:\"instagram\";s:21:\"https://instagram.com\";}}','yes'),(232,'boldgrid_install_options','a:19:{s:11:\"author_type\";N;s:11:\"language_id\";N;s:14:\"theme_group_id\";N;s:8:\"theme_id\";i:34;s:18:\"theme_version_type\";s:6:\"stable\";s:11:\"category_id\";i:2;s:14:\"subcategory_id\";i:15;s:11:\"page_set_id\";i:11;s:21:\"page_set_version_type\";s:6:\"stable\";s:3:\"pde\";a:1:{i:0;a:2:{s:13:\"pde_type_name\";s:16:\"background_image\";s:14:\"pde_curated_id\";i:1;}}s:8:\"new_path\";s:19:\"0607197001543420826\";s:13:\"ticket_number\";s:0:\"\";s:16:\"build_profile_id\";i:859108;s:12:\"custom_pages\";N;s:17:\"install_timestamp\";i:1543420903;s:15:\"subcategory_key\";s:7:\"Fitness\";s:16:\"subcategory_name\";s:7:\"Fitness\";s:15:\"is_base_pageset\";b:1;s:20:\"parent_category_name\";s:15:\"Health & Beauty\";}','yes'),(234,'boldgrid_theme_revision_Pavilion','20181127161730-412','yes'),(235,'allowedthemes','a:1:{s:17:\"boldgrid-pavilion\";b:1;}','no'),(236,'theme_mods_boldgrid-pavilion','a:35:{s:18:\"_boldgrid_theme_id\";i:34;s:18:\"nav_menu_locations\";a:3:{s:7:\"primary\";i:2;s:6:\"social\";i:26;s:9:\"secondary\";i:0;}s:24:\"default_background_image\";s:107:\"http://quintelacrosse.com/wp-content/uploads/2018/11/pavilion-fitness-background-imhwpb-gq65ussubgd1nv1.jpg\";s:13:\"bgtfw_version\";s:6:\"1.7.11\";s:20:\"force_scss_recompile\";a:2:{s:6:\"active\";b:0;s:7:\"staging\";b:1;}s:21:\"boldgrid_compiled_css\";s:19652:\".color1-text-default{color:#fff}.color-1-text-contrast{color:#fff ! important}.color-1-text-contrast-hover:hover,.color-1-text-contrast-hover:focus{color:#fff ! important}.color2-text-default{color:#fff}.color-2-text-contrast{color:#fff ! important}.color-2-text-contrast-hover:hover,.color-2-text-contrast-hover:focus{color:#fff ! important}.color3-text-default{color:#fff}.color-3-text-contrast,.color-3-text-contrast-hover:hover{color:#fff ! important}.color4-text-default{color:#fff}.color-4-text-contrast,.color-4-text-contrast-hover:hover{color:#fff ! important}.color5-text-default{color:#4d4d4d}.color-5-text-contrast,.color-5-text-contrast-hover:hover{color:#4d4d4d ! important}.color-neutral-text-default{color:#4d4d4d}.color-neutral-text-contrast,.color-neutral-text-contrast-hover:hover{color:#4d4d4d ! important}.color1-color{color:#2ea0d6 ! important}.color1-color-hover:focus,.color1-color-hover:hover{color:#2ea0d6 ! important}.color2-color{color:#585dae ! important}.color2-color-hover:focus,.color2-color-hover:hover{color:#585dae ! important}.color3-color{color:#8c8c8c ! important}.color3-color-hover:focus,.color3-color-hover:hover{color:#8c8c8c ! important}.color4-color{color:#585dae ! important}.color4-color-hover:focus,.color4-color-hover:hover{color:#585dae ! important}.color5-color{color:#c7c8ca ! important}.color5-color-hover:focus,.color5-color-hover:hover{color:#c7c8ca ! important}.color-neutral-color{color:#fff !important}.color1-background{background:#2ea0d6 ! important}.color1-background-hover:focus,.color1-background-hover:hover{background:#2ea0d6 ! important}.color2-background{background:#585dae ! important}.color2-background-hover:focus,.color2-background-hover:hover{background:#585dae ! important}.color3-background{background:#8c8c8c ! important}.color3-background-hover:focus,.color3-background-hover:hover{background:#8c8c8c ! important}.color4-background{background:#585dae ! important}.color4-background-hover:focus,.color4-background-hover:hover{background:#585dae ! important}.color5-background{background:#c7c8ca ! important}.color5-background-hover:focus,.color5-background-hover:hover{background:#c7c8ca ! important}.color-neutral-background{background:#fff !important}.color1-background-color{background-color:#2ea0d6 ! important}.color1-background-color-hover:focus,.color1-background-color-hover:hover{background-color:#2ea0d6 ! important}.color2-background-color{background-color:#585dae ! important}.color2-background-color-hover:focus,.color2-background-color-hover:hover{background-color:#585dae ! important}.color3-background-color{background-color:#8c8c8c ! important}.color3-background-color-hover:focus,.color3-background-color-hover:hover{background-color:#8c8c8c ! important}.color4-background-color{background-color:#585dae ! important}.color4-background-color-hover:focus,.color4-background-color-hover:hover{background-color:#585dae ! important}.color5-background-color{background-color:#c7c8ca ! important}.color5-background-color-hover:focus,.color5-background-color-hover:hover{background-color:#c7c8ca ! important}.color-neutral-background-color{background-color:#fff !important}.color1-border-color{border-color:#2ea0d6 ! important}.color1-border-color-hover:focus,.color1-border-color-hover:hover{border-color:#2ea0d6 ! important}.color2-border-color{border-color:#585dae ! important}.color2-border-color-hover:focus,.color2-border-color-hover:hover{border-color:#585dae ! important}.color3-border-color{border-color:#8c8c8c ! important}.color3-border-color-hover:focus,.color3-border-color-hover:hover{border-color:#8c8c8c ! important}.color4-border-color{border-color:#585dae ! important}.color4-border-color-hover:focus,.color4-border-color-hover:hover{border-color:#585dae ! important}.color5-border-color{border-color:#c7c8ca ! important}.color5-border-color-hover:focus,.color5-border-color-hover:hover{border-color:#c7c8ca ! important}.color-neutral-border-color{border-color:#fff !important}.breadcrumb li a.filler{background:#585dae;color:#fff}.breadcrumb li a.filler:after{border-left-color:#585dae}.breadcrumb li a:not(.filler){color:#fff}.breadcrumb li a:not(.filler):after{border-left-color:#2ea0d6 !important}.breadcrumb li a:not(.filler):hover,.breadcrumb li a:not(.filler):focus{background:#585dae;color:#fff}.breadcrumb li a:not(.filler):hover:after,.breadcrumb li a:not(.filler):focus:after{border-left-color:#585dae !important;color:#fff}.woocommerce div.product .stock,.woocommerce div.product span.price,.woocommerce div.product p.price{color:#2ea0d6}.wc-image-links .gallery-caption,.wc-gallery-captions-show .gallery-caption,.wc-gallery-captions-onhover .gallery-caption,.wc-gallery-captions-showon .gallery-caption{background-color:#8c8c8c;color:#fff}.wc-image-links .gallery-caption > *,.wc-gallery-captions-show .gallery-caption > *,.wc-gallery-captions-onhover .gallery-caption > *,.wc-gallery-captions-showon .gallery-caption > *{color:#fff}.btn-color-1,.btn-color-1-flat{background-color:#2ea0d6;border-color:#2ea0d6;color:#fff !important}.btn-color-1:visited,.btn-color-1-flat:visited{color:#fff}.btn-color-1:hover,.btn-color-1-flat:hover,.btn-color-1:focus,.btn-color-1-flat:focus{background-color:#59b3de;border-color:#59b3de;color:#fff !important}.btn-color-1:active,.btn-color-1-flat:active,.btn-color-1.active,.btn-color-1-flat.active,.btn-color-1.is-active,.btn-color-1-flat.is-active{background-color:#3b9cca;border-color:#3b9cca;color:#2282af !important}.btn-color-2,.btn-color-2-flat{background-color:#585dae;border-color:#585dae;color:#fff !important}.btn-color-2:visited,.btn-color-2-flat:visited{color:#fff}.btn-color-2:hover,.btn-color-2-flat:hover,.btn-color-2:focus,.btn-color-2-flat:focus{background-color:#7a7ebf;border-color:#7a7ebf;color:#fff !important}.btn-color-2:active,.btn-color-2-flat:active,.btn-color-2.active,.btn-color-2-flat.active,.btn-color-2.is-active,.btn-color-2-flat.is-active{background-color:#6468a2;border-color:#6468a2;color:#45498e !important}.btn-color-3,.btn-color-3-flat{background-color:#8c8c8c;border-color:#8c8c8c;color:#fff !important}.btn-color-3:visited,.btn-color-3-flat:visited{color:#fff}.btn-color-3:hover,.btn-color-3-flat:hover,.btn-color-3:focus,.btn-color-3-flat:focus{background-color:#a6a6a6;border-color:#a6a6a6;color:#fff !important}.btn-color-3:active,.btn-color-3-flat:active,.btn-color-3.active,.btn-color-3-flat.active,.btn-color-3.is-active,.btn-color-3-flat.is-active{background-color:#8c8c8c;border-color:#8c8c8c;color:#737373 !important}.btn-color-4,.btn-color-4-flat{background-color:#585dae;border-color:#585dae;color:#fff !important}.btn-color-4:visited,.btn-color-4-flat:visited{color:#fff}.btn-color-4:hover,.btn-color-4-flat:hover,.btn-color-4:focus,.btn-color-4-flat:focus{background-color:#7a7ebf;border-color:#7a7ebf;color:#fff !important}.btn-color-4:active,.btn-color-4-flat:active,.btn-color-4.active,.btn-color-4-flat.active,.btn-color-4.is-active,.btn-color-4-flat.is-active{background-color:#6468a2;border-color:#6468a2;color:#45498e !important}.btn-color-5,.btn-color-5-flat{background-color:#c7c8ca;border-color:#c7c8ca;color:#4d4d4d !important}.btn-color-5:visited,.btn-color-5-flat:visited{color:#4d4d4d}.btn-color-5:hover,.btn-color-5-flat:hover,.btn-color-5:focus,.btn-color-5-flat:focus{background-color:#e1e2e3;border-color:#e1e2e3;color:#4d4d4d !important}.btn-color-5:active,.btn-color-5-flat:active,.btn-color-5.active,.btn-color-5-flat.active,.btn-color-5.is-active,.btn-color-5-flat.is-active{background-color:#c9c9c9;border-color:#c9c9c9;color:#adaeb1 !important}.btn-neutral-color,.btn-neutral-color-flat{background-color:#fff;border-color:#fff;color:#4d4d4d !important}.btn-neutral-color:visited,.btn-neutral-color-flat:visited{color:#4d4d4d}.btn-neutral-color:hover,.btn-neutral-color-flat:hover,.btn-neutral-color:focus,.btn-neutral-color-flat:focus{background-color:#fff;border-color:#fff;color:#4d4d4d !important}.btn-neutral-color:active,.btn-neutral-color-flat:active,.btn-neutral-color.active,.btn-neutral-color-flat.active,.btn-neutral-color.is-active,.btn-neutral-color-flat.is-active{background-color:#fff;border-color:#fff;color:#e6e6e6 !important}.palette-primary{background:#fff;color:#4d4d4d;}.palette-primary .site-content,.palette-primary .row.header-9.header-10{background-color:#fff;color:#4d4d4d}.palette-primary .site-description,.palette-primary .call-to-action .button-primary{background:rgba(46, 160, 214, 0.9);color:#fff}.palette-primary .call-to-action .button-primary:hover,.palette-primary .call-to-action .button-primary:focus{background:#fff;color:#2ea0d6}.palette-primary .button-primary,.palette-primary .table-striped > tbody > tr:nth-child(2n+1),.palette-primary .navbar-default .navbar-toggle:hover,.palette-primary .navbar-default .navbar-toggle:focus,.palette-primary .navbar-default .navbar-nav > li > a:hover,.palette-primary .navbar-default .navbar-nav > li > a:focus,.palette-primary .navbar-default .navbar-nav > .active > a,.palette-primary .navbar-default .navbar-nav > .active > a:hover,.palette-primary .navbar-default .navbar-nav > .active > a:focus,.palette-primary .navbar-default .navbar-nav > .open > a,.palette-primary .navbar-default .navbar-nav > .open > a:hover,.palette-primary .navbar-default .navbar-nav > .open > a:focus,.palette-primary .navbar-default .navbar-nav > .current-menu-parent > a,.palette-primary .navbar-default .navbar-nav .dropdown .dropdown-menu > .active > a,.palette-primary .navbar-default .navbar-nav .dropdown .dropdown-menu > .active > a:hover,.palette-primary .navbar-default .navbar-nav .dropdown .dropdown-menu > .active > a:focus,.palette-primary .navbar-default .navbar-nav .dropdown .dropdown-menu > li > a:hover,.palette-primary .navbar-default .navbar-nav .dropdown .dropdown-menu > li > a:focus,.palette-primary .nav > li > a:focus,.palette-primary .nav > li > a:hover,.palette-primary .pager li > a,.palette-primary .mark,.palette-primary mark{background:#2ea0d6;color:#fff}.palette-primary .navbar-default .navbar-toggle:hover .icon-bar,.palette-primary .navbar-default .navbar-toggle:focus .icon-bar{background-color:#fff}.palette-primary a,.palette-primary .well a,.palette-primary .nav-links a,.palette-primary .entry-meta a,.palette-primary li.menu-social a,.palette-primary .menu-social li a,.palette-primary #footer-widget-area a:hover,.palette-primary #primary-navbar li.menu-social a,.palette-primary .menu-social .current_page_item a{color:#2ea0d6}.palette-primary .menu-social .fa-inverse{color:#fff}.palette-primary .navbar,.palette-primary .site-footer{border-top:2px solid #2ea0d6}.palette-primary .site-header .well{border:1px solid #2ea0d6}.palette-primary .panel-default{border-color:#2ea0d6}.palette-primary #slogan,.palette-primary .site-title a,.palette-primary .secondary-menu-items,.palette-primary .tertiary-menu-items{background:rgba(88, 93, 174, 0.9);color:#fff}.palette-primary .mod-gamma-2,.palette-primary .button-primary:hover,.palette-primary .button-primary:focus,.palette-primary .button-secondary:hover,.palette-primary .button-secondary:focus,.palette-primary .pager li > a:hover,.palette-primary .pager li > a:focus{background:#585dae;color:#fff}.palette-primary a:hover,.palette-primary a:focus,.palette-primary .menu-social li a:hover,.palette-primary .menu-social li a:focus,.palette-primary li.menu-social a[href]:hover,.palette-primary li.menu-social a[href]:focus,.palette-primary .menu-social .current_page_item a[href],.palette-primary #primary-navbar li.menu-social a[href]:hover,.palette-primary #primary-navbar li.menu-social a[href]:focus{color:#585dae}.palette-primary .mod-icon-box span{color:#585dae;text-shadow:#a7a9ac 1px 1px, #a7a9ac 2px 2px, #a7a9ac 3px 3px, #a7a9ac 4px 4px, #a7a9ac 5px 5px, #a7a9ac 6px 6px, #a7a9ac 7px 7px, #a7a9ac 8px 8px, #a7a9ac 9px 9px, #a7a9ac 10px 10px, #a7a9ac 11px 11px, #a7a9ac 12px 12px, #a7a9ac 13px 13px, #a7a9ac 14px 14px, #a7a9ac 15px 15px, #a7a9ac 16px 16px, #a7a9ac 17px 17px, #a7a9ac 18px 18px, #a7a9ac 19px 19px, #a7a9ac 20px 20px, #a7a9ac 21px 21px, #a7a9ac 22px 22px, #a7a9ac 23px 23px, #a7a9ac 24px 24px, #a7a9ac 25px 25px, #a7a9ac 26px 26px, #a7a9ac 27px 27px, #a7a9ac 28px 28px, #a7a9ac 29px 29px, #a7a9ac 30px 30px, #a7a9ac 31px 31px, #a7a9ac 32px 32px, #a7a9ac 33px 33px, #a7a9ac 34px 34px, #a7a9ac 35px 35px, #a7a9ac 36px 36px, #a7a9ac 37px 37px, #a7a9ac 38px 38px, #a7a9ac 39px 39px, #a7a9ac 40px 40px, #a7a9ac 41px 41px, #a7a9ac 42px 42px, #a7a9ac 43px 43px, #a7a9ac 44px 44px, #a7a9ac 45px 45px, #a7a9ac 46px 46px, #a7a9ac 47px 47px, #a7a9ac 48px 48px, #a7a9ac 49px 49px, #a7a9ac 50px 50px, #a7a9ac 51px 51px, #a7a9ac 52px 52px, #a7a9ac 53px 53px, #a7a9ac 54px 54px, #a7a9ac 55px 55px, #a7a9ac 56px 56px, #a7a9ac 57px 57px, #a7a9ac 58px 58px, #a7a9ac 59px 59px, #a7a9ac 60px 60px, #a7a9ac 61px 61px, #a7a9ac 62px 62px, #a7a9ac 63px 63px, #a7a9ac 64px 64px, #a7a9ac 65px 65px, #a7a9ac 66px 66px, #a7a9ac 67px 67px, #a7a9ac 68px 68px, #a7a9ac 69px 69px, #a7a9ac 70px 70px, #a7a9ac 71px 71px, #a7a9ac 72px 72px, #a7a9ac 73px 73px, #a7a9ac 74px 74px, #a7a9ac 75px 75px, #a7a9ac 76px 76px, #a7a9ac 77px 77px, #a7a9ac 78px 78px, #a7a9ac 79px 79px, #a7a9ac 80px 80px, #a7a9ac 81px 81px, #a7a9ac 82px 82px, #a7a9ac 83px 83px, #a7a9ac 84px 84px, #a7a9ac 85px 85px, #a7a9ac 86px 86px, #a7a9ac 87px 87px, #a7a9ac 88px 88px, #a7a9ac 89px 89px, #a7a9ac 90px 90px, #a7a9ac 91px 91px, #a7a9ac 92px 92px, #a7a9ac 93px 93px, #a7a9ac 94px 94px, #a7a9ac 95px 95px, #a7a9ac 96px 96px, #a7a9ac 97px 97px, #a7a9ac 98px 98px, #a7a9ac 99px 99px, #a7a9ac 100px 100px, #a7a9ac 101px 101px, #a7a9ac 102px 102px, #a7a9ac 103px 103px, #a7a9ac 104px 104px, #a7a9ac 105px 105px, #a7a9ac 106px 106px, #a7a9ac 107px 107px, #a7a9ac 108px 108px, #a7a9ac 109px 109px, #a7a9ac 110px 110px, #a7a9ac 111px 111px, #a7a9ac 112px 112px, #a7a9ac 113px 113px, #a7a9ac 114px 114px, #a7a9ac 115px 115px, #a7a9ac 116px 116px, #a7a9ac 117px 117px, #a7a9ac 118px 118px, #a7a9ac 119px 119px, #a7a9ac 120px 120px, #a7a9ac 121px 121px, #a7a9ac 122px 122px, #a7a9ac 123px 123px, #a7a9ac 124px 124px, #a7a9ac 125px 125px, #a7a9ac 126px 126px, #a7a9ac 127px 127px, #a7a9ac 128px 128px, #a7a9ac 129px 129px, #a7a9ac 130px 130px}.palette-primary .secondary-menu a,.palette-primary .secondary-menu a:hover,.palette-primary .secondary-menu a:focus,.palette-primary .tertiary-menu a,.palette-primary .tertiary-menu a:hover,.palette-primary .tertiary-menu a:focus{color:#fff}.palette-primary .mod-beta{border-top:7px solid #585dae;border-bottom:5px solid #585dae}.palette-primary .site-title a:hover,.palette-primary .site-title a:focus{color:#fff}.palette-primary .entry-title:before{border-top:1px solid #585dae}.palette-primary .mod-divider a,.palette-primary .button-secondary{background:#8c8c8c;color:#fff}.palette-primary .mod-divider{border-top:2px solid #8c8c8c}.palette-primary hr{background:#8c8c8c}.palette-primary h5,.palette-primary .phone p,.palette-primary .page-title,.palette-primary .widget-title,.palette-primary #reply-title,.palette-primary .entry-title,.palette-primary .mod-alpha h2,.palette-primary .mod-beta h2,.palette-primary .link-secondary,.palette-primary blockquote p,.palette-primary .mod-blockquote p,.palette-primary blockquote,.palette-primary .comments-title,.palette-primary .comment-reply-title,.palette-primary .gridblock .heading-alt,.palette-primary li.menu-social a:hover,.palette-primary li.menu-social a:focus,.palette-primary #primary-navbar li.menu-social a:hover,.palette-primary #primary-navbar li.menu-social a:focus{color:#8c8c8c}.palette-primary .menu-social .fa-inverse:hover,.palette-primary .menu-social .fa-inverse:focus{color:#fff}.palette-primary #reviews #comments ol.commentlist li .comment-text{border:1px solid #8c8c8c}.palette-primary .navbar,.palette-primary .site-footer{background:#585dae}.palette-primary .site-footer,.palette-primary .site-footer a,.palette-primary #footer-widget-area .nav > li > a:hover,.palette-primary .attribution-theme-mods,.palette-primary .footer-center-menu a,.palette-primary .footer-center-items li::after,.palette-primary .boldgrid-framework-menu li::after,.palette-primary .navbar-default .navbar-nav > li > a,.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > li > a,.palette-primary .site-footer .widget.well,.palette-primary .site-footer caption{color:#fff}.palette-primary .navbar-default .navbar-toggle .icon-bar{background-color:#fff}.palette-primary .navbar-default .navbar-toggle{border-color:#fff}.palette-primary .dropdown-menu{background:#585dae;color:#fff}.palette-primary .mod-alpha{background:#c7c8ca;color:#4d4d4d}.palette-primary .mod-beta{background:#c7c8ca;color:#4d4d4d;border-top:7px solid #585dae;border-bottom:5px solid #585dae;-webkit-box-shadow:0px 5px 5px 0px rgba(85, 85, 85, 1);-moz-box-shadow:0px 5px 5px 0px rgba(85, 85, 85, 1);box-shadow:0px 5px 5px 0px rgba(85, 85, 85, 1)}.palette-primary .mod-alpha p{color:#4d4d4d}.palette-primary blockquote,.palette-primary .mod-blockquote{border-left:5px solid #c7c8ca}.palette-primary .background-primary,.palette-primary #boldgrid-sticky-push,.palette-primary #boldgrid-sticky-filler,.palette-primary .palette-primary.mce-content-body,.palette-primary .site-header .widget.well,.palette-primary .panel-default > .panel-heading,.palette-primary .panel-body,.palette-primary .panel-footer{background:#fff;color:#4d4d4d}.palette-primary caption,.palette-primary h3,.palette-primary #reviews #comments ol.commentlist li .meta{color:#4d4d4d}.palette-primary.disabled-footer .site-footer{background-color:#fff;border-top:none}.palette-primary.disabled-footer .site-footer a{color:#4d4d4d}.palette-primary .entry-title a,.palette-primary .entry-title a:hover,.palette-primary .entry-title a:focus{background:#fff;color:#2ea0d6}.palette-primary .mod-alpha .button-secondary,.palette-primary .navbar-default .navbar-nav > li > a:hover,.palette-primary .navbar-default .navbar-nav > li > a:focus,.palette-primary .navbar-default .navbar-nav > .active > a,.palette-primary .navbar-default .navbar-nav > .active > a:hover,.palette-primary .navbar-default .navbar-nav > .active > a:focus{background:#2ea0d6;color:#fff}.palette-primary .current_page_item a{color:#2ea0d6}.palette-primary .dropdown .active{background:#2ea0d6;color:#fff}@media only screen and (min-width:768px){.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > li > a{background:#585dae;color:#fff}.palette-primary ul.nav li.dropdown:hover{background-color:#2ea0d6}}.palette-primary .mod-alpha .button-secondary:hover,.palette-primary .mod-alpha .button-secondary:focus{background:#585dae;color:#fff}.palette-primary .mod-alpha img{border:3px solid #fff;-webkit-box-shadow:0px 5px 5px 0px rgba(85, 85, 85, 1);-moz-box-shadow:0px 5px 5px 0px rgba(85, 85, 85, 1);box-shadow:0px 5px 5px 0px rgba(85, 85, 85, 1)}.palette-primary .mod-icon-box{background-color:#d1d3d4;border:10px double white}.palette-primary .mod-gamma-1 img{-webkit-box-shadow:0px 5px 5px 0px rgba(85, 85, 85, 1);-moz-box-shadow:0px 5px 5px 0px rgba(85, 85, 85, 1);box-shadow:0px 5px 5px 0px rgba(85, 85, 85, 1)}@media only screen and (min-width:768px){.palette-primary .entry-content .bgtfw.container > .row:first-child:after,.palette-primary .entry-content .bgtfw.container > .row:first-child:before{-webkit-border-image:-webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(rgba(0, 0, 0, 0))) 1 100%;-webkit-border-image:-webkit-linear-gradient(#b3b3b3, rgba(0, 0, 0, 0)) 1 100%;-moz-border-image:-moz-linear-gradient(#b3b3b3, rgba(0, 0, 0, 0)) 1 100%;-o-border-image:-o-linear-gradient(#b3b3b3, rgba(0, 0, 0, 0)) 1 100%}}body.palette-primary.page-template-default h2{color:#8c8c8c}\";s:18:\"custom_css_post_id\";i:-1;s:22:\"boldgrid_color_palette\";s:450:\"{\"state\":{\"active-palette\":\"palette-primary\",\"palettes\":{\"palette-primary\":{\"format\":\"palette-primary\",\"colors\":[\"rgb(46, 160, 214)\",\"rgb(88, 93, 174)\",\"rgb(140, 140, 140)\",\"rgb(88, 93, 174)\",\"rgb(199, 200, 202)\"],\"neutral-color\":\"rgb(255, 255, 255)\"}},\"saved_palettes\":[{\"format\":\"palette-primary\",\"colors\":[\"rgb(46, 160, 214)\",\"rgb(88, 93, 174)\",\"rgb(140, 140, 140)\",\"rgb(88, 93, 174)\",\"rgb(199, 200, 202)\"],\"neutral-color\":\"rgb(255, 255, 255)\"}]}}\";s:22:\"boldgrid_palette_class\";s:15:\"palette-primary\";s:21:\"boldgrid_logo_setting\";i:5475;s:18:\"boldgrid_logo_size\";s:3:\"358\";s:28:\"alternate_headings_font_size\";s:2:\"14\";s:30:\"navigation_primary_font_family\";s:6:\"Oswald\";s:28:\"navigation_primary_font_size\";s:2:\"15\";s:18:\"headings_font_size\";s:2:\"14\";s:16:\"background_image\";s:82:\"http://quintelacrosse.com/wp-content/uploads/2022/08/cropped-IMG_5225-scaled-1.jpg\";s:37:\"boldgrid_background_vertical_position\";s:1:\"0\";s:21:\"background_attachment\";s:5:\"fixed\";s:30:\"boldgrid_background_image_size\";s:7:\"contain\";s:25:\"hide_boldgrid_attribution\";b:1;s:16:\"custom_theme_css\";s:279:\".boldgrid-css{ background: white; }\n.video-container {\n position: relative;\n padding-bottom: 56.25%;\n padding-top: 35px;\n height: 0;\n overflow: hidden;\n}\n.video-container iframe {\n position: absolute;\n top:0;\n left: 0;\n width: 100%;\n height: 100%;\n}\";s:24:\"boldgrid_background_type\";s:5:\"image\";s:25:\"boldgrid_background_color\";s:7:\"#27a0e1\";s:24:\"boldgrid_position_toggle\";b:1;s:15:\"logo_margin_top\";s:2:\"17\";s:18:\"logo_margin_bottom\";s:3:\"-20\";s:16:\"logo_margin_left\";s:2:\"50\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:39:\"boldgrid_background_horizontal_position\";s:1:\"0\";s:26:\"hide_wordpress_attribution\";b:1;s:22:\"boldgrid_enable_footer\";b:1;s:31:\"hide_special_thanks_attribution\";b:1;s:23:\"boldgrid_header_widgets\";s:1:\"0\";s:27:\"boldgrid_background_pattern\";s:0:\"\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1582662450;s:4:\"data\";a:14:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:6:\"meta-2\";i:1;s:12:\"categories-2\";i:2;s:14:\"recent-posts-4\";}s:17:\"boldgrid-widget-1\";a:0:{}s:17:\"boldgrid-widget-2\";a:0:{}s:17:\"boldgrid-widget-3\";a:1:{i:0;s:6:\"text-3\";}s:8:\"header-1\";a:0:{}s:8:\"header-2\";a:0:{}s:8:\"header-3\";a:0:{}s:8:\"header-4\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:9:\"sidebar-1\";a:2:{i:0;s:13:\"custom_html-2\";i:1;s:13:\"custom_html-4\";}s:18:\"smartslider_area_1\";a:0:{}}}}','yes'),(128,'disable_smm','0','yes'),(129,'wpforms_shareasale_id','1587694','yes'),(130,'jetpack_sync_settings_disable','0','yes'),(131,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(141,'do_activate','0','yes'),(142,'jetpack_activated','2','yes'),(145,'jetpack_available_modules','a:1:{s:4:\"10.6\";a:42:{s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:21:\"woocommerce-analytics\";s:3:\"8.4\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(146,'jetpack_options','a:12:{s:7:\"version\";s:15:\"10.6:1644787974\";s:11:\"old_version\";s:15:\"10.4:1641256102\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:2:\"id\";i:157582406;s:6:\"public\";i:1;s:9:\"jumpstart\";s:14:\"new_connection\";s:11:\"master_user\";i:2;s:14:\"last_heartbeat\";i:1667414643;s:16:\"first_admin_view\";b:1;s:21:\"publicize_connections\";a:0:{}s:30:\"recommendations_banner_enabled\";b:0;}','yes'),(151,'_amn_wpforms-lite_last_checked','1566000000','yes'),(152,'boldgrid_pointers','a:4:{i:0;a:6:{s:2:\"id\";s:37:\"boldgrid_image_search_internal_only_8\";s:6:\"screen\";s:4:\"page\";s:6:\"target\";s:19:\"#media-search-input\";s:5:\"title\";s:12:\"Image search\";s:7:\"content\";s:222:\"This search function helps you find images you\'ve already uploaded to your Media Library. If you would like to search the web for new images, click the BoldGrid Connect Search tab in the top menu.\";s:8:\"position\";a:2:{s:4:\"edge\";s:5:\"right\";s:5:\"align\";s:6:\"middle\";}}i:1;a:6:{s:2:\"id\";s:49:\"boldgrid_media_library_image_search_internal_only\";s:6:\"screen\";s:6:\"upload\";s:6:\"target\";s:19:\"#media-search-input\";s:5:\"title\";s:12:\"Image search\";s:7:\"content\";s:222:\"This search function helps you find images you\'ve already uploaded to your Media Library. If you would like to search the web for new images, click the BoldGrid Connect Search tab in the top menu.\";s:8:\"position\";a:3:{s:4:\"edge\";s:3:\"top\";s:5:\"align\";s:6:\"middle\";s:17:\"open_on_page_load\";b:0;}}i:2;a:6:{s:2:\"id\";s:38:\"boldgrid_image_size_do_you_need_help_8\";s:6:\"screen\";s:12:\"media-upload\";s:6:\"target\";s:11:\"#image_size\";s:5:\"title\";s:10:\"Image size\";s:7:\"content\";s:33:\"Need help choosing an image size?\";s:8:\"position\";a:2:{s:4:\"edge\";s:5:\"right\";s:5:\"align\";s:6:\"middle\";}}i:3;a:6:{s:2:\"id\";s:29:\"boldgrid_customization_widget\";s:6:\"screen\";s:9:\"dashboard\";s:6:\"target\";s:21:\"#customization_widget\";s:5:\"title\";s:35:\"Begin customizing your new website!\";s:7:\"content\";s:130:\"Congratulations, you've just installed your new website! Below you'll find tips to help you begin customizing your site.\";s:8:\"position\";a:2:{s:4:\"edge\";s:6:\"bottom\";s:5:\"align\";s:6:\"middle\";}}}','yes'),(62431,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:0:{}s:6:\"custom\";a:0:{}}}','yes'),(62432,'stats_options','a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";b:0;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:1;s:7:\"version\";s:1:\"9\";}','yes'),(62444,'jetpack_tos_agreed','1','yes'),(62445,'jetpack_secrets','a:3:{s:19:\"jetpack_authorize_1\";a:3:{s:8:\"secret_1\";s:32:\"0nATVpZ0xF8HQpJp6GhoGD6YXlzSOd7Q\";s:8:\"secret_2\";s:32:\"NDtEiIBPoryAT9ogeIZGrWmLc4zgPJSR\";s:3:\"exp\";i:1552267249;}s:19:\"jetpack_authorize_3\";a:3:{s:8:\"secret_1\";s:32:\"UDF0QGyApmzmkI1oUgxIYIkAV6QQfUjj\";s:8:\"secret_2\";s:32:\"8wPEPbtnyFN56LAt6BDL7xQ8PEzeRZT9\";s:3:\"exp\";i:1552444919;}s:19:\"jetpack_authorize_2\";a:3:{s:8:\"secret_1\";s:32:\"SAdwlpGa03dmUaCt0O9ADbAtnOYOtp0c\";s:8:\"secret_2\";s:32:\"vKU4V0gS6oKRxaSggYMR6Mf6h3BrE7bk\";s:3:\"exp\";i:1569976257;}}','no'),(347869,'jetpack_unique_connection','a:3:{s:9:\"connected\";i:1;s:12:\"disconnected\";i:0;s:7:\"version\";s:5:\"3.6.1\";}','yes'),(62449,'jetpack_private_options','a:2:{s:10:\"blog_token\";s:65:\"Ml4%r&g1y6P&iCNU0HY8UikCPs1Ad2(L.mNMbuW0Ek4h5M3da9D(eqbgUEdOfcW*I\";s:11:\"user_tokens\";a:1:{i:2;s:67:\"$$sN)F%NB9D@xyaJE9Du5e$uXGX%Esvb.GW$f5wHW8Nxgu@RrRyD!G#3sG9EXyoed.2\";}}','yes'),(243068,'mstw_ss_version','0.a','yes'),(62443,'jetpack_log','a:1:{i:0;a:4:{s:4:\"time\";i:1548700327;s:7:\"user_id\";i:2;s:7:\"blog_id\";b:0;s:4:\"code\";s:8:\"register\";}}','no'),(5804094,'_transient_wpforms_htaccess_file','a:3:{s:4:\"size\";i:737;s:5:\"mtime\";i:1648644862;s:5:\"ctime\";i:1648644862;}','yes'),(2884,'boldgrid_backup_settings','a:17:{s:16:\"backup_directory\";s:30:\"/home/altere25/boldgrid_backup\";s:11:\"cron_secret\";s:64:\"0abb7503d2c7c76daffa50fe001515bd1e7f1fc92b6839302f1b6a123e6d9375\";s:8:\"schedule\";a:10:{s:10:\"dow_sunday\";i:0;s:10:\"dow_monday\";i:0;s:11:\"dow_tuesday\";i:0;s:13:\"dow_wednesday\";i:0;s:12:\"dow_thursday\";i:0;s:10:\"dow_friday\";i:0;s:12:\"dow_saturday\";i:0;s:5:\"tod_h\";i:3;s:5:\"tod_m\";i:35;s:5:\"tod_a\";s:2:\"AM\";}s:15:\"retention_count\";i:5;s:18:\"notification_email\";s:46:\"admin@quintelacrosseproject.altereddigital.com\";s:13:\"notifications\";a:3:{s:6:\"backup\";i:1;s:7:\"restore\";i:1;s:10:\"site_check\";b:1;}s:11:\"auto_backup\";i:1;s:13:\"auto_rollback\";i:1;s:6:\"remote\";a:1:{s:5:\"local\";a:1:{s:7:\"enabled\";b:1;}}s:14:\"exclude_tables\";a:0:{}s:24:\"folder_exclusion_include\";s:18:\"WPCORE,/wp-content\";s:24:\"folder_exclusion_exclude\";s:17:\".git,node_modules\";s:10:\"site_check\";a:4:{s:7:\"enabled\";b:1;s:6:\"logger\";b:1;s:13:\"auto_recovery\";b:0;s:8:\"interval\";i:15;}s:10:\"encrypt_db\";b:0;s:11:\"auto_update\";a:3:{s:4:\"days\";i:0;s:7:\"plugins\";a:1:{s:7:\"default\";s:1:\"0\";}s:6:\"themes\";a:1:{s:7:\"default\";s:1:\"0\";}}s:7:\"updated\";i:1645892947;s:7:\"openssl\";a:3:{s:6:\"cipher\";s:11:\"AES-256-CBC\";s:2:\"iv\";s:32:\"81af69f1b809c662f75771ac4acea5e3\";s:3:\"key\";s:64:\"037c0116d04b58a85feab100a8f22ce4789a057ef16be7e893786ee6edd25786\";}}','no'),(341478,'db_upgraded','','yes'),(7841,'boldgrid_backup_jobs','a:0:{}','no'),(7842,'boldgrid_backup_last_backup','1666047223','no'),(7843,'boldgrid_backup_latest_backup','a:34:{s:4:\"mode\";s:6:\"backup\";s:6:\"dryrun\";b:0;s:10:\"compressor\";s:7:\"php_zip\";s:8:\"filesize\";i:503580996;s:4:\"save\";b:1;s:10:\"total_size\";i:656852434;s:14:\"folder_include\";s:18:\"WPCORE,/wp-content\";s:14:\"folder_exclude\";s:17:\".git,node_modules\";s:13:\"table_exclude\";a:0:{}s:5:\"title\";N;s:11:\"description\";N;s:7:\"ABSPATH\";s:34:\"/home/altere25/quintelacrosse.com/\";s:9:\"backup_id\";s:8:\"318bf1f5\";s:7:\"siteurl\";s:25:\"http://quintelacrosse.com\";s:9:\"timestamp\";i:1666046927;s:17:\"gateway_interface\";s:7:\"CGI/1.1\";s:9:\"http_host\";s:18:\"quintelacrosse.com\";s:13:\"php_sapi_name\";s:8:\"cgi-fcgi\";s:9:\"php_uname\";s:111:\"Linux biz252.inmotionhosting.com 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64\";s:11:\"php_version\";s:6:\"7.2.34\";s:11:\"server_addr\";s:14:\"192.249.121.20\";s:11:\"server_name\";s:18:\"quintelacrosse.com\";s:15:\"server_protocol\";s:8:\"HTTP/1.1\";s:15:\"server_software\";s:6:\"Apache\";s:3:\"uid\";i:1355;s:8:\"username\";s:8:\"altere25\";s:10:\"encrypt_db\";b:0;s:7:\"trigger\";s:11:\"Auto update\";s:8:\"filepath\";s:94:\"/home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20221017-224854.zip\";s:11:\"lastmodunix\";i:1666047222;s:8:\"duration\";s:6:\"295.33\";s:11:\"db_duration\";s:4:\"0.57\";s:11:\"db_filename\";s:34:\"altere25_wp176.20221017-224847.sql\";s:12:\"mail_success\";b:1;}','yes'),(7848,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:46:\"admin@quintelacrosseproject.altereddigital.com\";s:7:\"version\";s:5:\"5.9.5\";s:9:\"timestamp\";i:1666047337;}','no'),(1662,'lm-update-games-sport','lacrosse','yes'),(1666,'lm-update-games-date','2018-11-30','yes'),(2318,'boldgrid_mobile_ratio','1:411','no'),(150288,'custom_wpadmin_slug','quintelax-login','yes'),(243924,'tr-current-team','quinte-hl-paperweight-3','yes'),(242998,'mstw_team_rosters_activated','1','yes'),(243009,'mstw_tr_ss_team_links','','yes'),(243084,'mstw_ss_options','','yes'),(243085,'mstw_ss_dtg_options','','yes'),(243086,'mstw_ss_color_options','','yes'),(243087,'mstw_ss_venue_options','','yes'),(195,'boldgrid_api_key','b58f3279a7424c5008ca8e5c15df5afb','no'),(196,'boldgrid_site_hash','0646bd6f588a0cefd88f309fe77ff7b2','no'),(5352,'lm-league-sport_quinte-bayhawks-house-league-midget-division','lacrosse','yes'),(202,'boldgrid_asset','a:3:{s:6:\"plugin\";a:0:{}s:5:\"theme\";a:0:{}s:5:\"image\";a:26:{i:0;a:16:{s:8:\"asset_id\";s:4:\"9430\";s:9:\"coin_cost\";N;s:4:\"name\";s:128:\"/home/altere25/quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/boxing-546143_1280-imhwpb-rojo3x16ez3t7ai.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-11-28 16:01:56\";s:11:\"attribution\";s:203:\"{\"license\":\"4\",\"author_username\":\"Mcability\",\"author_url\":\"https:\\/\\/pixabay.com\\/en\\/users\\/Mcability-114690\\/\",\"image_homepage\":\"https:\\/\\/pixabay.com\\/en\\/boxing-gloves-boxer-sport-exercise-546143\\/\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:26;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:1;a:16:{s:8:\"asset_id\";s:4:\"9431\";s:9:\"coin_cost\";N;s:4:\"name\";s:127:\"/home/altere25/quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/woman-595599_1280-imhwpb-x7t9o1zqhbm18dy.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-11-28 16:01:56\";s:11:\"attribution\";s:205:\"{\"license\":\"4\",\"author_username\":\"andremcenroe\",\"author_url\":\"https:\\/\\/pixabay.com\\/en\\/users\\/andremcenroe-650035\\/\",\"image_homepage\":\"https:\\/\\/pixabay.com\\/en\\/woman-fitness-ball-yellow-pink-595599\\/\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:27;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:2;a:16:{s:8:\"asset_id\";s:4:\"9432\";s:9:\"coin_cost\";N;s:4:\"name\";s:133:\"/home/altere25/quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/6814589739_c80b5eb6f9_o-imhwpb-a2z14hcxvrppivv.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-11-28 16:01:56\";s:11:\"attribution\";s:190:\"{\"license\":\"4\",\"author_username\":\"Fit Approach\",\"author_url\":\"https:\\/\\/www.flickr.com\\/photos\\/fitapproach\\/\",\"image_homepage\":\"https:\\/\\/www.flickr.com\\/photos\\/fitapproach\\/6814589739\\/\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:28;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:5;a:16:{s:8:\"asset_id\";s:4:\"9435\";s:9:\"coin_cost\";N;s:4:\"name\";s:142:\"/home/altere25/quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/photo-1414202251636-d05ac44c0182-imhwpb-dgogcaewxjezqqq.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-11-28 16:01:57\";s:11:\"attribution\";s:188:\"{\"license\":\"4\",\"author_username\":\"Rocksana Rocksana\",\"author_url\":\"https:\\/\\/unsplash.com\\/rocksama14\",\"image_homepage\":\"https:\\/\\/download.unsplash.com\\/photo-1414202251636-d05ac44c0182\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:31;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:6;a:16:{s:8:\"asset_id\";s:5:\"66252\";s:9:\"coin_cost\";N;s:4:\"name\";s:124:\"/home/altere25/quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/tmp_matt-davis-imhwpb-9gi4sy8ddkqyryr.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-11-28 16:01:57\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:32;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:7;a:16:{s:8:\"asset_id\";s:4:\"9437\";s:9:\"coin_cost\";N;s:4:\"name\";s:133:\"/home/altere25/quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/sozGYg0tQdSmsUkoPhvt_12-imhwpb-eotog9ini25xw4o.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-11-28 16:01:57\";s:11:\"attribution\";s:192:\"{\"license\":\"4\",\"author_username\":\"Martin Miranda\",\"author_url\":\"https:\\/\\/unsplash.com\\/martinmiranda\",\"image_homepage\":\"https:\\/\\/download.unsplash.com\\/reserve\\/sozGYg0tQdSmsUkoPhvt_12.jpg\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:33;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:8;a:16:{s:8:\"asset_id\";s:4:\"9438\";s:9:\"coin_cost\";N;s:4:\"name\";s:142:\"/home/altere25/quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/photo-1420316078344-6149cb82b2c7-imhwpb-k9y181hssyltehh.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-11-28 16:01:57\";s:11:\"attribution\";s:181:\"{\"license\":\"4\",\"author_username\":\"Alec Moore\",\"author_url\":\"https:\\/\\/unsplash.com\\/alecmmoore\",\"image_homepage\":\"https:\\/\\/download.unsplash.com\\/photo-1420316078344-6149cb82b2c7\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:34;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:9;a:16:{s:8:\"asset_id\";s:4:\"9439\";s:9:\"coin_cost\";N;s:4:\"name\";s:126:\"/home/altere25/quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/girl-410334_1280-imhwpb-nsoxysekdx6i8pd.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-11-28 16:01:57\";s:11:\"attribution\";s:196:\"{\"license\":\"4\",\"author_username\":\"JESHOOTS\",\"author_url\":\"https:\\/\\/pixabay.com\\/en\\/users\\/JESHOOTS-264599\\/\",\"image_homepage\":\"https:\\/\\/pixabay.com\\/en\\/girl-posing-sunglasses-beauty-410334\\/\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:35;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:11;a:16:{s:8:\"asset_id\";s:6:\"851752\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:122:\"/home/altere25/quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/f85c2cf7-11026de8-geribody140400056.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-11-28 16:01:57\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:37;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"301\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"27779954\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:12;a:16:{s:8:\"asset_id\";s:6:\"851754\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:125:\"/home/altere25/quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/251b7f00-d72faa62-antoniodiaz140500019.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-11-28 16:01:57\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:38;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"28495325\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:13;a:16:{s:8:\"asset_id\";s:6:\"851992\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:123:\"/home/altere25/quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/36a8aa75-b656a5b5-jalephoto150600010.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-11-28 16:01:57\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:39;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"40765776\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:14;a:16:{s:8:\"asset_id\";s:6:\"780386\";s:9:\"coin_cost\";N;s:4:\"name\";s:176:\"/home/altere25/quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-11-28 16:01:57\";s:11:\"attribution\";s:159:\"{\"license\":\"10\",\"author_username\":\"Alex wong\",\"author_url\":\"http:\\/\\/unsplash.com\\/@killerfvith\",\"image_homepage\":\"http:\\/\\/unsplash.com\\/photos\\/-rWjydNhATw\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:40;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:15;a:16:{s:8:\"asset_id\";s:6:\"780387\";s:9:\"coin_cost\";N;s:4:\"name\";s:176:\"/home/altere25/quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-11-28 16:01:58\";s:11:\"attribution\";s:158:\"{\"license\":\"10\",\"author_username\":\"Scott Webb\",\"author_url\":\"http:\\/\\/unsplash.com\\/@scottwebb\",\"image_homepage\":\"http:\\/\\/unsplash.com\\/photos\\/_PdZdW7fiDc\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:41;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:16;a:16:{s:8:\"asset_id\";s:6:\"780388\";s:9:\"coin_cost\";N;s:4:\"name\";s:176:\"/home/altere25/quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-11-28 16:01:58\";s:11:\"attribution\";s:160:\"{\"license\":\"10\",\"author_username\":\"Maja Petric\",\"author_url\":\"http:\\/\\/unsplash.com\\/@majapetric\",\"image_homepage\":\"http:\\/\\/unsplash.com\\/photos\\/vGQ49l9I4EE\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:42;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:18;a:16:{s:8:\"asset_id\";s:5:\"21963\";s:9:\"coin_cost\";N;s:4:\"name\";s:137:\"/home/altere25/quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/pavilion-fitness-background-imhwpb-gq65ussubgd1nv1.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-11-28 16:01:59\";s:11:\"attribution\";s:195:\"{\"license\":\"4\",\"author_username\":\"Hern\\u00e1n Pi\\u00f1era\",\"author_url\":\"https:\\/\\/www.flickr.com\\/photos\\/hernanpc\\/\",\"image_homepage\":\"https:\\/\\/www.flickr.com\\/photos\\/hernanpc\\/8498478932\\/\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:47;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:19;a:17:{s:8:\"asset_id\";s:6:\"963913\";s:9:\"coin_cost\";s:1:\"3\";s:4:\"name\";s:123:\"/home/altere25/quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/495635-3445a2e6-martinkay78161100017.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-11-28 16:16:00\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:68;s:5:\"width\";s:4:\"1678\";s:6:\"height\";s:4:\"1119\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"67493403\";s:11:\"orientation\";N;s:10:\"image_size\";s:5:\"hiweb\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;s:5:\"crops\";a:1:{i:0;a:2:{s:11:\"cropDetails\";a:8:{s:2:\"x1\";s:1:\"0\";s:2:\"y1\";s:1:\"0\";s:2:\"x2\";s:4:\"1678\";s:2:\"y2\";s:3:\"945\";s:5:\"width\";s:4:\"1678\";s:6:\"height\";s:3:\"945\";s:9:\"dst_width\";s:4:\"1678\";s:10:\"dst_height\";s:3:\"945\";}s:4:\"path\";s:131:\"/home/altere25/quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/cropped-495635-3445a2e6-martinkay78161100017.jpg\";}}}i:20;a:16:{s:8:\"asset_id\";s:6:\"969892\";s:9:\"coin_cost\";s:1:\"3\";s:4:\"name\";s:125:\"/home/altere25/quintelacrosseproject.altereddigital.com/wp-content/uploads/2018/11/4139eb45-3e676ad0-martinkay78161100016.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-11-28 19:15:17\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:195;s:5:\"width\";s:4:\"1678\";s:6:\"height\";s:4:\"1119\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"67493402\";s:11:\"orientation\";N;s:10:\"image_size\";s:5:\"hiweb\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:21;a:16:{s:8:\"asset_id\";s:6:\"851884\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:100:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2018/12/031a606-a26ee4dd-ammentorp140100013.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-12-10 21:11:48\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:4008;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"25059721\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:23;a:16:{s:8:\"asset_id\";s:6:\"851885\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:99:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2018/12/74994449-d59106eb-annotee150200006.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2018-12-10 21:11:49\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:4010;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"36188473\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:25;a:16:{s:8:\"asset_id\";s:6:\"851814\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:97:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2019/11/547766-1a445d0c-johanjk150500227.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2019-11-21 00:20:11\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:5024;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"39857809\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:26;a:16:{s:8:\"asset_id\";s:6:\"851813\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:100:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2019/11/e90a0335-a30babca-feedough130600612.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2019-11-21 00:20:12\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:5025;s:5:\"width\";s:3:\"565\";s:6:\"height\";s:3:\"848\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"20482695\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:27;a:16:{s:8:\"asset_id\";s:6:\"851820\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:101:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2019/11/b6ffe7a8-98acfa8f-subbotina150100027.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2019-11-21 00:20:12\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:5026;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"401\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"35403223\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:28;a:16:{s:8:\"asset_id\";s:6:\"852736\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:101:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2019/11/ccb0fee3-08900583-subbotina150100056.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2019-11-21 00:20:12\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:5027;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"425\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"35560932\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:30;a:16:{s:8:\"asset_id\";s:6:\"851750\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:100:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2019/11/c25aa58d-b8c27eb4-javiindy150400123.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2019-11-21 00:20:12\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:5029;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"38918707\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:31;a:16:{s:8:\"asset_id\";s:6:\"852735\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:101:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2019/11/d6f91fea-97920b3d-Prometeus130800037.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2019-11-21 00:20:13\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:5030;s:5:\"width\";s:3:\"565\";s:6:\"height\";s:3:\"847\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"21269783\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:33;a:16:{s:8:\"asset_id\";s:6:\"851758\";s:9:\"coin_cost\";s:1:\"2\";s:4:\"name\";s:101:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2019/11/ee1f2d46-167387f8-Prometeus150400146.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2019-11-21 00:20:14\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:5032;s:5:\"width\";s:3:\"565\";s:6:\"height\";s:3:\"847\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"38383309\";s:11:\"orientation\";N;s:10:\"image_size\";s:3:\"web\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}}}','yes'),(5331,'lm-league-sport_quinte-bayhawks-house-league-novice-division','lacrosse','yes'),(5332,'lm-league-seasons_quinte-bayhawks-house-league-novice-division','a:1:{i:2019;s:4:\"2019\";}','yes'),(203,'boldgrid_inspirations_current_version','2.6.5','no'),(205,'boldgrid_inspirations_activated_version','1.6.0','no'),(5322,'lm-league-sport_quinte-bayhawks-house-league-tyke-division','lacrosse','yes'),(5323,'lm-league-seasons_quinte-bayhawks-house-league-tyke-division','a:1:{i:2019;s:4:\"2019\";}','yes'),(281206,'mstw_lm_league_children','a:0:{}','yes'),(1435,'lm-current-league','quinte-bayhawks-house-league-bantam-division','yes'),(1471,'lm-current-sport','lacrosse','yes'),(1475,'lm-sport-options_lacrosse','a:58:{s:6:\"league\";s:0:\"\";s:6:\"season\";s:0:\"\";s:4:\"team\";s:0:\"\";s:5:\"sport\";s:0:\"\";s:6:\"school\";s:0:\"\";s:9:\"last_game\";i:0;s:21:\"standings_name_format\";s:4:\"name\";s:19:\"standings_show_logo\";i:1;s:19:\"standings_team_link\";s:13:\"team-schedule\";s:24:\"standings_next_game_link\";s:4:\"none\";s:24:\"standings_last_game_link\";s:4:\"none\";s:8:\"order_by\";s:6:\"points\";s:18:\"order_by_secondary\";s:9:\"goals_for\";s:15:\"order_by_second\";s:11:\"conf_losses\";s:14:\"order_by_third\";s:4:\"wins\";s:7:\"sort_by\";s:8:\"high_low\";s:10:\"show_draws\";i:0;s:10:\"euro_order\";i:0;s:6:\"winner\";s:4:\"high\";s:12:\"points_rules\";a:5:{s:4:\"wins\";s:1:\"2\";s:6:\"losses\";s:1:\"0\";s:4:\"ties\";s:1:\"1\";s:3:\"otw\";s:1:\"0\";s:3:\"otl\";s:1:\"0\";}s:9:\"first_dtg\";s:10:\"1970:01:01\";s:8:\"last_dtg\";s:10:\"2038:01:19\";s:13:\"interval_days\";s:0:\"\";s:11:\"future_days\";s:0:\"\";s:9:\"past_days\";s:0:\"\";s:14:\"show_nonleague\";i:1;s:14:\"show_home_away\";i:0;s:9:\"star_home\";s:0:\"\";s:11:\"star_league\";s:0:\"\";s:9:\"star_conf\";s:0:\"\";s:8:\"star_div\";s:0:\"\";s:9:\"at_symbol\";s:2:\"at\";s:9:\"vs_symbol\";s:2:\"vs\";s:21:\"schedules_name_format\";s:4:\"name\";s:19:\"schedules_show_logo\";i:1;s:15:\"location_format\";s:12:\"stadium_city\";s:9:\"tbd_label\";s:3:\"TBA\";s:18:\"schedule_team_link\";s:13:\"team-schedule\";s:22:\"schedule_location_link\";s:4:\"none\";s:18:\"schedule_time_link\";s:4:\"none\";s:9:\"show_byes\";i:0;s:11:\"date_format\";s:8:\"l, j F Y\";s:11:\"time_format\";s:5:\"g:i a\";s:19:\"gallery_date_format\";s:5:\"Y-m-d\";s:19:\"gallery_time_format\";s:5:\"g:i a\";s:22:\"scoreboard_date_format\";s:5:\"Y-m-d\";s:22:\"scoreboard_time_format\";s:5:\"g:i a\";s:15:\"live_updates_on\";i:1;s:18:\"live_updates_start\";i:0;s:16:\"live_updates_end\";s:1:\"3\";s:16:\"standings_fields\";a:28:{s:4:\"rank\";i:0;s:4:\"team\";i:1;s:12:\"games_played\";i:1;s:4:\"wins\";i:1;s:6:\"losses\";i:1;s:11:\"wins-losses\";i:0;s:4:\"ties\";i:1;s:3:\"otw\";i:0;s:3:\"otl\";i:0;s:7:\"percent\";i:0;s:6:\"points\";i:1;s:12:\"games_behind\";i:0;s:9:\"goals_for\";i:0;s:13:\"goals_against\";i:0;s:10:\"goals_diff\";i:0;s:6:\"last_5\";i:0;s:7:\"last_10\";i:0;s:6:\"streak\";i:0;s:4:\"home\";i:0;s:4:\"away\";i:0;s:8:\"division\";i:0;s:10:\"conference\";i:0;s:9:\"next_game\";i:0;s:9:\"last_game\";i:0;s:12:\"conf_percent\";i:0;s:11:\"conf_points\";i:0;s:11:\"div_percent\";i:0;s:10:\"div_points\";i:0;}s:16:\"standings_labels\";a:28:{s:4:\"rank\";s:4:\"Rank\";s:4:\"team\";s:4:\"Team\";s:12:\"games_played\";s:2:\"GP\";s:4:\"wins\";s:4:\"Wins\";s:6:\"losses\";s:6:\"Losses\";s:11:\"wins-losses\";s:7:\"Overall\";s:4:\"ties\";s:4:\"Ties\";s:3:\"otw\";s:3:\"OTW\";s:3:\"otl\";s:3:\"OTL\";s:7:\"percent\";s:3:\"PCT\";s:6:\"points\";s:3:\"PTS\";s:12:\"games_behind\";s:2:\"GB\";s:9:\"goals_for\";s:2:\"GF\";s:13:\"goals_against\";s:2:\"GA\";s:10:\"goals_diff\";s:2:\"GD\";s:6:\"last_5\";s:2:\"L5\";s:7:\"last_10\";s:3:\"L10\";s:6:\"streak\";s:4:\"Strk\";s:4:\"home\";s:4:\"Home\";s:4:\"away\";s:4:\"Road\";s:10:\"conference\";s:4:\"Conf\";s:8:\"division\";s:3:\"Div\";s:9:\"next_game\";s:4:\"Next\";s:9:\"last_game\";s:4:\"Last\";s:12:\"conf_percent\";s:10:\"Conf Win %\";s:11:\"conf_points\";s:8:\"Conf Pts\";s:11:\"div_percent\";s:9:\"Div Win %\";s:10:\"div_points\";s:10:\"Div Points\";}s:15:\"standings_order\";a:28:{i:0;s:4:\"rank\";i:1;s:4:\"team\";i:2;s:10:\"div_points\";i:3;s:12:\"games_played\";i:4;s:4:\"wins\";i:5;s:6:\"losses\";i:6;s:4:\"ties\";i:7;s:6:\"points\";i:8;s:11:\"wins-losses\";i:9;s:3:\"otw\";i:10;s:3:\"otl\";i:11;s:7:\"percent\";i:12;s:12:\"games_behind\";i:13;s:9:\"goals_for\";i:14;s:13:\"goals_against\";i:15;s:10:\"goals_diff\";i:16;s:6:\"streak\";i:17;s:6:\"last_5\";i:18;s:7:\"last_10\";i:19;s:4:\"home\";i:20;s:4:\"away\";i:21;s:8:\"division\";i:22;s:10:\"conference\";i:23;s:9:\"next_game\";i:24;s:9:\"last_game\";i:25;s:12:\"conf_percent\";i:26;s:11:\"conf_points\";i:27;s:11:\"div_percent\";}s:15:\"schedule_fields\";a:9:{s:4:\"date\";i:1;s:4:\"home\";i:1;s:7:\"visitor\";i:1;s:8:\"opponent\";i:1;s:12:\"gallery_game\";i:1;s:4:\"time\";i:1;s:12:\"games_played\";i:0;s:8:\"location\";i:1;s:5:\"media\";i:0;}s:15:\"schedule_labels\";a:8:{s:4:\"date\";s:4:\"Date\";s:4:\"time\";s:10:\"Time/Score\";s:4:\"home\";s:4:\"Home\";s:7:\"visitor\";s:7:\"Visitor\";s:8:\"opponent\";s:8:\"Opponent\";s:8:\"location\";s:8:\"Location\";s:5:\"media\";s:5:\"Media\";s:12:\"gallery_game\";s:7:\"Matchup\";}s:14:\"schedule_order\";a:8:{i:0;s:4:\"date\";i:1;s:4:\"home\";i:2;s:7:\"visitor\";i:3;s:8:\"opponent\";i:4;s:4:\"time\";i:5;s:8:\"location\";i:6;s:5:\"media\";i:7;s:12:\"gallery_game\";}s:15:\"use_team_colors\";i:0;s:17:\"compute_standings\";i:0;}','yes'),(1496,'lm-sport-options_-1','a:56:{s:6:\"league\";s:0:\"\";s:6:\"season\";s:0:\"\";s:4:\"team\";s:0:\"\";s:5:\"sport\";s:0:\"\";s:6:\"school\";s:0:\"\";s:9:\"last_game\";i:0;s:21:\"standings_name_format\";s:4:\"name\";s:19:\"standings_show_logo\";i:1;s:19:\"standings_team_link\";s:4:\"none\";s:24:\"standings_next_game_link\";s:4:\"none\";s:24:\"standings_last_game_link\";s:4:\"none\";s:8:\"order_by\";s:7:\"percent\";s:18:\"order_by_secondary\";s:9:\"goals_for\";s:15:\"order_by_second\";s:11:\"conf_losses\";s:14:\"order_by_third\";s:4:\"wins\";s:7:\"sort_by\";s:8:\"high_low\";s:10:\"show_draws\";i:0;s:10:\"euro_order\";i:0;s:6:\"winner\";s:4:\"high\";s:12:\"points_rules\";a:5:{s:4:\"wins\";i:3;s:6:\"losses\";i:0;s:4:\"ties\";i:1;s:3:\"otw\";i:0;s:3:\"otl\";i:0;}s:9:\"first_dtg\";s:10:\"1970:01:01\";s:8:\"last_dtg\";s:10:\"2038:01:19\";s:13:\"interval_days\";s:0:\"\";s:11:\"future_days\";s:0:\"\";s:9:\"past_days\";s:0:\"\";s:14:\"show_nonleague\";i:1;s:14:\"show_home_away\";i:0;s:9:\"star_home\";s:0:\"\";s:11:\"star_league\";s:0:\"\";s:9:\"star_conf\";s:0:\"\";s:8:\"star_div\";s:0:\"\";s:9:\"at_symbol\";s:2:\"at\";s:9:\"vs_symbol\";s:2:\"vs\";s:21:\"schedules_name_format\";s:4:\"name\";s:19:\"schedules_show_logo\";i:1;s:15:\"location_format\";s:7:\"stadium\";s:9:\"tbd_label\";s:3:\"TBA\";s:18:\"schedule_team_link\";s:4:\"none\";s:22:\"schedule_location_link\";s:4:\"none\";s:18:\"schedule_time_link\";s:4:\"none\";s:9:\"show_byes\";i:0;s:11:\"date_format\";s:6:\"D, j M\";s:11:\"time_format\";s:5:\"g:i a\";s:19:\"gallery_date_format\";s:6:\"l, j F\";s:19:\"gallery_time_format\";s:5:\"g:i a\";s:22:\"scoreboard_date_format\";s:6:\"l, j F\";s:22:\"scoreboard_time_format\";s:5:\"g:i a\";s:15:\"live_updates_on\";i:0;s:18:\"live_updates_start\";i:0;s:16:\"live_updates_end\";i:3;s:16:\"standings_fields\";a:24:{s:4:\"rank\";i:1;s:4:\"team\";i:1;s:12:\"games_played\";i:0;s:4:\"wins\";i:1;s:6:\"losses\";i:1;s:11:\"wins-losses\";i:0;s:4:\"ties\";i:1;s:3:\"otw\";i:0;s:3:\"otl\";i:0;s:7:\"percent\";i:0;s:6:\"points\";i:0;s:12:\"games_behind\";i:0;s:9:\"goals_for\";i:0;s:13:\"goals_against\";i:0;s:10:\"goals_diff\";i:0;s:6:\"last_5\";i:0;s:7:\"last_10\";i:0;s:6:\"streak\";i:0;s:4:\"home\";i:0;s:4:\"away\";i:0;s:8:\"division\";i:0;s:10:\"conference\";i:0;s:9:\"next_game\";i:0;s:9:\"last_game\";i:0;}s:16:\"standings_labels\";a:24:{s:4:\"rank\";s:4:\"Rank\";s:4:\"team\";s:4:\"Team\";s:12:\"games_played\";s:2:\"GP\";s:4:\"wins\";s:4:\"Wins\";s:6:\"losses\";s:6:\"Losses\";s:11:\"wins-losses\";s:7:\"Overall\";s:4:\"ties\";s:4:\"Ties\";s:3:\"otw\";s:3:\"OTW\";s:3:\"otl\";s:3:\"OTL\";s:7:\"percent\";s:3:\"PCT\";s:6:\"points\";s:3:\"PTS\";s:12:\"games_behind\";s:2:\"GB\";s:9:\"goals_for\";s:2:\"GF\";s:13:\"goals_against\";s:2:\"GA\";s:10:\"goals_diff\";s:2:\"GD\";s:6:\"last_5\";s:2:\"L5\";s:7:\"last_10\";s:3:\"L10\";s:6:\"streak\";s:4:\"Strk\";s:4:\"home\";s:4:\"Home\";s:4:\"away\";s:4:\"Road\";s:10:\"conference\";s:4:\"Conf\";s:8:\"division\";s:3:\"Div\";s:9:\"next_game\";s:4:\"Next\";s:9:\"last_game\";s:4:\"Last\";}s:15:\"standings_order\";a:24:{i:0;s:4:\"rank\";i:1;s:4:\"team\";i:2;s:4:\"wins\";i:3;s:6:\"losses\";i:4;s:4:\"ties\";i:5;s:12:\"games_played\";i:6;s:11:\"wins-losses\";i:7;s:3:\"otw\";i:8;s:3:\"otl\";i:9;s:7:\"percent\";i:10;s:6:\"points\";i:11;s:12:\"games_behind\";i:12;s:9:\"goals_for\";i:13;s:13:\"goals_against\";i:14;s:10:\"goals_diff\";i:15;s:6:\"streak\";i:16;s:6:\"last_5\";i:17;s:7:\"last_10\";i:18;s:4:\"home\";i:19;s:4:\"away\";i:20;s:8:\"division\";i:21;s:10:\"conference\";i:22;s:9:\"next_game\";i:23;s:9:\"last_game\";}s:15:\"schedule_fields\";a:8:{s:4:\"date\";i:1;s:4:\"home\";i:1;s:7:\"visitor\";i:1;s:4:\"time\";i:1;s:8:\"location\";i:1;s:5:\"media\";i:0;s:12:\"gallery_game\";i:0;s:8:\"opponent\";i:0;}s:15:\"schedule_labels\";a:8:{s:4:\"date\";s:4:\"Date\";s:4:\"time\";s:10:\"Time/Score\";s:4:\"home\";s:4:\"Home\";s:7:\"visitor\";s:7:\"Visitor\";s:8:\"opponent\";s:8:\"Opponent\";s:8:\"location\";s:8:\"Location\";s:5:\"media\";s:5:\"Media\";s:12:\"gallery_game\";s:7:\"Matchup\";}s:14:\"schedule_order\";a:8:{i:0;s:4:\"date\";i:1;s:4:\"home\";i:2;s:7:\"visitor\";i:3;s:8:\"opponent\";i:4;s:4:\"time\";i:5;s:8:\"location\";i:6;s:5:\"media\";i:7;s:12:\"gallery_game\";}}','yes'),(225,'boldgrid_customizer_first_use','2018-11-28 15:57:24','yes'),(212,'current_theme','Pavilion','yes'),(213,'theme_mods_sporty','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1543420912;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:11:\"left_column\";a:0:{}s:13:\"center_column\";a:0:{}s:12:\"right_column\";a:0:{}s:17:\"right_home_column\";a:0:{}}}}','yes'),(214,'theme_switched','','yes'),(241,'boldgrid_installed_page_ids','a:3:{i:91;i:18;i:9;i:20;i:10;i:22;}','yes'),(242,'boldgrid_installed_pages_metadata','a:3:{i:18;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"publish\";}i:20;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"publish\";}i:22;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"publish\";}}','yes'),(261,'boldgrid_static_pages','a:1:{s:5:\"pages\";a:2:{s:16:\"pages_in_pageset\";a:6:{i:0;O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"91\";s:16:\"page_revision_id\";s:4:\"1686\";s:10:\"page_title\";s:4:\"Home\";s:9:\"page_slug\";s:4:\"home\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:10352:\"\n
\n
\n
\n

\"boxing-546143_1280\"

\n\n

Boxing

\n
\n
\n\n
\n
\n M/W/F - 7:30 PM\n
\n
\n\n
\n
\n 22 Students\n
\n
\n\n
\n
\n Studio 6\n
\n
\n

MORE INFO

\n\n
\n
\n
\n\n$16/Session\n\n
\n
\n
\n
\n
\n
\n
\n

\"woman-595599_1280\"

\n\n

Core Training

\n
\n
\n\n
\n
\n M/W/F - 7:30 PM\n
\n
\n\n
\n
\n 22 Students\n
\n
\n\n
\n
\n Studio 6\n
\n
\n

MORE INFO

\n\n
\n
\n
\n\n$16/Session\n\n
\n
\n
\n
\n
\n
\n
\n

\"6814589739_c80b5eb6f9_o\"

\n\n

Cardio Training

\n
\n
\n\n
\n
\n M/W/F - 7:30 PM\n
\n
\n\n
\n
\n 22 Students\n
\n
\n\n
\n
\n Studio 6\n
\n
\n

MORE INFO

\n\n
\n
\n
\n\n$16/Session\n\n
\n
\n
\n
\n
\n
\n
\n

\"14057256977_1250446943_o\"

\n\n

Gymnastics

\n
\n
\n\n
\n
\n M/W/F - 7:30 PM\n
\n
\n\n
\n
\n 22 Students\n
\n
\n\n
\n
\n Studio 6\n
\n
\n

MORE INFO

\n\n
\n
\n
\n\n$16/Session\n\n
\n
\n
\n
\n
\n
\n
\n\n
\n
\n
\n
\n
 
\n

Personalized Training

\n
\n
\n\n
\n
\nEveryone needs a helping hand at times. With one of our personalized trainers by your side, you can achieve your health, beauty, and fitness goals. We will help you focus on areas of weakness, while still enhancing your core strengths.\n

READ MORE

\n\n
\n
\n
\n
\n
 
\n

Group Dance Classes

\n
\n
\n\n
\n
\nWhoever said dance wasn\'t a workout, has never taken one of our aerobic dance classes. We will get you sweating to a beat, burning calories, and having fun while you workout.\n

READ MORE

\n\n
\n
\n
\n
\n
 
\n

Full-Service Fitness Center

\n
\n
\n\n
\n
\nFor anyone who simply wants to workout on top of the line fitness equipment, our full-service fitness center is for you. Free weights, ellipticals, bikes, treadmills, and a multitude of other workout equipment are waiting for you.\n

READ MORE

\n\n
\n
\n
\n
\n
\n

THE TEAM

\n\n
\n
\n
\n
\n

We Are Dedicated to Everything Fitness

\nFrom continuing education classes, to learning the art of personalized training tactics, our entire staff is ready to help you meet and exceed your fitness goals. It is our firm belief that fitness goals can be used to help people achieve a healthier, more balanced life. Whether you simply want to tone a few key muscle groups, or want a full-body transformation, our entire team will help you meet your goals so that you can feel like the most beautiful version of yourself.\n

MORE ABOUT US

\n\n
\n
\n
\n
\n
\n
\n

\"photo-1419312520378-cbd583837112\"

\n\n
\n
\n
\n
\n
  • Maggie Lewis
  • \n
  • (777) 765-4321
  • \n
\n
\n
\n
\n
\n
\n

\"photo-1414202251636-d05ac44c0182\"

\n\n
\n
\n
\n
\n
  • Linda Bass
  • \n
  • (777) 765-4321
  • \n
\n
\n
\n
\n
\n
\n

\"Member

\n\n
\n
\n
\n
\n
  • Matt Davis
  • \n
  • (777) 765-4321
  • \n
\n
\n
\n
\n
\n\n
\n
\n
\n
\n
\n

\"Member

\n\n
\n
\n
\n
\n
  • Alicia Moore
  • \n
  • (777) 765-4321
  • \n
\n
\n
\n
\n
\n
\n

\"Member

\n\n
\n
\n
\n
\n
  • Andy Miller
  • \n
  • (777) 765-4321
  • \n
\n
\n
\n
\n
\n
\n

\"Member

\n\n
\n
\n
\n
\n
  • Janet Clark
  • \n
  • (777) 765-4321
  • \n
\n
\n
\n
\n
\n
\n\";s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:8:\"homepage\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";s:2:\"34\";s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:1:\"0\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}i:1;O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"67\";s:16:\"page_revision_id\";s:3:\"326\";s:10:\"page_title\";s:12:\"Blogging 101\";s:9:\"page_slug\";s:12:\"blogging-101\";s:9:\"post_type\";s:4:\"post\";s:4:\"code\";s:0:\"\";s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"0\";s:10:\"menu_order\";s:1:\"0\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"1\";}i:2;O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"68\";s:16:\"page_revision_id\";s:3:\"331\";s:10:\"page_title\";s:16:\"Basic Taxonomies\";s:9:\"page_slug\";s:16:\"basic-taxonomies\";s:9:\"post_type\";s:4:\"post\";s:4:\"code\";s:0:\"\";s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"0\";s:10:\"menu_order\";s:1:\"0\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"1\";}i:3;O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"69\";s:16:\"page_revision_id\";s:4:\"1683\";s:10:\"page_title\";s:23:\"Tips For Better Writing\";s:9:\"page_slug\";s:23:\"tips-for-better-writing\";s:9:\"post_type\";s:4:\"post\";s:4:\"code\";s:0:\"\";s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"0\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"0\";s:10:\"menu_order\";s:1:\"0\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"1\";}i:4;O:8:\"stdClass\":16:{s:2:\"id\";s:1:\"9\";s:16:\"page_revision_id\";s:4:\"2719\";s:10:\"page_title\";s:8:\"About Us\";s:9:\"page_slug\";s:10:\"about-us-2\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:5421:\"\n
\r\n
\r\n
\r\n
\r\n

Four Pillars of Fitness

\r\n

A Well-rounded Program for Well-rounded Results

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nOur health and fitness program has been designed to help you develop the four core areas of fitness: cardiovascular exercise, flexibility, nutrition, and strength training. Developing these four core areas can help you improve your health and your physique. Whether you are interested in toning and tightening, worried about weight management, or just want to get into a weekly workout routine, our team of professional fitness experts are here to help.\r\n\r\nWe offer personalized training sessions, group workout classes, and Do-It-Yourself access to top of the line fitness equipment. Our goal is to help you achieve the healthy physique that is best suited to your personal goals and lifestyle. We offer a dedicated, professional, and friendly environment that is designed to support your every need.\r\n\r\nTo learn more about how you can join today we invite you to contact us today. We look forward to helping you start your fitness journey.\r\n
\r\n

Contact Us

\r\n\r\n
\r\n
\r\n
\r\n

\r\n\r\n
\r\n
\r\n

\"\"

\r\n

\"\"

\r\n

\"\"

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\"\"

\r\n\r\n

Dedication to Fitness

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nWe are dedicated to everything fitness! From cardiovascular to medicine balls to resistance training, we offer a wide-variety of services and equipment that are designed to help you reach your fitness goals.\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n

Personal Training

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nDo you need help staying motivated and reaching your fitness goals? Check out our personal training services. We will design a customized program to help you on your fitness journey.\r\n\r\n
\r\n
\r\n

\"\"

\r\n\r\n

Helping Customers Focus on Health

\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\nOur services are designed to help our customers focus on health. Whether you are worried about weight management or simply want to learn more about the effects of a healthy diet and fitness regime, we can help you to achieve a balanced lifestyle.\r\n\r\n
\r\n
\r\n
\r\n
\n\";s:14:\"checklist_html\";N;s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:1:\"1\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}i:5;O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"10\";s:16:\"page_revision_id\";s:4:\"2699\";s:10:\"page_title\";s:10:\"Contact Us\";s:9:\"page_slug\";s:10:\"contact-us\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:1443:\"\n
\n
\n
\n
\n
\n

\"\"

\n\n
\nOur Office is located at the intersection of Grid Blvd. and Bold Way. If you have trouble finding us, please contact us for more information and hours.\n\n

Email

\n

admin@quintelacrosseproject.altereddigital.com

\n\n

Phone

\n

777-765-4321

\n\n

Address

\n

1234 Your St, City, STATE, 12345

\n

\n\n
\n
\n

Get in Touch

\nWe are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.\n\n[wpforms id=\"11\"]\n\n
\n
\n
\n
\n\";s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:2:\"99\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}}s:10:\"additional\";a:0:{}}}','yes'),(268,'boldgrid_has_built_site','yes','yes'),(269,'boldgrid_show_tip_start_editing','yes','yes'),(271,'boldgrid_easy_seo_version','1.6.10','no'),(272,'widget_black-studio-tinymce','a:3:{s:12:\"_multiwidget\";i:1;i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:6:\"filter\";s:1:\"1\";s:5:\"label\";s:20:\"black-studio-tinymce\";}i:1;a:5:{s:5:\"title\";s:9:\"Shortcuts\";s:4:\"text\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:6:\"filter\";s:1:\"1\";s:5:\"label\";s:20:\"black-studio-tinymce\";}}','yes'),(267,'boldgrid_editor','a:10:{s:17:\"activated_version\";s:5:\"1.8.1\";s:19:\"has_flushed_rewrite\";b:1;s:15:\"preview_page_id\";i:93;s:18:\"count_usage_blocks\";i:132;s:22:\"block_default_industry\";s:6:\"sports\";s:13:\"custom_colors\";a:1:{i:0;s:7:\"#53e0f3\";}s:12:\"preview_meta\";a:2:{s:8:\"template\";N;s:24:\"boldgrid_hide_page_title\";i:0;}s:7:\"notices\";a:1:{s:13:\"editor_choice\";a:1:{s:9:\"dismissed\";b:1;}}s:14:\"default_editor\";a:15:{s:4:\"post\";s:5:\"bgppb\";s:4:\"page\";s:5:\"bgppb\";s:14:\"bg_attribution\";s:5:\"bgppb\";s:13:\"mstw_lm_venue\";s:5:\"bgppb\";s:12:\"mstw_lm_team\";s:5:\"bgppb\";s:14:\"mstw_lm_record\";s:5:\"bgppb\";s:12:\"mstw_lm_game\";s:5:\"bgppb\";s:12:\"mstw_ss_game\";s:5:\"bgppb\";s:12:\"mstw_ss_team\";s:5:\"bgppb\";s:16:\"mstw_ss_schedule\";s:5:\"bgppb\";s:13:\"mstw_ss_sport\";s:5:\"bgppb\";s:13:\"mstw_ss_venue\";s:5:\"bgppb\";s:8:\"bg_block\";s:5:\"bgppb\";s:14:\"mstw_tr_player\";s:5:\"bgppb\";s:9:\"mc-events\";s:5:\"bgppb\";}s:19:\"has_checked_version\";i:0;}','yes'),(612,'category_children','a:0:{}','yes'),(671,'recently_activated','a:0:{}','yes'),(681,'boldgrid_backup_id','318bf1f5','no'),(676,'wpforms_shareasale_redirect','https://wpforms.com/lite-upgrade','yes'),(690,'post_grid_layout_content','a:6:{s:4:\"flat\";a:3:{i:0;a:5:{s:3:\"key\";s:5:\"title\";s:10:\"char_limit\";s:2:\"20\";s:4:\"name\";s:5:\"Title\";s:3:\"css\";s:86:\"display: block;font-size: 21px;line-height: normal;padding: 5px 10px;text-align: left;\";s:9:\"css_hover\";s:0:\"\";}i:1;a:5:{s:3:\"key\";s:7:\"excerpt\";s:10:\"char_limit\";s:2:\"20\";s:4:\"name\";s:7:\"Excerpt\";s:3:\"css\";s:66:\"display: block;font-size: 12px;padding: 5px 10px;text-align: left;\";s:9:\"css_hover\";s:0:\"\";}i:2;a:4:{s:3:\"key\";s:9:\"read_more\";s:4:\"name\";s:9:\"Read more\";s:3:\"css\";s:82:\"display: block;font-size: 12px;font-weight: bold;padding: 0 10px;text-align: left;\";s:9:\"css_hover\";s:0:\"\";}}s:11:\"flat-center\";a:3:{i:0;a:5:{s:3:\"key\";s:5:\"title\";s:10:\"char_limit\";s:2:\"20\";s:4:\"name\";s:5:\"Title\";s:3:\"css\";s:88:\"display: block;font-size: 21px;line-height: normal;padding: 5px 10px;text-align: center;\";s:9:\"css_hover\";s:0:\"\";}i:1;a:5:{s:3:\"key\";s:7:\"excerpt\";s:10:\"char_limit\";s:2:\"20\";s:4:\"name\";s:7:\"Excerpt\";s:3:\"css\";s:68:\"display: block;font-size: 12px;padding: 5px 10px;text-align: center;\";s:9:\"css_hover\";s:0:\"\";}i:2;a:4:{s:3:\"key\";s:9:\"read_more\";s:4:\"name\";s:9:\"Read more\";s:3:\"css\";s:84:\"display: block;font-size: 12px;font-weight: bold;padding: 0 10px;text-align: center;\";s:9:\"css_hover\";s:0:\"\";}}s:10:\"flat-right\";a:3:{i:0;a:5:{s:3:\"key\";s:5:\"title\";s:10:\"char_limit\";s:2:\"20\";s:4:\"name\";s:5:\"Title\";s:3:\"css\";s:87:\"display: block;font-size: 21px;line-height: normal;padding: 5px 10px;text-align: right;\";s:9:\"css_hover\";s:0:\"\";}i:1;a:5:{s:3:\"key\";s:7:\"excerpt\";s:10:\"char_limit\";s:2:\"20\";s:4:\"name\";s:7:\"Excerpt\";s:3:\"css\";s:67:\"display: block;font-size: 12px;padding: 5px 10px;text-align: right;\";s:9:\"css_hover\";s:0:\"\";}i:2;a:4:{s:3:\"key\";s:9:\"read_more\";s:4:\"name\";s:9:\"Read more\";s:3:\"css\";s:83:\"display: block;font-size: 12px;font-weight: bold;padding: 0 10px;text-align: right;\";s:9:\"css_hover\";s:0:\"\";}}s:9:\"flat-left\";a:3:{i:0;a:5:{s:3:\"key\";s:5:\"title\";s:10:\"char_limit\";s:2:\"20\";s:4:\"name\";s:5:\"Title\";s:3:\"css\";s:86:\"display: block;font-size: 21px;line-height: normal;padding: 5px 10px;text-align: left;\";s:9:\"css_hover\";s:0:\"\";}i:1;a:5:{s:3:\"key\";s:7:\"excerpt\";s:10:\"char_limit\";s:2:\"20\";s:4:\"name\";s:7:\"Excerpt\";s:3:\"css\";s:66:\"display: block;font-size: 12px;padding: 5px 10px;text-align: left;\";s:9:\"css_hover\";s:0:\"\";}i:2;a:4:{s:3:\"key\";s:9:\"read_more\";s:4:\"name\";s:9:\"Read more\";s:3:\"css\";s:82:\"display: block;font-size: 12px;font-weight: bold;padding: 0 10px;text-align: left;\";s:9:\"css_hover\";s:0:\"\";}}s:15:\"wc-center-price\";a:3:{i:0;a:5:{s:3:\"key\";s:5:\"title\";s:10:\"char_limit\";s:2:\"20\";s:4:\"name\";s:5:\"Title\";s:3:\"css\";s:88:\"display: block;font-size: 21px;line-height: normal;padding: 5px 10px;text-align: center;\";s:9:\"css_hover\";s:0:\"\";}i:1;a:4:{s:3:\"key\";s:13:\"wc_full_price\";s:4:\"name\";s:5:\"Price\";s:3:\"css\";s:122:\"background:#f9b013;color:#fff;display: inline-block;font-size: 20px;line-height:normal;padding: 0 17px;text-align: center;\";s:9:\"css_hover\";s:0:\"\";}i:2;a:5:{s:3:\"key\";s:7:\"excerpt\";s:10:\"char_limit\";s:2:\"20\";s:4:\"name\";s:7:\"Excerpt\";s:3:\"css\";s:68:\"display: block;font-size: 12px;padding: 5px 10px;text-align: center;\";s:9:\"css_hover\";s:0:\"\";}}s:14:\"wc-center-cart\";a:3:{i:0;a:5:{s:3:\"key\";s:5:\"title\";s:10:\"char_limit\";s:2:\"20\";s:4:\"name\";s:5:\"Title\";s:3:\"css\";s:88:\"display: block;font-size: 21px;line-height: normal;padding: 5px 10px;text-align: center;\";s:9:\"css_hover\";s:0:\"\";}i:1;a:4:{s:3:\"key\";s:10:\"wc_gallery\";s:4:\"name\";s:11:\"Add to Cart\";s:3:\"css\";s:103:\"color:#555;display: inline-block;font-size: 13px;line-height:normal;padding: 0 17px;text-align: center;\";s:9:\"css_hover\";s:0:\"\";}i:2;a:5:{s:3:\"key\";s:7:\"excerpt\";s:10:\"char_limit\";s:2:\"20\";s:4:\"name\";s:7:\"Excerpt\";s:3:\"css\";s:68:\"display: block;font-size: 12px;padding: 5px 10px;text-align: center;\";s:9:\"css_hover\";s:0:\"\";}}}','yes'),(1076,'nav_menu_options','a:1:{s:8:\"auto_add\";a:0:{}}','yes'),(1319,'wpforms_activated','a:2:{s:4:\"lite\";i:1543510989;s:3:\"pro\";i:1571690231;}','yes'),(5346,'lm-league-sport_quinte-bayhawks-house-league-bantam-division','lacrosse','yes'),(5347,'lm-league-seasons_quinte-bayhawks-house-league-bantam-division','a:1:{i:2019;s:4:\"2019\";}','yes'),(5337,'lm-league-sport_quinte-bayhawks-house-league-peewee-division','lacrosse','yes'),(5338,'lm-league-seasons_quinte-bayhawks-house-league-peewee-division','a:1:{i:2019;s:4:\"2019\";}','yes'),(206696,'lm-league-current-season_quinte-bayhawks-house-league-tyke-division','2019','yes'),(392862,'boldgrid_backup_in_progress_data','a:7:{s:6:\"status\";s:22:\"Backing up database...\";s:12:\"log_filename\";s:22:\"archive-1667432336.log\";s:3:\"pid\";i:1147342;s:10:\"start_time\";i:1667432336;s:7:\"trigger\";s:28:\"quintelax (jfee_11@yahoo.ca)\";s:6:\"tables\";a:48:{i:0;s:28:\"wpie_actionscheduler_actions\";i:1;s:27:\"wpie_actionscheduler_claims\";i:2;s:27:\"wpie_actionscheduler_groups\";i:3;s:25:\"wpie_actionscheduler_logs\";i:4;s:14:\"wpie_bwg_album\";i:5;s:22:\"wpie_bwg_album_gallery\";i:6;s:19:\"wpie_bwg_file_paths\";i:7;s:16:\"wpie_bwg_gallery\";i:8;s:14:\"wpie_bwg_image\";i:9;s:22:\"wpie_bwg_image_comment\";i:10;s:19:\"wpie_bwg_image_rate\";i:11;s:18:\"wpie_bwg_image_tag\";i:12;s:18:\"wpie_bwg_shortcode\";i:13;s:14:\"wpie_bwg_theme\";i:14;s:16:\"wpie_commentmeta\";i:15;s:13:\"wpie_comments\";i:16;s:10:\"wpie_links\";i:17;s:16:\"wpie_my_calendar\";i:18;s:27:\"wpie_my_calendar_categories\";i:19;s:39:\"wpie_my_calendar_category_relationships\";i:20;s:23:\"wpie_my_calendar_events\";i:21;s:39:\"wpie_my_calendar_location_relationships\";i:22;s:26:\"wpie_my_calendar_locations\";i:23;s:27:\"wpie_nextend2_image_storage\";i:24;s:29:\"wpie_nextend2_section_storage\";i:25;s:37:\"wpie_nextend2_smartslider3_generators\";i:26;s:34:\"wpie_nextend2_smartslider3_sliders\";i:27;s:39:\"wpie_nextend2_smartslider3_sliders_xref\";i:28;s:33:\"wpie_nextend2_smartslider3_slides\";i:29;s:12:\"wpie_options\";i:30;s:13:\"wpie_postmeta\";i:31;s:10:\"wpie_posts\";i:32;s:23:\"wpie_term_relationships\";i:33;s:18:\"wpie_term_taxonomy\";i:34;s:13:\"wpie_termmeta\";i:35;s:10:\"wpie_terms\";i:36;s:13:\"wpie_usermeta\";i:37;s:10:\"wpie_users\";i:38;s:15:\"wpie_wd_fb_data\";i:39;s:15:\"wpie_wd_fb_info\";i:40;s:17:\"wpie_wd_fb_option\";i:41;s:20:\"wpie_wd_fb_shortcode\";i:42;s:16:\"wpie_wd_fb_theme\";i:43;s:20:\"wpie_wpforms_entries\";i:44;s:25:\"wpie_wpforms_entry_fields\";i:45;s:23:\"wpie_wpforms_entry_meta\";i:46;s:17:\"wpie_wpforms_lite\";i:47;s:23:\"wpie_wpforms_tasks_meta\";}s:4:\"step\";i:1;}','yes'),(383075,'akismet_strictness','0','yes'),(383076,'akismet_show_user_comments_approved','1','yes'),(481708,'open_graph_protocol_site_type','','yes'),(481709,'facebook_admins','a:0:{}','yes'),(481710,'jetpack-twitter-cards-site-tag','','yes'),(406678,'mc_input_options_administrators','false','yes'),(406679,'mc_multisite','0','no'),(406680,'mc_event_mail','false','yes'),(7661159,'mc_display_single','a:5:{i:6;s:7:\"address\";i:8;s:11:\"description\";i:9;s:5:\"image\";i:11;s:4:\"link\";i:12;s:4:\"more\";}','yes'),(406685,'mc_no_fifth_week','true','yes'),(406686,'mc_week_format','M j, \'y','yes'),(406687,'mc_date_format','F j, Y','yes'),(406688,'mc_templates','a:10:{s:5:\"title\";s:15:\"{time}: {title}\";s:10:\"title_list\";s:7:\"{title}\";s:10:\"title_solo\";s:7:\"{title}\";s:4:\"link\";s:16:\"More information\";s:4:\"grid\";s:448:\"{time} - {endtime before=\\\"\\\" after=\\\"\\\"}\r\n\r\n
\r\n {hcard}\r\n {details before=\\\"

\\\" after=\\\"

\\\"}\r\n

More information about {title}

\";s:4:\"list\";s:504:\"{time} - {endtime before=\\\"\\\" after=\\\"\\\"}\r\n\r\n

{title}

\r\n\r\n
\r\n {hcard}\r\n {details before=\\\"

\\\" after=\\\"

\\\"}\r\n

More information about {title}

\";s:4:\"mini\";s:505:\"{time} - {endtime before=\\\"\\\" after=\\\"\\\"}\r\n\r\n

{title}

\r\n\r\n
\r\n {excerpt before=\\\"
\\\" after=\\\"
\\\"}\r\n {hcard}\r\n

More information about {title}

\";s:3:\"rss\";s:886:\"\n\r\n {rss_title}: {date}, {time}\r\n {link}\r\n {rssdate}\r\n {author}\r\n \r\n \r\n

{rss_title}

\r\n
{rss_description}
\r\n

Begins: {time} on {date}

\r\n

Ends: {endtime} on {enddate}

\r\n

Recurrence: {recurs}

\r\n

Repetition: {repeats} times

\r\n
{rss_hcard}
\r\n {link_title}\r\n
]]>\r\n text/html\r\n http://quintelacrosse.com\r\n {guid}\r\n \n\";s:7:\"details\";s:483:\"{time} - {endtime}\r\n\r\n
\r\n {hcard}\r\n
{image}{description}
\r\n

{ical_html} • {gcal_link}

\r\n {map}\r\n

More information about {title}

\";s:5:\"label\";s:9:\"Read more\";}','yes'),(406689,'mc_skip_holidays','false','yes'),(406690,'mc_css_file','twentyeighteen.css','yes'),(406691,'mc_style_vars','a:6:{s:14:\"--primary-dark\";s:7:\"#313233\";s:15:\"--primary-light\";s:4:\"#fff\";s:17:\"--secondary-light\";s:4:\"#fff\";s:16:\"--secondary-dark\";s:4:\"#000\";s:16:\"--highlight-dark\";s:4:\"#666\";s:17:\"--highlight-light\";s:7:\"#efefef\";}','yes'),(406692,'mc_time_format','g:i a','yes'),(406693,'mc_show_weekends','true','yes'),(406694,'mc_convert','mini','yes'),(406696,'mc_multisite_show','0','yes'),(406698,'mc_topnav','toggle,timeframe,jump,nav','yes'),(406699,'mc_bottomnav','key,print,feeds,exports,stop','yes'),(406700,'mc_default_direction','DESC','yes'),(406701,'mc_update_notice','1','yes'),(406702,'mc_uri','http://quintelacrosse.com/my-calendar/','yes'),(406703,'mc_uri_id','4844','yes'),(383109,'post_by_email_address2','NULL','yes'),(383110,'monitor_receive_notifications','1','yes'),(383304,'boldgrid_inspirations_redirect','1566069813','yes'),(383365,'bglib_activity','a:2:{s:5:\"bgppb\";a:3:{s:14:\"dedicated_user\";i:5;s:13:\"block_install\";i:11;s:10:\"block_save\";i:3;}s:15:\"boldgrid-backup\";a:1:{s:18:\"any_backup_created\";i:798;}}','yes'),(383366,'bglib_rating_prompt','a:3:{i:0;a:4:{s:6:\"plugin\";s:5:\"bgppb\";s:4:\"name\";s:14:\"dedicated_user\";s:6:\"slides\";a:4:{s:5:\"start\";a:2:{s:4:\"text\";s:238:\"Great job keeping your plugin up to date and thank you for being a dedicated BoldGrid user. If you feel you\'re getting really good value from the Post and Page Builder by BoldGrid, could you do us a favor and rate us 5 stars on WordPress?\";s:9:\"decisions\";a:3:{s:9:\"sure_will\";a:3:{s:4:\"text\";s:17:\"Yes, I sure will!\";s:4:\"link\";s:67:\"https://wordpress.org/support/plugin/post-and-page-builder/reviews/\";s:5:\"slide\";s:6:\"thanks\";}s:19:\"maybe_still_testing\";a:3:{s:4:\"text\";s:42:\"Maybe later, I\'m still testing the plugin.\";s:6:\"snooze\";i:604800;s:5:\"slide\";s:11:\"maybe_later\";}s:11:\"already_did\";a:2:{s:4:\"text\";s:13:\"I already did\";s:5:\"slide\";s:11:\"already_did\";}}}s:6:\"thanks\";a:1:{s:4:\"text\";s:405:\"Thanks! A new page should have opened to the Post and Page Builder ratings page on WordPress.org. You will need to log in to your WordPress.org account before you can post a review. If the page didn\'t open, please click the following link: https://wordpress.org/support/plugin/post-and-page-builder/reviews/\";}s:11:\"maybe_later\";a:1:{s:4:\"text\";s:240:\"No problem, maybe now is not a good time. We want to be your WordPress page builder of choice. If you\'re experiencing a problem or want to make a suggestion, please click here.\";}s:11:\"already_did\";a:1:{s:4:\"text\";s:280:\"Thank you for the previous rating! You can help us to continue improving the Post and Page Builder by reporting any bugs or submitting feature requests here. Thank you for using the Post and Page Builder by BoldGrid!\";}}s:10:\"time_added\";i:1566069890;}i:1;a:4:{s:6:\"plugin\";s:15:\"boldgrid-backup\";s:4:\"name\";s:18:\"any_backup_created\";s:6:\"slides\";a:4:{s:5:\"start\";a:2:{s:4:\"text\";s:208:\"It looks like you\'ve created 10 backups with the BoldGrid Backup Plugin! If you feel you\'re getting really good value from the BoldGrid Backup plugin, could you do us a favor and rate us 5 stars on WordPress?\";s:9:\"decisions\";a:3:{s:9:\"sure_will\";a:3:{s:4:\"text\";s:17:\"Yes, I sure will!\";s:4:\"link\";s:61:\"https://wordpress.org/support/plugin/boldgrid-backup/reviews/\";s:5:\"slide\";s:6:\"thanks\";}s:19:\"maybe_still_testing\";a:3:{s:4:\"text\";s:42:\"Maybe later, I\'m still testing the plugin.\";s:6:\"snooze\";i:604800;s:5:\"slide\";s:11:\"maybe_later\";}s:11:\"already_did\";a:2:{s:4:\"text\";s:13:\"I already did\";s:5:\"slide\";s:11:\"already_did\";}}}s:6:\"thanks\";a:1:{s:4:\"text\";s:387:\"Thanks! A new page should have opened to the BoldGrid Backup ratings page on WordPress.org. You will need to log in to your WordPress.org account before you can post a review. If the page didn\'t open, please click the following link: https://wordpress.org/support/plugin/boldgrid-backup/reviews/\";}s:11:\"maybe_later\";a:1:{s:4:\"text\";s:241:\"No problem, maybe now is not a good time. We want to be your WordPress backup plugin of choice. If you\'re experiencing a problem or want to make a suggestion, please click here.\";}s:11:\"already_did\";a:1:{s:4:\"text\";s:270:\"Thank you for the previous rating! You can help us to continue improving the BoldGrid Backup plugin by reporting any bugs or submitting feature requests here. Thank you for using the BoldGrid Backup plugin!\";}}s:10:\"time_added\";i:1572246145;}i:2;a:4:{s:6:\"plugin\";s:5:\"bgppb\";s:4:\"name\";s:13:\"block_install\";s:6:\"slides\";a:4:{s:5:\"start\";a:2:{s:4:\"text\";s:283:\"You\'re doing a great job of adding blocks to your site. It\'s looking great! Starting with Blocks is the most popular way to build pages. If you feel you\'re getting really good value from the Post and Page Builder by BoldGrid, could you do us a favor and rate us 5 stars on WordPress?\";s:9:\"decisions\";a:3:{s:9:\"sure_will\";a:3:{s:4:\"text\";s:17:\"Yes, I sure will!\";s:4:\"link\";s:67:\"https://wordpress.org/support/plugin/post-and-page-builder/reviews/\";s:5:\"slide\";s:6:\"thanks\";}s:19:\"maybe_still_testing\";a:3:{s:4:\"text\";s:42:\"Maybe later, I\'m still testing the plugin.\";s:6:\"snooze\";i:604800;s:5:\"slide\";s:11:\"maybe_later\";}s:11:\"already_did\";a:2:{s:4:\"text\";s:13:\"I already did\";s:5:\"slide\";s:11:\"already_did\";}}}s:6:\"thanks\";a:1:{s:4:\"text\";s:405:\"Thanks! A new page should have opened to the Post and Page Builder ratings page on WordPress.org. You will need to log in to your WordPress.org account before you can post a review. If the page didn\'t open, please click the following link: https://wordpress.org/support/plugin/post-and-page-builder/reviews/\";}s:11:\"maybe_later\";a:1:{s:4:\"text\";s:240:\"No problem, maybe now is not a good time. We want to be your WordPress page builder of choice. If you\'re experiencing a problem or want to make a suggestion, please click here.\";}s:11:\"already_did\";a:1:{s:4:\"text\";s:280:\"Thank you for the previous rating! You can help us to continue improving the Post and Page Builder by reporting any bugs or submitting feature requests here. Thank you for using the Post and Page Builder by BoldGrid!\";}}s:10:\"time_added\";i:1644119774;}}','yes'),(383335,'jetpack_sync_settings_taxonomies_blacklist','a:0:{}','yes'),(383077,'akismet_comment_form_privacy_notice','hide','yes'),(383078,'wordpress_api_key','4721b1b100cd','yes'),(383112,'jetpack_last_connect_url_check','1569969975','no'),(5353,'lm-league-seasons_quinte-bayhawks-house-league-midget-division','a:1:{i:2019;s:4:\"2019\";}','yes'),(12851,'duplicate_post_copytitle','1','yes'),(12852,'duplicate_post_copydate','0','yes'),(12853,'duplicate_post_copystatus','0','yes'),(12854,'duplicate_post_copyslug','0','yes'),(12855,'duplicate_post_copyexcerpt','1','yes'),(12856,'duplicate_post_copycontent','1','yes'),(12857,'duplicate_post_copythumbnail','1','yes'),(12858,'duplicate_post_copytemplate','1','yes'),(12859,'duplicate_post_copyformat','1','yes'),(12860,'duplicate_post_copyauthor','0','yes'),(12861,'duplicate_post_copypassword','0','yes'),(12862,'duplicate_post_copyattachments','0','yes'),(12863,'duplicate_post_copychildren','0','yes'),(12864,'duplicate_post_copycomments','0','yes'),(12865,'duplicate_post_copymenuorder','1','yes'),(12866,'duplicate_post_taxonomies_blacklist','a:0:{}','yes'),(12867,'duplicate_post_blacklist','','yes'),(12868,'duplicate_post_types_enabled','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(7996130,'duplicate_post_version','4.4','yes'),(7661143,'duplicate_post_show_notice','0','no'),(47353,'n2_ss3_version','3.5.1.3/b:release-3.5.1.3/r:5023544a4fcfe8dfb1226d4b8c667713df879709','yes'),(47354,'widget_smartslider3','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(173009,'akismet_spam_count','47','yes'),(281204,'lm-league-sport_quinte-bayhawks-house-league-paperweight-division','lacrosse','yes'),(281205,'lm-league-seasons_quinte-bayhawks-house-league-paperweight-division','a:1:{i:2019;s:4:\"2019\";}','yes'),(281264,'lm-league-current-season_quinte-bayhawks-house-league-paperweight-division','2019','yes'),(150256,'hc_custom_wpadmin_url_plugin_enabled','1','yes'),(150405,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(243079,'widget_mstw_ss_sched_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(243080,'widget_mstw_ss_cdt_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(227738,'lm-league-current-season_quinte-bayhawks-house-league-bantam-division','2019','yes'),(227748,'lm-league-current-season_quinte-bayhawks-house-league-midget-division','2019','yes'),(210429,'lm-league-current-season_quinte-bayhawks-house-league-novice-division','2019','yes'),(211831,'lm-league-current-season_quinte-bayhawks-house-league-peewee-division','2019','yes'),(243008,'mstw_tr_options','a:57:{s:11:\"show_number\";s:1:\"0\";s:12:\"number_label\";s:3:\"Nbr\";s:10:\"name_label\";s:4:\"Name\";s:11:\"show_photos\";s:1:\"0\";s:11:\"photo_label\";s:5:\"Photo\";s:13:\"show_position\";s:1:\"0\";s:14:\"position_label\";s:3:\"Pos\";s:11:\"show_height\";s:1:\"0\";s:12:\"height_label\";s:2:\"Ht\";s:11:\"show_weight\";s:1:\"0\";s:12:\"weight_label\";s:2:\"Wt\";s:9:\"show_year\";s:1:\"0\";s:10:\"year_label\";s:4:\"Year\";s:15:\"show_experience\";s:1:\"0\";s:16:\"experience_label\";s:3:\"Exp\";s:8:\"show_age\";s:1:\"0\";s:9:\"age_label\";s:3:\"Age\";s:14:\"show_home_town\";s:1:\"0\";s:15:\"home_town_label\";s:9:\"Home Town\";s:16:\"show_last_school\";s:1:\"0\";s:17:\"last_school_label\";s:11:\"Last School\";s:12:\"show_country\";s:1:\"0\";s:13:\"country_label\";s:7:\"Country\";s:16:\"show_bats_throws\";s:1:\"0\";s:17:\"bats_throws_label\";s:7:\"Bat/Thw\";s:15:\"show_other_info\";s:1:\"0\";s:16:\"other_info_label\";s:5:\"Other\";s:10:\"show_title\";s:1:\"1\";s:11:\"roster_type\";s:6:\"custom\";s:17:\"links_to_profiles\";b:0;s:10:\"sort_order\";s:5:\"alpha\";s:13:\"sort_asc_desc\";s:3:\"asc\";s:11:\"name_format\";s:10:\"first-last\";s:17:\"table_photo_width\";s:0:\"\";s:18:\"table_photo_height\";s:0:\"\";s:15:\"use_team_colors\";i:0;s:17:\"table_title_color\";s:0:\"\";s:17:\"table_links_color\";s:0:\"\";s:15:\"table_head_bkgd\";s:0:\"\";s:15:\"table_head_text\";s:0:\"\";s:19:\"table_even_row_bkgd\";s:0:\"\";s:19:\"table_even_row_text\";s:0:\"\";s:18:\"table_odd_row_bkgd\";s:0:\"\";s:18:\"table_odd_row_text\";s:0:\"\";s:18:\"table_border_color\";s:0:\"\";s:13:\"sp_show_title\";i:1;s:16:\"sp_content_title\";s:10:\"Player Bio\";s:18:\"sp_use_team_colors\";i:0;s:14:\"sp_image_width\";i:150;s:15:\"sp_image_height\";i:150;s:18:\"sp_main_bkgd_color\";s:0:\"\";s:18:\"sp_main_text_color\";s:0:\"\";s:19:\"sp_bio_border_color\";s:0:\"\";s:19:\"sp_bio_header_color\";s:0:\"\";s:17:\"sp_bio_bkgd_color\";s:0:\"\";s:17:\"sp_bio_text_color\";s:0:\"\";s:19:\"gallery_links_color\";s:0:\"\";}','yes'),(341490,'recovery_keys','a:0:{}','yes'),(348302,'jetpack_protect_blocked_attempts','153548','no'),(348128,'verification_services_codes','0','yes'),(347870,'jetpack_sync_settings_max_queue_size','1000','yes'),(347871,'jetpack_sync_settings_max_queue_lag','900','yes'),(347872,'jetpack_sync_full__started','1563561828','no'),(347873,'jetpack_sync_full__params','a:4:{s:7:\"options\";b:1;s:9:\"functions\";b:1;s:9:\"constants\";b:1;s:5:\"users\";a:1:{i:0;i:2;}}','no'),(347874,'jetpack_sync_full_config','a:4:{s:9:\"constants\";b:1;s:9:\"functions\";b:1;s:7:\"options\";b:1;s:5:\"users\";a:1:{i:0;i:2;}}','no'),(347875,'jetpack_sync_full_enqueue_status','a:4:{s:9:\"constants\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:9:\"functions\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:7:\"options\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:5:\"users\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}}','no'),(347977,'jetpack_next_sync_time_sync','1667432018','yes'),(350271,'stats_cache','a:2:{s:32:\"7505de7ee3b72d31e47017c7d4558272\";a:1:{i:1667431916;a:4:{i:0;a:4:{s:7:\"post_id\";s:2:\"18\";s:10:\"post_title\";s:4:\"Home\";s:14:\"post_permalink\";s:27:\"https://quintelacrosse.com/\";s:5:\"views\";s:1:\"3\";}i:1;a:4:{s:7:\"post_id\";s:1:\"0\";s:10:\"post_title\";s:9:\"Home page\";s:14:\"post_permalink\";s:27:\"https://quintelacrosse.com/\";s:5:\"views\";s:1:\"1\";}i:2;a:4:{s:7:\"post_id\";s:4:\"4844\";s:10:\"post_title\";s:11:\"My Calendar\";s:14:\"post_permalink\";s:38:\"http://quintelacrosse.com/my-calendar/\";s:5:\"views\";s:1:\"1\";}i:3;a:4:{s:7:\"post_id\";s:4:\"5180\";s:10:\"post_title\";s:66:\"Belleville Lacrosse Player Wins Championship in Chicago Tournament\";s:14:\"post_permalink\";s:94:\"https://quintelacrosse.com/belleville-lacrosse-player-wins-championship-in-chicago-tournament/\";s:5:\"views\";s:1:\"1\";}}}s:32:\"463071166572bfc4c3f70293fc13384d\";a:1:{i:1667431916;a:0:{}}}','yes'),(10593531,'_transient_timeout_jetpack_rewind_state','1667433716','no'),(10591764,'_transient_timeout_jetpack_is_single_user','1667459209','no'),(10591765,'_transient_jetpack_is_single_user','2','no'),(10443142,'_site_transient_boldgrid_plugins_filtered','a:5:{s:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";a:14:{s:4:\"Name\";s:17:\"BoldGrid Easy SEO\";s:9:\"PluginURI\";s:38:\"https://www.boldgrid.com/boldgrid-seo/\";s:7:\"Version\";s:6:\"1.6.10\";s:11:\"Description\";s:82:\"Easily manage your website\'s search engine optimization with Easy SEO by BoldGrid!\";s:6:\"Author\";s:31:\"BoldGrid \";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:5:\"bgseo\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:17:\"BoldGrid Easy SEO\";s:10:\"AuthorName\";s:31:\"BoldGrid \";}s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";a:14:{s:4:\"Name\";s:21:\"BoldGrid Inspirations\";s:9:\"PluginURI\";s:47:\"https://www.boldgrid.com/boldgrid-inspirations/\";s:7:\"Version\";s:5:\"2.6.5\";s:11:\"Description\";s:177:\"Find inspiration, customize, and launch! BoldGrid Inspirations includes FREE WordPress themes and is the easiest way to launch a new WordPress site complete with custom content.\";s:6:\"Author\";s:31:\"BoldGrid \";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:21:\"boldgrid-inspirations\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:21:\"BoldGrid Inspirations\";s:10:\"AuthorName\";s:31:\"BoldGrid \";}s:47:\"post-and-page-builder/post-and-page-builder.php\";a:14:{s:4:\"Name\";s:21:\"Post and Page Builder\";s:9:\"PluginURI\";s:103:\"https://www.boldgrid.com/boldgrid-editor/?utm_source=ppb-wp-repo&utm_medium=plugin-uri&utm_campaign=ppb\";s:7:\"Version\";s:6:\"1.16.0\";s:11:\"Description\";s:175:\"Customized drag and drop editing for posts and pages. The Post and Page Builder adds functionality to the existing TinyMCE Editor to give you easier control over your content.\";s:6:\"Author\";s:31:\"BoldGrid \";s:9:\"AuthorURI\";s:87:\"https://www.boldgrid.com/?utm_source=ppb-wp-repo&utm_medium=author-uri&utm_campaign=ppb\";s:10:\"TextDomain\";s:15:\"boldgrid-editor\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:21:\"Post and Page Builder\";s:10:\"AuthorName\";s:31:\"BoldGrid \";}s:35:\"boldgrid-backup/boldgrid-backup.php\";a:14:{s:4:\"Name\";s:12:\"Total Upkeep\";s:9:\"PluginURI\";s:41:\"https://www.boldgrid.com/boldgrid-backup/\";s:7:\"Version\";s:7:\"1.14.14\";s:11:\"Description\";s:159:\"Automated backups, remote backup to Amazon S3 and Google Drive, stop website crashes before they happen and more. Total Upkeep is the backup solution you need.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:15:\"boldgrid-backup\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:12:\"Total Upkeep\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:14:{s:4:\"Name\";s:20:\"Total Upkeep Premium\";s:9:\"PluginURI\";s:41:\"https://www.boldgrid.com/boldgrid-backup/\";s:7:\"Version\";s:5:\"1.5.9\";s:11:\"Description\";s:46:\"Premium extension for the Total Upkeep plugin.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:15:\"boldgrid-backup\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:20:\"Total Upkeep Premium\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}}','no'),(486978,'widget_ffwd_info','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(486980,'ffwd_old_version','1.1.15','yes'),(406668,'mc_calendar_javascript','0','yes'),(406669,'mc_list_javascript','0','yes'),(406670,'mc_mini_javascript','0','yes'),(406671,'mc_ajax_javascript','0','yes'),(406672,'mc_notime_text','All day','yes'),(406673,'mc_hide_icons','true','yes'),(406674,'mc_multiple_categories','true','yes'),(406675,'mc_event_link_expires','false','yes'),(406676,'mc_apply_color','background','yes'),(406677,'mc_input_options','a:12:{s:11:\"event_short\";s:3:\"off\";s:10:\"event_desc\";s:2:\"on\";s:14:\"event_category\";s:2:\"on\";s:11:\"event_image\";s:2:\"on\";s:10:\"event_link\";s:2:\"on\";s:12:\"event_recurs\";s:2:\"on\";s:10:\"event_open\";s:3:\"off\";s:14:\"event_location\";s:3:\"off\";s:23:\"event_location_dropdown\";s:2:\"on\";s:14:\"event_specials\";s:3:\"off\";s:12:\"event_access\";s:2:\"on\";s:10:\"event_host\";s:3:\"off\";}','yes'),(514320,'boldgrid_backup_history','a:100:{i:0;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1628751900;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210812-070027.zip.\";}i:1;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1628752006;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210808-070026.zip\";}i:2;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1628838347;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210813-070031.zip.\";}i:3;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1628838436;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210809-070027.zip\";}i:4;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1628924726;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210814-070023.zip.\";}i:5;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1628924810;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210809-080025.zip\";}i:6;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629011144;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210815-070035.zip.\";}i:7;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629011241;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210810-070020.zip\";}i:8;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629097524;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210816-070034.zip.\";}i:9;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629097623;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210811-070027.zip\";}i:10;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629101149;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210816-080028.zip.\";}i:11;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629101230;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210812-070027.zip\";}i:12;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629183842;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210817-070025.zip.\";}i:13;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629183912;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210813-070031.zip\";}i:14;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629270352;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210818-070029.zip.\";}i:15;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629270431;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210814-070023.zip\";}i:16;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629356695;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210819-070034.zip.\";}i:17;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629356759;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210815-070035.zip\";}i:18;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629443043;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210820-070028.zip.\";}i:19;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629443156;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210816-070034.zip\";}i:20;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629529488;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210821-070021.zip.\";}i:21;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629529567;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210816-080028.zip\";}i:22;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629615876;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210822-070028.zip.\";}i:23;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629615954;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210817-070025.zip\";}i:24;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629702249;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210823-070033.zip.\";}i:25;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629702345;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210818-070029.zip\";}i:26;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629705871;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210823-080028.zip.\";}i:27;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629705950;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210819-070034.zip\";}i:28;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629788672;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210824-070037.zip.\";}i:29;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629788782;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210820-070028.zip\";}i:30;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629875027;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210825-070032.zip.\";}i:31;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629875098;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210821-070021.zip\";}i:32;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629961455;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210826-070026.zip.\";}i:33;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1629961544;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210822-070028.zip\";}i:34;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1630047815;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210827-070021.zip.\";}i:35;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1630047879;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210823-070033.zip\";}i:36;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1630134225;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210828-070034.zip.\";}i:37;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1630134289;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210823-080028.zip\";}i:38;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1631156775;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20210909-030305.zip.\";}i:39;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1631156869;s:7:\"message\";s:35:\"WordPress updated to version 5.7.2.\";}i:40;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1636568112;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20211110-181313.zip.\";}i:41;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1636568157;s:7:\"message\";s:35:\"WordPress updated to version 5.7.3.\";}i:42;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1641253909;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20220103-234943.zip.\";}i:43;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1641255320;s:7:\"message\";s:35:\"WordPress updated to version 5.7.4.\";}i:44;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1641255823;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20220104-002143.zip.\";}i:45;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1641255920;s:7:\"message\";s:51:\"Akismet Anti-Spam plugin upgraded to version 4.2.1.\";}i:46;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1641255944;s:7:\"message\";s:55:\"BoldGrid Inspirations plugin upgraded to version 2.6.4.\";}i:47;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1641256099;s:7:\"message\";s:40:\"Jetpack plugin upgraded to version 10.4.\";}i:48;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1641256222;s:7:\"message\";s:45:\"My Calendar plugin upgraded to version 3.3.2.\";}i:49;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1641256282;s:7:\"message\";s:48:\"Photo Gallery plugin upgraded to version 1.5.87.\";}i:50;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1641256355;s:7:\"message\";s:56:\"Post and Page Builder plugin upgraded to version 1.15.2.\";}i:51;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1641256381;s:7:\"message\";s:59:\"Post Grid by PickPlugins plugin upgraded to version 2.1.14.\";}i:52;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1641256401;s:7:\"message\";s:50:\"Smart Slider 3 plugin upgraded to version 3.5.1.2.\";}i:53;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1641256440;s:7:\"message\";s:48:\"Total Upkeep plugin upgraded to version 1.14.13.\";}i:54;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1641256555;s:7:\"message\";s:52:\"Yoast Duplicate Post plugin upgraded to version 4.3.\";}i:55;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1641502404;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20220106-205029.zip.\";}i:56;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1641502466;s:7:\"message\";s:35:\"WordPress updated to version 5.8.2.\";}i:57;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1644787465;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20220213-212220.zip.\";}i:58;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1644787586;s:7:\"message\";s:35:\"WordPress updated to version 5.8.3.\";}i:59;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1644787942;s:7:\"message\";s:51:\"Akismet Anti-Spam plugin upgraded to version 4.2.2.\";}i:60;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1644787942;s:7:\"message\";s:55:\"BoldGrid Inspirations plugin upgraded to version 2.6.5.\";}i:61;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1644787942;s:7:\"message\";s:40:\"Jetpack plugin upgraded to version 10.6.\";}i:62;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1644787942;s:7:\"message\";s:45:\"My Calendar plugin upgraded to version 3.3.7.\";}i:63;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1644787942;s:7:\"message\";s:47:\"Photo Gallery plugin upgraded to version 1.6.0.\";}i:64;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1644787942;s:7:\"message\";s:56:\"Post and Page Builder plugin upgraded to version 1.16.0.\";}i:65;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1644787942;s:7:\"message\";s:50:\"Smart Slider 3 plugin upgraded to version 3.5.1.3.\";}i:66;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1644787942;s:7:\"message\";s:52:\"Yoast Duplicate Post plugin upgraded to version 4.4.\";}i:67;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1644788035;s:7:\"message\";s:39:\"evolve theme upgraded to version 4.3.5.\";}i:68;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1644788035;s:7:\"message\";s:44:\"Twenty Eleven theme upgraded to version 4.0.\";}i:69;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1644788035;s:7:\"message\";s:45:\"Twenty Fifteen theme upgraded to version 3.1.\";}i:70;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1644788035;s:7:\"message\";s:46:\"Twenty Fourteen theme upgraded to version 3.3.\";}i:71;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1644788035;s:7:\"message\";s:46:\"Twenty Nineteen theme upgraded to version 2.2.\";}i:72;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1644788035;s:7:\"message\";s:47:\"Twenty Seventeen theme upgraded to version 2.9.\";}i:73;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1644788035;s:7:\"message\";s:45:\"Twenty Sixteen theme upgraded to version 2.6.\";}i:74;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1644788035;s:7:\"message\";s:41:\"Twenty Ten theme upgraded to version 3.6.\";}i:75;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1644788035;s:7:\"message\";s:46:\"Twenty Thirteen theme upgraded to version 3.5.\";}i:76;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1644788035;s:7:\"message\";s:44:\"Twenty Twelve theme upgraded to version 3.6.\";}i:77;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1644788035;s:7:\"message\";s:44:\"Twenty Twenty theme upgraded to version 1.9.\";}i:78;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1644788035;s:7:\"message\";s:48:\"Twenty Twenty-One theme upgraded to version 1.5.\";}i:79;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1644788035;s:7:\"message\";s:43:\"Pavilion theme upgraded to version 1.25.10.\";}i:80;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1645545072;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20220222-154856.zip.\";}i:81;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1645545115;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20211110-181313.zip\";}i:82;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1645545135;s:7:\"message\";s:33:\"WordPress updated to version 5.9.\";}i:83;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1645892931;s:7:\"message\";s:45:\"My Calendar plugin upgraded to version 3.3.9.\";}i:84;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1645892999;s:7:\"message\";s:48:\"Total Upkeep plugin upgraded to version 1.14.14.\";}i:85;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1645893126;s:7:\"message\";s:43:\"TablePress plugin (version 1.14) activated.\";}i:86;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1646965665;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20220311-022542.zip.\";}i:87;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1646965705;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20220103-234943.zip\";}i:88;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1646965710;s:7:\"message\";s:35:\"WordPress updated to version 5.9.1.\";}i:89;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1648132921;s:7:\"message\";s:53:\"Hide Featured Image plugin (version 1.3.1) activated.\";}i:90;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1649187991;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20220405-194424.zip.\";}i:91;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1649188021;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20220104-002143.zip\";}i:92;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1649188024;s:7:\"message\";s:35:\"WordPress updated to version 5.9.2.\";}i:93;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1649858609;s:7:\"message\";s:46:\"SportsPress plugin (version 2.7.15) activated.\";}i:94;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1661887712;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20220830-192430.zip.\";}i:95;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1661887777;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20220106-205029.zip\";}i:96;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1661887788;s:7:\"message\";s:35:\"WordPress updated to version 5.9.3.\";}i:97;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1666047222;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20221017-224854.zip.\";}i:98;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1666047312;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20220213-212220.zip\";}i:99;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1666047336;s:7:\"message\";s:35:\"WordPress updated to version 5.9.4.\";}}','no'),(2724946,'disallowed_keys','','no'),(2724947,'comment_previously_approved','1','yes'),(2724948,'auto_plugin_theme_update_emails','a:0:{}','no'),(615059,'wpforms_email_summaries_info_blocks_sent','a:1:{i:0;i:521223;}','yes'),(486963,'ffwd_autoupdate_time','1570141379','yes'),(486964,'ffwd_version','1.1.15','yes'),(406661,'mc_version','3.3.9','yes'),(406663,'mc_use_styles','false','yes'),(406664,'mc_show_months','1','yes'),(403432,'post_grid_info','a:1:{s:18:\"data_update_status\";s:4:\"done\";}','yes'),(486982,'ffwd_admin_notice','a:1:{s:15:\"two_week_review\";a:2:{s:5:\"start\";s:10:\"10/16/2019\";s:3:\"int\";i:14;}}','yes'),(487025,'ffwd_subscribe_done','1','yes'),(487052,'ffwd_pages_list','a:1:{i:0;O:8:\"stdClass\":6:{s:12:\"access_token\";s:177:\"EAAGgZARDXC3MBAJm7SkInisbw9K3qQHdO96XNsMQ0ws1P6cVeaigBf9EQ4CoUnZB8Oo4ODw92aBOog7dsl13xYNo9ZBoMT2EQU7EgAwOnTMZCenclINSDfbNjoR9ZCCa9ut4ruptg41C2V3uj6klMdSaEOZBRfVAdaatvrwxA5VgZDZD\";s:8:\"category\";s:19:\"Amateur Sports Team\";s:13:\"category_list\";a:1:{i:0;O:8:\"stdClass\":2:{s:2:\"id\";s:4:\"1803\";s:4:\"name\";s:19:\"Amateur sports team\";}}s:4:\"name\";s:24:\"Quinte Bayhawks Lacrosse\";s:2:\"id\";s:16:\"1513629725447754\";s:5:\"tasks\";a:5:{i:0;s:7:\"ANALYZE\";i:1;s:9:\"ADVERTISE\";i:2;s:8:\"MODERATE\";i:3;s:14:\"CREATE_CONTENT\";i:4;s:6:\"MANAGE\";}}}','yes'),(347997,'trusted_ip_header','O:8:\"stdClass\":3:{s:14:\"trusted_header\";s:11:\"REMOTE_ADDR\";s:8:\"segments\";i:1;s:7:\"reverse\";b:0;}','no'),(347879,'jetpack_sync_settings_dequeue_max_bytes','500000','yes'),(347880,'jetpack_sync_settings_upload_max_bytes','600000','yes'),(347881,'jetpack_sync_settings_upload_max_rows','500','yes'),(347882,'jetpack_sync_settings_sync_wait_time','10','yes'),(347883,'jetpack_sync_settings_sync_wait_threshold','5','yes'),(347884,'jetpack_sync_settings_enqueue_wait_time','10','yes'),(347885,'jetpack_sync_settings_queue_max_writes_sec','100','yes'),(347886,'jetpack_sync_settings_post_types_blacklist','a:0:{}','yes'),(347887,'jetpack_sync_settings_render_filtered_content','0','yes'),(347888,'jetpack_sync_settings_post_meta_whitelist','a:0:{}','yes'),(347889,'jetpack_sync_settings_comment_meta_whitelist','a:0:{}','yes'),(347890,'jetpack_sync_settings_max_enqueue_full_sync','100','yes'),(347891,'jetpack_sync_settings_max_queue_size_full_sync','1000','yes'),(347892,'jetpack_sync_settings_sync_via_cron','1','yes'),(347893,'jetpack_sync_settings_cron_sync_time_limit','30','yes'),(347894,'jetpack_sync_settings_known_importers','a:6:{s:16:\"Blogger_Importer\";s:7:\"blogger\";s:13:\"LJ_API_Import\";s:11:\"livejournal\";s:9:\"MT_Import\";s:2:\"mt\";s:10:\"RSS_Import\";s:3:\"rss\";s:20:\"WC_Tax_Rate_Importer\";s:12:\"woo-tax-rate\";s:9:\"WP_Import\";s:9:\"wordpress\";}','yes'),(347960,'jetpack_testimonial','0','yes'),(347899,'jetpack_sync_full__queue_finished','1563561828','yes'),(347954,'jetpack_next_sync_time_full_sync','1563561849','yes'),(347958,'wpcom_publish_posts_with_markdown','1','yes'),(347904,'jetpack_active_modules','a:14:{i:0;s:12:\"contact-form\";i:1;s:21:\"enhanced-distribution\";i:2;s:8:\"json-api\";i:3;s:5:\"notes\";i:4;s:7:\"protect\";i:5;s:5:\"stats\";i:6;s:18:\"verification-tools\";i:7;s:10:\"photon-cdn\";i:8;s:7:\"monitor\";i:9;s:6:\"photon\";i:10;s:9:\"publicize\";i:11;s:8:\"comments\";i:12;s:13:\"related-posts\";i:13;s:21:\"woocommerce-analytics\";}','yes'),(347913,'jetpack_protect_key','8c94226fe293f23f164925f2d4961598b11ebef4','no'),(347969,'site_vertical','Lacrosse','yes'),(347973,'site_user_type','{\"2\":\"creator\"}','yes'),(347946,'jetpack_sync_full__constants_sent_total','-1','no'),(347947,'jetpack_sync_full__functions_sent','1','no'),(347948,'jetpack_sync_full__functions_sent_total','-1','no'),(347949,'jetpack_sync_full__options_sent','1','no'),(347950,'jetpack_sync_full__options_sent_total','-1','no'),(347951,'jetpack_sync_full__users_sent','1','no'),(347952,'jetpack_sync_full__users_sent_total','1','no'),(347953,'jetpack_sync_full__finished','1563561839','no'),(347944,'jetpack_sync_full__send_started','1563561839','no'),(347945,'jetpack_sync_full__constants_sent','1','no'),(347938,'jetpack_next_sync_time_full-sync-enqueue','1623759673','yes'),(347939,'jpsq_full_sync_checkout','0:0','no'),(347940,'jetpack_sync_https_history_main_network_site_url','a:5:{i:0;s:4:\"http\";i:1;s:4:\"http\";i:2;s:4:\"http\";i:3;s:4:\"http\";i:4;s:4:\"http\";}','yes'),(347943,'jetpack_callables_sync_checksum','a:37:{s:18:\"wp_max_upload_size\";i:1819132959;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:17:\"main_network_site\";i:3840548754;s:8:\"site_url\";i:3840548754;s:8:\"home_url\";i:3840548754;s:16:\"single_user_site\";i:734881840;s:7:\"updates\";i:48616753;s:28:\"has_file_system_write_access\";i:4261170317;s:21:\"is_version_controlled\";i:734881840;s:10:\"taxonomies\";i:3517315565;s:10:\"post_types\";i:4193570737;s:18:\"post_type_features\";i:90005989;s:10:\"shortcodes\";i:2097470828;s:27:\"rest_api_allowed_post_types\";i:2544842423;s:32:\"rest_api_allowed_public_metadata\";i:223132457;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:4261170317;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;s:10:\"wp_version\";i:665431843;s:11:\"get_plugins\";i:3748950075;s:24:\"get_plugins_action_links\";i:2501832305;s:14:\"active_modules\";i:1493110771;s:16:\"hosting_provider\";i:769900095;s:6:\"locale\";i:110763218;s:13:\"site_icon_url\";i:2718797744;s:5:\"roles\";i:1275228286;s:8:\"timezone\";i:1481901635;s:24:\"available_jetpack_blocks\";i:4037877788;s:13:\"paused_themes\";i:223132457;s:14:\"paused_plugins\";i:223132457;s:26:\"main_network_site_wpcom_id\";i:3555769775;s:13:\"theme_support\";i:824439456;s:23:\"wp_get_environment_type\";i:1138987844;s:12:\"is_fse_theme\";i:734881840;}','no'),(347931,'jetpack_constants_sync_checksum','a:21:{s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:17:\"WP_POST_REVISIONS\";i:4261170317;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:7:\"ABSPATH\";i:3391420877;s:14:\"WP_CONTENT_DIR\";i:6621881;s:9:\"FS_METHOD\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:16:\"JETPACK__VERSION\";i:4184070002;s:12:\"IS_PRESSABLE\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:11:\"PHP_VERSION\";i:1568186345;s:15:\"WP_MEMORY_LIMIT\";i:3065409971;s:19:\"WP_MAX_MEMORY_LIMIT\";i:2267546353;s:8:\"WP_DEBUG\";i:734881840;s:16:\"ATOMIC_CLIENT_ID\";i:634125391;}','yes'),(347932,'jpsq_sync_checkout','0:0','no'),(347935,'jetpack_plugin_api_action_links','a:7:{s:27:\"my-calendar/my-calendar.php\";a:3:{s:8:\"Settings\";s:69:\"https://quintelacrosse.com/wp-admin/admin.php?page=my-calendar-config\";s:4:\"Help\";s:67:\"https://quintelacrosse.com/wp-admin/admin.php?page=my-calendar-help\";s:6:\"Go Pro\";s:42:\"https://www.joedolson.com/my-calendar-pro/\";}s:31:\"photo-gallery/photo-gallery.php\";a:1:{s:4:\"Help\";s:60:\"https://wordpress.org/support/plugin/photo-gallery/#new-post\";}s:33:\"smart-slider-3/smart-slider-3.php\";a:1:{s:6:\"Go Pro\";s:120:\"https://smartslider3.com/pricing/?utm_source=plugin-list&utm_medium=smartslider-wordpress-free&utm_campaign=smartslider3\";}s:27:\"sportspress/sportspress.php\";a:3:{s:8:\"Settings\";s:62:\"https://quintelacrosse.com/wp-admin/admin.php?page=sportspress\";s:4:\"Docs\";s:19:\"http://tboy.co/docs\";s:7:\"Upgrade\";s:18:\"http://tboy.co/pro\";}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:1:{s:8:\"Settings\";s:75:\"https://quintelacrosse.com/wp-admin/admin.php?page=boldgrid-backup-settings\";}s:19:\"wpforms/wpforms.php\";a:2:{s:4:\"Docs\";s:25:\"https://wpforms.com/docs/\";s:7:\"Support\";s:36:\"https://wpforms.com/account/support/\";}s:33:\"duplicate-post/duplicate-post.php\";a:1:{s:8:\"Settings\";s:36:\"https://quintelacrosse.com/wp-admin/\";}}','yes'),(347936,'jetpack_sync_https_history_home_url','a:5:{i:0;s:4:\"http\";i:1;s:4:\"http\";i:2;s:4:\"http\";i:3;s:4:\"http\";i:4;s:4:\"http\";}','yes'),(347937,'jetpack_sync_https_history_site_url','a:5:{i:0;s:4:\"http\";i:1;s:4:\"http\";i:2;s:4:\"http\";i:3;s:4:\"http\";i:4;s:4:\"http\";}','yes'),(348707,'jetpack_updates_sync_checksum','a:3:{s:14:\"update_plugins\";i:1504530734;s:13:\"update_themes\";i:3784484595;s:11:\"update_core\";i:2449486628;}','yes'),(383289,'boldgrid_inspirations_previous_version','2.6.4','no'),(383405,'_amn_wpforms-lite_to_check','1571875263','yes'),(406720,'widget_my_calendar_today_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(406721,'widget_my_calendar_upcoming_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(406722,'widget_my_calendar_mini_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(406723,'widget_my_calendar_simple_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(406724,'widget_my_calendar_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(406827,'mc_use_permalinks','false','yes'),(406828,'mc_open_uri','false','yes'),(406829,'mc_no_link','false','yes'),(406830,'mc_mini_uri','','yes'),(406831,'mc_open_day_uri','false','yes'),(406833,'mc_show_list_info','false','yes'),(406834,'mc_show_list_events','false','yes'),(406836,'mc_gmap_api_key','','yes'),(406767,'mc_count_cache','a:5:{s:9:\"published\";s:2:\"10\";s:5:\"draft\";s:1:\"0\";s:5:\"trash\";s:1:\"0\";s:7:\"archive\";s:1:\"0\";s:4:\"spam\";s:1:\"0\";}','yes'),(767131,'jetpack_sync_settings_term_relationships_full_sync_item_size','100','yes'),(767132,'jetpack_sync_settings_sync_sender_enabled','1','yes'),(767133,'jetpack_sync_settings_full_sync_sender_enabled','1','yes'),(1366178,'secret_key','MN&Ijnu$I,}ncsuiH,;O,^YfV&gF\n\n\n DATETIMEOPPONENTARENA\n\n\n\n\n Sunday, April 24th, 20222:00pmPracticeQSWC (Mackay)\n\n\n Sunday, May 1st, 20222:00pmPracticeQSWC (Mackay)\n\n\n Sunday, May 8th, 20222:00pmQuinte Team 1QSWC (Mackay)\n\n\n Sunday, May 15th, 20222:00pmQuinte Team 1QSWC (Mackay)\n\n\n Sunday, May 29th, 20222:00pmQuinte Team 1QSWC (Mackay)\n\n\n Wednesday, June 1st, 2022U9 - 5:30pm
\nU11 - 6:30pmKingstonKingston Memorial Centre\n\n\n Sunday, June 5th, 20222:00pmQuinte Team 1QSWC (Mackay)\n\n\n Sunday, June 12th, 2022U9 - 1:00pm
\nU11 - 2:00pmKingstonQSWC (Mackay)\n\n\n Sunday, June 19th, 2022U9 - 1:00pm
\nU11 - 2:00pmKingstonQSWC (Mackay)\n\n\n Saturday, June 25th, 202210:00amQuinte Team 1Duncan McDonald Memorial Community Gardens - Pad 2 (Trenton)\n\n\n\n','no'),(5890965,'jetpack_sync_health_status','a:2:{s:6:\"status\";s:7:\"in_sync\";s:9:\"timestamp\";d:1624596568.704864978790283203125;}','yes'),(5804093,'wpforms_admin_notices','a:1:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1549394348;s:9:\"dismissed\";b:1;}}','yes'),(5798022,'_wpforms_transient_timeout_addons','1623807614','no'),(5798023,'_wpforms_transient_addons','a:26:{i:0;O:8:\"stdClass\":8:{s:5:\"title\";s:20:\"ActiveCampaign Addon\";s:4:\"slug\";s:22:\"wpforms-activecampaign\";s:7:\"version\";s:5:\"1.2.1\";s:5:\"image\";s:61:\"https://wpforms.com/wp-content/uploads/2020/03/addon-icon.png\";s:7:\"excerpt\";s:119:\"The WPForms ActiveCampaign addon lets you add contacts to your account, record events, add notes to contacts, and more.\";s:2:\"id\";i:729633;s:10:\"categories\";a:3:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:8:\"Ultimate\";}s:5:\"types\";a:3:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:8:\"ultimate\";}}i:1;O:8:\"stdClass\":8:{s:5:\"title\";s:19:\"Authorize.Net Addon\";s:4:\"slug\";s:21:\"wpforms-authorize-net\";s:7:\"version\";s:5:\"1.1.0\";s:5:\"image\";s:75:\"https://wpforms.com/wp-content/uploads/2020/05/addon-icon-authorize-net.png\";s:7:\"excerpt\";s:150:\"The WPForms Authorize.Net addon allows you to connect your WordPress site with Authorize.Net to easily collect payments, donations, and online orders.\";s:2:\"id\";i:845517;s:10:\"categories\";a:3:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:8:\"Ultimate\";}s:5:\"types\";a:3:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:8:\"ultimate\";}}i:2;O:8:\"stdClass\":8:{s:5:\"title\";s:12:\"AWeber Addon\";s:4:\"slug\";s:14:\"wpforms-aweber\";s:7:\"version\";s:5:\"1.2.0\";s:5:\"image\";s:68:\"https://wpforms.com/wp-content/uploads/2016/02/addon-icon-aweber.png\";s:7:\"excerpt\";s:124:\"The WPForms AWeber addon allows you to create AWeber newsletter signup forms in WordPress, so you can grow your email list. \";s:2:\"id\";i:154;s:10:\"categories\";a:5:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:4:\"Plus\";i:3;s:3:\"Pro\";i:4;s:8:\"Ultimate\";}s:5:\"types\";a:5:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:8:\"ultimate\";}}i:3;O:8:\"stdClass\":8:{s:5:\"title\";s:22:\"Campaign Monitor Addon\";s:4:\"slug\";s:24:\"wpforms-campaign-monitor\";s:7:\"version\";s:5:\"1.2.1\";s:5:\"image\";s:78:\"https://wpforms.com/wp-content/uploads/2016/06/addon-icon-campaign-monitor.png\";s:7:\"excerpt\";s:144:\"The WPForms Campaign Monitor addon allows you to create Campaign Monitor newsletter signup forms in WordPress, so you can grow your email list. \";s:2:\"id\";i:4918;s:10:\"categories\";a:5:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:4:\"Plus\";i:3;s:3:\"Pro\";i:4;s:8:\"Ultimate\";}s:5:\"types\";a:5:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:8:\"ultimate\";}}i:4;O:8:\"stdClass\":8:{s:5:\"title\";s:26:\"Conversational Forms Addon\";s:4:\"slug\";s:28:\"wpforms-conversational-forms\";s:7:\"version\";s:5:\"1.6.0\";s:5:\"image\";s:77:\"https://wpforms.com/wp-content/uploads/2019/02/addon-conversational-forms.png\";s:7:\"excerpt\";s:193:\"Want to improve your form completion rate? Conversational Forms addon by WPForms helps make your web forms feel more human, so you can improve your conversions. Interactive web forms made easy.\";s:2:\"id\";i:391235;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}}i:5;O:8:\"stdClass\":9:{s:5:\"title\";s:20:\"Custom Captcha Addon\";s:4:\"slug\";s:15:\"wpforms-captcha\";s:7:\"version\";s:5:\"1.3.1\";s:5:\"image\";s:69:\"https://wpforms.com/wp-content/uploads/2016/08/addon-icon-captcha.png\";s:7:\"excerpt\";s:143:\"The WPForms Custom Captcha addon allows you to define custom questions or use random math questions as captcha to reduce spam form submissions.\";s:2:\"id\";i:7499;s:10:\"categories\";a:6:{i:0;s:6:\"Agency\";i:1;s:5:\"Basic\";i:2;s:5:\"Elite\";i:3;s:4:\"Plus\";i:4;s:3:\"Pro\";i:5;s:8:\"Ultimate\";}s:5:\"types\";a:6:{i:0;s:6:\"agency\";i:1;s:5:\"basic\";i:2;s:5:\"elite\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";i:5;s:8:\"ultimate\";}s:3:\"url\";s:177:\"https://wpforms-plugin.s3.amazonaws.com/wpforms-captcha/wpforms-captcha-1.3.1.zip?AWSAccessKeyId=AKIASBN2TIA5QYG6HTPP&Expires=1623764414&Signature=USzst9BELe5wOetcVGMSM8fXNnY%3D\";}i:6;O:8:\"stdClass\":8:{s:5:\"title\";s:10:\"Drip Addon\";s:4:\"slug\";s:12:\"wpforms-drip\";s:7:\"version\";s:5:\"1.4.2\";s:5:\"image\";s:61:\"https://wpforms.com/wp-content/uploads/2018/06/addon-icon.png\";s:7:\"excerpt\";s:120:\"The WPForms Drip addon allows you to create Drip newsletter signup forms in WordPress, so you can grow your email list. \";s:2:\"id\";i:209878;s:10:\"categories\";a:5:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:4:\"Plus\";i:3;s:3:\"Pro\";i:4;s:8:\"Ultimate\";}s:5:\"types\";a:5:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:8:\"ultimate\";}}i:7;O:8:\"stdClass\":8:{s:5:\"title\";s:22:\"Form Abandonment Addon\";s:4:\"slug\";s:24:\"wpforms-form-abandonment\";s:7:\"version\";s:5:\"1.5.0\";s:5:\"image\";s:78:\"https://wpforms.com/wp-content/uploads/2017/02/addon-icon-form-abandonment.png\";s:7:\"excerpt\";s:138:\"Unlock more leads by capturing partial entries from your forms. Easily follow up with interested leads and turn them into loyal customers.\";s:2:\"id\";i:27685;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}}i:8;O:8:\"stdClass\":8:{s:5:\"title\";s:17:\"Form Locker Addon\";s:4:\"slug\";s:19:\"wpforms-form-locker\";s:7:\"version\";s:5:\"1.2.3\";s:5:\"image\";s:69:\"https://wpforms.com/wp-content/uploads/2018/09/addon-icons-locker.png\";s:7:\"excerpt\";s:203:\"The WPForms Form Locker addon allows you to lock your WordPress forms with various permissions and access control rules including passwords, members-only, specific date / time, max entry limit, and more.\";s:2:\"id\";i:265700;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}}i:9;O:8:\"stdClass\":8:{s:5:\"title\";s:16:\"Form Pages Addon\";s:4:\"slug\";s:18:\"wpforms-form-pages\";s:7:\"version\";s:5:\"1.4.1\";s:5:\"image\";s:72:\"https://wpforms.com/wp-content/uploads/2019/01/addon-icon-form-pages.png\";s:7:\"excerpt\";s:189:\"Want to improve your form conversions? WPForms Form Pages addon allows you to create completely custom \"distraction-free\" form landing pages to boost conversions (without writing any code).\";s:2:\"id\";i:362485;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}}i:10;O:8:\"stdClass\":8:{s:5:\"title\";s:25:\"Form Templates Pack Addon\";s:4:\"slug\";s:27:\"wpforms-form-templates-pack\";s:7:\"version\";s:5:\"1.2.1\";s:5:\"image\";s:81:\"https://wpforms.com/wp-content/uploads/2017/08/addon-icon-form-templates-pack.png\";s:7:\"excerpt\";s:142:\"Choose from a huge variety of pre-built templates for every niche and industry, so you can build all kinds of web forms in minutes, not hours.\";s:2:\"id\";i:71963;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}}i:11;O:8:\"stdClass\":8:{s:5:\"title\";s:17:\"Geolocation Addon\";s:4:\"slug\";s:19:\"wpforms-geolocation\";s:7:\"version\";s:5:\"2.0.0\";s:5:\"image\";s:73:\"https://wpforms.com/wp-content/uploads/2016/08/addon-icon-geolocation.png\";s:7:\"excerpt\";s:207:\"The WPForms Geolocation addon allows you to store your website visitors\' geolocation data with their form submission. You can also turn on address autocomplete for your forms to make them easier to fill out.\";s:2:\"id\";i:7501;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}}i:12;O:8:\"stdClass\":8:{s:5:\"title\";s:17:\"GetResponse Addon\";s:4:\"slug\";s:19:\"wpforms-getresponse\";s:7:\"version\";s:5:\"1.4.0\";s:5:\"image\";s:76:\"https://wpforms.com/wp-content/uploads/2016/04/addon-icons-getresponse-1.png\";s:7:\"excerpt\";s:134:\"The WPForms GetResponse addon allows you to create GetResponse newsletter signup forms in WordPress, so you can grow your email list. \";s:2:\"id\";i:2565;s:10:\"categories\";a:5:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:4:\"Plus\";i:3;s:3:\"Pro\";i:4;s:8:\"Ultimate\";}s:5:\"types\";a:5:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:8:\"ultimate\";}}i:13;O:8:\"stdClass\":8:{s:5:\"title\";s:15:\"Mailchimp Addon\";s:4:\"slug\";s:17:\"wpforms-mailchimp\";s:7:\"version\";s:5:\"2.1.0\";s:5:\"image\";s:73:\"https://wpforms.com/wp-content/uploads/2016/02/addon-icon-mailchimp-1.png\";s:7:\"excerpt\";s:130:\"The WPForms Mailchimp addon allows you to create Mailchimp newsletter signup forms in WordPress, so you can grow your email list. \";s:2:\"id\";i:153;s:10:\"categories\";a:5:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:4:\"Plus\";i:3;s:3:\"Pro\";i:4;s:8:\"Ultimate\";}s:5:\"types\";a:5:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:8:\"ultimate\";}}i:14;O:8:\"stdClass\":8:{s:5:\"title\";s:19:\"Offline Forms Addon\";s:4:\"slug\";s:21:\"wpforms-offline-forms\";s:7:\"version\";s:5:\"1.2.2\";s:5:\"image\";s:70:\"https://wpforms.com/wp-content/uploads/2017/09/addon-offline-forms.png\";s:7:\"excerpt\";s:159:\"Never lose leads or data again. Offline Forms addon allows your users to save their entered data offline and submit when their internet connection is restored.\";s:2:\"id\";i:85564;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}}i:15;O:8:\"stdClass\":8:{s:5:\"title\";s:21:\"PayPal Standard Addon\";s:4:\"slug\";s:23:\"wpforms-paypal-standard\";s:7:\"version\";s:5:\"1.4.0\";s:5:\"image\";s:68:\"https://wpforms.com/wp-content/uploads/2016/02/addon-icon-paypal.png\";s:7:\"excerpt\";s:136:\"The WPForms PayPal addon allows you to connect your WordPress site with PayPal to easily collect payments, donations, and online orders.\";s:2:\"id\";i:155;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}}i:16;O:8:\"stdClass\":8:{s:5:\"title\";s:22:\"Post Submissions Addon\";s:4:\"slug\";s:24:\"wpforms-post-submissions\";s:7:\"version\";s:5:\"1.3.2\";s:5:\"image\";s:78:\"https://wpforms.com/wp-content/uploads/2016/10/addon-icon-post-submissions.png\";s:7:\"excerpt\";s:204:\"The WPForms Post Submissions addon makes it easy to have user-submitted content in WordPress. This front-end post submission form allow your users to submit blog posts without logging into the admin area.\";s:2:\"id\";i:11793;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}}i:17;O:8:\"stdClass\":8:{s:5:\"title\";s:16:\"Salesforce Addon\";s:4:\"slug\";s:18:\"wpforms-salesforce\";s:7:\"version\";s:5:\"1.0.3\";s:5:\"image\";s:72:\"https://wpforms.com/wp-content/uploads/2020/09/addon-icon-salesforce.png\";s:7:\"excerpt\";s:125:\"The WPForms Salesforce addon allows you to easily send your WordPress form contacts and leads to your Salesforce CRM account.\";s:2:\"id\";i:1006060;s:10:\"categories\";a:3:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:8:\"Ultimate\";}s:5:\"types\";a:3:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:8:\"ultimate\";}}i:18;O:8:\"stdClass\":8:{s:5:\"title\";s:16:\"Sendinblue Addon\";s:4:\"slug\";s:18:\"wpforms-sendinblue\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"image\";s:61:\"https://wpforms.com/wp-content/uploads/2020/12/addon-icon.png\";s:7:\"excerpt\";s:113:\"The WPForms Sendinblue addon helps you organize your leads, automate your marketing, and engage your subscribers.\";s:2:\"id\";i:1126732;s:10:\"categories\";a:5:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:4:\"Plus\";i:3;s:3:\"Pro\";i:4;s:8:\"Ultimate\";}s:5:\"types\";a:5:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:8:\"ultimate\";}}i:19;O:8:\"stdClass\":8:{s:5:\"title\";s:15:\"Signature Addon\";s:4:\"slug\";s:18:\"wpforms-signatures\";s:7:\"version\";s:5:\"1.3.1\";s:5:\"image\";s:82:\"https://wpforms.com/wp-content/uploads/2016/10/wordpress-signature-form-plugin.png\";s:7:\"excerpt\";s:198:\"The WPForms Signature addon makes it easy for users to sign your forms. This WordPress signature plugin will allow your users to sign contracts and other agreements with their mouse or touch screen.\";s:2:\"id\";i:15383;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}}i:20;O:8:\"stdClass\":8:{s:5:\"title\";s:12:\"Stripe Addon\";s:4:\"slug\";s:14:\"wpforms-stripe\";s:7:\"version\";s:5:\"2.5.0\";s:5:\"image\";s:70:\"https://wpforms.com/wp-content/uploads/2016/03/addon-icon-stripe-1.png\";s:7:\"excerpt\";s:136:\"The WPForms Stripe addon allows you to connect your WordPress site with Stripe to easily collect payments, donations, and online orders.\";s:2:\"id\";i:1579;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}}i:21;O:8:\"stdClass\":8:{s:5:\"title\";s:23:\"Surveys and Polls Addon\";s:4:\"slug\";s:21:\"wpforms-surveys-polls\";s:7:\"version\";s:5:\"1.6.4\";s:5:\"image\";s:76:\"https://wpforms.com/wp-content/uploads/2018/02/addon-icons-surveys-polls.png\";s:7:\"excerpt\";s:179:\"The WPForms Survey Addon allows you to add interactive polls and survey forms to your WordPress site. It comes with best-in-class reporting to help you make data-driven decisions.\";s:2:\"id\";i:148223;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}}i:22;O:8:\"stdClass\":8:{s:5:\"title\";s:18:\"User Journey Addon\";s:4:\"slug\";s:20:\"wpforms-user-journey\";s:7:\"version\";s:5:\"1.0.1\";s:5:\"image\";s:74:\"https://wpforms.com/wp-content/uploads/2020/11/addon-icon-user-journey.png\";s:7:\"excerpt\";s:186:\"Discover the steps your visitors take before they submit your forms. Right in the WordPress dashboard, you can easily see the content that’s driving the most valuable form conversions.\";s:2:\"id\";i:1071426;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}}i:23;O:8:\"stdClass\":8:{s:5:\"title\";s:23:\"User Registration Addon\";s:4:\"slug\";s:25:\"wpforms-user-registration\";s:7:\"version\";s:5:\"1.3.3\";s:5:\"image\";s:79:\"https://wpforms.com/wp-content/uploads/2016/05/addon-icon-user-registration.png\";s:7:\"excerpt\";s:152:\"The WPForms User Registration addon allows you to create a custom WordPress user registration form, connect it to your newsletter, and collect payments.\";s:2:\"id\";i:3280;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}}i:24;O:8:\"stdClass\":8:{s:5:\"title\";s:14:\"Webhooks Addon\";s:4:\"slug\";s:16:\"wpforms-webhooks\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"image\";s:70:\"https://wpforms.com/wp-content/uploads/2020/07/addon-icon-webhooks.png\";s:7:\"excerpt\";s:162:\"The WPForms Webhooks addon allows you to send form entry data to secondary tools and external services. No code required, and no need for a third party connector.\";s:2:\"id\";i:901410;s:10:\"categories\";a:3:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:8:\"Ultimate\";}s:5:\"types\";a:3:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:8:\"ultimate\";}}i:25;O:8:\"stdClass\":8:{s:5:\"title\";s:12:\"Zapier Addon\";s:4:\"slug\";s:14:\"wpforms-zapier\";s:7:\"version\";s:5:\"1.3.0\";s:5:\"image\";s:68:\"https://wpforms.com/wp-content/uploads/2016/08/zapier-addon-icon.png\";s:7:\"excerpt\";s:146:\"The WPForms Zapier addon allows you to connect your WordPress forms with over 2000+ web apps. The integration possibilities here are just endless.\";s:2:\"id\";i:9141;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}}}','no'),(7661158,'mc_db_version','3.3.2','yes'),(7661160,'mc_display_main','a:5:{i:6;s:7:\"address\";i:8;s:11:\"description\";i:9;s:5:\"image\";i:11;s:4:\"link\";i:12;s:4:\"more\";}','yes'),(7661161,'mc_display_mini','a:5:{i:6;s:7:\"address\";i:8;s:11:\"description\";i:9;s:5:\"image\";i:11;s:4:\"link\";i:12;s:4:\"more\";}','yes'),(7661162,'mc_drop_settings','true','yes'),(7660969,'jetpack_package_versions','a:3:{s:6:\"backup\";s:5:\"1.2.3\";s:10:\"connection\";s:6:\"1.36.1\";s:4:\"sync\";s:6:\"1.29.0\";}','yes'),(7660970,'jp_sync_last_success_sync','1667432309.2613','no'),(7660630,'wp_force_deactivated_plugins','a:0:{}','yes'),(5847721,'lang_id','0','yes'),(5847722,'disabled_likes','','yes'),(5847724,'disabled_reblogs','','yes'),(8071803,'tablepress_tables','{\"last_id\":21,\"table_post\":{\"1\":5507,\"2\":5514,\"3\":5686,\"4\":5688,\"5\":5691,\"6\":5710,\"7\":5712,\"8\":5714,\"9\":5740,\"10\":5742,\"11\":5744,\"12\":5746,\"13\":5753,\"14\":5755,\"15\":5757,\"16\":5759,\"17\":5761,\"18\":5763,\"19\":5765,\"20\":5779,\"21\":5781}}','yes'),(8515028,'sportspress_text[Rank]','','yes'),(8515029,'sportspress_text[Recap]','','yes'),(8515030,'sportspress_text[Results]','','yes'),(10592494,'_site_transient_timeout_boldgrid_backup_premium_version_data','1667450269','no'),(10592495,'_site_transient_boldgrid_backup_premium_version_data','O:8:\"stdClass\":4:{s:6:\"status\";i:200;s:7:\"message\";s:2:\"OK\";s:6:\"result\";O:8:\"stdClass\":1:{s:4:\"data\";O:8:\"stdClass\":13:{s:5:\"title\";s:64:\"Total Upkeep Premium – WordPress Backup Plugin plus Restor\";s:7:\"version\";s:5:\"1.5.9\";s:8:\"asset_id\";i:1192077;s:12:\"release_date\";s:19:\"2021-04-29 14:47:06\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:3:\"5.8\";s:8:\"sections\";s:4823:\"{\"description\":\"

Premium extension for the Total Upkeep plugin.<\\/p>\\n\",\"installation\":\"

Minimum Requirements<\\/h4>\\n\\n