/
home
/
altere25
/
quintelacrosse.com
/
/home/altere25/quintelacrosse.com
mkdir
upload
Name
Size
Mode
Actions
.well-known/
-
0755
rm
cgi-bin/
-
0755
rm
wp-admin/
-
0755
rm
wp-content/
-
0755
rm
wp-includes/
-
0755
rm
.ftpquotas
91
0644
edit
dl
rm
.htaccess
803
0644
edit
dl
rm
.htaccess.07122020.bak
461
0644
edit
dl
rm
.htaccess.07272020.bak
461
0644
edit
dl
rm
.htaccess.bgb
235
0644
edit
dl
rm
altere25_wp176.20191007-113620.sql
3410722
0644
edit
dl
rm
altere25_wp176.20191104-175224.sql
3412050
0644
edit
dl
rm
altere25_wp176.20200217-183145.sql
3940477
0644
edit
dl
rm
altere25_wp176.20200217-195217.sql
3946295
0644
edit
dl
rm
altere25_wp176.20200531-220746.sql
4211193
0644
edit
dl
rm
altere25_wp176.20200811-193810.sql
4387581
0644
edit
dl
rm
altere25_wp176.20210615-144436.sql
4555127
0644
edit
dl
rm
altere25_wp176.20221102-233857.sql
5134527
0644
edit
dl
rm
boldgrid-backup-quintelacrosse.com-318bf1f5-20190902-005806.log
1063
0644
edit
dl
rm
boldgrid-backup-quintelacrosse.com-318bf1f5-20191007-113623.log
1062
0644
edit
dl
rm
boldgrid-backup-quintelacrosse.com-318bf1f5-20191104-175230.log
1063
0644
edit
dl
rm
boldgrid-backup-quintelacrosse.com-318bf1f5-20200217-183151.log
1083
0644
edit
dl
rm
boldgrid-backup-quintelacrosse.com-318bf1f5-20200217-195222.log
1083
0644
edit
dl
rm
boldgrid-backup-quintelacrosse.com-318bf1f5-20200531-220752.log
1082
0644
edit
dl
rm
boldgrid-backup-quintelacrosse.com-318bf1f5-20200811-193816.log
1080
0644
edit
dl
rm
boldgrid-backup-quintelacrosse.com-318bf1f5-20210615-144449.log
1081
0644
edit
dl
rm
boldgrid-backup-quintelacrosse.com-318bf1f5-20221102-233904.log
1080
0644
edit
dl
rm
boldgrid-backup-quintelacrosseproject.altereddigital.com-318bf1f5-20181207-182200.log
496
0644
edit
dl
rm
index.php
405
0644
edit
dl
rm
license.txt
19915
0644
edit
dl
rm
pclzip-69b276e2ec51f.tmp
306003968
0644
edit
dl
rm
pclzip-69b125952bb9c.tmp
262739968
0644
edit
dl
rm
php.ini
635
0644
edit
dl
rm
readme.html
7409
0644
edit
dl
rm
wp-activate.php
7387
0644
edit
dl
rm
wp-admin.php
0
0644
edit
dl
rm
wp-blog-header.php
351
0644
edit
dl
rm
wp-comments-post.php
2323
0644
edit
dl
rm
wp-config-sample.php
3336
0644
edit
dl
rm
wp-config.php
3025
0600
edit
dl
rm
wp-cron-isig.php
1659
0644
edit
dl
rm
wp-cron.php
5617
0644
edit
dl
rm
wp-links-opml.php
2502
0644
edit
dl
rm
wp-load.php
3937
0644
edit
dl
rm
wp-loader.php
0
0644
edit
dl
rm
wp-login.php
51389
0644
edit
dl
rm
wp-mail.php
8543
0644
edit
dl
rm
wp-settings.php
29032
0644
edit
dl
rm
wp-signup.php
34519
0644
edit
dl
rm
wp-trackback.php
5102
0644
edit
dl
rm
xmlrpc.php
3246
0644
edit
dl
rm
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:\"<i class=\"fas fa-search\"></i>\";s:19:\"search_loading_icon\";s:38:\"<i class=\"fas fa-spinner fa-spin\"></i>\";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','<blockquote class=\"wp-embedded-content\" data-secret=\"GaL80PDPkH\"><a href=\"http://quintelacrosse.com/novice-division/\">Novice Division</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://quintelacrosse.com/novice-division/embed/#?secret=GaL80PDPkH\" data-secret=\"GaL80PDPkH\" width=\"600\" height=\"338\" title=\"“Novice Division” — Quinte Lacrosse\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(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','<blockquote class=\"wp-embedded-content\" data-secret=\"4Lf2CSkLuz\"><a href=\"http://quintelacrosse.com/board-of-directors/\">Board of Directors</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://quintelacrosse.com/board-of-directors/embed/#?secret=4Lf2CSkLuz\" data-secret=\"4Lf2CSkLuz\" width=\"600\" height=\"338\" title=\"“Board of Directors” — Quinte Lacrosse\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(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','<h2>Who we are</h2><p>Our website address is: http://quintelacrosse.com.</p><h2>What personal data we collect and why we collect it</h2><h3>Comments</h3><p>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.</p><p>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.</p><h3>Media</h3><p>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.</p><h3>Contact forms</h3><h3>Cookies</h3><p>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.</p><p>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.</p><p>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.</p><p>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.</p><h3>Embedded content from other websites</h3><p>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.</p><p>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.</p><h3>Analytics</h3><h2>Who we share your data with</h2><h2>How long we retain your data</h2><p>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.</p><p>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.</p><h2>What rights you have over your data</h2><p>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.</p><h2>Where we send your data</h2><p>Visitor comments may be checked through an automated spam detection service.</p><h2>Your contact information</h2><h2>Additional information</h2><h3>How we protect your data</h3><h3>What data breach procedures we have in place</h3><h3>What third parties we receive data from</h3><h3>What automated decision making and/or profiling we do with user data</h3><h3>Industry regulatory disclosure requirements</h3>','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','<p>This site has been created with the help of many different people and companies.</p><hr /><p style=\"clear:both\">This site was built on a powerful, Inspirations based web builder called <a href=\"http://www.boldgrid.com\" target=\"_blank\" rel=\"noopener\">BoldGrid</a>. It is running on <a href=\"http://wordpress.org\" target=\"_blank\" rel=\"noopener\">WordPress</a>, the most popular content management software online today.</p>','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\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"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\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"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\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"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\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"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\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"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\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"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\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"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\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"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\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"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\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"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\":\"<p><span id=\\\"u0022nf-drawer-contentu0022\\\"><span class=\\\"u0022nf-setting-groupsu0022\\\"><span class=\\\"u0022nf-field-settingsu0022\\\">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\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\"> </p>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">[smartslider3 slider=4]</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em;\">\r\n<p class=\"\"><script async=\"\" defer=\"\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v4.0\"></script></p>\r\n\r\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"true\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\">\r\n<blockquote class=\"fb-xfbml-parse-ignore\" style=\"padding-bottom: 0.6em; margin-bottom: 49px;\" cite=\"https://www.facebook.com/quintelacrosse/\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a></blockquote>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 10px;\"><a class=\"twitter-timeline\" style=\"background-color: #ffffff;\" href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-width=\"340\" data-height=\"600\" data-dnt=\"true\" data-theme=\"dark\" data-link-color=\"#9266CC\">Tweets by QuinteLacrosse</a> <script async=\"\" src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <i class=\"fa fa-facebook-square\" aria-hidden=\"true\"></i> <i class=\"fa fa-twitter-square\" aria-hidden=\"true\"></i> <i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"></i><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"></i></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"aligncenter wp-image-4378\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\"> </p>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div>\r\n<p class=\"\">[smartslider3 slider=4]</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em;\">\r\n<p class=\"\"><script async=\"\" defer=\"\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v4.0\"></script></p>\r\n\r\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"true\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\">\r\n<blockquote class=\"fb-xfbml-parse-ignore\" style=\"padding-bottom: 0.6em; margin-bottom: 49px;\" cite=\"https://www.facebook.com/quintelacrosse/\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a></blockquote>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 10px;\"><a class=\"twitter-timeline\" style=\"background-color: #ffffff;\" href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-width=\"340\" data-height=\"600\" data-dnt=\"true\" data-theme=\"dark\" data-link-color=\"#9266CC\">Tweets by QuinteLacrosse</a> <script async=\"\" src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <i class=\"fa fa-facebook-square\" aria-hidden=\"true\"></i> <i class=\"fa fa-twitter-square\" aria-hidden=\"true\"></i> <i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"></i><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"></i></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"aligncenter wp-image-4378\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\"> </p>\r\n[post_grid id=\"379\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n[smartslider3 slider=4]\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em;\">\r\n<p class=\"\"><script async=\"\" defer=\"\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v4.0\"></script></p>\r\n\r\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"true\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\">\r\n<blockquote class=\"fb-xfbml-parse-ignore\" style=\"padding-bottom: 0.6em; margin-bottom: 49px;\" cite=\"https://www.facebook.com/quintelacrosse/\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a></blockquote>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 10px;\"><a class=\"twitter-timeline\" style=\"background-color: #ffffff;\" href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-width=\"340\" data-height=\"600\" data-dnt=\"true\" data-theme=\"dark\" data-link-color=\"#9266CC\">Tweets by QuinteLacrosse</a> <script async=\"\" src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://ca.linkedin.com/in/melissa-haig-p-eng-719a75\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a><a href=\"http://www.youtube.com/user/KKPCanada\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\" style=\"width: 83%; margin-left: 85px; padding-left: 0em; margin-right: auto; margin-bottom: 1px;\">\r\n<div class=\"container\">\r\n<div>\r\n<p class=\"\"> </p>\r\n \r\n\r\n \r\n\r\n[smartslider3 slider=4]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\"> </p>\r\n[post_grid id=\"379\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row receptor-containers-imhwpb\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://ca.linkedin.com/in/melissa-haig-p-eng-719a75\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a><a href=\"http://www.youtube.com/user/KKPCanada\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div></div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div>\r\n\r\n[smartslider3 slider=4]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\"> </p>\r\n[post_grid id=\"379\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://ca.linkedin.com/in/melissa-haig-p-eng-719a75\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a><a href=\"http://www.youtube.com/user/KKPCanada\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div style=\"margin-top: 50px; margin-left: 50px;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-call_to_action-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -35px; padding: 3em; box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.75);\">\r\n<h1 class=\"\" style=\"text-transform: uppercase; margin-top: 10px; margin-bottom: 10px;\">QUINTE BAYHAWKS LACROSSE</h1>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"bg-hr-7 color-neutral-color bg-hr\" width=\"80%;\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 35px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"bg-box-flush bg-box-cover bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img alignnone wp-image-4125 size-medium\" style=\"margin-top: -20px; z-index: 1; position: relative; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_96_889_374_Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\" alt=\"\" width=\"889\" height=\"374\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -50px; padding: 5em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\"><img class=\"alignnone wp-image-4181 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\"><img class=\"alignnone wp-image-4342 \" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"115\" height=\"71\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-about-5 boldgrid-section dynamic-gridblock background-fixed\" style=\"width: auto; padding: 0em; margin: 0px; background-image: url(\'http://quintelacrosse.com/wp-content/uploads/2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\'); background-size: cover; background-position: 50% 50%;\" data-image-url=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-8 col-sm-6 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover color2-background-color color-2-text-contrast bg-background-color bg-box\" style=\"padding: 40px 20%;\">\r\n<h2 class=\"\" style=\"text-transform: uppercase;\">Welcome</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-about-12 boldgrid-section dynamic-gridblock bg-background-color color1-background-color color-1-text-contrast\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\" style=\"padding: 3em 1em 0em 1em;\">\r\n<h2 class=\"\" style=\"text-transform: uppercase;\">Welcome</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">THE TEAM</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Our Dedicated Team</h3>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9434\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>President</li>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9435\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Treasurer</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"66252\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9437\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>VP / Registrar</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9438\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9439\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\" style=\"padding: 3em 1em 0em 1em;\">\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">Welcome to Quinte Minor Lacrosse\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 wow bounceInRight\" data-wow-duration=\"2s\" data-wow-delay=\"0s\">\r\n<div class=\"bg-box-flush bg-box\" style=\"z-index: 1; position: relative; margin-bottom: -50px;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">OUR Vision</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color5-background-color color-5-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Our CODE</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Mission StaTMENT</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin-top: 20px; text-align: right;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">THE TEAM</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Our Dedicated Team</h3>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9434\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Maggie Lewis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9435\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Linda Bass</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"66252\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Matt Davis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9437\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Alicia Moore</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9438\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Andy Miller</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9439\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Janet Clark</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-355 size-medium\" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/16_0_125_125_fa9accb-ccd9b579-ricochet64170800027-300x200.jpg\" alt=\"\" width=\"125\" height=\"125\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">REEBOK</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-356 \" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/stx-logo.png\" alt=\"\" width=\"139\" height=\"139\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">STX</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-357 \" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Warrior-Lacrosse-Logo-300x300.png\" alt=\"\" width=\"129\" height=\"130\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">WARRIOR</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\" style=\"padding: 3em 1em 0em 1em;\">\r\n<h2 class=\"\" style=\"text-transform: uppercase;\">Welcome</h2>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-68 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/231_0_350_350_495635-3445a2e6-martinkay78161100017-1024x683.jpg\" alt=\"\" width=\"350\" height=\"350\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-195 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/170_0_350_349.488304094_4139eb45-3e676ad0-martinkay78161100016-1024x683.jpg\" alt=\"\" width=\"350\" height=\"349\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-196 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/0_134_350_350_1-6868622170_cd4a20aace_o-768x1152.jpg\" alt=\"\" width=\"350\" height=\"350\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 wow bounceInRight\" data-wow-duration=\"2s\" data-wow-delay=\"0s\">\r\n<div class=\"bg-box-flush bg-box\" style=\"z-index: 1; position: relative; margin-bottom: -50px;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">OUR Vision</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color5-background-color color-5-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Our CODE</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Mission StaTMENT</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin-top: 20px; text-align: right;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<h2 class=\"\">WILL CONTAIN BLOCKS WITH LATEST NEWS POSTS</h2>\r\n<div class=\"row bg-editor-hr-wrap\"></div>\r\n<p class=\"\"> </p>\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"about-us\">READ MORE<i class=\"fa fa-angle-double-right\"> </i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">THE TEAM</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Our Dedicated Team</h3>\r\n<p class=\"\">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.</p>\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"about-us\">MORE ABOUT US<i class=\"fa fa-angle-double-right\"> </i> </a></p>\r\n\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9434\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Maggie Lewis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9435\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Linda Bass</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"66252\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Matt Davis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9437\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Alicia Moore</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9438\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Andy Miller</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9439\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Janet Clark</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\" style=\"padding: 3em 1em 0em 1em;\">\r\n<h2 class=\"\" style=\"text-transform: uppercase;\">Welcome</h2>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-68 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/231_0_350_350_495635-3445a2e6-martinkay78161100017-1024x683.jpg\" alt=\"\" width=\"350\" height=\"350\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-195 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/170_0_350_349.488304094_4139eb45-3e676ad0-martinkay78161100016-1024x683.jpg\" alt=\"\" width=\"350\" height=\"349\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-196 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/0_134_350_350_1-6868622170_cd4a20aace_o-768x1152.jpg\" alt=\"\" width=\"350\" height=\"350\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 wow bounceInRight\" data-wow-duration=\"2s\" data-wow-delay=\"0s\">\r\n<div class=\"bg-box-flush bg-box\" style=\"z-index: 1; position: relative; margin-bottom: -50px;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">OUR Vision</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color5-background-color color-5-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Our CODE</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Mission StaTMENT</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin-top: 20px; text-align: right;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<h2 class=\"\">Personalized Training</h2>\r\n<div class=\"row bg-editor-hr-wrap\"></div>\r\n<p class=\"\"> </p>\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"about-us\">READ MORE<i class=\"fa fa-angle-double-right\"> </i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">THE TEAM</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Our Dedicated Team</h3>\r\n<p class=\"\">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.</p>\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"about-us\">MORE ABOUT US<i class=\"fa fa-angle-double-right\"> </i> </a></p>\r\n\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"size-full wp-image-30\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/photo-1419312520378-cbd583837112-imhwpb-6mmxvi4x2ujtpw7.jpg\" alt=\"photo-1419312520378-cbd583837112\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9434\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Maggie Lewis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"size-full wp-image-31\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/photo-1414202251636-d05ac44c0182-imhwpb-dgogcaewxjezqqq.jpg\" alt=\"photo-1414202251636-d05ac44c0182\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9435\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Linda Bass</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-32\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/tmp_matt-davis-imhwpb-9gi4sy8ddkqyryr.jpg\" alt=\"Member 3\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"66252\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Matt Davis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"size-full wp-image-33\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/sozGYg0tQdSmsUkoPhvt_12-imhwpb-eotog9ini25xw4o.jpg\" alt=\"Member 4\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9437\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Alicia Moore</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"size-full wp-image-34\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/photo-1420316078344-6149cb82b2c7-imhwpb-k9y181hssyltehh.jpg\" alt=\"Member 5\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9438\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Andy Miller</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"size-full wp-image-35\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/girl-410334_1280-imhwpb-nsoxysekdx6i8pd.jpg\" alt=\"Member 6\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9439\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Janet Clark</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\" style=\"padding: 3em 1em 0em 1em;\">\r\n<h2 class=\"\" style=\"text-transform: uppercase;\">Welcome</h2>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-68 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/231_0_350_350_495635-3445a2e6-martinkay78161100017-1024x683.jpg\" alt=\"\" width=\"350\" height=\"350\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-195 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/170_0_350_349.488304094_4139eb45-3e676ad0-martinkay78161100016-1024x683.jpg\" alt=\"\" width=\"350\" height=\"349\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-196 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/0_134_350_350_1-6868622170_cd4a20aace_o-768x1152.jpg\" alt=\"\" width=\"350\" height=\"350\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 wow bounceInRight\" data-wow-duration=\"2s\" data-wow-delay=\"0s\">\r\n<div class=\"bg-box-flush bg-box\" style=\"z-index: 1; position: relative; margin-bottom: -50px;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Vision</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color5-background-color color-5-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Innovation</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Mission StaTMENT</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin-top: 20px; text-align: right;\"><a class=\"btn-color-5 btn btn-small-caps btn-pill btn-raised btn-regular\" href=\"#\">Find Out More</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<h2 class=\"\">Personalized Training</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">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.</p>\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"about-us\">READ MORE<i class=\"fa fa-angle-double-right\"> </i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">THE TEAM</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Our Dedicated Team</h3>\r\n<p class=\"\">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.</p>\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"about-us\">MORE ABOUT US<i class=\"fa fa-angle-double-right\"> </i> </a></p>\r\n\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"size-full wp-image-30\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/photo-1419312520378-cbd583837112-imhwpb-6mmxvi4x2ujtpw7.jpg\" alt=\"photo-1419312520378-cbd583837112\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9434\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Maggie Lewis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"size-full wp-image-31\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/photo-1414202251636-d05ac44c0182-imhwpb-dgogcaewxjezqqq.jpg\" alt=\"photo-1414202251636-d05ac44c0182\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9435\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Linda Bass</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-32\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/tmp_matt-davis-imhwpb-9gi4sy8ddkqyryr.jpg\" alt=\"Member 3\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"66252\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Matt Davis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"size-full wp-image-33\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/sozGYg0tQdSmsUkoPhvt_12-imhwpb-eotog9ini25xw4o.jpg\" alt=\"Member 4\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9437\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Alicia Moore</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"size-full wp-image-34\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/photo-1420316078344-6149cb82b2c7-imhwpb-k9y181hssyltehh.jpg\" alt=\"Member 5\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9438\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Andy Miller</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"size-full wp-image-35\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/girl-410334_1280-imhwpb-nsoxysekdx6i8pd.jpg\" alt=\"Member 6\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9439\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Janet Clark</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-43\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL052VjgtcUZVVjRJLzYwMHgzMDA_3D-imhwpb-by6i1wxava2jjv6.jpg\" alt=\"\" width=\"600\" height=\"300\" data-imhwpb-asset-id=\"780395\"></p>\r\n\r\n</div>\r\n<p class=\"\">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.</p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\r\n<p class=\"\"><a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a></p>\r\n\r\n<h3><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\r\n<p class=\"\">613-242-0462</p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\r\n<p class=\"\">Belleville, ON</p>\r\n<p class=\"boldgrid-google-maps\" style=\"width: 100%; height: 200px;\"><iframe style=\"width: 100%; height: 100%;\" src=\"https://maps.google.com/maps?q=1234+Your+St%2C+City%2C+STATE%2C+12345&t=m&z=16&output=embed\" frameborder=\"0\"></iframe></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3>Get in Touch</h3>\r\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.</p>\r\n\r\n<div class=\"boldgrid-shortcode wpforms-shortcode\" data-imhwpb-draggable=\"true\">\r\n\r\n[wpforms id=\"11\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">How to Register</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n<p class=\"\">Please read and follow the instructions below to register for 2019.</p>\r\n\r\n<div>\r\n<div>\r\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">=================================================</p>\r\n\r\n<h2 class=\"\">New Players to Quinte Minor Lacrosse</h2>\r\n<p class=\"\"> </p>\r\n<p class=\"\">To register, you will need to create a Sportzsoft account and upload Proof of Age document(s) for your child(ren).</p>\r\n<p class=\"\"><strong>***Note: For FREE Try Lacrosse clinics only, no payment or proof of age documents are required</strong></p>\r\n<p class=\"\">To create a SportzSoft account:</p>\r\n<p class=\"\">1. Click the online registration link: <strong>REGISTER HERE</strong> </p>\r\n<p class=\"\">2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password</p>\r\n<p class=\"\">3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n<strong>** NOTE</strong>: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\">4. To register a player, click the orange “New Registration” button, select the child’s name from the Participant list, and then click “Next”.</p>\r\n<p class=\"\">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. </p>\r\n<p class=\"\"><strong>*** For FREE Try Lacrosse clinics, select \"Try Lacrosse\" from the drop-down menu. Registration only needs to be completed once for all clinics.</strong></p>\r\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\r\n<p class=\"\">7. Complete the Questionnaire</p>\r\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only)</p>\r\n<p class=\"\">9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.</p>\r\n<p class=\"\"><strong>** NOTE</strong>: Registration is NOT complete until a valid Proof of Age document is uploaded AND payment is received for each child (league registration only).</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\n<div class=\"mod-alpha\">\n<p class=\"mod-reset\"><img class=\"wp-image-26\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/boxing-546143_1280-imhwpb-rojo3x16ez3t7ai.jpg\" alt=\"boxing-546143_1280\" data-imhwpb-asset-id=\"9430\" height=\"400\" width=\"400\"></p>\n\n<h2>Boxing</h2>\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-calendar\"> </i>M/W/F - 7:30 PM\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-male\"> </i>22 Students\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-hand-o-right\"> </i>Studio 6\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<p class=\"p-button-secondary\"><a class=\"button-secondary\" href=\"contact-us\">MORE INFO</a></p>\n\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"mod-alpha-1\">\n\n$16/Session\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\n<div class=\"mod-alpha\">\n<p class=\"mod-reset\"><img class=\"wp-image-27\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/woman-595599_1280-imhwpb-x7t9o1zqhbm18dy.jpg\" alt=\"woman-595599_1280\" data-imhwpb-asset-id=\"9431\" height=\"400\" width=\"400\"></p>\n\n<h2>Core Training</h2>\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-calendar\"> </i>M/W/F - 7:30 PM\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-male\"> </i>22 Students\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-hand-o-right\"> </i>Studio 6\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<p class=\"p-button-secondary\"><a class=\"button-secondary\" href=\"contact-us\">MORE INFO</a></p>\n\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"mod-alpha-1\">\n\n$16/Session\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\n<div class=\"mod-alpha\">\n<p class=\"mod-reset\"><img class=\"wp-image-28\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/6814589739_c80b5eb6f9_o-imhwpb-a2z14hcxvrppivv.jpg\" alt=\"6814589739_c80b5eb6f9_o\" data-imhwpb-asset-id=\"9432\" height=\"400\" width=\"400\"></p>\n\n<h2>Cardio Training</h2>\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-calendar\"> </i>M/W/F - 7:30 PM\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-male\"> </i>22 Students\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-hand-o-right\"> </i>Studio 6\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<p class=\"p-button-secondary\"><a class=\"button-secondary\" href=\"contact-us\">MORE INFO</a></p>\n\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"mod-alpha-1\">\n\n$16/Session\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\n<div class=\"mod-alpha\">\n<p class=\"mod-reset\"><img class=\"wp-image-29\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/14057256977_1250446943_o-imhwpb-s3fw4meog75ddjx.jpg\" alt=\"14057256977_1250446943_o\" data-imhwpb-asset-id=\"9433\" height=\"400\" width=\"400\"></p>\n\n<h2>Gymnastics</h2>\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-calendar\"> </i>M/W/F - 7:30 PM\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-male\"> </i>22 Students\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-hand-o-right\"> </i>Studio 6\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<p class=\"p-button-secondary\"><a class=\"button-secondary\" href=\"contact-us\">MORE INFO</a></p>\n\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"mod-alpha-1\">\n\n$16/Session\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"mod-divider\"><a href=\"services\">OUR SERVICES</a></p>\n\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"mod-beta\">\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-child\"> </span></div>\n<h2>Personalized Training</h2>\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\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<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"about-us\">READ MORE<i class=\"fa fa-angle-double-right\"> </i></a></p>\n\n</div>\n</div>\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"mod-beta\">\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-users\"> </span></div>\n<h2>Group Dance Classes</h2>\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\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<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"about-us\">READ MORE<i class=\"fa fa-angle-double-right\"> </i></a></p>\n\n</div>\n</div>\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"mod-beta\">\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-building\"> </span></div>\n<h2>Full-Service Fitness Center</h2>\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\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<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"about-us\">READ MORE<i class=\"fa fa-angle-double-right\"> </i></a></p>\n\n</div>\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"mod-divider\"><a href=\"about-us\">THE TEAM</a></p>\n\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<h3>We Are Dedicated to Everything Fitness</h3>\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<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"about-us\">MORE ABOUT US<i class=\"fa fa-angle-double-right\"> </i> </a></p>\n\n</div>\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\n<div class=\"mod-gamma\">\n<div class=\"row\">\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\n<div class=\"mod-gamma-1\">\n<p class=\"mod-reset\"><img class=\"size-full wp-image-30\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/photo-1419312520378-cbd583837112-imhwpb-6mmxvi4x2ujtpw7.jpg\" alt=\"photo-1419312520378-cbd583837112\" data-imhwpb-asset-id=\"9434\" height=\"300\" width=\"300\"></p>\n\n</div>\n</div>\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\n<div class=\"mod-gamma-2\">\n<ul><li>Maggie Lewis</li>\n <li>(777) 765-4321</li>\n</ul></div>\n</div>\n</div>\n<div class=\"row\">\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\n<div class=\"mod-gamma-1\">\n<p class=\"mod-reset\"><img class=\"size-full wp-image-31\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/photo-1414202251636-d05ac44c0182-imhwpb-dgogcaewxjezqqq.jpg\" alt=\"photo-1414202251636-d05ac44c0182\" data-imhwpb-asset-id=\"9435\" height=\"300\" width=\"300\"></p>\n\n</div>\n</div>\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\n<div class=\"mod-gamma-2\">\n<ul><li>Linda Bass</li>\n <li>(777) 765-4321</li>\n</ul></div>\n</div>\n</div>\n<div class=\"row\">\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\n<div class=\"mod-gamma-1\">\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-32\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/tmp_matt-davis-imhwpb-9gi4sy8ddkqyryr.jpg\" alt=\"Member 3\" data-imhwpb-asset-id=\"66252\" height=\"300\" width=\"300\"></p>\n\n</div>\n</div>\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\n<div class=\"mod-gamma-2\">\n<ul><li>Matt Davis</li>\n <li>(777) 765-4321</li>\n</ul></div>\n</div>\n</div>\n</div>\n</div>\n\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\n<div class=\"mod-gamma\">\n<div class=\"row\">\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\n<div class=\"mod-gamma-1\">\n<p class=\"mod-reset\"><img class=\"size-full wp-image-33\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/sozGYg0tQdSmsUkoPhvt_12-imhwpb-eotog9ini25xw4o.jpg\" alt=\"Member 4\" data-imhwpb-asset-id=\"9437\" height=\"300\" width=\"300\"></p>\n\n</div>\n</div>\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\n<div class=\"mod-gamma-2\">\n<ul><li>Alicia Moore</li>\n <li>(777) 765-4321</li>\n</ul></div>\n</div>\n</div>\n<div class=\"row\">\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\n<div class=\"mod-gamma-1\">\n<p class=\"mod-reset\"><img class=\"size-full wp-image-34\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/photo-1420316078344-6149cb82b2c7-imhwpb-k9y181hssyltehh.jpg\" alt=\"Member 5\" data-imhwpb-asset-id=\"9438\" height=\"300\" width=\"300\"></p>\n\n</div>\n</div>\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\n<div class=\"mod-gamma-2\">\n<ul><li>Andy Miller</li>\n <li>(777) 765-4321</li>\n</ul></div>\n</div>\n</div>\n<div class=\"row\">\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\n<div class=\"mod-gamma-1\">\n<p class=\"mod-reset\"><img class=\"size-full wp-image-35\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/girl-410334_1280-imhwpb-nsoxysekdx6i8pd.jpg\" alt=\"Member 6\" data-imhwpb-asset-id=\"9439\" height=\"300\" width=\"300\"></p>\n\n</div>\n</div>\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\n<div class=\"mod-gamma-2\">\n<ul><li>Janet Clark</li>\n <li>(777) 765-4321</li>\n</ul></div>\n</div>\n</div>\n</div>\n</div>\n</div></div></div>\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<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"image-gallery\">\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-43\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL052VjgtcUZVVjRJLzYwMHgzMDA_3D-imhwpb-by6i1wxava2jjv6.jpg\" alt=\"\" width=\"600\" height=\"300\" data-imhwpb-asset-id=\"780395\"></p>\n\n</div>\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<h3><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\n<p><a href=\"mailto:admin@quintelacrosseproject.altereddigital.com\">admin@quintelacrosseproject.altereddigital.com</a></p>\n\n<h3><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\n<p>777-765-4321</p>\n\n<h3><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\n<p>1234 Your St, City, STATE, 12345</p>\n<p class=\"boldgrid-google-maps\" style=\"width:100%;height:200px;\"><iframe style=\"width:100%;height:100%;\" src=\"https://maps.google.com/maps?q=1234+Your+St%2C+City%2C+STATE%2C+12345&t=m&z=16&output=embed\" frameborder=\"0\"></iframe></p>\n\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<h3>Get in Touch</h3>\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</div>\n</div>\n</div>\n</div>\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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<h2 class=\"\">How to Register</h2>\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div>\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\n<p class=\"\"> </p>\n<p class=\"\">Please read and follow the instructions below to register for 2022. Registration opens March 1st.</p>\n\n<div>\n<div>\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\n\n</div>\n</div>\n<p class=\"\">=================================================</p>\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/house-league-days-of-play/\">here</a> to see the Days of Play</p>\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/registration-fees/\">here</a> to see the 2022 Registration Fees</p>\n\n<h2 class=\"\" style=\"font-size: 25px\">Returning Players</h2>\n<p class=\"\">If you <strong>ALREADY HAVE</strong> a SportzSoft login:</p>\n<p class=\"\">Here is the online registration link: <strong><a href=\"https://www.sportzsoft.com/regApp/Login?OrgId=6712\" target=\"_blank\" rel=\"noopener\">REGISTER HERE</a></strong> </p>\n<p class=\"\">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.</p>\n<p class=\"\"><strong>NOTES:</strong></p>\n<p class=\"\">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.</p>\n<p class=\"\">2. Please make sure to complete online payment of the 2022 fees for each child registered. \n<strong>REGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.</strong></p>\n<p class=\"\">3. If you wish email communication to go to TWO email addresses, please make sure <strong>BOTH</strong> are listed under the Primary Parent/Guardian profile.</p>\n<p class=\"\"> </p>\n\n<h2 class=\"\" style=\"font-size: 25px\">New Players to Quinte Minor Lacrosse (including TRY LACROSSE)</h2>\n<p class=\"\">If you are <strong>NEW to QMLA and DO NOT HAVE</strong> a SportzSoft account you will need to create one and upload Proof of Age document(s). </p>\n<p class=\"\">To create a SportzSoft account:</p>\n<p class=\"\">1. Click the online registration link: <strong><a href=\"https://www.sportzsoft.com/regApp/Login?OrgId=6712\" target=\"_blank\" rel=\"noopener\">REGISTER HERE</a></strong></p>\n<p class=\"\">2. Click “New Member? Create Account\" button, then create an account with your email address and a password</p>\n<p class=\"\">3. Please select “Profiles” and then fully complete your profiles for each family member participating, including parent volunteers.\n<strong>** NOTE</strong>: 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).</p>\n<p class=\"\">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\'.</p>\n<p class=\"\">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.</p>\n<p class=\"\">For players registering for TRY LACROSSE, select the TRY LACROSSE (FREE) product.</p>\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\n<p class=\"\">7. Complete the Questionnaire (if applicable)</p>\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only). <strong> Acceptable proof of age is a birth certificate, health card or passport. </strong>(Not required for Try Lacrosse).</p>\n<p class=\"\"><strong>NOTE</strong>: Registration is NOT complete until a valid proof of age document is uploaded <strong>AND</strong> payment (if applicable) is received for each child.</p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">How to Register</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">Please read and follow the instructions below to register for 2022.</p>\r\n\r\n<div>\r\n<div>\r\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">=================================================</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/house-league-days-of-play/\">here</a> to see the Days of Play</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/registration-fees/\">here</a> to see the 2022 Registration Fees</p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">Returning Players</h2>\r\n<p class=\"\">If you <strong>ALREADY HAVE</strong> a SportzSoft login:</p>\r\n<p class=\"\">Here is the online registration link: <strong>REGISTER HERE</strong> </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"><strong>NOTES:</strong></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">2. Please make sure to complete online payment of the 2022 fees for each child registered. \r\n<strong>REGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.</strong></p>\r\n<p class=\"\">3. If you wish email communication to go to TWO email addresses, please make sure <strong>BOTH</strong> are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\"> </p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">New Players to Quinte Minor Lacrosse</h2>\r\n<p class=\"\">If you are <strong>NEW to QMLA and DO NOT HAVE</strong> a SportzSoft account you will need to create one and upload Proof of Age document(s). </p>\r\n<p class=\"\">To create a SportzSoft account:</p>\r\n<p class=\"\">1. Click the online registration link: <strong>REGISTER HERE</strong></p>\r\n<p class=\"\">2. Click “New Member? Create Account\" button, then create an account with your email address and a password</p>\r\n<p class=\"\">3. Please select “Profiles” and then fully complete your profiles for each family member participating, including parent volunteers.\r\n<strong>** NOTE</strong>: 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).</p>\r\n<p class=\"\">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\'.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\r\n<p class=\"\">7. Complete the Questionnaire (if applicable)</p>\r\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only). <strong> Acceptable proof of age is a birth certificate, health card or passport.</strong></p>\r\n<p class=\"\"><strong>NOTE</strong>: Registration is NOT complete until a valid proof of age document is uploaded <strong>AND</strong> payment is received for each child.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<h2 class=\"\">How to Register</h2>\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div>\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\n<p class=\"\"> </p>\n<p class=\"\">Please read and follow the instructions below to register for 2021.</p>\n\n<div>\n<div>\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\n\n</div>\n</div>\n<p class=\"\">=================================================</p>\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/house-league-days-of-play/\">here</a> to see the Days of Play</p>\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/registration-fees/\">here</a> to see the 2021 Registration Fees</p>\n\n<h2 class=\"\" style=\"font-size: 25px\">Returning Players</h2>\n<p class=\"\">If you <strong>ALREADY HAVE</strong> a SportzSoft login:</p>\n<p class=\"\">Here is the online registration link: <strong><a href=\"http://quintelacrosse.com/registration/\">REGISTER HERE</a></strong> </p>\n<p class=\"\">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.</p>\n<p class=\"\"><strong>NOTES:</strong></p>\n<p class=\"\">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.</p>\n<p class=\"\">2. Please make sure to complete online payment of the 2021 fees for each child registered. \n<strong>REGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.</strong></p>\n<p class=\"\">3. If you wish email communication to go to TWO email addresses, please make sure <strong>BOTH</strong> are listed under the Primary Parent/Guardian profile.</p>\n<p class=\"\"> </p>\n\n<h2 class=\"\" style=\"font-size: 25px\">New Players to Quinte Minor Lacrosse</h2>\n<p class=\"\">If you are <strong>NEW to QMLA and DO NOT HAVE</strong> a SportzSoft account you will need to create one and upload Proof of Age document(s). </p>\n<p class=\"\">To create a SportzSoft account:</p>\n<p class=\"\">1. Click the online registration link: <strong><a href=\"http://quintelacrosse.com/registration/\" rel=\"noopener noreferrer\">REGISTER HERE</a></strong></p>\n<p class=\"\">2. Click “New Member? Create Account\" button, then create an account with your email address and a password</p>\n<p class=\"\">3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\n<strong>** NOTE</strong>: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\n<p class=\"\">4. To register a player, click the “New Registration” button, select the child’s name from the Participant list, and then click “Next”.</p>\n<p class=\"\">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. </p>\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\n<p class=\"\">7. Complete the Questionnaire (if applicable)</p>\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only). <strong> Acceptable proof of age is a birth certificate, health card or passport.</strong></p>\n<p class=\"\">9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.</p>\n<p class=\"\"><strong>NOTE</strong>: Registration is NOT complete until a valid proof of age document is uploaded <strong>AND</strong> payment is received for each child.</p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>','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','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\r\nWe recommend using desktop or laptop computers for registration. Registrations done on mobile devices may encounter difficulties. </p>\r\n<p class=\"\">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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>. Thanks!</p>\r\n<p class=\"\">To access your Sportzsoft account or register for U17 Fall Field Lacrosse, click <a href=\"https://www.sportzsoft.com/regApp/Login?OrgId=6712\">here</a></p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\r\nWe recommend using desktop or laptop computers for registration. Registrations done on mobile devices may encounter difficulties. </p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\r\nWe recommend using desktop or laptop computers for registration. Registrations done on mobile devices may encounter difficulties. </p>\r\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">IMPORTANT INSTRUCTIONS FOR RETURN-TO-ACTIVITY REGISTRATION\r\n</span>\r\nTHERE ARE TWO REGISTRATION PRODUCTS TO CHOOSE FROM:\r\n\r\n</strong><strong>1. RTA - REFUNDED/CANCELLED\r\n</strong>Choose this option if you were registered for the 2020 season and received a refund <strong>OR</strong> chose to carry over your registration fee to 2021. \r\n<strong>\r\n</strong><strong>2. RTA - NEW MEMBER\r\n</strong>Choose 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<strong>\r\n</strong></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 3px;\">\r\n<div class=\"col-md-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\" style=\"padding: 3em 1em 0em 1em;\">\r\n<h2 class=\"\" style=\"text-transform: uppercase;\">Welcome</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 wow bounceInRight\" data-wow-duration=\"2s\" data-wow-delay=\"0s\">\r\n<div class=\"bg-box-flush bg-box\" style=\"z-index: 1; position: relative; margin-bottom: -50px;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 class=\"\" style=\"margin-top: 0; text-transform: uppercase;\">OUR Vision</h3>\r\n<p class=\"\"><strong>To foster a love of the game of lacrosse while building positive memories and friendships that will last a lifetime.</strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color5-background-color color-5-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Our CODE</h3>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Mission StaTMENT</h3>\r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"margin-top: 20px; text-align: right;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">THE TEAM</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Our Dedicated Team</h3>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9434\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>President</li>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9435\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Treasurer</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"66252\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9437\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>VP / Registrar</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9438\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9439\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 3px;\">\r\n<div class=\"col-md-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\" style=\"padding: 3em 1em 0em 1em;\">\r\n<h2 class=\"\" style=\"text-transform: uppercase;\">Welcome</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 wow bounceInRight\" data-wow-duration=\"2s\" data-wow-delay=\"0s\">\r\n<div class=\"bg-box-flush bg-box\" style=\"z-index: 1; position: relative; margin-bottom: -50px;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 class=\"\" style=\"margin-top: 0; text-transform: uppercase;\">OUR Vision</h3>\r\n<p class=\"\"><strong>To foster a love of the game of lacrosse while building positive memories and friendships that will last a lifetime.</strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color5-background-color color-5-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Our CODE</h3>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Mission StaTMENT</h3>\r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"margin-top: 20px; text-align: right;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">THE TEAM</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Our Dedicated Team</h3>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9434\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>President</li>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9435\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Treasurer</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"66252\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9437\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>VP / Registrar</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9438\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9439\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">How to Register</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n<p class=\"\">Please read and follow the instructions below to register for 2019.</p>\r\n\r\n<div>\r\n<div>\r\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">=================================================</p>\r\n\r\n<h2 class=\"\">New Players to Quinte Minor Lacrosse</h2>\r\n<p class=\"\"> </p>\r\n<p class=\"\">To register, you will need to create a Sportzsoft account and upload Proof of Age document(s) for your child(ren).</p>\r\n<p class=\"\"><strong>***Note: For FREE Try Lacrosse clinics only, no payment or proof of age documents are required</strong></p>\r\n<p class=\"\">To create a SportzSoft account:</p>\r\n<p class=\"\">1. Click the online registration link: <strong>REGISTER HERE</strong> </p>\r\n<p class=\"\">2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password</p>\r\n<p class=\"\">3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n<strong>** NOTE</strong>: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\">4. To register a player, click the orange “New Registration” button, select the child’s name from the Participant list, and then click “Next”.</p>\r\n<p class=\"\">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. </p>\r\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\r\n<p class=\"\">7. Complete the Questionnaire</p>\r\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only)</p>\r\n<p class=\"\">9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.</p>\r\n<p class=\"\"><strong>** NOTE</strong>: Registration is NOT complete until a valid Proof of Age document is uploaded AND payment is received for each child (league registration only).</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<h2 class=\"\">WILL CONTAIN BLOCKS WITH LATEST NEWS POSTS</h2>\r\n<div class=\"row bg-editor-hr-wrap\"></div>\r\n<p class=\"\"> </p>\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"about-us\">READ MORE<i class=\"fa fa-angle-double-right\"> </i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\" style=\"padding: 3em 1em 0em 1em;\">\r\n<h2 class=\"\" style=\"text-transform: uppercase;\">Welcome</h2>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-68 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/231_0_350_350_495635-3445a2e6-martinkay78161100017-1024x683.jpg\" alt=\"\" width=\"350\" height=\"350\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-195 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/170_0_350_349.488304094_4139eb45-3e676ad0-martinkay78161100016-1024x683.jpg\" alt=\"\" width=\"350\" height=\"349\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-196 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/0_134_350_350_1-6868622170_cd4a20aace_o-768x1152.jpg\" alt=\"\" width=\"350\" height=\"350\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 wow bounceInRight\" data-wow-duration=\"2s\" data-wow-delay=\"0s\">\r\n<div class=\"bg-box-flush bg-box\" style=\"z-index: 1; position: relative; margin-bottom: -50px;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">OUR Vision</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color5-background-color color-5-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Our CODE</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Mission StaTMENT</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin-top: 20px; text-align: right;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">THE TEAM</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Our Dedicated Team</h3>\r\n<p class=\"\">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.</p>\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"about-us\">MORE ABOUT US<i class=\"fa fa-angle-double-right\"> </i> </a></p>\r\n\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9434\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Maggie Lewis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9435\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Linda Bass</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"66252\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Matt Davis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9437\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Alicia Moore</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9438\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Andy Miller</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9439\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Janet Clark</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/5LxGNTTxPis?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<h2 class=\"\">How to Register</h2>\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div>\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\n<p class=\"\"> </p>\n<p class=\"\">Please read and follow the instructions below to register for 2022. Registration opens March 1st.</p>\n\n<div>\n<div>\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\n\n</div>\n</div>\n<p class=\"\">=================================================</p>\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/house-league-days-of-play/\">here</a> to see the Days of Play</p>\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/registration-fees/\">here</a> to see the 2022 Registration Fees</p>\n\n<h2 class=\"\" style=\"font-size: 25px;\">Returning Players</h2>\n<p class=\"\">If you <strong>ALREADY HAVE</strong> a SportzSoft login:</p>\n<p class=\"\">Here is the online registration link: <a href=\"https://www.sportzsoft.com/regApp/Login?OrgId=6712\" target=\"_blank\" rel=\"noopener\"><strong>REGISTER HERE</strong></a> </p>\n<p class=\"\">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.</p>\n<p class=\"\"><strong>NOTES:</strong></p>\n<p class=\"\">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.</p>\n<p class=\"\">2. Please make sure to complete online payment of the 2022 fees for each child registered. \n<strong>REGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.</strong></p>\n<p class=\"\">3. If you wish email communication to go to TWO email addresses, please make sure <strong>BOTH</strong> are listed under the Primary Parent/Guardian profile.</p>\n<p class=\"\"> </p>\n\n<h2 class=\"\" style=\"font-size: 25px;\">New Players to Quinte Minor Lacrosse</h2>\n<p class=\"\">If you are <strong>NEW to QMLA and DO NOT HAVE</strong> a SportzSoft account you will need to create one and upload Proof of Age document(s). </p>\n<p class=\"\">To create a SportzSoft account:</p>\n<p class=\"\">1. Click the online registration link: <a href=\"https://www.sportzsoft.com/regApp/Login?OrgId=6712\" target=\"_blank\" rel=\"noopener\"><strong>REGISTER HERE</strong></a></p>\n<p class=\"\">2. Click “New Member? Create Account\" button, then create an account with your email address and a password</p>\n<p class=\"\">3. Please select “Profiles” and then fully complete your profiles for each family member participating, including parent volunteers.\n<strong>** NOTE</strong>: 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).</p>\n<p class=\"\">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\'.</p>\n<p class=\"\">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.</p>\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\n<p class=\"\">7. Complete the Questionnaire (if applicable)</p>\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only). <strong> Acceptable proof of age is a birth certificate, health card or passport.</strong></p>\n<p class=\"\"><strong>NOTE</strong>: Registration is NOT complete until a valid proof of age document is uploaded <strong>AND</strong> payment is received for each child.</p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\" style=\"padding: 3em 1em 0em 1em;\">\r\n<h2 class=\"\" style=\"text-transform: uppercase;\">Welcome</h2>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-68 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/231_0_350_350_495635-3445a2e6-martinkay78161100017-1024x683.jpg\" alt=\"\" width=\"350\" height=\"350\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-195 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/170_0_350_349.488304094_4139eb45-3e676ad0-martinkay78161100016-1024x683.jpg\" alt=\"\" width=\"350\" height=\"349\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-196 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/0_134_350_350_1-6868622170_cd4a20aace_o-768x1152.jpg\" alt=\"\" width=\"350\" height=\"350\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 wow bounceInRight\" data-wow-duration=\"2s\" data-wow-delay=\"0s\">\r\n<div class=\"bg-box-flush bg-box\" style=\"z-index: 1; position: relative; margin-bottom: -50px;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">OUR Vision</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color5-background-color color-5-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Our CODE</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Mission StaTMENT</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin-top: 20px; text-align: right;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">THE TEAM</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Our Dedicated Team</h3>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9434\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Maggie Lewis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9435\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Linda Bass</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"66252\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Matt Davis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9437\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Alicia Moore</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9438\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Andy Miller</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9439\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Janet Clark</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-355 size-medium\" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/16_0_125_125_fa9accb-ccd9b579-ricochet64170800027-300x200.jpg\" alt=\"\" width=\"125\" height=\"125\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">REEBOK</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-356 \" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/stx-logo.png\" alt=\"\" width=\"139\" height=\"139\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">STX</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-357 \" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Warrior-Lacrosse-Logo-300x300.png\" alt=\"\" width=\"129\" height=\"130\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">WARRIOR</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n[post_grid id=\"379\"]\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"about-us\">READ MORE<i class=\"fa fa-angle-double-right\"> </i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\" style=\"padding: 3em 1em 0em 1em;\">\r\n<h2 class=\"\" style=\"text-transform: uppercase;\">Welcome</h2>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-68 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/231_0_350_350_495635-3445a2e6-martinkay78161100017-1024x683.jpg\" alt=\"\" width=\"350\" height=\"350\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-195 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/170_0_350_349.488304094_4139eb45-3e676ad0-martinkay78161100016-1024x683.jpg\" alt=\"\" width=\"350\" height=\"349\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-196 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/0_134_350_350_1-6868622170_cd4a20aace_o-768x1152.jpg\" alt=\"\" width=\"350\" height=\"350\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 wow bounceInRight\" data-wow-duration=\"2s\" data-wow-delay=\"0s\">\r\n<div class=\"bg-box-flush bg-box\" style=\"z-index: 1; position: relative; margin-bottom: -50px;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">OUR Vision</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color5-background-color color-5-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Our CODE</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Mission StaTMENT</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin-top: 20px; text-align: right;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">THE TEAM</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Our Dedicated Team</h3>\r\n<p class=\"\">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.</p>\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"about-us\">MORE ABOUT US<i class=\"fa fa-angle-double-right\"> </i> </a></p>\r\n\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9434\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Maggie Lewis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9435\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Linda Bass</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"66252\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Matt Davis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9437\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Alicia Moore</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9438\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Andy Miller</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9439\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Janet Clark</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-355 size-medium\" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/16_0_125_125_fa9accb-ccd9b579-ricochet64170800027-300x200.jpg\" alt=\"\" width=\"125\" height=\"125\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">REEBOK</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-356 \" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/stx-logo.png\" alt=\"\" width=\"139\" height=\"139\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">STX</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-357 \" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Warrior-Lacrosse-Logo-300x300.png\" alt=\"\" width=\"129\" height=\"130\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">WARRIOR</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<h2 class=\"\">WILL CONTAIN BLOCKS WITH LATEST NEWS POSTS</h2>\r\n<div class=\"row bg-editor-hr-wrap\"></div>\r\n<p class=\"\"> </p>\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"about-us\">READ MORE<i class=\"fa fa-angle-double-right\"> </i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\" style=\"padding: 3em 1em 0em 1em;\">\r\n<h2 class=\"\" style=\"text-transform: uppercase;\">Welcome</h2>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-68 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/231_0_350_350_495635-3445a2e6-martinkay78161100017-1024x683.jpg\" alt=\"\" width=\"350\" height=\"350\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-195 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/170_0_350_349.488304094_4139eb45-3e676ad0-martinkay78161100016-1024x683.jpg\" alt=\"\" width=\"350\" height=\"349\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-196 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/0_134_350_350_1-6868622170_cd4a20aace_o-768x1152.jpg\" alt=\"\" width=\"350\" height=\"350\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 wow bounceInRight\" data-wow-duration=\"2s\" data-wow-delay=\"0s\">\r\n<div class=\"bg-box-flush bg-box\" style=\"z-index: 1; position: relative; margin-bottom: -50px;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">OUR Vision</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color5-background-color color-5-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Our CODE</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Mission StaTMENT</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin-top: 20px; text-align: right;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">THE TEAM</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Our Dedicated Team</h3>\r\n<p class=\"\">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.</p>\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"about-us\">MORE ABOUT US<i class=\"fa fa-angle-double-right\"> </i> </a></p>\r\n\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9434\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Maggie Lewis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9435\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Linda Bass</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"66252\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Matt Davis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9437\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Alicia Moore</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9438\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Andy Miller</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9439\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Janet Clark</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-355 size-medium\" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/16_0_125_125_fa9accb-ccd9b579-ricochet64170800027-300x200.jpg\" alt=\"\" width=\"125\" height=\"125\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">REEBOK</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-356 \" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/stx-logo.png\" alt=\"\" width=\"139\" height=\"139\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">STX</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-357 \" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Warrior-Lacrosse-Logo-300x300.png\" alt=\"\" width=\"129\" height=\"130\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">WARRIOR</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"http://quintelacrosse.com/news/\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n<h2 class=\"\">WILL CONTAIN BLOCKS WITH LATEST NEWS POSTS</h2>\r\n<div class=\"row bg-editor-hr-wrap\"></div>\r\n<p class=\"\"> </p>\r\n<p class=\"p-button-primary\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\" style=\"padding: 3em 1em 0em 1em;\">\r\n<h2 class=\"\" style=\"text-transform: uppercase;\">Welcome</h2>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-68 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/231_0_350_350_495635-3445a2e6-martinkay78161100017-1024x683.jpg\" alt=\"\" width=\"350\" height=\"350\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-195 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/170_0_350_349.488304094_4139eb45-3e676ad0-martinkay78161100016-1024x683.jpg\" alt=\"\" width=\"350\" height=\"349\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-196 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/0_134_350_350_1-6868622170_cd4a20aace_o-768x1152.jpg\" alt=\"\" width=\"350\" height=\"350\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 wow bounceInRight\" data-wow-duration=\"2s\" data-wow-delay=\"0s\">\r\n<div class=\"bg-box-flush bg-box\" style=\"z-index: 1; position: relative; margin-bottom: -50px;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">OUR Vision</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color5-background-color color-5-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Our CODE</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Mission StaTMENT</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin-top: 20px; text-align: right;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">THE TEAM</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Our Dedicated Team</h3>\r\n<p class=\"\">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.</p>\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"about-us\">MORE ABOUT US<i class=\"fa fa-angle-double-right\"> </i> </a></p>\r\n\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9434\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Maggie Lewis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9435\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Linda Bass</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"66252\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Matt Davis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9437\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Alicia Moore</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9438\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Andy Miller</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9439\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Janet Clark</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-355 size-medium\" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/16_0_125_125_fa9accb-ccd9b579-ricochet64170800027-300x200.jpg\" alt=\"\" width=\"125\" height=\"125\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">REEBOK</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-356 \" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/stx-logo.png\" alt=\"\" width=\"139\" height=\"139\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">STX</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-357 \" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Warrior-Lacrosse-Logo-300x300.png\" alt=\"\" width=\"129\" height=\"130\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">WARRIOR</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n[post_grid id=\"379\"]<h2 class=\"\">WILL CONTAIN BLOCKS WITH LATEST NEWS POSTS</h2>\r\n<div class=\"row bg-editor-hr-wrap\"></div>\r\n<p class=\"\"> </p>\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"about-us\">READ MORE<i class=\"fa fa-angle-double-right\"> </i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\" style=\"padding: 3em 1em 0em 1em;\">\r\n<h2 class=\"\" style=\"text-transform: uppercase;\">Welcome</h2>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-68 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/231_0_350_350_495635-3445a2e6-martinkay78161100017-1024x683.jpg\" alt=\"\" width=\"350\" height=\"350\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-195 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/170_0_350_349.488304094_4139eb45-3e676ad0-martinkay78161100016-1024x683.jpg\" alt=\"\" width=\"350\" height=\"349\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-196 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/0_134_350_350_1-6868622170_cd4a20aace_o-768x1152.jpg\" alt=\"\" width=\"350\" height=\"350\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 wow bounceInRight\" data-wow-duration=\"2s\" data-wow-delay=\"0s\">\r\n<div class=\"bg-box-flush bg-box\" style=\"z-index: 1; position: relative; margin-bottom: -50px;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">OUR Vision</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color5-background-color color-5-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Our CODE</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Mission StaTMENT</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin-top: 20px; text-align: right;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">THE TEAM</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Our Dedicated Team</h3>\r\n<p class=\"\">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.</p>\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"about-us\">MORE ABOUT US<i class=\"fa fa-angle-double-right\"> </i> </a></p>\r\n\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9434\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Maggie Lewis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9435\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Linda Bass</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"66252\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Matt Davis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9437\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Alicia Moore</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9438\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Andy Miller</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9439\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Janet Clark</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-355 size-medium\" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/16_0_125_125_fa9accb-ccd9b579-ricochet64170800027-300x200.jpg\" alt=\"\" width=\"125\" height=\"125\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">REEBOK</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-356 \" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/stx-logo.png\" alt=\"\" width=\"139\" height=\"139\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">STX</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-357 \" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Warrior-Lacrosse-Logo-300x300.png\" alt=\"\" width=\"129\" height=\"130\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">WARRIOR</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2021 Registration Fees</h1>\r\n<p class=\"\" style=\"text-align: center;\">Updated March 29th, 2021</p>\r\n\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\">Below is the fee schedule based on division. </p>\r\n\r\n<table width=\"521\">\r\n<tbody>\r\n<tr>\r\n<td width=\"210\"><strong>Division (Birth Year)</strong></td>\r\n<td width=\"157\"><strong>Fee</strong></td>\r\n<td width=\"154\"> </td>\r\n</tr>\r\n<tr>\r\n<td>Soft Lacrosse (2017/2018)</td>\r\n<td>FREE!</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>Paperweight (2015/2016)</td>\r\n<td>$100</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U9 (2013/2014)</td>\r\n<td>$150</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U11 (2011/2012)</td>\r\n<td>$150</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U13 (2009/2010)</td>\r\n<td>$165</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U15 (2007/2008)</td>\r\n<td>$165</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>For more information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">here</a>. You must also have a valid email address.</p>\r\n<p class=\"\" style=\"text-align: center;\">Please review our refund policy: <a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\"> QMLA Refund Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2021 Recreational League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">***UPDATED MARCH 29th 2021</p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Below are the days of the week and times that each division will play. All dates, times and locations are subject to change.</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Regular Floor Times (all at QSWC unless otherwise noted on schedule)</span>:</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Soft Lacrosse (2017/2018) Saturdays, 9:30-10:00am, QSWC, May 1st - June 12th (no lacrosse May 22nd)</span>\r\n<span style=\"color: #333399;\">Paperweight (2015/2016) Saturdays, 10:00-11:00am, QSWC, May 1st - June 12th (no lacrosse May 22nd)</span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">U9 (2013/2014) Sundays, 2:00-3:00pm, QSWC, May 2nd - June 12th (no lacrosse May 23rd)<span class=\"text_exposed_show\">\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\n</span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">U15 (2007/2008) Fridays, 6:00-7:00pm, QSWC, April 30th - June12th (no lacrosse May 21st)\r\n</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">The first week of the schedule will be a development session with experienced instructors.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2021 Recreational League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">***UPDATED MARCH 29th 2021***</p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Below are the days of the week and times that each division will play. All dates, times and locations are subject to change.</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Regular Floor Times (all at QSWC unless otherwise noted on schedule)</span>:</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Soft Lacrosse (2017/2018) Saturdays, 9:30-10:00am, QSWC, May 1st - June 12th (no lacrosse May 22nd)</span>\r\n<span style=\"color: #333399;\">Paperweight (2015/2016) Saturdays, 10:00-11:00am, QSWC, May 1st - June 12th (no lacrosse May 22nd)</span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">U9 (2013/2014) Sundays, 2:00-3:00pm, QSWC, May 2nd - June 12th (no lacrosse May 23rd)<span class=\"text_exposed_show\">\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\n</span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">U15 (2007/2008) Fridays, 6:00-7:00pm, QSWC, April 30th - June12th (no lacrosse May 21st)\r\n</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">The first week of the schedule will be a development session with experienced instructors.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">How to Register</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">Please read and follow the instructions below to register for 2021.</p>\r\n\r\n<div>\r\n<div>\r\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">=================================================</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/house-league-days-of-play/\">here</a> to see the Days of Play</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/registration-fees/\">here</a> to see the 2021 Registration Fees</p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">Returning Players</h2>\r\n<p class=\"\">If you <strong>ALREADY HAVE</strong> a SportzSoft login:</p>\r\n<p class=\"\">Here is the online registration link: <a href=\"http://quintelacrosse.com/registration/\"><strong>REGISTER HERE</strong></a> </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"><strong>NOTES:</strong></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">2. Please make sure to complete online payment of the 2021 fees for each child registered. \r\n<strong>REGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.</strong></p>\r\n<p class=\"\">3. If you wish email communication to go to TWO email addresses, please make sure <strong>BOTH</strong> are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\"> </p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">New Players to Quinte Minor Lacrosse</h2>\r\n<p class=\"\">If you are <strong>NEW to QMLA and DO NOT HAVE</strong> a SportzSoft account you will need to create one and upload Proof of Age document(s). </p>\r\n<p class=\"\">To create a SportzSoft account:</p>\r\n<p class=\"\">1. Click the online registration link: <a href=\"http://quintelacrosse.com/registration/\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password</p>\r\n<p class=\"\">3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n<strong>** NOTE</strong>: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\">4. To register a player, click the “New Registration” button, select the child’s name from the Participant list, and then click “Next”.</p>\r\n<p class=\"\">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. </p>\r\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\r\n<p class=\"\">7. Complete the Questionnaire (if applicable)</p>\r\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only). <strong> Acceptable proof of age is a birth certificate, health card or passport.</strong></p>\r\n<p class=\"\">9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.</p>\r\n<p class=\"\"><strong>NOTE</strong>: Registration is NOT complete until a valid proof of age document is uploaded <strong>AND</strong> payment is received for each child.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">How to Register</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n\r\n \r\n<p class=\"\">Please read and follow the instructions below to register for 2021.</p>\r\n\r\n<div>\r\n<div>\r\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">=================================================</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/house-league-days-of-play/\">here</a> to see the Days of Play</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/registration-fees/\">here</a> to see the 2021 Registration Fees</p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">Returning Players</h2>\r\n<p class=\"\">If you <strong>ALREADY HAVE</strong> a SportzSoft login:</p>\r\n<p class=\"\">Here is the online registration link: <a href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"><strong>NOTES:</strong></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">2. Please make sure to complete online payment of the 2021 fees for each child registered. \r\n<strong>REGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.</strong></p>\r\n<p class=\"\">3. If you wish email communication to go to TWO email addresses, please make sure <strong>BOTH</strong> are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\"> </p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">New Players to Quinte Minor Lacrosse</h2>\r\n<p class=\"\">If you are <strong>NEW to QMLA and DO NOT HAVE</strong> a SportzSoft account you will need to create one and upload Proof of Age document(s). </p>\r\n<p class=\"\">To create a SportzSoft account:</p>\r\n<p class=\"\">1. Click the online registration link: <a href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password</p>\r\n<p class=\"\">3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n<strong>** NOTE</strong>: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\">4. To register a player, click the “New Registration” button, select the child’s name from the Participant list, and then click “Next”.</p>\r\n<p class=\"\">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. </p>\r\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\r\n<p class=\"\">7. Complete the Questionnaire (if applicable)</p>\r\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only). <strong> Acceptable proof of age is a birth certificate, health card or passport.</strong></p>\r\n<p class=\"\">9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.</p>\r\n<p class=\"\"><strong>NOTE</strong>: Registration is NOT complete until a valid proof of age document is uploaded <strong>AND</strong> payment is received for each child.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">How to Register</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n\r\n \r\n<p class=\"\">Please read and follow the instructions below to register for 2020.</p>\r\n\r\n<div>\r\n<div>\r\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">=================================================</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/house-league-days-of-play/\">here</a> to see the Days of Play</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/registration-fees/\">here</a> to see the 2021 Registration Fees</p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">Returning Players and Those Already Registered for Try Lacrosse</h2>\r\n<p class=\"\"> </p>\r\n<p class=\"\">If you <strong>ALREADY HAVE</strong> a SportzSoft login:</p>\r\n<p class=\"\">Here is the online registration link: <a href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"><strong>** NOTES:</strong></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">2. Please make sure to complete online payment of the 2020 fees for each child registered.</p>\r\n<p class=\"\">3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\"> </p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">New Players to Quinte Minor Lacrosse and New Try Lacrosse Registrations </h2>\r\n<p class=\"\"> </p>\r\n<p class=\"\">If you are <strong>NEW to QMLA and DO NOT HAVE</strong> a SportzSoft account you will need to create one and upload Proof of Age document(s). <strong>**</strong>proof of age not required for Try Lacrosse.</p>\r\n<p class=\"\">To create a SportzSoft account:</p>\r\n<p class=\"\">1. Click the online registration link: <a href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password</p>\r\n<p class=\"\">3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n<strong>** NOTE</strong>: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\">4. To register a player, click the “New Registration” button, select the child’s name from the Participant list, and then click “Next”.</p>\r\n<p class=\"\">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. </p>\r\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\r\n<p class=\"\">7. Complete the Questionnaire (if applicable)</p>\r\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only)\r\n<strong>** NOTE:</strong> Proof of Age is not required for Try Lacrosse registrations</p>\r\n<p class=\"\">9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.</p>\r\n<p class=\"\"><strong>** NOTE</strong>: 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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\"> </h2>\r\n<h2 class=\"text-center\">Show Your Pride With Quinte Bayhawks Apparel!</h2>\r\n<p class=\"text-center\">T-shirts, long sleeves, hoodies, hats, and more. Get yours now!\r\n(some items available in other colours - see store for details)</p>\r\n<p class=\"\" style=\"text-align: center;\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"https://imprintedapparelstore.com/QL\" target=\"_blank\" rel=\"noopener noreferrer\">CLICK HERE TO GO TO STORE</a></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"text-decoration: underline;\">IMPORTANT INFORMATION REGARDING SHIPPING CHARGES\r\n</span></p>\r\n<p class=\"\" style=\"font-weight: 400;\">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.</p>\r\n<p class=\"\" style=\"font-weight: 400;\">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.</p>\r\n<p class=\"\" style=\"font-weight: 400;\">Finally, you can contact Imprinted Apparel (<span class=\"qu\" tabindex=\"-1\" role=\"gridcell\"><span class=\"gD\" data-hovercard-id=\"clinton@imprintedapparelstore.com\" data-hovercard-owner-id=\"144\"><a href=\"mailto:clinton@imprintedapparelstore.com\">clinton@imprintedapparelstore.com</a>) and </span></span>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.</p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"text-decoration: underline;\"> </span></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5041 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_229_450_283.630289532_1574194114-fullback_hat-898x1024.jpg\" alt=\"\" width=\"450\" height=\"283\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5042 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_170_450_300.5859375_1574194213-trucker_hat-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5045 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/105_0_724.516218081_848_1574194939-board_toque.jpg\" alt=\"\" width=\"724\" height=\"848\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-5037\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574193161-purple_ls_cotton_t.jpg\" alt=\"\" width=\"1897\" height=\"2163\"><img class=\"alignnone size-full wp-image-5046\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574195115-pompom_toque.jpg\" alt=\"\" width=\"1384\" height=\"1385\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5036 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_0_450_513.140311804_1574192832-purple_ls_performance-898x1024.jpg\" alt=\"\" width=\"450\" height=\"513\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5297 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/08/0_75_450_424.14893617021_shirt_shorts2.jpg\" alt=\"\" width=\"450\" height=\"424\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5034 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_96_450_453.292682927_1574192306-purple_performance_shirt-820x1024.jpg\" alt=\"\" width=\"450\" height=\"453\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5038 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_85_450_442.857142857_1574193467-purple_polo-819x1024.jpg\" alt=\"\" width=\"450\" height=\"442\" data-imhwpb-built-photo-search=\"65|landscape\"><img class=\"alignnone size-full wp-image-5047\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574195263-lacrosse_bag.jpg\" alt=\"\" width=\"2346\" height=\"1035\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5040 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/81_0_616.225585938_847_1574193887-vintage_performance_hoodie-898x1024.jpg\" alt=\"\" width=\"616\" height=\"847\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5039 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_0_450_513.140311804_1574193654-adult_vintage_hoodie-898x1024.jpg\" alt=\"\" width=\"450\" height=\"513\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5043 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/46_33_623.070635721_847_1574194488-under_armour_quarter_zip-819x1024.jpg\" alt=\"\" width=\"623\" height=\"847\" data-imhwpb-built-photo-search=\"65|landscape\"><img class=\"alignnone size-full wp-image-5035\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574192583-grey_cotton_t.jpg\" alt=\"\" width=\"1518\" height=\"1730\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n\r\n \r\n\r\n</div>\r\n<div class=\"row\"></div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\"> </p>\r\n[post_grid id=\"379\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n[smartslider3 slider=4]\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em;\">\r\n<p class=\"\"><script async=\"\" defer=\"\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v4.0\"></script></p>\r\n\r\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"true\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\">\r\n<blockquote class=\"fb-xfbml-parse-ignore\" style=\"padding-bottom: 0.6em; margin-bottom: 49px;\" cite=\"https://www.facebook.com/quintelacrosse/\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a></blockquote>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 10px;\"><a class=\"twitter-timeline\" style=\"background-color: #ffffff;\" href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-width=\"340\" data-height=\"600\" data-dnt=\"true\" data-theme=\"dark\" data-link-color=\"#9266CC\">Tweets by QuinteLacrosse</a> <script async=\"\" src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://ca.linkedin.com/in/melissa-haig-p-eng-719a75\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a><a href=\"http://www.youtube.com/user/KKPCanada\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n\r\n \r\n\r\n</div>\r\n<div class=\"row\">\r\n<h3 class=\"\" style=\"text-align: center;\">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</h3>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\"> </p>\r\n[post_grid id=\"379\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n[smartslider3 slider=4]\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em;\">\r\n<p class=\"\"><script async=\"\" defer=\"\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v4.0\"></script></p>\r\n\r\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"true\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\">\r\n<blockquote class=\"fb-xfbml-parse-ignore\" style=\"padding-bottom: 0.6em; margin-bottom: 49px;\" cite=\"https://www.facebook.com/quintelacrosse/\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a></blockquote>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 10px;\"><a class=\"twitter-timeline\" style=\"background-color: #ffffff;\" href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-width=\"340\" data-height=\"600\" data-dnt=\"true\" data-theme=\"dark\" data-link-color=\"#9266CC\">Tweets by QuinteLacrosse</a> <script async=\"\" src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://ca.linkedin.com/in/melissa-haig-p-eng-719a75\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a><a href=\"http://www.youtube.com/user/KKPCanada\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n\r\n \r\n\r\n</div>\r\n<div class=\"row\">\r\n<h3 class=\"\" style=\"text-align: center;\">UPDATE: ALL 2021 PLAYING DATES AND TIMES ARE CURRENTLY UNDER VIEW DUE TO CHANGING CIRCUMSTANCES WITH ARENA AVAILABILITY. THANK YOU. QMLA</h3>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\"> </p>\r\n[post_grid id=\"379\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n[smartslider3 slider=4]\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em;\">\r\n<p class=\"\"><script async=\"\" defer=\"\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v4.0\"></script></p>\r\n\r\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"true\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\">\r\n<blockquote class=\"fb-xfbml-parse-ignore\" style=\"padding-bottom: 0.6em; margin-bottom: 49px;\" cite=\"https://www.facebook.com/quintelacrosse/\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a></blockquote>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 10px;\"><a class=\"twitter-timeline\" style=\"background-color: #ffffff;\" href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-width=\"340\" data-height=\"600\" data-dnt=\"true\" data-theme=\"dark\" data-link-color=\"#9266CC\">Tweets by QuinteLacrosse</a> <script async=\"\" src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://ca.linkedin.com/in/melissa-haig-p-eng-719a75\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a><a href=\"http://www.youtube.com/user/KKPCanada\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n\r\n \r\n\r\n</div>\r\n<div class=\"row\">\r\n<h3 class=\"\" style=\"text-align: center;\">UPDATE: ALL 2021 PLAYING DATES AND TIMES ARE CURRENTLY UNDER REVIEW DUE TO CHANGING CIRCUMSTANCES WITH ARENA AVAILABILITY. THANK YOU. QMLA</h3>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\"> </p>\r\n[post_grid id=\"379\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n[smartslider3 slider=4]\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em;\">\r\n<p class=\"\"><script async=\"\" defer=\"\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v4.0\"></script></p>\r\n\r\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"true\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\">\r\n<blockquote class=\"fb-xfbml-parse-ignore\" style=\"padding-bottom: 0.6em; margin-bottom: 49px;\" cite=\"https://www.facebook.com/quintelacrosse/\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a></blockquote>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 10px;\"><a class=\"twitter-timeline\" style=\"background-color: #ffffff;\" href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-width=\"340\" data-height=\"600\" data-dnt=\"true\" data-theme=\"dark\" data-link-color=\"#9266CC\">Tweets by QuinteLacrosse</a> <script async=\"\" src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://ca.linkedin.com/in/melissa-haig-p-eng-719a75\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a><a href=\"http://www.youtube.com/user/KKPCanada\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\"><span style=\"color: #585eaa;\">2022 Recreational League Days of Play</span></h1>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Below are the days of the week and times that each division will play. All dates, times and locations are subject to change.</p>\r\n<p class=\"\" style=\"text-align: center;\">Wrap-up day will be held on June 25th, 2022. ALL TEAMS WILL PARTICIPATE!</p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"text-decoration: underline;\">NOTE</span>: There is no lacrosse on the May long weekend! (Friday May 20th to Monday May 23rd)</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">[table id=1 /]</p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2021 Recreational League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">***UPDATED MARCH 28th 2021</p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Below are the days of the week and times that each division will play. All dates, times and locations are subject to change.</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Regular Floor Times (all at QSWC unless otherwise noted on schedule)</span>:</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Soft Lacrosse (2017/2018) Saturdays, 9:30-10:00am, QSWC, May 1st - June 12th (no lacrosse May 22nd)</span>\r\n<span style=\"color: #333399;\">Paperweight (2015/2016) Saturdays, 10:00-11:00am, QSWC, May 1st - June 12th (no lacrosse May 22nd)</span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">U9 (2013/2014) Sundays, 2:00-3:00pm, QSWC, May 2nd - June 12th (no lacrosse May 23rd)<span class=\"text_exposed_show\">\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\n</span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">U15 (2007/2008) Fridays, 6:00-7:00pm, QSWC, April 30th - June12th (no lacrosse May 21st)\r\n</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">The first week of the schedule will be a development session with experienced instructors.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2021 Recreational League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">***UPDATED MARCH 21st 2021</p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Regular Floor Times (all at QSWC - Mackay unless otherwise noted on schedule)</span>:</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Soft Lacrosse (2017/2018) Saturdays, 9:30-10:00am, QSWC, April 10th - June 12th (no lacrosse May 22nd)</span>\r\n<span style=\"color: #333399;\">Paperweight (2015/2016) Saturdays, 10:00-11:00am, QSWC, April 10th - June 12th (no lacrosse May 22nd)</span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">U9 (2013/2014) Sundays, 2:00-3:00pm, QSWC, April 11th - June 12th (no lacrosse May 23rd)<span class=\"text_exposed_show\">\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\n</span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">U15 (2007/2008) Fridays, 6:00-7:00pm, QSWC, April 9th - June12th (no lacrosse May 21st)\r\n</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">The first two weeks of the schedule will be development sessions with experienced instructors.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2021 Recreational League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">***UPDATED MARCH 21st 2021</p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Regular Floor Times (all at QSWC unless otherwise noted on schedule)</span>:</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Soft Lacrosse (2017/2018) Saturdays, 9:30-10:00am, QSWC, April 10th - June 12th (no lacrosse May 22nd)</span>\r\n<span style=\"color: #333399;\">Paperweight (2015/2016) Saturdays, 10:00-11:00am, QSWC, April 10th - June 12th (no lacrosse May 22nd)</span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">U9 (2013/2014) Sundays, 2:00-3:00pm, QSWC, April 11th - June 12th (no lacrosse May 23rd)<span class=\"text_exposed_show\">\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\n</span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">U15 (2007/2008) Fridays, 6:00-7:00pm, QSWC, April 9th - June12th (no lacrosse May 21st)\r\n</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">The first two weeks of the schedule will be development sessions with experienced instructors.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2021 Recreational League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">***UPDATED SEPTEMBER 6th 2020</p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Soft Lacrosse (2017/2018) Saturdays, 9:30-10:00am, QSWC (Mackay) beginning TBD</span>\r\n<span style=\"color: #333399;\">Paperweight (2015/2016) Saturdays, 10:00-11:00am, QSWC (Mackay) beginning TBD</span></p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Note</span>: 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. </p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Regular Floor Times (all at QSWC - Mackay unless otherwise noted on schedule)</span>:</p>\r\n<p class=\"\"><span style=\"color: #333399;\">Tyke (2013/2014) Game TBD\r\n Practice TBD<span class=\"text_exposed_show\">\r\nNovice (2011/2012) Game TBD\r\n Practice TBD\r\nPeewee (2009/2010) Game TBD\r\n Practice TBD\r\nBantam </span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">(2007/2008) Game TBD\r\n Practice TBD\r\nMidget (2005/2006) Practice TBD\r\n Game TBD\r\n</span></span></p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Additional Floor Times </span>:</p>\r\n<p class=\"\"><span style=\"color: #333399;\">Tyke (2013/2014) Games in Brighton vs Northumberland TBD</span>\r\n<span style=\"color: #333399;\"> Games in Kingston TBD</span>\r\n<span style=\"color: #333399;\"> 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</span></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">The season will begin with development the week of TBD and conclude on TBD for all local league recreational teams.</p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">House League Days of Play</h1>\r\n<p style=\"text-align: center;\">(Updated March 24th, 2019)</p>\r\n<p style=\"text-align: center;\">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.</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #333399;\">Peanut (2015/2016) – Saturdays at 9:00am</span>\r\n<span style=\"color: #333399;\">Paperweight (2013/2014) – Saturdays at 10:00am</span>\r\n<span style=\"color: #333399;\">Tyke (2011/2012) – Sunday at 2:00pm<span class=\"text_exposed_show\">\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</span></span></p>\r\n<p style=\"text-align: center;\">The season will begin on April 11th and conclude with the house league wrap-up on June 15th.</p>\r\n<p style=\"text-align: center;\">All practices and games will be played out of Mackay pad at the QSWC.</p>\r\n<strong>NOTE:</strong> 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</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\"><strong>Why Play Lacrosse?</strong></h1>\r\n<p class=\"\"> </p>\r\n<p class=\"\">At Quinte Minor Lacrosse, you’ll find many players and parents who are fanatical about the sport. Here are a few reasons why…</p>\r\n\r\n<h2 class=\"\">Fun</h2>\r\n<p class=\"\">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.</p>\r\n\r\n<h2 class=\"\">Fitness</h2>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<h2 class=\"\">Teamwork</h2>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<h2>Cross Training</h2>\r\n<p class=\"\">The promotion of speed, stamina, sportsmanship and team play in lacrosse provides excellent cross-training for other sports like hockey, basketball and soccer.</p>\r\n<p class=\"\">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! </p>\r\n\r\n<h4 class=\"\">HOCKEY PLAYERS BENEFIT FROM LACROSSE:</h4>\r\n<ul class=\"\">\r\n <li>stick handling creativity</li>\r\n <li>creativity in tight areas</li>\r\n <li>creativity of fakes, back passes and shots</li>\r\n <li>use of both hands</li>\r\n <li>reading the play offensively</li>\r\n <li>strong, dynamic defensive tactics</li>\r\n <li>builds up strength and endurance</li>\r\n <li>prevents sport burn-out by playing a new, fast-paced sport</li>\r\n <li>increases hand-eye coordination</li>\r\n <li>teaches players to be more aware of their surroundings</li>\r\n <li>reinforces the importance of quickness and agility around the net</li>\r\n <li>leadership skills</li>\r\n <li>scoring skills are honed by shooting at smaller targets and picking corners</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h3>TORONTO MAPLE LEAF JOHN TAVARES ON LACROSSE:</h3>\r\n<div class=\"text clearfix\">\r\n<p class=\"\"><img src=\"https://s3951.pcdn.co/wp-content/uploads/2015/09/John-Tavares-6.jpg\" alt=\"\"></p>\r\n<p class=\"\">\"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.\" <em>— </em><strong>John Tavares</strong></p>\r\n \r\n\r\n \r\n<h3>THE GREAT ONE WAYNE GRETZKY ON LACROSSE:</h3>\r\n<div class=\"text clearfix\">\r\n<p class=\"\"><img src=\"http://hockeygods.com/system/gallery_images/17126/original.png?1540430409\" alt=\"\"></p>\r\n<em>Wayne wearing the \"C\" and Walter coaching... circa 1971.</em>\r\n<p class=\"\">\"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.\" <em>— </em><strong> Wayne Gretzky</strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\"><strong>For New Players</strong></h1>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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 .</p>\r\n<p class=\"\">The Canadian Lacrosse Association has developed a <a href=\"http://cla.pointstreaksites.com/files/uploaded_documents/357/Parents_2006_120607_standard.pdf\">Parents and New Player Guide</a>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 <a href=\"http://get.adobe.com/reader/\">Adobe Acrobat Reader</a>to view it)</p>\r\n<p class=\"\">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 <a href=\"http://cla.pointstreaksites.com/view/cla/about-42/online-resource-centre\">CLA Online Resource Centre</a>.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\"><strong>For New Players</strong></h1>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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 <a href=\"http://oshawalacrosse.ca/web/2012-10-13-21-54-31\">basic box lacrosse rules</a>.</p>\r\n<p class=\"\">The Canadian Lacrosse Association has developed a <a href=\"http://cla.pointstreaksites.com/files/uploaded_documents/357/Parents_2006_120607_standard.pdf\">Parents and New Player Guide</a>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 <a href=\"http://get.adobe.com/reader/\">Adobe Acrobat Reader</a>to view it)</p>\r\n<p class=\"\">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 <a href=\"http://cla.pointstreaksites.com/view/cla/about-42/online-resource-centre\">CLA Online Resource Centre</a>.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\"><span style=\"color: #585eaa;\">About QMLA Recreational League</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-about-13 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><span style=\"color: #333399;\">For more information about days of play for recreational league lacrosse, see below or go to <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/house-league-days-of-play/\">Recreational League Days of Play</a></span></span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </span></p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).</p>\r\n<p class=\"color4-color\">If you are interested in playing in our competitive club program, please click <a href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\"> here</span> </a>for more information.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"https://quintelacrosse.com/howtoregister/\">REGISTER NOW</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\"><span style=\"text-decoration: underline;\">2022 SEASON DETAILS</span></p>\r\n<p class=\"\"><span style=\"color: #ff0000;\">UPDATED May 9th</span></p>\r\n<p class=\"color2-color\">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.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>U9 / U11 / U13 / U15 / U17</strong></p>\r\n<p class=\"color4-color\">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 <a class=\"\" href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\">here</span></a> for more information. </p>\r\n<p class=\"color4-color\"><span style=\"text-decoration: underline;\">U9</span>\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 2:00pm to 3:00pm\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U11</span>\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 2:00pm to 3:00pm\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U13</span>\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 3:00pm to 4:00pm\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U15</span>\r\n<span style=\"color: #ff0000;\">Dates: Sundays, April 24th to June 19th (wrap up June 25th)</span>\r\n<span style=\"color: #ff0000;\">Times: 4:00pm to 5:00pm</span>\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U17</span>\r\nOnly offering rep (travel) team for 2022. <a href=\"emailto:quintelacrosse@gmail.com\">Contact us</a> for details.\r\nLocation: QSWC</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA Recreational League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><span style=\"color: #333399;\">For more information about days of play for recreational league lacrosse, see <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/house-league-days-of-play/\">House League Days of Play</a></span></span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </span></p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (Peewee and above only).</p>\r\n<p class=\"color4-color\">If you are interested in playing competitive lacrosse, please click <a href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\"> here</span> </a>for more information and tryout dates.</p>\r\n<p class=\"color4-color\">To sign up now for recreational local league lacrosse, click on the button below.</p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\">REGISTER NOW</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>U9 / U11 / U13 / U15 / U17</strong></p>\r\n<p class=\"color4-color\">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 <a class=\"\" href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\">here</span></a> for more information and tryout dates. </p>\r\n<p class=\"color4-color\"><span style=\"text-decoration: underline;\">U9</span>\r\nDates: Sundays, April 11th to June 6th, and Saturday June 12th (no lacrosse May 23rd)\r\nTimes: 2:00pm\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U11</span>\r\nDates: Sundays, April 11th to June 6th, and Saturday June 12th (no lacrosse May 23rd)\r\nTimes: 3:00pm\r\nLocations: QSWC\r\n<span style=\"text-decoration: underline;\">U13</span>\r\nDates: Fridays, April 9th to June 3rd, and Saturday June 12th (no lacrosse May 21st)\r\nTimes: 6:00pm\r\nLocations: QSWC\r\n<span style=\"text-decoration: underline;\">U15</span>\r\nDates: Fridays, April 9th to June 3rd, and Saturday June 12th (no lacrosse May 21st)\r\nTimes: 7:00pm\r\nLocations: QSWC\r\n<span style=\"text-decoration: underline;\">U17</span>\r\nNo offered for the 2021 season.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA Recreational League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><span style=\"color: #333399;\">For more information about days of play for recreational league lacrosse, see <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/house-league-days-of-play/\">House League Days of Play</a></span></span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </span></p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (Peewee and above only).</p>\r\n<p class=\"color4-color\">If you are interested in playing competitive lacrosse, please click <a href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\"> here</span> </a>for more information and tryout dates.</p>\r\n<p class=\"color4-color\">To sign up now for recreational local league lacrosse, click on the button below.</p>\r\n<p class=\"color2-color\">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 <a href=\"https://ontariolacrosse.com/playing/where-do-i-play\">WHERE DO I PLAY?</a></p>\r\n<p class=\"color2-color\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/ola-release-procedures/\">Release Procedure and Form</a></span></p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\">REGISTER NOW</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>U9 / U11 / U13 / U15 / U17</strong></p>\r\n<p class=\"color4-color\">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 <a class=\"\" href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\">here</span></a> for more information and tryout dates. </p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"color4-color\"><span style=\"text-decoration: underline;\">U9</span>\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD FOR 2021 SEASON\r\nLocations: TBD FOR 2021 SEASON\r\n<span style=\"text-decoration: underline;\">U11</span>\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD FOR 2021 SEASON\r\nLocations: TBD FOR 2021 SEASON\r\n<span style=\"text-decoration: underline;\">U13</span>\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD FOR 2021 SEASON\r\nLocations: TBD FOR 2021 SEASON\r\n<span style=\"text-decoration: underline;\">U15</span>\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD\r\nLocations: TBD\r\n<span style=\"text-decoration: underline;\">U17</span>\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD\r\nLocations: TBD</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA Recreational League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><span style=\"color: #000000;\">(UPDATED SEPTEMBER 5th, 2020)</span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">For more information about days of play for recreational league lacrosse, see <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/house-league-days-of-play/\">House League Days of Play</a></span></span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </span></p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (Peewee and above only).</p>\r\n<p class=\"color4-color\">If you are interested in playing competitive lacrosse, please click <a href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\"> here</span> </a>for more information and tryout dates.</p>\r\n<p class=\"color4-color\">To sign up now for recreational local league lacrosse, click on the button below.</p>\r\n<p class=\"color2-color\">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 <a href=\"https://ontariolacrosse.com/playing/where-do-i-play\">WHERE DO I PLAY?</a></p>\r\n<p class=\"color2-color\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/ola-release-procedures/\">Release Procedure and Form</a></span></p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\">REGISTER NOW</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>U9 / U11 / U13 / U15 / U17</strong></p>\r\n<p class=\"color4-color\">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 <a class=\"\" href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\">here</span></a> for more information and tryout dates. </p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"color4-color\"><span style=\"text-decoration: underline;\">U9</span>\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD FOR 2021 SEASON\r\nLocations: TBD FOR 2021 SEASON\r\n<span style=\"text-decoration: underline;\">U11</span>\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD FOR 2021 SEASON\r\nLocations: TBD FOR 2021 SEASON\r\n<span style=\"text-decoration: underline;\">U13</span>\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD FOR 2021 SEASON\r\nLocations: TBD FOR 2021 SEASON\r\n<span style=\"text-decoration: underline;\">U15</span>\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD\r\nLocations: TBD\r\n<span style=\"text-decoration: underline;\">U17</span>\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD\r\nLocations: TBD</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA Recreational League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><span style=\"color: #000000;\">(UPDATED SEPTEMBER 5th, 2020)</span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">For more information about days of play for recreational league lacrosse, see <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/house-league-days-of-play/\">House League Days of Play</a></span></span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </span></p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (Peewee and above only).</p>\r\n<p class=\"color4-color\">If you are interested in playing competitive lacrosse, please click <a href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\"> here</span> </a>for more information and tryout dates.</p>\r\n<p class=\"color4-color\">To sign up now for recreational local league lacrosse, click on the button below.</p>\r\n<p class=\"color2-color\">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 <a href=\"https://ontariolacrosse.com/playing/where-do-i-play\">WHERE DO I PLAY?</a></p>\r\n<p class=\"color2-color\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/ola-release-procedures/\">Release Procedure and Form</a></span></p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\">REGISTER NOW</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>TYKE (8U) / NOVICE (10U) / PEEWEE (12U) / BANTAM (14U) / MIDGET (16U)</strong></p>\r\n<p class=\"color4-color\">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 <a class=\"\" href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\">here</span></a> for more information and tryout dates. </p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"color4-color\">\r\n<span style=\"text-decoration: underline;\">TYKE</span>\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD FOR 2021 SEASON\r\nLocations: TBD FOR 2021 SEASON\r\n<span style=\"text-decoration: underline;\">NOVICE</span>\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD FOR 2021 SEASON\r\nLocations: TBD FOR 2021 SEASON\r\n<span style=\"text-decoration: underline;\">PEEWEE</span>\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD FOR 2021 SEASON\r\nLocations: TBD FOR 2021 SEASON\r\n<span style=\"text-decoration: underline;\">BANTAM</span>\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD\r\nLocations: TBD\r\n<span style=\"text-decoration: underline;\">MIDGET</span>\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD\r\nLocations: TBD</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 1px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Register Here!</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2022 Registration Fees</h1>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\">[table id=2 /]</p>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>For more information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">here</a>. You must also have a valid email address.</p>\r\n<p class=\"\" style=\"text-align: center;\">Please review our refund policy: <a href=\"https://quintelacrosse.com/omla-refund-cancellation-policy/\"> QMLA Refund Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2022 Registration Fees</h1>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\">[table id=2 /]</p>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>For more information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">here</a>. You must also have a valid email address.</p>\r\n<p class=\"\" style=\"text-align: center;\">Please review our refund policy: <a href=\"https://quintelacrosse.com/omla-refund-cancellation-policy/\"> QMLA Refund Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2022 Registration Fees</h1>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\">Registration fees for 2022 will be posted when available.</p>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>For more information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">here</a>. You must also have a valid email address.</p>\r\n<p class=\"\" style=\"text-align: center;\">Please review our refund policy: <a href=\"https://quintelacrosse.com/omla-refund-cancellation-policy/\"> QMLA Refund Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2021 Registration Fees</h1>\r\n \r\n\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\">Below is the fee schedule based on division. </p>\r\n\r\n<table width=\"521\">\r\n<tbody>\r\n<tr>\r\n<td width=\"210\"><strong>Division (Birth Year)</strong></td>\r\n<td width=\"157\"><strong>Fee</strong></td>\r\n<td width=\"154\"> </td>\r\n</tr>\r\n<tr>\r\n<td>Soft Lacrosse (2017/2018)</td>\r\n<td>TBD</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>Paperweight (2015/2016)</td>\r\n<td>TBD</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U9 (2013/2014)</td>\r\n<td>TBD</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U11 (2011/2012)</td>\r\n<td>TBD</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U13 (2009/2010)</td>\r\n<td>TBD</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U15 (2007/2008)</td>\r\n<td>TBD</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>For more information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">here</a>. You must also have a valid email address.</p>\r\n<p class=\"\" style=\"text-align: center;\">Please review our refund policy: <a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\"> QMLA Refund Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2021 Registration Fees</h1>\r\n \r\n\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\">Below is the fee schedule based on division. </p>\r\n\r\n<table width=\"521\">\r\n<tbody>\r\n<tr>\r\n<td width=\"210\"><strong>Level/Year of Birth</strong></td>\r\n<td width=\"157\"><strong>Fee - Before March 1st</strong></td>\r\n<td width=\"154\"><strong>Fee - March 1st or later</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Soft Lacrosse - 2017/2018</td>\r\n<td>TBD</td>\r\n<td>TBD</td>\r\n</tr>\r\n<tr>\r\n<td>Paperweight - 2015/2016</td>\r\n<td>TBD</td>\r\n<td>TBD</td>\r\n</tr>\r\n<tr>\r\n<td>Tyke (8U) - 2013/2014</td>\r\n<td>TBD</td>\r\n<td>TBD</td>\r\n</tr>\r\n<tr>\r\n<td>Novice (10U) - 2011/2012</td>\r\n<td>TBD</td>\r\n<td>TBD</td>\r\n</tr>\r\n<tr>\r\n<td>Peewee (12U) - 2009/2010</td>\r\n<td>TBD</td>\r\n<td>TBD</td>\r\n</tr>\r\n<tr>\r\n<td>Bantam (14U) - 2007/2008</td>\r\n<td>TBD</td>\r\n<td>TBD</td>\r\n</tr>\r\n<tr>\r\n<td>Midget (16U) - 2005/2006</td>\r\n<td>TBD</td>\r\n<td>TBD</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>For more information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">here</a>. You must also have a valid email address.</p>\r\n<p class=\"\" style=\"text-align: center;\">Please review our refund policy: <a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\"> QMLA Refund Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2020 Registration Fees</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Registration opens in January!</p>\r\n<p class=\"\" style=\"text-align: center;\">Check out our Lacrosse Stick Promotion </p>\r\n<p class=\"\">Below is the fee schedule based on division:</p>\r\n\r\n<table width=\"382\">\r\n<tbody>\r\n<tr>\r\n<td width=\"194\"><strong>Level/Years of Birth </strong></td>\r\n<td width=\"188\"><strong>2020 Lacrosse Fees </strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Soft Lacrosse 2016/2017</td>\r\n<td width=\"188\">$TBD</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Paperweight – 2014/2015</td>\r\n<td width=\"188\">$TBD</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Tyke – 2012/2013</td>\r\n<td width=\"188\">$TBD</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Novice -2010/2011</td>\r\n<td width=\"188\">$TBD</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">PeeWee – 2008/2009</td>\r\n<td width=\"188\">$TBD</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Bantam – 2006/2007</td>\r\n<td width=\"188\">$TBD</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Midget – 2004/2005</td>\r\n<td width=\"188\">$TBD</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td width=\"188\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>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.</p>\r\n<p class=\"\" style=\"text-align: center;\">Please review our refund policy: <a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\"> QMLA Refund Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 18px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color5-background-color color-5-text-contrast bg-background-color tmpl-text-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 20px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-10 col-sm-4 col-xs-12\" style=\"padding: 1em;\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h2 class=\"\" align=\"center\">QMLA Refund & Cancellation Policy</h2>\r\n<p class=\"\" align=\"center\">Updated February 26, 2022</p>\r\n<p class=\"\">Our refund / cancellation policy is as follows:</p>\r\n\r\n<ul class=\"\">\r\n <li><b>Prior</b> to April 8th 2022: Full Refund*</li>\r\n <li>From April 8th - April 22nd 2022: Full Refund*, less $35 admin fee</li>\r\n <li><b>After</b> April 22nd 2022: No Refund</li>\r\n</ul>\r\n<p class=\"\"><i>*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 – <a href=\"mailto:registrar@quintelacrosse.com\">registrar@quintelacrosse.com</a></i></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 18px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color5-background-color color-5-text-contrast bg-background-color tmpl-text-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 20px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-10 col-sm-4 col-xs-12\" style=\"padding: 1em;\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h2 class=\"\" align=\"center\">QMLA Refund & Cancellation Policy</h2>\r\n<p class=\"\" align=\"center\">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.</p>\r\n<p class=\"\" align=\"center\">For a detailed outline of the QMLA Refund Policy, click <a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\">HERE</a></p>\r\n<p class=\"\" align=\"center\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 18px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color5-background-color color-5-text-contrast bg-background-color tmpl-text-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-10 col-sm-4 col-xs-12\" style=\"padding: 1em;\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h2 class=\"\" align=\"center\">QMLA Refund & Cancellation Policy</h2>\r\n<p class=\"\" align=\"center\">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.</p>\r\n<p class=\"\" align=\"center\">For a detailed outline of the QMLA Refund Policy, click HERE</p>\r\n<p class=\"\" align=\"center\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">OLA Release Procedures</h1>\r\n<p class=\"\"> </p>\r\n<strong>RELEASES</strong>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Please note:</p>\r\n\r\n<ul class=\"\">\r\n <li>When a release is granted the caliber of the player shall not enter the decision (MR3.07).</li>\r\n <li>Release requests cannot be submitted after May 1st of the current season (MR3.01).</li>\r\n <li>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).</li>\r\n <li>Any player who has not registered with their resident box association by the<strong> 3rd Sunday in March</strong> will be ineligable for a rep release (MR2.10)</li>\r\n</ul>\r\n<strong>HOW DO YOU APPLY FOR A RELEASE?</strong>\r\n<p class=\"\">The Player <u>must first be registered</u> (including payment) with QMLA. The Player or Parent/Guardian must complete section 1 of the Ontario Lacrosse Association (OLA) <a href=\"http://ontariolacrosse.com/content/pdf/ola_form/UPDATED%20Player%20Release%20Form.pdf\"><em>Release Request Form </em></a>and deliver it to the <a href=\"mailto:president@quintelacrosse.com\">QMLA President (Joe Fee)</a><a href=\"mailto:president@gloucester-lacrosse.com?subject=Release%20request\"></a>, with a copy also being sent to the <a href=\"mailto:olazone5director@gmail.com\">Zone 5 Director (Greg Rampley)</a>.</p>\r\n<p class=\"\"><strong>NEXT STEPS:</strong></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">The QMLA has two options following the release hearing:</p>\r\n\r\n<ol class=\"\">\r\n <li>Approve the release and provide the applicant with the approved release form.</li>\r\n <li>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</li>\r\n</ol>\r\n<p class=\"\">If the release is denied by the QMLA:</p>\r\n\r\n<ul class=\"\">\r\n <li>You can appeal your release to the <a href=\"http://www.zone5lacrosse.com/docs/ZONE_5_RELEASE_PROCESS_OVERVIEW.pdf\">Zone 5 Release Committee</a> (there is an appeal fee).</li>\r\n <li>If the request is again denied the request can be taken to the OLA Appeals Committee (there is another fee for this).</li>\r\n <li>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.</li>\r\n</ul>\r\nIf the release is granted at any point:\r\n<ul class=\"\">\r\n <li><strong>A refund will be given via the new SportzSoft online registration</strong> <strong>system</strong> 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.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">OLA Release Procedures</h1>\r\n<p class=\"\"> </p>\r\n<strong>RELEASES</strong>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Please note:</p>\r\n\r\n<ul class=\"\">\r\n <li>When a release is granted the caliber of the player shall not enter the decision (MR3.07).</li>\r\n <li>Release requests cannot be submitted after May 1st of the current season (MR3.01).</li>\r\n <li>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).</li>\r\n <li>Any player who has not registered with their resident box association by the<strong> 3rd Sunday in March</strong> will be ineligable for a rep release (MR2.10)</li>\r\n</ul>\r\n<strong>HOW DO YOU APPLY FOR A RELEASE?</strong>\r\n<p class=\"\">The Player <u>must first be registered</u> (including payment) with QMLA. The Player or Parent/Guardian must complete section 1 of the Ontario Lacrosse Association (OLA) <a href=\"http://ontariolacrosse.com/content/pdf/ola_form/UPDATED%20Player%20Release%20Form.pdf\"><em>Release Request Form </em></a>and deliver it to the <a href=\"mailto:president@quintelacrosse.com\">QMLA President (Joe Fee)</a><a href=\"mailto:president@gloucester-lacrosse.com?subject=Release%20request\"></a>, with a copy also being sent to the <a href=\"mailto:olazone5director@gmail.com\">Zone 5 Director (Greg Rampley)</a>.</p>\r\n<p class=\"\"><strong>NEXT STEPS:</strong></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">The QMLA has two options following the release hearing:</p>\r\n\r\n<ol class=\"\">\r\n <li>Approve the release and provide the applicant with the approved release form.</li>\r\n <li>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</li>\r\n</ol>\r\n<p class=\"\">If the release is denied by the QMLA:</p>\r\n\r\n<ul class=\"\">\r\n <li>You can appeal your release to the <a href=\"http://www.zone5lacrosse.com/docs/ZONE_5_RELEASE_PROCESS_OVERVIEW.pdf\">Zone 5 Release Committee</a> (there is an appeal fee).</li>\r\n <li>If the request is again denied the request can be taken to the OLA Appeals Committee (there is another fee for this).</li>\r\n <li>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.</li>\r\n</ul>\r\nIf the release is granted at any point:\r\n<ul class=\"\">\r\n <li><strong>A refund will be given via the new SportzSoft online registration</strong> <strong>system</strong> 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.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">OLA Release Procedures</h1>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Player-Release-Policy-2019.pdf\">QMLA Player Release Policy 2019</a></p>\r\n<p class=\"\">OLA Player Release Form 2019</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Player releases are only required for representative play. They are not required for recreational (house league) play.</p>\r\n<p class=\"\">Please <a href=\"mailto:president@quintelacrosse.com\">send</a> completed release requests to the QMLA President.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Only the information presented in section 1 will be considered. New reasons for release will not be entertained at appeal level(s).</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">OLA Criminal Check Policy</h1>\r\n<p class=\"\"> </p>\r\n<p class=\"\">See attached for the policy. All peoples volunteering MUST abide this policy.</p>\r\n<p class=\"\"><a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/2015OLACriminalRecordChecks.pdf\">Criminal Record Check Policy</a></p>\r\n<p class=\"\"><a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/OLA-Offence-Declaration.pdf\">OLA Offence Declaration</a> – If you have your CRC completed, you need this every year after</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">OLA Criminal Check Policy</h1>\r\n<p class=\"\"> </p>\r\n<p class=\"\">See attached for the policy. All peoples volunteering MUST abide this policy.</p>\r\n<p class=\"\"><a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/2015OLACriminalRecordChecks.pdf\">Criminal Record Check Policy</a></p>\r\n<p class=\"\"><a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/OLA-Offence-Declaration.pdf\">OLA Offence Declaration</a> – If you have your CRC completed, you need this every year after</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Competitive Lacrosse</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-15 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div data-imhwpb-draggable=\"true\" class=\"\">\r\n<p class=\"\"><img class=\"bg-img-right bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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, <span style=\"color: #820ee8;\">NO EXPERIENCE NECESSARY.</span> 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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.<span style=\"color: #820ee8;\"> </span></p>\r\n<strong>PLEASE NOTE:\r\n</strong><strong>1. ALL PLAYERS MUST BE REGISTERED AND PAID IN ORDER TO ATTEND TRYOUTS. \r\n</strong><strong>2. 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).</strong>\r\n\r\n \r\n\r\n<span style=\"text-decoration: underline;\">UPDATE</span>: As our 2022 box lacrosse registration period winds down (click <a href=\"https://quintelacrosse.com/early-bird-registration-ends-march-27th/\">here</a> 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\n<span style=\"text-decoration: underline;\">What to expect</span>:\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. <a href=\"mailto:quintelacrosse@gmail.com\">EMAIL</a> 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<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COST</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">Approximately $700-$800 per player. Teams are expected to find sponsorship and do fundraising to bring these costs down.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>SCHEDULE</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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). </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COMMITMENT</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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. </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><strong><span style=\"color: #00ccff;\">TRAVEL</span></strong></p>\r\n<p class=\"\" style=\"color: #8224e3;\">For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.</p>\r\n<strong><span style=\"color: #00ccff;\">PROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL</span></strong>\r\n\r\n<span style=\"color: #9424f0;\">The 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).</span>\r\n\r\n \r\n\r\n \r\n<p class=\"\" style=\"color: #8224e3;\"> <img class=\"alignnone size-full wp-image-4382\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA-Festival.png\" alt=\"\" width=\"246\" height=\"205\"><img class=\"size-full wp-image-4381 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA.png\" alt=\"\" width=\"200\" height=\"201\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Competitive Lacrosse</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-15 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div data-imhwpb-draggable=\"true\" class=\"\">\r\n<p class=\"\"><img class=\"bg-img-right bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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, <span style=\"color: #820ee8;\">NO EXPERIENCE NECESSARY.</span> 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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.<span style=\"color: #820ee8;\"> </span></p>\r\n<strong>PLEASE NOTE:\r\n</strong><strong>1. ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND TRYOUTS. \r\n</strong><strong>2. 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.</strong>\r\n\r\n \r\n\r\n2021 TRYOUT DATES: TBD\r\n\r\n \r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COST</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">Approximately $700-$800 per player. Teams are expected to find sponsorship and do fundraising to bring these costs down.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>SCHEDULE</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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). </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COMMITMENT</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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. </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><strong><span style=\"color: #00ccff;\">TRAVEL</span></strong></p>\r\n<p class=\"\" style=\"color: #8224e3;\">For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.</p>\r\n<strong><span style=\"color: #00ccff;\">PROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL</span></strong>\r\n\r\n<span style=\"color: #9424f0;\">The 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).</span>\r\n\r\n \r\n\r\n \r\n<p class=\"\" style=\"color: #8224e3;\"> <img class=\"alignnone size-full wp-image-4382\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA-Festival.png\" alt=\"\" width=\"246\" height=\"205\"><img class=\"size-full wp-image-4381 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA.png\" alt=\"\" width=\"200\" height=\"201\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Competitive Lacrosse</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-15 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div data-imhwpb-draggable=\"true\" class=\"\">\r\n<p class=\"\"><img class=\"bg-img-right bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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, <span style=\"color: #820ee8;\">NO EXPERIENCE NECESSARY.</span> 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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.<span style=\"color: #820ee8;\"> </span></p>\r\n \r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COST</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">Approximately $700-$800 per player. Teams are expected to find sponsorship and do fundraising to bring these costs down.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>SCHEDULE</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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). </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COMMITMENT</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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. </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><strong><span style=\"color: #00ccff;\">TRAVEL</span></strong></p>\r\n<p class=\"\" style=\"color: #8224e3;\">For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.</p>\r\n<strong><span style=\"color: #00ccff;\">PROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL</span></strong>\r\n\r\n<span style=\"color: #9424f0;\">The 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).</span>\r\n\r\n \r\n\r\n \r\n<p class=\"\" style=\"color: #8224e3;\"> <img class=\"alignnone size-full wp-image-4382\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA-Festival.png\" alt=\"\" width=\"246\" height=\"205\"><img class=\"size-full wp-image-4381 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA.png\" alt=\"\" width=\"200\" height=\"201\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-schedule-5 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"font-size: 19px;\">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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a></p>\r\n\r\n<h2 class=\"\">2019 League Sponsors</h2>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4378\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"256\" height=\"253\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">TaskForce Engineering</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-3 col-sm-2 col-xs-5\">\r\n<div>\r\n<h4 class=\"\" style=\"font-size: 14px;\">24 Newberry Street, Suite 201\r\nBelleville, Ontario K8N 3N3</h4>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-7\">\r\n<div>\r\n<h5 class=\"h4\" style=\"font-weight: bold;\">Tel: <span class=\"loc_phone\"><a class=\"\" href=\"tel:613-966-5974\">613-966-5600</a></span>\r\nFax: 613-966-5701\r\n<a class=\"\" href=\"mailto:generalmail@taskforce-eng.com\" target=\"_blank\" rel=\"noopener noreferrer\">generalmail@taskforce-eng.com</a></h5>\r\n<div>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"https://www.taskforce-eng.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Quinte Mat Rentals</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"http://quintematrentals.com/\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center color1-background-color color-1-text-contrast bg-background-color\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4342\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"175\" height=\"107\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">KKP Belleville Design and Print Solutions</p>\r\n\r\n<div class=\"row current-edit-as-row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-3 col-sm-2 col-xs-5\">\r\n<div>\r\n<h4 class=\"\" style=\"font-size: 14px;\">280 Coleman Street\r\nSuite 500\r\nBelleville, Ontario\r\nK8P 3H7</h4>\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<h5 class=\"h4\" style=\"font-weight: bold;\">Tel: <span class=\"loc_phone\"><a class=\"\" href=\"tel:613-966-5974\">613-966-5974</a></span>\r\nToll Free: <span class=\"loc_phonel\"><a class=\"\" href=\"tel:866-779-3066\">866-779-3066</a></span>\r\nFax: 613-966-7933\r\n<a class=\"\" href=\"mailto:info@belleville.kkpcanada.ca\">info@belleville.kkpcanada.ca</a></h5>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\">website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-schedule-5 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"font-size: 19px;\">Support the Growth of Minor Lacrosse in the Quinte Region.\r\nBecome a QMLA Sponsor Today!\r\nClick HERE to view our sponsorship options.</p>\r\n<p class=\"\"> </p>\r\n\r\n<h2 class=\"\">2019 League Sponsors</h2>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Quinte Mat Rentals</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"http://quintematrentals.com/\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center color1-background-color color-1-text-contrast bg-background-color\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4342\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"175\" height=\"107\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">KKP Belleville Design and Print Solutions</p>\r\n\r\n<div class=\"row current-edit-as-row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-3 col-sm-2 col-xs-5\">\r\n<div>\r\n<h4 class=\"\" style=\"font-size: 14px;\">280 Coleman Street\r\nSuite 500\r\nBelleville, Ontario\r\nK8P 3H7</h4>\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<h5 class=\"h4\" style=\"font-weight: bold;\">Tel: <span class=\"loc_phone\"><a class=\"\" href=\"tel:613-966-5974\">613-966-5974</a></span>\r\nToll Free: <span class=\"loc_phonel\"><a class=\"\" href=\"tel:866-779-3066\">866-779-3066</a></span>\r\nFax: 613-966-7933\r\n<a class=\"\" href=\"mailto:info@belleville.kkpcanada.ca\">info@belleville.kkpcanada.ca</a></h5>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\">website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4378\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"256\" height=\"253\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">TaskForce Engineering</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-3 col-sm-2 col-xs-5\">\r\n<div>\r\n<h4 class=\"\" style=\"font-size: 14px;\">24 Newberry Street, Suite 201\r\nBelleville, Ontario K8N 3N3</h4>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-7\">\r\n<div>\r\n<h5 class=\"h4\" style=\"font-weight: bold;\">Tel: <span class=\"loc_phone\"><a class=\"\" href=\"tel:613-966-5974\">613-966-5600</a></span>\r\nFax: 613-966-5701\r\n<a class=\"\" href=\"mailto:generalmail@taskforce-eng.com\" target=\"_blank\" rel=\"noopener noreferrer\">generalmail@taskforce-eng.com</a></h5>\r\n<div>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"https://www.taskforce-eng.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"color1-background-color color-1-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\r\n<h2 class=\"\">Sponsors</h2>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\"></div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Sponsor Name</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Contact Details</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\"></div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Sponsor Name</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Contact Details</p>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\"></div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Sponsor Name</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">Contact Details</p>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"color1-background-color color-1-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\r\n<h2 class=\"\">Sponsors</h2>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\"></div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Sponsor Name</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Contact Details</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\"></div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Sponsor Name</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Contact Details</p>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\"></div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Sponsor Name</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">Contact Details</p>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">OLA Release Procedures</h1>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Player releases are only required for representative play. They are not required for recreational (house league) play.</p>\r\n<p class=\"\">Please <a href=\"mailto:president@quintelacrosse.com\">send</a> completed release requests to the QMLA President.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Only the information presented in section 1 will be considered. New reasons for release will not be entertained at appeal level(s).</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"><a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/2014-OLA-Release-Request-Form-Minor-Field.pdf\">OLA Release Request Form – Minor Field</a></p>\r\n<p class=\"\"><a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/UPDATED-Player-Release-Form.pdf\">OLA Release Request Form – Minor Box</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 1px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\"><span style=\"text-decoration: underline;\">Register Here!</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><div class=\"video-container\">\r\n<iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=3351\">\r\n</iframe>\r\n</div></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">House League Days of Play</h1>\r\n<p style=\"text-align: center;\">(Updated March 24th, 2019)</p>\r\n<p style=\"text-align: center;\">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.</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #333399;\">Peanut (2015/2016) – Saturdays at 9:00am</span>\r\n<span style=\"color: #333399;\">Paperweight (2013/2014) – Saturdays at 10:00am</span>\r\n<span style=\"color: #333399;\">Tyke (2011/2012) – Sunday at 2:00pm<span class=\"text_exposed_show\">\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</span></span></p>\r\n<p style=\"text-align: center;\">The season will begin on April 11th and conclude with the house league wrap-up on June 15th.</p>\r\n<p style=\"text-align: center;\">All practices and games will be played out of Mackay pad at the QSWC.</p>\r\n<strong>NOTE:</strong> 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</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 text-center align-column-top\">\r\n<p class=\"\" style=\"margin: 20px 0px;\"><img class=\"bg-img alignnone wp-image-4227 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-1-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2 class=\"\">Paperweight Division 3v3 Mini-Game Lacrosse</h2>\r\n<p class=\"\">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!</p>\r\n<p class=\"\">Saturdays at 10am from April 13th to June 15 (note: start date updated).</p>\r\n<p class=\"\"><strong>Want to \"Try Lacrosse\" before you buy, please register for our FREE clinics <a href=\"http://quintelacrosse.com/lacrosse-registration/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>For information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>To register for house league play, click <a href=\"http://quintelacrosse.com/lacrosse-registration/\">HERE</a></strong></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 text-center align-column-top\">\r\n<p class=\"\" style=\"margin: 20px 0px;\"><img class=\"bg-img alignnone wp-image-4227 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-1-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2 class=\"\">Paperweight Division 3v3 Mini-Game Lacrosse</h2>\r\n<p class=\"\">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!</p>\r\n<p class=\"\">Saturdays at 10am from April 13th to June 15 (note: start date updated).</p>\r\n<p class=\"\"><strong>Want to \"Try Lacrosse\" before you buy, please register for our FREE clinics <a href=\"http://quintelacrosse.com/lacrosse-registration/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>For information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>To register for house league play, click <a href=\"http://quintelacrosse.com/lacrosse-registration/\">HERE</a></strong></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"color5-background-color color-5-text-contrast bg-background-color tmpl-text-11 boldgrid-section dynamic-gridblock\">\n<div class=\"container-fluid\">\n<div class=\"row\" style=\"padding-bottom: 20px;\">\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\n<p class=\"\"><img class=\"bg-img wp-image-1423\" style=\"margin-top: -40px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops413c8697b1b13f109f6aa1a2a2db2c03.jpg\" width=\"400\" height=\"250\"></p>\n\n</div>\n<div class=\"col-md-9 col-sm-6 col-xs-12 align-column-center\">\n<h2>We are industry leaders. We will get the job done.</h2>\n</div>\n</div>\n<div class=\"row\" style=\"padding-top: 20px;\">\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\n<div class=\"col-md-4 col-sm-4 col-xs-11\" style=\"padding: 1em;\">\n<p class=\"\">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.</p>\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n<p class=\"wow headShake\" style=\"margin-top: 25px; margin-bottom: 25px;\" data-wow-duration=\"1s\" data-wow-delay=\"1s\"><a class=\"btn-color-4 btn btn-uppercase btn-pill btn-regular\" href=\"#\">Get Started</a></p>\n\n</div>\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\n<p class=\"\">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.</p>\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n\n</div>\n<div class=\"col-md-2 col-sm-2 col-xs-12\" style=\"padding: 1em;\">\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr class=\"color4-color bg-hr\" style=\"margin-left: 0;\" width=\"50%\">\n\n</div>\n</div>\n<p class=\"\" style=\"font-weight: bold;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n\n</div>\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\n</div>\n</div>\n</div>','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','<div class=\"color5-background-color color-5-text-contrast bg-background-color tmpl-text-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-10 col-sm-4 col-xs-12\" style=\"padding: 1em;\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"entry-title\">OMLA Refund/Cancellation Policy</h1>\r\n<p class=\"\" align=\"center\"><strong>CANCELLATION POLICY</strong></p>\r\n<p class=\"\" align=\"center\"><strong><u>PRE-SEASON</u></strong></p>\r\n<p align=\"center\">Registration Fee</p>\r\n<p align=\"center\">Less – 15%</p>\r\n<p class=\"\" align=\"center\"><strong><u>AFTER SEASON STARTS</u></strong></p>\r\n<p class=\"\" align=\"center\">Registration Fee</p>\r\n<p align=\"center\">Less – 15%</p>\r\n<p align=\"center\">Less – 10 % per week of house league past (No refunds after 2nd week of House League)</p>\r\n<p align=\"center\">There is a $10 NSF charge for any returned cheques</p>\r\n<p align=\"center\">There is also a $25 Player Release fee.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"color5-background-color color-5-text-contrast bg-background-color tmpl-text-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-10 col-sm-4 col-xs-12\" style=\"padding: 1em;\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h2 align=\"center\">OMLA Refund & Cancellation Policy</h2>\r\n<p class=\"\" align=\"center\"><strong>CANCELLATION POLICY</strong></p>\r\n<p class=\"\" align=\"center\"><strong><u>PRE-SEASON</u></strong></p>\r\n<p class=\"\" align=\"center\">Registration Fee</p>\r\n<p align=\"center\">Less – 15%</p>\r\n<p class=\"\" align=\"center\"><strong><u>AFTER SEASON STARTS</u></strong></p>\r\n<p class=\"\" align=\"center\">Registration Fee</p>\r\n<p align=\"center\">Less – 15%</p>\r\n<p class=\"\" align=\"center\">Less – 10 % per week of house league past (No refunds after 2nd week of House League)</p>\r\n<p align=\"center\">There is a $10 NSF charge for any returned cheques</p>\r\n<p align=\"center\">There is also a $25 Player Release fee.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\n<div class=\"entry-details\">\n<div class=\"entry-meta\">\n<div class=\"entry-category-links\"> </div>\n</div>\n </div>\n</header>\n<div class=\"entry-content\">\n<p class=\"\"> </p>\n<p class=\"\" style=\"text-align: center;\">Registration is now open!</p>\n<p class=\"\">Below are the fee schedule based on division:</p>\n\n<table width=\"382\">\n<tbody>\n<tr>\n<td width=\"194\"><strong>Level/Years of Birth </strong></td>\n<td width=\"188\"><strong>2018 Lacrosse Fees </strong></td>\n</tr>\n<tr>\n<td width=\"194\">Soft Lacrosse 2014/2015</td>\n<td width=\"188\">$85</td>\n</tr>\n<tr>\n<td width=\"194\">Paperweight – 2012/2013</td>\n<td width=\"188\">$225</td>\n</tr>\n<tr>\n<td width=\"194\">Tyke – 2010/2011</td>\n<td width=\"188\">$265</td>\n</tr>\n<tr>\n<td width=\"194\">Novice -2008/2009</td>\n<td width=\"188\">$265</td>\n</tr>\n<tr>\n<td width=\"194\">PeeWee – 2006/2007</td>\n<td width=\"188\">$265</td>\n</tr>\n<tr>\n<td width=\"194\">Bantam – 2004/2005</td>\n<td width=\"188\">$265</td>\n</tr>\n<tr>\n<td width=\"194\">Midget – 2002/2003</td>\n<td width=\"188\">$265</td>\n</tr>\n<tr>\n<td>Intermediate – 1997-2001</td>\n<td width=\"188\">$265</td>\n</tr>\n</tbody>\n</table>\n<p style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>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.</p>\n\n</div>\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2019 Registration Fees</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Registration is now open!</p>\r\n<p class=\"\">Below are the fee schedule based on division:</p>\r\n\r\n<table width=\"382\">\r\n<tbody>\r\n<tr>\r\n<td width=\"194\"><strong>Level/Years of Birth </strong></td>\r\n<td width=\"188\"><strong>2019 Lacrosse Fees </strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Soft Lacrosse 2014/2015</td>\r\n<td width=\"188\">$85</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Paperweight – 2012/2013</td>\r\n<td width=\"188\">$225</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Tyke – 2010/2011</td>\r\n<td width=\"188\">$265</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Novice -2008/2009</td>\r\n<td width=\"188\">$265</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">PeeWee – 2006/2007</td>\r\n<td width=\"188\">$265</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Bantam – 2004/2005</td>\r\n<td width=\"188\">$265</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Midget – 2002/2003</td>\r\n<td width=\"188\">$265</td>\r\n</tr>\r\n<tr>\r\n<td>Intermediate – 1997-2001</td>\r\n<td width=\"188\">$265</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\n<h1 class=\"entry-title\">OLA Release Procedures</h1>\n</header>\n<div class=\"entry-content\">\n\nPlease send completed release requests to Paul Vivian @ <a href=\"mailto:President@Oshawalacrosse.ca\">President@Oshawalacrosse.ca</a>\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\n<a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/2014-OLA-Release-Request-Form-Minor-Field.pdf\">OLA Release Request Form – Minor Field</a>\n\n<a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/UPDATED-Player-Release-Form.pdf\">OLA Release Request Form – Minor Box</a>\n\n</div>\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n\r\n \r\n<h1 class=\"\" style=\"text-align: center;\">OLA Release Procedures</h1>\r\n \r\n<p class=\"\">Please send completed release requests to Paul Vivian @ <a href=\"mailto:President@Oshawalacrosse.ca\">President@Oshawalacrosse.ca</a></p>\r\n<p class=\"\">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.</p>\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<p class=\"\"> </p>\r\n<p class=\"\">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.</p>\r\n \r\n\r\nUpon receipt of the updated “Release Request Form’ and the appeal fee,\r\n<p class=\"\">(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.</p>\r\n \r\n<p class=\"\">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.</p>\r\n<p class=\"\"><a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/2014-OLA-Release-Request-Form-Minor-Field.pdf\">OLA Release Request Form – Minor Field</a></p>\r\n<p class=\"\"><a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/UPDATED-Player-Release-Form.pdf\">OLA Release Request Form – Minor Box</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 style=\"text-align: center;\">OLA Criminal Check Policy</h1>\r\n \r\n<p class=\"\">See attached for the policy. All peoples volunteering MUST abide this policy.</p>\r\n<p class=\"\"><a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/2015OLACriminalRecordChecks.pdf\">Criminal Record Check Policy</a></p>\r\n<a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/OLA-Offence-Declaration.pdf\">OLA Offence Declaration</a> – If you have your CRC completed, you need this every year after\r\n\r\n<a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/2018-CIR-Letter.pdf\">2018 CIR Letter</a> – This will get you your CRC Check for $20\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 style=\"text-align: center;\">House League Days of Play</h1>\r\n<p class=\"\">House League Days of Play Announced!!</p>\r\n<p class=\"\">Peanut – Tuesday\r\nPaperweight – Monday / Thursday\r\nTyke – Tuesday / Thursday<span class=\"text_exposed_show\">\r\nNovice – Monday / Wednesday\r\nPeewee – Monday / Wednesday\r\nSenior League – Tuesday</span></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">House League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">House League Days of Play Announced!!</p>\r\n<p class=\"\" style=\"text-align: center;\">Peanut – Tuesday\r\nPaperweight – Monday / Thursday\r\nTyke – Tuesday / Thursday<span class=\"text_exposed_show\">\r\nNovice – Monday / Wednesday\r\nPeewee – Monday / Wednesday\r\nSenior League – Tuesday</span></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n\r\n \r\n\r\n \r\n<p class=\"\">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.</p>\r\n<p class=\"\">Duvall and Clark Sportswear and Equipment\r\n274 Airport Pkwy, Belleville, ON K8N 4Z6</p>\r\n<p class=\"\"><a href=\"https://www.facebook.com/pages/Duvall-Clark-Sportswear-Equipment/131926850186267\" target=\"_blank\" rel=\"noopener noreferrer\">Duvall and Clark Sportswear & Equipment Facebook Page</a></p>\r\n<p class=\"\">Other retailers: Sportchek, Canadian Tire, Lax Shack, used ads (Kijiji, Marketplace, etc)</p>\r\n<p class=\"\">For the equipment guidelines for players in Tyke through Midget, see the following:</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/playing/required-equipment/box-equipment/box-guidelines.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Equipment Guidelines</a></p>\r\nFor our Peanut and Paperweight programs, the following equipment is required:\r\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">Peanut (Soft Lacrosse)</span></strong></p>\r\n<p class=\"\">Helmet with facemask</p>\r\n<p class=\"\">Lacrosse stick</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">Paperweight</span> (cross floor 3v3 recreational)</strong></p>\r\n<p class=\"\">Helmet with facemask</p>\r\n<p class=\"\">Gloves</p>\r\n<p class=\"\">Mouthguard</p>\r\n<p class=\"\">Lacrosse stick</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">Paperweight</span> (full floor 5v5 representative)</strong></p>\r\n<p class=\"\">All equipment for recreational</p>\r\n<p class=\"\">Shoulder pads</p>\r\n<p class=\"\">Kidney pads</p>\r\n<p class=\"\">Arm guards</p>\r\n \r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n\r\n \r\n<p class=\"\">\r\n<img class=\"size-medium wp-image-4354 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/Oshawa-paperweight-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\"></p>\r\n<p class=\"\">For the equipment guidelines for players in Tyke through Midget, see the following:</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/news/entry-level-coaching-manual.pdf\" target=\"_blank\" rel=\"noopener\">OLA Equipment Guidelines</a></p>\r\n<p class=\"\">For our Peanut and Paperweight programs, the following equipment is required:</p>\r\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">Peanut</span></strong></p>\r\n<p class=\"\">Helmet with facemask</p>\r\n<p class=\"\">Gloves</p>\r\n<p class=\"\">Mouthguard</p>\r\n<p class=\"\">Lacrosse stick*</p>\r\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">Paperweight</span></strong></p>\r\n<p class=\"\">Helmet with facemask</p>\r\n<p class=\"\">Gloves</p>\r\n<p class=\"\">Mouthguard</p>\r\n<p class=\"\">Lacrosse stick*</p>\r\n<p class=\"\">Shoulder pads (optional)</p>\r\nKidney pads (optional)\r\n\r\nArm guards (optional)\r\n\r\n \r\n<p class=\"\">* FREE lacrosse stick provided to the first 60 registrations from Peanut to Tyke</p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n\n \n\n \n<p class=\"\">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.</p>\n<p class=\"\">Duvall and Clark Sportswear and Equipment\n274 Airport Pkwy, Belleville, ON K8N 4Z6</p>\n<p class=\"\"><a href=\"https://www.facebook.com/pages/Duvall-Clark-Sportswear-Equipment/131926850186267\" target=\"_blank\" rel=\"noopener noreferrer\">Duvall and Clark Sportswear & Equipment Facebook Page</a></p>\n<p class=\"\">Other retailers: Sportchek, Canadian Tire, Lax Shack, used ads (Kijiji, Marketplace, etc)</p>\n<p class=\"\">For the equipment guidelines for players in Tyke through Midget, see the following:</p>\n\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/playing/required-equipment/box-equipment/box-guidelines.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Equipment Guidelines</a></p>\nFor our Peanut and Paperweight programs, the following equipment is required:\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">Peanut (Soft Lacrosse)</span></strong></p>\n<p class=\"\">Helmet with facemask</p>\n<p class=\"\">Lacrosse stick</p>\n<p class=\"\"> </p>\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">Paperweight</span> (cross floor 3v3 recreational)</strong></p>\n<p class=\"\">Helmet with facemask</p>\n<p class=\"\">Gloves</p>\n<p class=\"\">Mouthguard</p>\n<p class=\"\">Lacrosse stick</p>\n<p class=\"\"> </p>\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">Paperweight</span> (full floor 5v5 representative)</strong></p>\n<p class=\"\">All equipment for recreational</p>\n<p class=\"\">Shoulder pads</p>\n<p class=\"\">Kidney pads</p>\n<p class=\"\">Arm guards</p>\n \n<p class=\"\"> </p>\n \n\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n\r\n \r\n<p class=\"\"><img class=\"size-medium wp-image-4354 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/Oshawa-paperweight-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\"></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Duvall and Clark Sportswear and Equipment\r\n274 Airport Pkwy, Belleville, ON K8N 4Z6</p>\r\n \r\n<p class=\"\">For the equipment guidelines for players in Tyke through Midget, see the following:</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/news/entry-level-coaching-manual.pdf\" target=\"_blank\" rel=\"noopener\">OLA Equipment Guidelines</a></p>\r\n<p class=\"\">For our Peanut and Paperweight programs, the following equipment is required:</p>\r\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">Peanut</span></strong></p>\r\n<p class=\"\">Helmet with facemask</p>\r\n<p class=\"\">Gloves</p>\r\n<p class=\"\">Mouthguard</p>\r\n<p class=\"\">Lacrosse stick*</p>\r\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">Paperweight</span></strong></p>\r\n<p class=\"\">Helmet with facemask</p>\r\n<p class=\"\">Gloves</p>\r\n<p class=\"\">Mouthguard</p>\r\n<p class=\"\">Lacrosse stick*</p>\r\n<p class=\"\">Shoulder pads (optional)</p>\r\nKidney pads (optional)\r\n\r\nArm guards (optional)\r\n\r\n \r\n<p class=\"\">* FREE lacrosse stick provided to the first 60 registrations from Peanut to Tyke</p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Police Background Check</h3>\r\n<div class=\"text clearfix\">\r\n<p class=\"\">The Ontario Lacrosse Association is in a partnership agreement with <a href=\"https://www.sterlingtalentsolutions.ca/about/about-us/\" target=\"_blank\" rel=\"noopener\">Sterling Backcheck</a> 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. </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Click on the link below to begin your background check:</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/administration/sterling-backcheck\" target=\"_blank\" rel=\"noopener\">https://ontariolacrosse.com/administration/sterling-backcheck</a></p>\r\n \r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.policesolutions.ca/checks/services/belleville/index.php\" target=\"_blank\" rel=\"noopener\">https://www.policesolutions.ca/checks/services/belleville/index.php</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Police Background Check</h3>\r\n<div class=\"text clearfix\">\r\n<p class=\"\">The Ontario Lacrosse Association is in a partnership agreement with <a href=\"https://www.sterlingtalentsolutions.ca/about/about-us/\" target=\"_blank\" rel=\"noopener\">Sterling Backcheck</a> 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. </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Click on the link below to begin your background check:</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/administration/sterling-backcheck\" target=\"_blank\" rel=\"noopener\">https://ontariolacrosse.com/administration/sterling-backcheck</a></p>\r\n \r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.policesolutions.ca/checks/services/belleville/index.php\" target=\"_blank\" rel=\"noopener\">https://www.policesolutions.ca/checks/services/belleville/index.php</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Police Background Check</h3>\r\n<p class=\"\"><strong>ALL bench staff (Rep & House League) </strong>are required to complete a police check in advance of the season.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">For returning coaches, you do not require a new background check. Download the Offense Declaration Form below. Complete and scan and email to our <a href=\"mailto: registrar@quintelacrosse.com\" target=\"_blank\" rel=\"noopener\">privacy officer</a>.</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/administration/admin-documentation/2019-season/offense-declaration-form.docx\" target=\"_blank\" rel=\"noopener\">Offense Declaration Form</a></p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"text clearfix\">\r\n<p class=\"\">The Ontario Lacrosse Association is in a partnership agreement with <a href=\"https://www.sterlingtalentsolutions.ca/about/about-us/\" target=\"_blank\" rel=\"noopener\">Sterling Backcheck</a> 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. </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Click on the link below to begin your background check:</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/administration/sterling-backcheck\" target=\"_blank\" rel=\"noopener\">https://ontariolacrosse.com/administration/sterling-backcheck</a></p>\r\n \r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.policesolutions.ca/checks/services/belleville/index.php\" target=\"_blank\" rel=\"noopener\">https://www.policesolutions.ca/checks/services/belleville/index.php</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-3 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-7 col-sm-7 col-xs-12\">\r\n<h2 class=\"color3-color\">The Quinte Bayhawks</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n<hr class=\"color3-color bg-hr\" style=\"border: 2px solid; margin-bottom: 25px; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-3 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-7 col-sm-7 col-xs-12\">\r\n<h2 class=\"color3-color\">The Quinte Bayhawks</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n<hr class=\"color3-color bg-hr\" style=\"border: 2px solid; margin-bottom: 25px; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-3 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 text-center align-column-center\">\r\n<p class=\"\" style=\"margin: 20px 0;\"><img class=\"bg-img bg-img-bevel alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12\">\r\n<h2 class=\"color3-color\">The Quinte Bayhawks</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n<hr class=\"color3-color bg-hr\" style=\"border: 2px solid; margin-bottom: 25px; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-3 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 text-center align-column-center\">\r\n<p class=\"\" style=\"margin: 20px 0;\"><img class=\"bg-img bg-img-bevel alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12\">\r\n<h2 class=\"color3-color\">The Quinte Bayhawks</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n<hr class=\"color3-color bg-hr\" style=\"border: 2px solid; margin-bottom: 25px; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\"><strong>For New Players</strong></h1>\r\n<p class=\"\">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.</p>\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 <a href=\"http://oshawalacrosse.ca/web/2012-10-13-21-54-31\">basic box lacrosse rules</a>.\r\n\r\nThe Canadian Lacrosse Association has developed a <a href=\"http://cla.pointstreaksites.com/files/uploaded_documents/357/Parents_2006_120607_standard.pdf\">Parents and New Player Guide</a>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 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 <a href=\"http://get.adobe.com/reader/\">Adobe Acrobat Reader</a> 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 <a href=\"http://www.probosslacrosse.com/\">The Lax Shack</a> since they specialize in lacrosse equipment and have very knowledgeable staff.Here is a great source of information for new players and parents: the <a href=\"http://cla.pointstreaksites.com/view/cla/about-42/online-resource-centre\">CLA Online Resource Centre</a>.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"color1-background-color color-1-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\n<h2 class=\"\">Sponsors</h2>\n<p class=\"\"> </p>\n\n</div>\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\n</div>\n<div class=\"row\" style=\"padding-bottom: 30px;\">\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\"></div>\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\n<p class=\"h2 color3-color\">Sponsor Name</p>\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n\n<div class=\"row\" style=\"padding-top: 25px;\">\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\n<p class=\"\"><img class=\"bg-img bg-img-hexagon wp-image-1880\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcropsfcd5307b7c9d5bf43f9d98728824ae7d.jpg\" width=\"125\" height=\"125\"></p>\n\n</div>\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\n<div>\n<p class=\"h4\" style=\"font-weight: bold;\">Contact Details</p>\n\n</div>\n</div>\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\n<div>\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Website</a></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"row\" style=\"padding-bottom: 30px;\">\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\"></div>\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\n<p class=\"h2 color3-color\">Sponsor Name</p>\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n\n<div class=\"row\" style=\"padding-top: 25px;\">\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\n<p class=\"\"><img class=\"bg-img bg-img-hexagon wp-image-1881\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcropsb830f3c7101478ecd5a15ab061fbef28.jpg\" width=\"125\" height=\"125\"></p>\n\n</div>\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\n<p class=\"h4\" style=\"font-weight: bold;\">Contact </p>\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\">Speaker</p>\n\n</div>\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\n<div>\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">website</a></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"row\" style=\"padding-bottom: 30px;\">\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\"></div>\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\n<p class=\"h2 color3-color\">Title of Presentation</p>\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\n\n<div class=\"row\" style=\"padding-top: 25px;\">\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\n<p class=\"\"><img class=\"bg-img bg-img-hexagon wp-image-1882\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw125h125fitcrops6511e5d9bd165075460aabb04727e2d1.jpg\" width=\"125\" height=\"125\"></p>\n\n</div>\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\n<p class=\"h4\" style=\"font-weight: bold;\">Clarence Day</p>\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\">Speaker</p>\n\n</div>\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\n<div>\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Website</a></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\"><strong>About the Oshawa Blue Knights City League</strong></h1>\r\n<p class=\"\">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.</p>\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 ‘<a href=\"http://cla.pointstreaksites.com/view/cla/about-42/lacrosseforlife\" target=\"_blank\" rel=\"noopener\">Lacrosse for Life</a>.’\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</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"color1-background-color color-1-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\r\n<h2 class=\"\">Sponsors</h2>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\"></div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Sponsor Name</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-hexagon alignnone wp-image-355 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/22_0_125_125_fa9accb-ccd9b579-ricochet64170800027-300x200.jpg\" alt=\"\" width=\"125\" height=\"125\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Contact Details</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\"></div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Sponsor Name</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-hexagon alignnone wp-image-356 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/stx-logo.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Contact Details</p>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\"></div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Sponsor Name</p>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-hexagon alignnone wp-image-357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Warrior-Lacrosse-Logo-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">Contact Details</p>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\" style=\"padding: 3em 1em 0em 1em;\">\r\n<h2 class=\"\" style=\"text-transform: uppercase;\">Welcome</h2>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-68 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/231_0_350_350_495635-3445a2e6-martinkay78161100017-1024x683.jpg\" alt=\"\" width=\"350\" height=\"350\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-195 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/170_0_350_349.488304094_4139eb45-3e676ad0-martinkay78161100016-1024x683.jpg\" alt=\"\" width=\"350\" height=\"349\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-196 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/0_134_350_350_1-6868622170_cd4a20aace_o-768x1152.jpg\" alt=\"\" width=\"350\" height=\"350\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 wow bounceInRight\" data-wow-duration=\"2s\" data-wow-delay=\"0s\">\r\n<div class=\"bg-box-flush bg-box\" style=\"z-index: 1; position: relative; margin-bottom: -50px;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">OUR Vision</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color5-background-color color-5-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Our CODE</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Mission StaTMENT</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin-top: 20px; text-align: right;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">THE TEAM</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Our Dedicated Team</h3>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9434\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Maggie Lewis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9435\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Linda Bass</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"66252\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Matt Davis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9437\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Alicia Moore</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9438\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Andy Miller</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9439\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Janet Clark</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-355 size-medium\" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/16_0_125_125_fa9accb-ccd9b579-ricochet64170800027-300x200.jpg\" alt=\"\" width=\"125\" height=\"125\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">REEBOK</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-356 \" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/stx-logo.png\" alt=\"\" width=\"139\" height=\"139\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">STX</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-357 \" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Warrior-Lacrosse-Logo-300x300.png\" alt=\"\" width=\"129\" height=\"130\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">WARRIOR</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1> </h1>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2019 Registration Fees</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Registration will open January 2019!</p>\r\n<p class=\"\">Below is the fee schedule based on division:</p>\r\n\r\n<table width=\"382\">\r\n<tbody>\r\n<tr>\r\n<td width=\"194\"><strong>Level/Years of Birth </strong></td>\r\n<td width=\"188\"><strong>2019 Lacrosse Fees </strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Soft Lacrosse 2015/2016</td>\r\n<td width=\"188\">$75</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Paperweight – 2013/2014</td>\r\n<td width=\"188\">$130</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Tyke – 2011/2012</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Novice -2009/2010</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">PeeWee – 2007/2008</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Bantam – 2005/2006</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Midget – 2003/2004</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td width=\"188\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>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.</p>\r\n<p class=\"\" style=\"text-align: center;\">Please review our refund policy: <a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\">QMLA Refund Policy 2019</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 20px;\">\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<p class=\"\"><a class=\"btn btn-block btn-rounded btn-color-4\" href=\"https://quintelacrosse.com/howtoregister/\">CLICK HERE TO REGISTER</a></p>\n\n</div>\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\n<p class=\"\"><a class=\"btn btn-block btn-rounded btn-color-4\" href=\"https://quintelacrosse.com/about-omla-house-league/\">RECREATIONAL LE</a><a class=\"btn btn-block btn-rounded btn-color-4\" style=\"font-family: Roboto; font-size: 14px; display: inline !important;\" href=\"https://quintelacrosse.com/about-omla-house-league/\">AGUE DETAILS</a><a class=\"btn btn-block btn-rounded btn-color-4\" href=\"https://quintelacrosse.com/about-omla-house-league/\"></a></p>\n\n</div>\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\n<p class=\"\"><a class=\"btn btn-block btn-rounded btn-color-4\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-association-covid-19-vaccination-policy-march-4.pdf\" target=\"_blank\" rel=\"noopener\">OLA VACCINATION POLICY</a></p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"mod-reset\"><img class=\"size-medium wp-image-5854 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/07/14A84731-054F-4F2B-A91C-F46C6F61FE3D-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"mod-beta\">\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\n<p class=\"\"> </p>\n<p class=\"\">[post_grid id=\"379\"]</p>\n\n</div>\n</div>\n</div>\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 75px;\">\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\n<div>\n\n[smartslider3 slider=4]\n\n</div>\n</div>\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em;\">\n<p class=\"\"><script async=\"\" defer=\"\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v4.0\"></script></p>\n\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"true\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\">\n<blockquote class=\"fb-xfbml-parse-ignore\" style=\"padding-bottom: 0.6em; margin-bottom: 49px;\" cite=\"https://www.facebook.com/quintelacrosse/\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a></blockquote>\n</div>\n<p class=\"\" style=\"margin-top: 10px;\"><a class=\"twitter-timeline\" style=\"background-color: #ffffff;\" href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-width=\"340\" data-height=\"600\" data-dnt=\"true\" data-theme=\"dark\" data-link-color=\"#9266CC\">Tweets by QuinteLacrosse</a> <script async=\"\" src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script> </p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\"></div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\"></div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\"></div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\"></div>\n</div>\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\n\n</div>\n</div>\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\n\n</div>\n</div>\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <i class=\"fa fa-facebook-square\" aria-hidden=\"true\"></i> <i class=\"fa fa-twitter-square\" aria-hidden=\"true\"></i> <i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"></i><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"></i></p>\n\n</div>\n</div>\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"aligncenter wp-image-4378\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div style=\"margin-top: 50px; margin-left: 50px;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-call_to_action-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -35px; padding: 3em; box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.75);\">\r\n<h1 class=\"\" style=\"text-transform: uppercase; margin-top: 10px; margin-bottom: 10px;\">QUINTE BAYHAWKS LACROSSE</h1>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"bg-hr-7 color-neutral-color bg-hr\" width=\"80%;\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 35px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"bg-box-flush bg-box-cover bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img alignnone wp-image-4125 size-medium\" style=\"margin-top: -20px; z-index: 1; position: relative; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_96_889_374_Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\" alt=\"\" width=\"889\" height=\"374\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -50px; padding: 5em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\"><img class=\"alignnone wp-image-4181 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\"><img class=\"alignnone wp-image-4342 \" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"60\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-about-6 boldgrid-section dynamic-gridblock\" style=\"background-image: url(\'http://quintelacrosse.com/wp-content/uploads/2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\'); background-size: cover; background-position: 50% 50%; margin: 0px; padding: 0em; width: auto;\" data-image-url=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding: 0em;\">\r\n<div class=\"col-md-5 col-sm-7 col-xs-12 text-center\">\r\n<div style=\"padding: 80px 5%;\" class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"h1 color5-color\" style=\"font-size: 4em;\">Welcome</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-5 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-about-6 boldgrid-section dynamic-gridblock\" style=\"background-image: url(\'http://quintelacrosse.com/wp-content/uploads/2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\'); background-size: cover; background-position: 50% 50%; margin: 0px; padding: 0em; width: auto;\" data-image-url=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-5 col-sm-7 col-xs-12 text-center\">\r\n<div style=\"padding: 80px 5%;\" class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\"><i class=\"fa fa-futbol-o\" style=\"font-size: 60px;\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n<h2 class=\"h1 color5-color\" style=\"font-size: 4em;\">Welcome</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-5 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-about-5 boldgrid-section dynamic-gridblock background-fixed\" style=\"width: auto; padding: 0em; margin: 0px; background-image: url(\'http://quintelacrosse.com/wp-content/uploads/2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\'); background-size: cover; background-position: 50% 50%;\" data-image-url=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-8 col-sm-6 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover color2-background-color color-2-text-contrast bg-background-color bg-box\" style=\"padding: 40px 20%;\">\r\n<h2 class=\"\" style=\"text-transform: uppercase;\">Welcome</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">THE TEAM</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Our Dedicated Team</h3>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9434\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>President</li>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9435\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Treasurer</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"66252\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9437\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>VP / Registrar</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9438\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9439\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\" style=\"padding: 3em 1em 0em; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">Welcome to the home of the Quinte Minor Lacrosse Association - where the youth of Quinte region learn and play Canada\'s National Summer Sport!</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">dddd</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 wow bounceInRight\" data-wow-duration=\"2s\" data-wow-delay=\"0s\">\r\n<div class=\"bg-box-flush bg-box\" style=\"z-index: 1; position: relative; margin-bottom: -50px;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">OUR Vision</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color5-background-color color-5-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Our CODE</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Mission StaTMENT</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin-top: 20px; text-align: right;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">THE TEAM</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Our Dedicated Team</h3>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9434\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Maggie Lewis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9435\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Linda Bass</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"66252\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Matt Davis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9437\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Alicia Moore</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9438\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Andy Miller</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9439\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Janet Clark</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-355 size-medium\" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/16_0_125_125_fa9accb-ccd9b579-ricochet64170800027-300x200.jpg\" alt=\"\" width=\"125\" height=\"125\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">REEBOK</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-356 \" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/stx-logo.png\" alt=\"\" width=\"139\" height=\"139\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">STX</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-357 \" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Warrior-Lacrosse-Logo-300x300.png\" alt=\"\" width=\"129\" height=\"130\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">WARRIORd</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\" style=\"padding: 3em 1em 0em 1em;\">\r\n<h2 class=\"\" style=\"text-transform: uppercase;\">Welcome</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 wow bounceInRight\" data-wow-duration=\"2s\" data-wow-delay=\"0s\">\r\n<div class=\"bg-box-flush bg-box\" style=\"z-index: 1; position: relative; margin-bottom: -50px;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 class=\"\" style=\"margin-top: 0; text-transform: uppercase;\">OUR Vision</h3>\r\n<p class=\"\"><strong>To foster a love of the game of lacrosse while building positive memories and friendships that will last a lifetime.</strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color5-background-color color-5-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Our CODE</h3>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Mission StaTMENT</h3>\r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"margin-top: 20px; text-align: right;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">THE TEAM</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Our Dedicated Team</h3>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9434\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>President</li>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9435\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Treasurer</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"66252\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9437\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>VP / Registrar</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9438\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9439\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\" style=\"padding: 3em 1em 0em 1em;\">\r\n<h2 class=\"\" style=\"text-transform: uppercase;\">Welcome</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 wow bounceInRight\" data-wow-duration=\"2s\" data-wow-delay=\"0s\">\r\n<div class=\"bg-box-flush bg-box\" style=\"z-index: 1; position: relative; margin-bottom: -50px;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 class=\"\" style=\"margin-top: 0; text-transform: uppercase;\">OUR Vision</h3>\r\n<p class=\"\"><strong>To foster a love of the game of lacrosse while building positive memories and friendships that will last a lifetime.</strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color5-background-color color-5-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Our CODE</h3>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Mission StaTMENT</h3>\r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"margin-top: 20px; text-align: right;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">THE TEAM</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Our Dedicated Team</h3>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9434\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Maggie Lewis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9435\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Linda Bass</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"66252\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Matt Davis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9437\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Alicia Moore</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9438\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Andy Miller</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9439\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Janet Clark</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-355 size-medium\" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/16_0_125_125_fa9accb-ccd9b579-ricochet64170800027-300x200.jpg\" alt=\"\" width=\"125\" height=\"125\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">REEBOK</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-356 \" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/stx-logo.png\" alt=\"\" width=\"139\" height=\"139\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">STX</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-357 \" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Warrior-Lacrosse-Logo-300x300.png\" alt=\"\" width=\"129\" height=\"130\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">WARRIOR</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\" style=\"padding: 3em 1em 0em 1em;\">\r\n<h2 class=\"\" style=\"text-transform: uppercase;\">Welcome</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.</p>\r\n<p class=\"\">The QMLA will provide both box (indoor) lacrosse and field lacrosse programs for boys and girls between the ages of 3 and 16.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 wow bounceInRight\" data-wow-duration=\"2s\" data-wow-delay=\"0s\">\r\n<div class=\"bg-box-flush bg-box\" style=\"z-index: 1; position: relative; margin-bottom: -50px;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">OUR Vision</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color5-background-color color-5-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Our CODE</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Mission StaTMENT</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin-top: 20px; text-align: right;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">THE TEAM</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Our Dedicated Team</h3>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9434\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Maggie Lewis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9435\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Linda Bass</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"66252\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Matt Davis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9437\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Alicia Moore</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9438\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Andy Miller</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9439\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Janet Clark</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-355 size-medium\" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/16_0_125_125_fa9accb-ccd9b579-ricochet64170800027-300x200.jpg\" alt=\"\" width=\"125\" height=\"125\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">REEBOK</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-356 \" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/stx-logo.png\" alt=\"\" width=\"139\" height=\"139\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">STX</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-357 \" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Warrior-Lacrosse-Logo-300x300.png\" alt=\"\" width=\"129\" height=\"130\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">WARRIOR</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\" style=\"padding: 3em 1em 0em 1em;\">\r\n<h2 class=\"\" style=\"text-transform: uppercase;\">Welcome</h2>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-68 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/231_0_350_350_495635-3445a2e6-martinkay78161100017-1024x683.jpg\" alt=\"\" width=\"350\" height=\"350\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-195 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/170_0_350_349.488304094_4139eb45-3e676ad0-martinkay78161100016-1024x683.jpg\" alt=\"\" width=\"350\" height=\"349\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"><img class=\"bg-img alignnone wp-image-196 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/0_134_350_350_1-6868622170_cd4a20aace_o-768x1152.jpg\" alt=\"\" width=\"350\" height=\"350\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-12 wow bounceInRight\" data-wow-duration=\"2s\" data-wow-delay=\"0s\">\r\n<div class=\"bg-box-flush bg-box\" style=\"z-index: 1; position: relative; margin-bottom: -50px;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">OUR Vision</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color5-background-color color-5-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Our CODE</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\" style=\"padding: 3em;\">\r\n<h3 style=\"margin-top: 0; text-transform: uppercase;\">Mission StaTMENT</h3>\r\n<p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eu dignissim tortor, sit amet bibendum lacus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\r\n<p class=\"\" style=\"margin-top: 20px; text-align: right;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">THE TEAM</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Our Dedicated Team</h3>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9434\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Maggie Lewis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9435\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Linda Bass</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"66252\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Matt Davis</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9437\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Alicia Moore</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9438\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Andy Miller</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9439\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Janet Clark</li>\r\n <li>(777) 765-4321</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-355 size-medium\" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/16_0_125_125_fa9accb-ccd9b579-ricochet64170800027-300x200.jpg\" alt=\"\" width=\"125\" height=\"125\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">REEBOK</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-356 \" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/stx-logo.png\" alt=\"\" width=\"139\" height=\"139\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">STX</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"><img class=\"shape circle bg-img alignnone wp-image-357 \" style=\"margin-top: -85px; margin-bottom: 20px; border: 2px solid #cecece;\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Warrior-Lacrosse-Logo-300x300.png\" alt=\"\" width=\"129\" height=\"130\"></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">WARRIOR</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\n<div class=\"entry-meta\">\n<div class=\"entry-category-links\"> </div>\n</div>\n<h1 class=\"\"> </h1>\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2022 Registration Fees</h1>\n<p class=\"\" style=\"text-align: center;\"> </p>\n\n</header>\n<div class=\"entry-content\">\n<p class=\"\">Registration fees for 2022 will be posted when available.</p>\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>For more information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">here</a>. You must also have a valid email address.</p>\n<p class=\"\" style=\"text-align: center;\">Please review our refund policy: <a href=\"https://quintelacrosse.com/omla-refund-cancellation-policy/\"> QMLA Refund Policy</a></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2022 Registration Fees</h1>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\">Registration fees for 2022 will be posted when available.</p>\r\n\r\n<table width=\"521\">\r\n<tbody>\r\n<tr>\r\n<td width=\"210\"><strong>Division (Birth Year)</strong></td>\r\n<td width=\"157\"><strong>Fee</strong></td>\r\n<td width=\"154\"> </td>\r\n</tr>\r\n<tr>\r\n<td>Soft Lacrosse (2018/2019)</td>\r\n<td>FREE!</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>Paperweight (2016/2017)</td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U9 (2014/2015)</td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U11 (2012/2013)</td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U13 (2010/2011)</td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U15 (2008/2009)</td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U17 (2006/2007)</td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>For more information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">here</a>. You must also have a valid email address.</p>\r\n<p class=\"\" style=\"text-align: center;\">Please review our refund policy: <a href=\"http://quintelacrosse.com/wp-content/uploads/2021/06/QMLA-Refund-Policy-2021-1.pdf\"> QMLA Refund Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2019 Registration Fees</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Registration will open January 2019!</p>\r\n<p class=\"\">Below are the fee schedule based on division:</p>\r\n\r\n<table width=\"382\">\r\n<tbody>\r\n<tr>\r\n<td width=\"194\"><strong>Level/Years of Birth </strong></td>\r\n<td width=\"188\"><strong>2019 Lacrosse Fees </strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Soft Lacrosse 2015/2016</td>\r\n<td width=\"188\">$75</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Paperweight – 2013/2014</td>\r\n<td width=\"188\">$130</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Tyke – 2011/2012</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Novice -2009/2010</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">PeeWee – 2007/2008</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Bantam – 2005/2006</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Midget – 2003/2004</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td width=\"188\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 18px; padding-bottom: 0px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"color5-background-color color-5-text-contrast bg-background-color tmpl-text-11 boldgrid-section dynamic-gridblock\">\n<div class=\"container-fluid\">\n<div class=\"row\" style=\"padding-top: 20px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\n<div class=\"col-md-10 col-sm-4 col-xs-12\" style=\"padding: 1em;\"><header class=\"entry-header\"></header>\n<div class=\"entry-content\">\n<h2 class=\"\" align=\"center\">QMLA Refund & Cancellation Policy</h2>\n<p class=\"\" align=\"center\">Updated February 26, 2022</p>\n<p class=\"\">Our refund / cancellation policy is as follows:</p>\n\n<ul class=\"\">\n <li><b>Prior</b> to April 8th 2022: Full Refund*</li>\n <li>From April 8th - April 22nd 2022: Full Refund*, less $35 admin fee</li>\n <li><b>After</b> April 22nd 2022: No Refund</li>\n</ul>\n<p class=\"\"><i>*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</i></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>','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','<div class=\"color5-background-color color-5-text-contrast bg-background-color tmpl-text-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-10 col-sm-4 col-xs-12\" style=\"padding: 1em;\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h2 class=\"\" align=\"center\">QMLA Refund & Cancellation Policy</h2>\r\n<p class=\"\" align=\"center\"><strong>CANCELLATION POLICY</strong></p>\r\n<p class=\"\" align=\"center\"><strong><u>PRE-SEASON</u></strong></p>\r\n<p class=\"\" align=\"center\">Registration Fee</p>\r\n<p align=\"center\">Less – 15%</p>\r\n<p class=\"\" align=\"center\"><strong><u>AFTER SEASON STARTS</u></strong></p>\r\n<p class=\"\" align=\"center\">Registration Fee</p>\r\n<p class=\"\" align=\"center\">Less – 15%</p>\r\n<p class=\"\" align=\"center\">Less – 10 % per week of house league past (no refunds after 2nd week of House League)</p>\r\n<p class=\"\" align=\"center\">There is a $10 NSF charge for any returned cheques.</p>\r\n<p class=\"\" align=\"center\">There is also a $25 Player Release Fee.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 0px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\n<div class=\"entry-content\">\n<p class=\"\"> </p>\n\n<h1 class=\"\"> </h1>\n<h1 class=\"\" style=\"text-align: center;\">OLA Release Procedures</h1>\n<p class=\"\"> </p>\n<strong>RELEASES</strong>\n<p class=\"\">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.</p>\n<p class=\"\">Please note:</p>\n\n<ul class=\"\">\n <li>When a release is granted the caliber of the player shall not enter the decision (MR3.07).</li>\n <li>Release requests cannot be submitted after May 1st of the current season (MR3.01).</li>\n <li>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).</li>\n <li>Any player who has not registered with their resident box association by the<strong> 3rd Sunday in March</strong> will be ineligable for a rep release (MR2.10)</li>\n</ul>\n<strong>HOW DO YOU APPLY FOR A RELEASE?</strong>\n<p class=\"\">The Player <u>must first be registered</u> (including payment) with QMLA. The Player or Parent/Guardian must complete section 1 of the Ontario Lacrosse Association (OLA) <a href=\"http://ontariolacrosse.com/content/pdf/ola_form/UPDATED%20Player%20Release%20Form.pdf\"><em>Release Request Form </em></a>and deliver it to the <a href=\"mailto:president@quintelacrosse.com\">QMLA President (Joe Fee)</a><a href=\"mailto:president@gloucester-lacrosse.com?subject=Release%20request\"></a>, with a copy also being sent to the <a href=\"mailto:olazone5director@gmail.com\">Zone 5 Director (Greg Rampley)</a>.</p>\n<p class=\"\"><strong>NEXT STEPS:</strong></p>\n<p class=\"\">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.</p>\n<p class=\"\">The QMLA has two options following the release hearing:</p>\n\n<ol class=\"\">\n <li>Approve the release and provide the applicant with the approved release form.</li>\n <li>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</li>\n</ol>\n<p class=\"\">If the release is denied by the QMLA:</p>\n\n<ul class=\"\">\n <li>You can appeal your release to the <a href=\"http://www.zone5lacrosse.com/docs/ZONE_5_RELEASE_PROCESS_OVERVIEW.pdf\">Zone 5 Release Committee</a> (there is an appeal fee).</li>\n <li>If the request is again denied the request can be taken to the OLA Appeals Committee (there is another fee for this).</li>\n <li>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.</li>\n</ul>\nIf the release is granted at any point:\n<ul>\n <li><strong>A refund will be given via the new SportzSoft online registration</strong> <strong>system</strong> 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.</li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n\r\n<h1 class=\"\" style=\"text-align: center;\">OLA Release Procedures</h1>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Player releases are only required for representative play. They are not required for recreational (house league) play.</p>\r\n<p class=\"\">Please send completed release requests to Joe Fee at quintelacrosse@gmail.com.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Only the information presented in section 1 will be considered. New reasons for release will not be entertained at appeal level(s).</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"><a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/2014-OLA-Release-Request-Form-Minor-Field.pdf\">OLA Release Request Form – Minor Field</a></p>\r\n<p class=\"\"><a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/UPDATED-Player-Release-Form.pdf\">OLA Release Request Form – Minor Box</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n\r\n<h1 class=\"\" style=\"text-align: center;\">OLA Release Procedures</h1>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Player releases are only required for representative play. They are not required for recreational (house league) play.</p>\r\n<p class=\"\">Please send completed release requests to Joe Fee at <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Only the information presented in section 1 will be considered. New reasons for release will not be entertained at appeal level(s).</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"><a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/2014-OLA-Release-Request-Form-Minor-Field.pdf\">OLA Release Request Form – Minor Field</a></p>\r\n<p class=\"\"><a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/UPDATED-Player-Release-Form.pdf\">OLA Release Request Form – Minor Box</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n\r\n<h1 class=\"\" style=\"text-align: center;\">OLA Release Procedures</h1>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Player releases are only required for representative play. They are not required for recreational (house league) play.</p>\r\n<p class=\"\">Please send completed release requests to Joe Fee at <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Only the information presented in section 1 will be considered. New reasons for release will not be entertained at appeal level(s).</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"><a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/2014-OLA-Release-Request-Form-Minor-Field.pdf\">OLA Release Request Form – Minor Field</a></p>\r\n<p class=\"\"><a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/UPDATED-Player-Release-Form.pdf\">OLA Release Request Form – Minor Box</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Police Background Check</h3>\r\n<p class=\"\"><strong>According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:</strong></p>\r\n<p class=\"\">\"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.\"</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">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 <a href=\"http://quintelacrosse.com/lacrosse-registration/\">SportzSoft</a> account profile.</p>\r\n<p class=\"\">For returning coaches, you do not require a new background check. Download the Offense Declaration Form below. Complete and scan and email to our <a href=\"mailto: registrar@quintelacrosse.com\" target=\"_blank\" rel=\"noopener\">privacy officer</a>.</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/administration/admin-documentation/2019-season/offense-declaration-form.docx\" target=\"_blank\" rel=\"noopener\">Offense Declaration Form</a></p>\r\n<p class=\"\">If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it here.</p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"text clearfix\">\r\n<p class=\"\">The Ontario Lacrosse Association is in a partnership agreement with <a href=\"https://www.sterlingtalentsolutions.ca/about/about-us/\" target=\"_blank\" rel=\"noopener\">Sterling Backcheck</a> 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. </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Click on the link below to begin your background check:</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/administration/sterling-backcheck\" target=\"_blank\" rel=\"noopener\">https://ontariolacrosse.com/administration/sterling-backcheck</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Alternatively, you can obtain a background check through the police service serving your jurisdiction:</p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.policesolutions.ca/checks/services/belleville/index.php\" target=\"_blank\" rel=\"noopener\">https://www.policesolutions.ca/checks/services/belleville/index.php</a></p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.opp.ca/index.php?id=115&entryid=56a1276d8f94acdb5824a3d7\" target=\"_blank\" rel=\"noopener\">OPP Criminal Record Checks and Police Checks</a></p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Police Background Check (Vulnerable Sector Check)</h3>\r\n<p class=\"\"><strong>According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:</strong></p>\r\n<p class=\"\">\"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.\"</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">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 <a href=\"http://quintelacrosse.com/lacrosse-registration/\">SportzSoft</a> account profile.</p>\r\n<p class=\"\">For returning coaches, you do not require a new background check. Download the Offense Declaration Form below. Complete and scan and email to our <a href=\"mailto: registrar@quintelacrosse.com\" target=\"_blank\" rel=\"noopener\">privacy officer</a>.</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/administration/admin-documentation/2019-season/offense-declaration-form.docx\" target=\"_blank\" rel=\"noopener\">Offense Declaration Form</a></p>\r\n<p class=\"\">If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it here.</p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"text clearfix\">\r\n<p class=\"\">The Ontario Lacrosse Association is in a partnership agreement with <a href=\"https://www.sterlingtalentsolutions.ca/about/about-us/\" target=\"_blank\" rel=\"noopener\">Sterling Backcheck</a> 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. </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Click on the link below to begin your background check:</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/administration/sterling-backcheck\" target=\"_blank\" rel=\"noopener\">https://ontariolacrosse.com/administration/sterling-backcheck</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Alternatively, you can obtain a background check through the police service serving your jurisdiction:</p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.policesolutions.ca/checks/services/belleville/index.php\" target=\"_blank\" rel=\"noopener\">https://www.policesolutions.ca/checks/services/belleville/index.php</a></p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.opp.ca/index.php?id=115&entryid=56a1276d8f94acdb5824a3d7\" target=\"_blank\" rel=\"noopener\">OPP Criminal Record Checks and Police Checks</a></p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Police Background Check (Vulnerable Sector Check)</h3>\r\n<p class=\"\"><strong>According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:</strong></p>\r\n<p class=\"\">\"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.\"</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">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 <a href=\"http://quintelacrosse.com/lacrosse-registration/\">SportzSoft</a> account profile.</p>\r\n<p class=\"\">For returning coaches, you do not require a new background check. Download the Offense Declaration Form below. Complete and scan and email to our <a href=\"mailto: registrar@quintelacrosse.com\" target=\"_blank\" rel=\"noopener\">privacy officer</a>.</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/administration/admin-documentation/2019-season/offense-declaration-form.docx\" target=\"_blank\" rel=\"noopener\">Offense Declaration Form</a></p>\r\n<p class=\"\">If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it <a href=\"http://quintelacrosse.com/wp-content/uploads/2019/02/Volunteer-CRC-Letter-2019.pdf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"text clearfix\">\r\n<p class=\"\">The Ontario Lacrosse Association is in a partnership agreement with <a href=\"https://www.sterlingtalentsolutions.ca/about/about-us/\" target=\"_blank\" rel=\"noopener\">Sterling Backcheck</a> 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. </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Click on the link below to begin your background check:</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/administration/sterling-backcheck\" target=\"_blank\" rel=\"noopener\">https://ontariolacrosse.com/administration/sterling-backcheck</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Alternatively, you can obtain a background check through the police service serving your jurisdiction:</p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.policesolutions.ca/checks/services/belleville/index.php\" target=\"_blank\" rel=\"noopener\">https://www.policesolutions.ca/checks/services/belleville/index.php</a></p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.opp.ca/index.php?id=115&entryid=56a1276d8f94acdb5824a3d7\" target=\"_blank\" rel=\"noopener\">OPP Criminal Record Checks and Police Checks</a></p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-schedule-5 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\n<p class=\"\"> </p>\n<p class=\"color2-color\" style=\"font-size: 19px;\">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</p>\n\n<h2 class=\"\">2019 League Sponsors</h2>\n</div>\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\n</div>\n<div class=\"row\" style=\"padding-bottom: 30px;\">\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\n\n</div>\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\n<p class=\"h2 color3-color\">Quinte Mat Rentals</p>\n\n<div class=\"row\" style=\"padding-top: 25px;\">\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\n<div></div>\n</div>\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\n<p class=\"h4\" style=\"font-weight: bold;\"> </p>\n\n</div>\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\n<div>\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"http://quintematrentals.com/\">Website</a></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"row\" style=\"padding-bottom: 30px;\">\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center color1-background-color color-1-text-contrast bg-background-color\" style=\"padding: 1em;\">\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4342\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"175\" height=\"107\"></p>\n\n</div>\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\n<p class=\"h2 color3-color\">KKP Belleville Design and Print Solutions</p>\n\n<div class=\"row current-edit-as-row\" style=\"padding-top: 25px;\">\n<div class=\"col-md-3 col-sm-2 col-xs-5\">\n<div>\n<h4 class=\"\" style=\"font-size: 14px;\">280 Coleman Street\nSuite 500\nBelleville, Ontario\nK8P 3H7</h4>\n</div>\n</div>\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\n<div>\n<h5 class=\"h4\" style=\"font-weight: bold;\">Tel: <span class=\"loc_phone\"><a class=\"\" href=\"tel:613-966-5974\">613-966-5974</a></span>\nToll Free: <span class=\"loc_phonel\"><a class=\"\" href=\"tel:866-779-3066\">866-779-3066</a></span>\nFax: 613-966-7933\n<a class=\"\" href=\"mailto:info@belleville.kkpcanada.ca\">info@belleville.kkpcanada.ca</a></h5>\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\n\n</div>\n</div>\n<div class=\"col-md-6 col-sm-7 col-xs-12 text-right\">\n<div>\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\">website</a></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"row\" style=\"padding-bottom: 30px;\">\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4378\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"256\" height=\"253\"></p>\n\n</div>\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\n<p class=\"h2 color3-color\">TaskForce Engineering</p>\n\n<div class=\"row\" style=\"padding-top: 25px;\">\n<div class=\"col-md-3 col-sm-2 col-xs-5\">\n<div>\n<h4 class=\"\" style=\"font-size: 14px;\">24 Newberry Street, Suite 201\nBelleville, Ontario K8N 3N3</h4>\n</div>\n</div>\n<div class=\"col-md-4 col-sm-3 col-xs-7\">\n<div>\n<h5 class=\"h4\" style=\"font-weight: bold;\">Tel: <span class=\"loc_phone\"><a class=\"\" href=\"tel:613-966-5974\">613-966-5600</a></span>\nFax: 613-966-5701\n<a class=\"\" href=\"mailto:generalmail@taskforce-eng.com\" target=\"_blank\" rel=\"noopener noreferrer\">generalmail@taskforce-eng.com</a></h5>\n<div>\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\n\n</div>\n</div>\n</div>\n<div class=\"col-md-5 col-sm-7 col-xs-12 text-right\">\n<div>\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"https://www.taskforce-eng.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','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','<div class=\"color1-background-color color-1-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\r\n<h2 class=\"\">Sponsors</h2>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Quinte Mat Rentals</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Contact Details</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"http://quintematrentals.com/\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\"></div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Sponsor Name</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Contact Details</p>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\"></div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Sponsor Name</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">Contact Details</p>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">House League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">House league days of play will be announced once arena times have been confirmed.</p>\r\n<p class=\"\" style=\"text-align: center;\">Peanut – \r\nPaperweight – \r\nTyke – <span class=\"text_exposed_show\">\r\nNovice – \r\nPeewee – \r\nSenior League – </span></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\n<div class=\"entry-content\">\n<h1 class=\"\" style=\"text-align: center;\"><strong>Why Play Lacrosse?</strong></h1>\n<p class=\"\"> </p>\n<p class=\"\">At Quinte Minor Lacrosse, you’ll find many players and parents who are fanatical about the sport. Here are a few reasons why…</p>\n\n<h2 class=\"\">Fun</h2>\n<p class=\"\">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.</p>\n\n<h2 class=\"\">Fitness</h2>\n<p class=\"\">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.</p>\n<p class=\"\">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.</p>\n\n<h2 class=\"\">Teamwork</h2>\n<p class=\"\">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.</p>\n<p class=\"\">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.</p>\n\n<h2>Cross Training</h2>\n<p class=\"\">The promotion of speed, stamina, sportsmanship and team play in lacrosse provides excellent cross-training for other sports like hockey, basketball and soccer.</p>\n<p class=\"\">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! </p>\n\n<h4 class=\"\">HOCKEY PLAYERS BENEFIT FROM LACROSSE:</h4>\n<ul class=\"\">\n <li>stick handling creativity</li>\n <li>creativity in tight areas</li>\n <li>creativity of fakes, back passes and shots</li>\n <li>use of both hands</li>\n <li>reading the play offensively</li>\n <li>strong, dynamic defensive tactics</li>\n <li>builds up strength and endurance</li>\n <li>prevents sport burn-out by playing a new, fast-paced sport</li>\n <li>increases hand-eye coordination</li>\n <li>teaches players to be more aware of their surroundings</li>\n <li>reinforces the importance of quickness and agility around the net</li>\n <li>leadership skills</li>\n <li>scoring skills are honed by shooting at smaller targets and picking corners</li>\n</ul>\n</div>\n</div>\n<div class=\"col-md-6 col-sm-12 col-xs-12 added-element\">\n\n \n\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\"><strong>For New Players</strong></h1>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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 <a href=\"http://oshawalacrosse.ca/web/2012-10-13-21-54-31\">basic box lacrosse rules</a>.</p>\r\n<p class=\"\">The Canadian Lacrosse Association has developed a <a href=\"http://cla.pointstreaksites.com/files/uploaded_documents/357/Parents_2006_120607_standard.pdf\">Parents and New Player Guide </a>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 <a href=\"http://get.adobe.com/reader/\">Adobe Acrobat Reader </a>to view it)</p>\r\n<p class=\"\">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 <a href=\"http://cla.pointstreaksites.com/view/cla/about-42/online-resource-centre\">CLA Online Resource Centre</a>.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\"><strong>For New Players</strong></h1>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">The Canadian Lacrosse Association has developed a <a href=\"http://cla.pointstreaksites.com/files/uploaded_documents/357/Parents_2006_120607_standard.pdf\">Parents and New Player Guide</a>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 <a href=\"http://get.adobe.com/reader/\">Adobe Acrobat Reader</a>to view it)</p>\r\n<p class=\"\">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 <a href=\"http://cla.pointstreaksites.com/view/cla/about-42/online-resource-centre\">CLA Online Resource Centre</a>.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 1px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<h1 class=\"\"> </h1>\n<h1 class=\"\" style=\"text-align: center;\">Register Here!</h1>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\"></div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\"></div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-bottom: 45px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\n</iframe></div>\n<div></div>\n</div>\n</div>\n</div>\n</div>','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','<iframe width=\"1120\" height=\"630\" src=\"https://www.youtube.com/embed/5LxGNTTxPis?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-team-8 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Joe Fee</h4>\r\n<h5>President</h5>\r\n<a href=\"mailto:president@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Abby Leavitt</h4>\r\n<h5>VP / Registrar</h5>\r\n<a href=\"mailto:registrar@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Melissa Cybulskie</h4>\r\n<h5>Referee-in-Chief</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Victoria Black</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Chad Grubb</h4>\r\n<h5>Sponsorship / Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Chris Brinklow</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Katie Caslick</h4>\r\n<h5>Social Media / Fundraising</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-3 boldgrid-section dynamic-gridblock\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-5 col-sm-5 col-xs-12 text-center align-column-center\">\n<p class=\"\" style=\"margin: 20px 0;\"><img class=\"bg-img bg-img-bevel alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\n\n</div>\n<div class=\"col-md-7 col-sm-7 col-xs-12\">\n<h2 class=\"color3-color\">The Quinte Bayhawks</h2>\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div>\n\n<hr class=\"color3-color bg-hr\" style=\"border: 2px solid; margin-bottom: 25px; margin-left: 0px;\" width=\"25%\">\n\n</div>\n</div>\n</div>\n<p class=\"\">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.</p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-bottom: 0px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\n<h1 class=\"\"> </h1>\n<div class=\"entry-content\">\n<h1 class=\"\" style=\"text-align: center;\"><span style=\"color: #585eaa;\">2022 Recreational League Days of Play</span></h1>\n<p class=\"\" style=\"text-align: center;\"> </p>\n<p class=\"\" style=\"text-align: center;\"> </p>\n<p class=\"\" style=\"text-align: center;\">Below are the days of the week and times that each division will play. All dates, times and locations are subject to change.</p>\n<p class=\"\" style=\"text-align: center;\"><span style=\"text-decoration: underline;\">NOTE</span>: There is no lacrosse on the May long weekend! (Friday May 20th to Monday May 23rd)</p>\n<p class=\"\"> </p>\n<p class=\"\">[table id=1 /]</p>\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">House League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">House league days of play will be announced once arena times have been confirmed.</p>\r\n<p class=\"\" style=\"text-align: center;\">Peanut – \r\nPaperweight – \r\nTyke – <span class=\"text_exposed_show\">\r\nNovice – \r\nPeewee – \r\nBantam –\r\nMidget - </span></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2021 Recreational League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">***UPDATED MARCH 29th 2021***</p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Below are the days of the week and times that each division will play. All dates, times and locations are subject to change.</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Regular Floor Times (all at QSWC unless otherwise noted on schedule)</span>:</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Soft Lacrosse (2017/2018) Saturdays, 9:30-10:05am, QSWC, May 1st - June 12th (no lacrosse May 22nd)</span>\r\n<span style=\"color: #333399;\">Paperweight (2015/2016) Saturdays, 10:20-11:00am, QSWC, May 1st - June 12th (no lacrosse May 22nd)</span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">U9 (2013/2014) Sundays, 2:00-3:00pm, QSWC, May 2nd - June 12th (no lacrosse May 23rd)<span class=\"text_exposed_show\">\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\n</span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">U15 (2007/2008) Fridays, 7:00-8:00pm, QSWC, April 30th - June12th (no lacrosse May 21st)\r\n</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">The first week of the schedule will be a development session with experienced instructors.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">U9 Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U9 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U9 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n[Best_Wordpress_Gallery id=\"5\" gal_title=\"All images\"]\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2022/02/2022-QMLA-Sponsorship-Information.pdf\"><img class=\"alignnone size-medium wp-image-5302 bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 3</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 4</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\">Tyke Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Tyke House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Tyke Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Tyke Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Tyke House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/tyke-1-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Tyke House League</h2>\r\n<h4 class=\"\">2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Tyke Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 1</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 3</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 2</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 4</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\" \"http://www.w3.org/TR/REC-html40/loose.dtd\">\n<html><body><div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Group Fitness Sessions</h2>\r\n<h4>Let Us Motivate You to Your Goals</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/031a606-a26ee4dd-ammentorp140100013.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|landscape\" width=\"450\" class=\"wp-image-67\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/ad21ec75-e9a41a68-vadymvdrobot150400870.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" class=\"wp-image-68\"></p>\r\n<p class=\"mod-img\"><img src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/74994449-d59106eb-annotee150200006.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" class=\"wp-image-69\"></p>\r\n<p class=\"mod-img\"><img src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/a02c3692-c04b2dff-undrey150400263.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" class=\"wp-image-70\"></p>\r\n\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Classes</h2>\r\n<h4>Are you interested in learning more about one of our classes? Check out a few of our popular classes below.</h4>\r\n</div>\r\n</div></div></div>\r\n\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div></div></div>\r\n\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-user\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Mind and Body</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-chain-broken\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Strength Training</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-heartbeat\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Cardio and Dance</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-bicycle\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Cycling</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-child\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Zumba</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-2x fa-star\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Barre Classes</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div></div></div></body></html>\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','<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"bg-font-family-alt bg-text-fx bg-text-fx-closeheavy\" style=\"text-align: center; color: #8224e3; font-size: 28px;\">QUINTE WINTER LACROSSE SCHOOL</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">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!</p>\r\n<p class=\"\">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</p>\r\n<p class=\"\">Register now! Limited spots are available.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4948\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Nationwide-Logo.jpg\" alt=\"\" width=\"215\" height=\"52\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"><img class=\"wp-image-52 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"190\" height=\"190\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">SHAWN EVANS</h3>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h3>TURNER EVANS</h3>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<ul class=\"\">\r\n <li>2x National Lacrosse Leauge MVP</li>\r\n <li>2x World Indoor Lacrosse Gold Medal</li>\r\n <li>7x Mann Cup champion</li>\r\n <li>Current member of NLL Rochester Knightawks</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<ul class=\"\">\r\n <li>10th overall selection 2015 NLL draft</li>\r\n <li>3x Mann Cup champion</li>\r\n <li>NCAA Division 1 at Ohio State University</li>\r\n <li>Current member of NLL Rochester Knighthawks</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 1px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Register Here!</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1> </h1>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2019 Registration Fees</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Registration will open January 2019!</p>\r\n<p class=\"\">Below are the fee schedule based on division:</p>\r\n\r\n<table width=\"382\">\r\n<tbody>\r\n<tr>\r\n<td width=\"194\"><strong>Level/Years of Birth </strong></td>\r\n<td width=\"188\"><strong>2019 Lacrosse Fees </strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Soft Lacrosse 2015/2016</td>\r\n<td width=\"188\">$75</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Paperweight – 2013/2014</td>\r\n<td width=\"188\">$130</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Tyke – 2011/2012</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Novice -2009/2010</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">PeeWee – 2007/2008</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Bantam – 2005/2006</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Midget – 2003/2004</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td width=\"188\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 5px; padding-bottom: 15px;\">\r\n<div class=\"col-md-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color5-background-color color-5-text-contrast bg-background-color tmpl-text-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-10 col-sm-4 col-xs-12\" style=\"padding: 1em;\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h2 class=\"\" align=\"center\">QMLA Refund & Cancellation Policy</h2>\r\n<p class=\"\" align=\"center\"><strong>CANCELLATION POLICY</strong></p>\r\n<p class=\"\" align=\"center\"><strong><u>PRE-SEASON</u></strong></p>\r\n<p class=\"\" align=\"center\">Registration Fee</p>\r\n<p align=\"center\">Less – 15%</p>\r\n<p class=\"\" align=\"center\"><strong><u>AFTER SEASON STARTS</u></strong></p>\r\n<p class=\"\" align=\"center\">Registration Fee</p>\r\n<p class=\"\" align=\"center\">Less – 15%</p>\r\n<p class=\"\" align=\"center\">Less – 10 % per week of house league past (no refunds after 2nd week of House League)</p>\r\n<p class=\"\" align=\"center\">There is a $10 NSF charge for any returned cheques.</p>\r\n<p class=\"\" align=\"center\">There is also a $25 Player Release Fee.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color5-background-color color-5-text-contrast bg-background-color tmpl-text-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-10 col-sm-4 col-xs-12\" style=\"padding: 1em;\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h2 class=\"\" align=\"center\">QMLA Refund & Cancellation Policy</h2>\r\n<p class=\"\" align=\"center\"><strong>CANCELLATION POLICY</strong></p>\r\n<p class=\"\" align=\"center\"><strong><u>PRE-SEASON</u></strong></p>\r\n<p class=\"\" align=\"center\">Registration Fee</p>\r\n<p align=\"center\">Less – 15%</p>\r\n<p class=\"\" align=\"center\"><strong><u>AFTER SEASON STARTS</u></strong></p>\r\n<p class=\"\" align=\"center\">Registration Fee</p>\r\n<p class=\"\" align=\"center\">Less – 15%</p>\r\n<p class=\"\" align=\"center\">Less – 10 % per week of house league past (no refunds after 2nd week of House League)</p>\r\n<p class=\"\" align=\"center\">There is a $10 NSF charge for any returned cheques.</p>\r\n<p class=\"\" align=\"center\">There is also a $25 Player Release Fee.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 18px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color5-background-color color-5-text-contrast bg-background-color tmpl-text-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-10 col-sm-4 col-xs-12\" style=\"padding: 1em;\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h2 class=\"\" align=\"center\">QMLA Refund & Cancellation Policy</h2>\r\n<p class=\"\" align=\"center\"><strong>CANCELLATION POLICY</strong></p>\r\n<p class=\"\" align=\"center\"><strong><u>PRE-SEASON</u></strong></p>\r\n<p class=\"\" align=\"center\">Registration Fee</p>\r\n<p align=\"center\">Less – 15%</p>\r\n<p class=\"\" align=\"center\"><strong><u>AFTER SEASON STARTS</u></strong></p>\r\n<p class=\"\" align=\"center\">Registration Fee</p>\r\n<p class=\"\" align=\"center\">Less – 15%</p>\r\n<p class=\"\" align=\"center\">Less – 10 % per week of house league past (no refunds after 2nd week of House League)</p>\r\n<p class=\"\" align=\"center\">There is a $10 NSF charge for any returned cheques.</p>\r\n<p class=\"\" align=\"center\">There is also a $25 Player Release Fee.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">OLA Release Procedures</h1>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Player releases are only required for representative play. They are not required for recreational (house league) play.</p>\r\n<p class=\"\">Please send completed release requests to Joe Fee at <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Only the information presented in section 1 will be considered. New reasons for release will not be entertained at appeal level(s).</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"><a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/2014-OLA-Release-Request-Form-Minor-Field.pdf\">OLA Release Request Form – Minor Field</a></p>\r\n<p class=\"\"><a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/UPDATED-Player-Release-Form.pdf\">OLA Release Request Form – Minor Box</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">OLA Criminal Check Policy</h1>\r\n \r\n<p class=\"\">See attached for the policy. All peoples volunteering MUST abide this policy.</p>\r\n<p class=\"\"><a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/2015OLACriminalRecordChecks.pdf\">Criminal Record Check Policy</a></p>\r\n<a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/OLA-Offence-Declaration.pdf\">OLA Offence Declaration</a> – If you have your CRC completed, you need this every year after\r\n\r\n<a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/2018-CIR-Letter.pdf\">2018 CIR Letter</a> – This will get you your CRC Check for $20\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">House League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">House league days of play will be announced once arena times have been confirmed.</p>\r\n<p class=\"\" style=\"text-align: center;\">Peanut – \r\nPaperweight – \r\nTyke – <span class=\"text_exposed_show\">\r\nNovice – \r\nPeewee – \r\nBantam –\r\nMidget - </span></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\"><strong>For New Players</strong></h1>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">The Canadian Lacrosse Association has developed a <a href=\"http://cla.pointstreaksites.com/files/uploaded_documents/357/Parents_2006_120607_standard.pdf\">Parents and New Player Guide</a>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 <a href=\"http://get.adobe.com/reader/\">Adobe Acrobat Reader</a>to view it)</p>\r\n<p class=\"\">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 <a href=\"http://cla.pointstreaksites.com/view/cla/about-42/online-resource-centre\">CLA Online Resource Centre</a>.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA House League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Tyke Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Tyke House League</h2>\r\n<h4 class=\"\">2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Tyke Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 1</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 3</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 2</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 4</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Representative</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"text-center\">Show Your Pride With Quinte Bayhawks Apparel!</h2>\r\n<p class=\"text-center\">T-shirts, long sleeves, hoodies, hats, and more. Get yours now!.</p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5041 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_229_450_283.630289532_1574194114-fullback_hat-898x1024.jpg\" alt=\"\" width=\"450\" height=\"283\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5042 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_170_450_300.5859375_1574194213-trucker_hat-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5045 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/105_0_724.516218081_848_1574194939-board_toque.jpg\" alt=\"\" width=\"724\" height=\"848\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5036 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_0_450_513.140311804_1574192832-purple_ls_performance-898x1024.jpg\" alt=\"\" width=\"450\" height=\"513\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5044 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_126_450_424.175824176_1574194771-workout_bundle_t-819x1024.jpg\" alt=\"\" width=\"450\" height=\"424\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5034 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_96_450_453.292682927_1574192306-purple_performance_shirt-820x1024.jpg\" alt=\"\" width=\"450\" height=\"453\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5038 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_85_450_442.857142857_1574193467-purple_polo-819x1024.jpg\" alt=\"\" width=\"450\" height=\"442\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5040 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/81_0_616.225585938_847_1574193887-vintage_performance_hoodie-898x1024.jpg\" alt=\"\" width=\"616\" height=\"847\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5039 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_0_450_513.140311804_1574193654-adult_vintage_hoodie-898x1024.jpg\" alt=\"\" width=\"450\" height=\"513\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5043 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/46_33_623.070635721_847_1574194488-under_armour_quarter_zip-819x1024.jpg\" alt=\"\" width=\"623\" height=\"847\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\"> </h2>\r\n<h2 class=\"text-center\">Show Your Pride With Quinte Bayhawks Apparel!</h2>\r\n<p class=\"text-center\">T-shirts, long sleeves, hoodies, hats, and more. Get yours now!\r\n(some items available in other colours - see store for details)</p>\r\n<p class=\"\" style=\"text-align: center;\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"https://imprintedapparelstore.com/QL\" target=\"_blank\" rel=\"noopener noreferrer\">CLICK HERE TO GO TO STORE</a></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"text-decoration: underline;\">IMPORTANT NOTE\r\n</span></p>\r\n<p class=\"\" style=\"font-weight: 400;\">For all orders placed up to December 6<sup>th</sup>, 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”</p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"text-decoration: underline;\"> </span></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5041 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_229_450_283.630289532_1574194114-fullback_hat-898x1024.jpg\" alt=\"\" width=\"450\" height=\"283\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5042 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_170_450_300.5859375_1574194213-trucker_hat-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5045 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/105_0_724.516218081_848_1574194939-board_toque.jpg\" alt=\"\" width=\"724\" height=\"848\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-5037\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574193161-purple_ls_cotton_t.jpg\" alt=\"\" width=\"1897\" height=\"2163\"><img class=\"alignnone size-full wp-image-5046\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574195115-pompom_toque.jpg\" alt=\"\" width=\"1384\" height=\"1385\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5036 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_0_450_513.140311804_1574192832-purple_ls_performance-898x1024.jpg\" alt=\"\" width=\"450\" height=\"513\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5044 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_126_450_424.175824176_1574194771-workout_bundle_t-819x1024.jpg\" alt=\"\" width=\"450\" height=\"424\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5034 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_96_450_453.292682927_1574192306-purple_performance_shirt-820x1024.jpg\" alt=\"\" width=\"450\" height=\"453\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5038 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_85_450_442.857142857_1574193467-purple_polo-819x1024.jpg\" alt=\"\" width=\"450\" height=\"442\" data-imhwpb-built-photo-search=\"65|landscape\"><img class=\"alignnone size-full wp-image-5047\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574195263-lacrosse_bag.jpg\" alt=\"\" width=\"2346\" height=\"1035\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5040 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/81_0_616.225585938_847_1574193887-vintage_performance_hoodie-898x1024.jpg\" alt=\"\" width=\"616\" height=\"847\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5039 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_0_450_513.140311804_1574193654-adult_vintage_hoodie-898x1024.jpg\" alt=\"\" width=\"450\" height=\"513\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5043 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/46_33_623.070635721_847_1574194488-under_armour_quarter_zip-819x1024.jpg\" alt=\"\" width=\"623\" height=\"847\" data-imhwpb-built-photo-search=\"65|landscape\"><img class=\"alignnone size-full wp-image-5035\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574192583-grey_cotton_t.jpg\" alt=\"\" width=\"1518\" height=\"1730\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\"> </h2>\r\n<h2 class=\"text-center\">Show Your Pride With Quinte Bayhawks Apparel!</h2>\r\n<p class=\"text-center\">T-shirts, long sleeves, hoodies, hats, and more. Get yours now!\r\n(some items available in other colours - see store for details)</p>\r\n<p class=\"\" style=\"text-align: center;\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"https://imprintedapparelstore.com/QL\" target=\"_blank\" rel=\"noopener noreferrer\">CLICK HERE TO GO TO STORE</a></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"text-decoration: underline;\">IMPORTANT NOTE FOR CHRISTMAS ORDERS\r\n</span></p>\r\n<p class=\"\" style=\"font-weight: 400;\">For all orders placed up to December 6<sup>th</sup>, 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”</p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"text-decoration: underline;\"> </span></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5041 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_229_450_283.630289532_1574194114-fullback_hat-898x1024.jpg\" alt=\"\" width=\"450\" height=\"283\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5042 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_170_450_300.5859375_1574194213-trucker_hat-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5045 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/105_0_724.516218081_848_1574194939-board_toque.jpg\" alt=\"\" width=\"724\" height=\"848\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-5037\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574193161-purple_ls_cotton_t.jpg\" alt=\"\" width=\"1897\" height=\"2163\"><img class=\"alignnone size-full wp-image-5046\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574195115-pompom_toque.jpg\" alt=\"\" width=\"1384\" height=\"1385\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5036 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_0_450_513.140311804_1574192832-purple_ls_performance-898x1024.jpg\" alt=\"\" width=\"450\" height=\"513\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5044 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_126_450_424.175824176_1574194771-workout_bundle_t-819x1024.jpg\" alt=\"\" width=\"450\" height=\"424\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5034 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_96_450_453.292682927_1574192306-purple_performance_shirt-820x1024.jpg\" alt=\"\" width=\"450\" height=\"453\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5038 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_85_450_442.857142857_1574193467-purple_polo-819x1024.jpg\" alt=\"\" width=\"450\" height=\"442\" data-imhwpb-built-photo-search=\"65|landscape\"><img class=\"alignnone size-full wp-image-5047\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574195263-lacrosse_bag.jpg\" alt=\"\" width=\"2346\" height=\"1035\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5040 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/81_0_616.225585938_847_1574193887-vintage_performance_hoodie-898x1024.jpg\" alt=\"\" width=\"616\" height=\"847\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5039 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_0_450_513.140311804_1574193654-adult_vintage_hoodie-898x1024.jpg\" alt=\"\" width=\"450\" height=\"513\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5043 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/46_33_623.070635721_847_1574194488-under_armour_quarter_zip-819x1024.jpg\" alt=\"\" width=\"623\" height=\"847\" data-imhwpb-built-photo-search=\"65|landscape\"><img class=\"alignnone size-full wp-image-5035\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574192583-grey_cotton_t.jpg\" alt=\"\" width=\"1518\" height=\"1730\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 16px;\">\r\n<div class=\"col-md-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color1-background-color color-1-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\r\n<h2 class=\"\">Sponsors</h2>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\"></div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Sponsor Name</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Contact Details</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\"></div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Sponsor Name</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Contact Details</p>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\"></div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Sponsor Name</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">Contact Details</p>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 1px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Register Here!</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-1 boldgrid-section dynamic-gridblock\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n<div class=\"row\">\n<div class=\"col-md-4 col-sm-4 col-xs-12 text-center align-column-top\">\n<p class=\"\" style=\"margin: 20px 0px;\"><img class=\"bg-img alignnone wp-image-4227 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-1-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\"></p>\n\n</div>\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\n<h2 class=\"\">Paperweight Division 3v3 Mini-Game Lacrosse</h2>\n<p class=\"\">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!</p>\n<p class=\"\"><span style=\"text-decoration: underline;\">Equipment Required</span>:\nHelmet\nGloves\nMouthguard\nLacrosse Stick\nRunning Shoes</p>\n<p class=\"\"><span style=\"text-decoration: underline;\">2022 Dates</span></p>\n<p class=\"\">Saturdays, April 23rd to June 25th, 9:00am - 1:00am</p>\nEarly Bird Rate (until March 27th): $165\n<p class=\"\">Regular Rate (March 28th to April 9th): $190</p>\n<p class=\"\"><strong>For information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">HERE</a></strong></p>\n<p class=\"\"><strong>To register, click <a href=\"http://quintelacrosse.com/registration/\">HERE</a></strong></p>\n\n<div class=\"row\" style=\"padding-top: 25px;\">\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\n<div>\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\n\n</div>\n</div>\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\n<div>\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n \n\n</div>\n</div>\n</div>\n</div>','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','<div class=\"tmpl-blog-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 text-center align-column-top\">\r\n<p class=\"\" style=\"margin: 20px 0px;\"><img class=\"bg-img alignnone wp-image-4227 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-1-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2 class=\"\">Paperweight Division 3v3 Mini-Game Lacrosse</h2>\r\n<p class=\"\">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!</p>\r\n<p class=\"\">Saturdays at 10am from March 30 to June 15.</p>\r\n<p class=\"\"><strong>Want to \"Try Lacrosse\" before you buy, please register for our FREE clinics <a href=\"http://quintelacrosse.com/try-lacrosse-registration/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>For information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>House league registration will open in January.</strong></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<h1 class=\"\"> </h1>\n<h1 class=\"\" style=\"text-align: center;\">U9 Division</h1>\n \n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<h2 class=\"\">Bayhawks U9 House League</h2>\n<h4 class=\"\">2022</h4>\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr>\n\n</div>\n</div>\n</div>\n</div>\n<p class=\"\">Welcome to the U9 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\n[Best_Wordpress_Gallery id=\"5\" gal_title=\"Tyke HL 2019\"]\n\n</div>\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2022/02/2022-QMLA-Sponsorship-Information.pdf\"><img class=\"alignnone size-medium wp-image-5302 bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\n<p class=\"mod-img\"> </p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\"></div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\n<h2 class=\"\">Teams</h2>\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\n</div>\n</div>\n</div>\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"> Team 2</h3>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"> Team 3</h3>\n</div>\n</div>\n</div>\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"> Team 4</h3>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"> </h3>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/peanut-division/\">Soft Lacrosse</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/paperweight-division/\">Paperweight Division</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/tyke-division/\">U9 Division</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/novice-division/\">U11 Division</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/peewee-division/\">U13 Division</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/bantam-division/\">U15 Division</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/midget-division/\">U17 Division</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/peanut-division/\">Soft Lacrosse</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/paperweight-division/\">Paperweight Division</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/tyke-division/\">U9 Division</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/novice-division/\">U11 Division</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/peewee-division/\">U13 Division</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/bantam-division/\">U15 Division</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/midget-division/\">U17 Division</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/tyke-division/\">http://quintelacrosse.com/tyke-division/</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3 class=\"\"> </h3>\r\n<h3> </h3>\r\n<h3 class=\"\">Police Background Check (Vulnerable Sector Check)</h3>\r\n<p class=\"\"><strong>According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:</strong></p>\r\n<p class=\"\">\"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.\"</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">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 <a href=\"http://quintelacrosse.com/registration-closed/\">SportzSoft</a> account profile.</p>\r\n<p class=\"\">For returning coaches, you do not require a new background check. Download the Offense Declaration Form below. Complete and scan and email to our <a href=\"mailto:registrar@quintelacrosse.com\" target=\"_blank\" rel=\"noopener noreferrer\">privacy officer</a>.</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/administration/admin-documentation/2019-season/offense-declaration-form.docx\" target=\"_blank\" rel=\"noopener noreferrer\">Offense Declaration Form</a></p>\r\n<p class=\"\">If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it <a href=\"http://quintelacrosse.com/wp-content/uploads/2020/03/2020-Volunteer-CRC-Letter-Coach-Signed.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>.</p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"text clearfix\">\r\n<p class=\"\">Quinte Minor Lacrosse Association is in a partnership agreement with <a href=\"https://www.sterlingtalentsolutions.ca/about/about-us/\" target=\"_blank\" rel=\"noopener noreferrer\">Sterling Backcheck</a> 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. </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Click on the link below to begin your background check:</p>\r\n<p class=\"\"><a href=\"https://pages.sterlingbackcheck.ca/landing-pages/q/quintelacrosse\" target=\"_blank\" rel=\"noopener noreferrer\">https://pages.sterlingbackcheck.ca/landing-pages/q/quintelacrosse</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Alternatively, you can obtain a background check through the police service serving your jurisdiction:</p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.policesolutions.ca/checks/services/belleville/index.php\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.policesolutions.ca/checks/services/belleville/index.php</a></p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.opp.ca/index.php?id=115&entryid=56a1276d8f94acdb5824a3d7\" target=\"_blank\" rel=\"noopener noreferrer\">OPP Criminal Record Checks and Police Checks</a></p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Police Background Check</h3>\r\n<div class=\"text clearfix\">\r\n<p class=\"\">The Ontario Lacrosse Association is in a partnership agreement with <a href=\"http://www.sterlingbackcheck.ca/About/Company-Profile.aspx\">SterlingBackcheck</a> 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. </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Please copy and paste the link below for more info and a link to the Sterling Backcheck page:</p>\r\n<p class=\"\"><a href=\"http://ontariolacrosse.com/page/criminal_records_checks\">http://ontariolacrosse.com/page/criminal_records_checks</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/tyke-division/\">Tyke Division</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Quinte Mat Rentals U9/U11 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U9/U11 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\" style=\"width: 40.96%; height: 169px;\">\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n<p class=\"mod-img\"><img class=\"size-medium wp-image-4181 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u9-u11-team-1/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u9-u11-team-2/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\">Quinte Mat Rentals Novice Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Novice House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\" style=\"width: 40.96%; height: 169px;\">\r\n\r\n \r\n\r\n \r\n<p class=\"mod-img\"><img class=\"size-medium wp-image-4181 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 (Purple)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 (Gray)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Novice Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Novice House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/novice-1-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 2</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Novice Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Novice House League</h2>\r\n<h4 class=\"\">2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Novice Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 1</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 3</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 2</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 4</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\"><a href=\"http://quintelacrosse.com/tyke-division/\"></a></p>\n<p class=\"\"><a href=\"http://quintelacrosse.com/tyke-division/\">Tyke Division</a></p>\n<p class=\"\"><a href=\"http://quintelacrosse.com/novice-division/\">Novice Division</a></p>\n<p class=\"\"><a href=\"http://quintelacrosse.com/peewee-division/\">Peewee Division</a></p>\n<p class=\"\"><a href=\"http://quintelacrosse.com/bantam-division/\">Bantam Division</a></p>\n<p class=\"\"><a href=\"http://quintelacrosse.com/midget-division/\">Midget Division</a></p>\n<p class=\"\"><a href=\"http://quintelacrosse.com/paperweight-division/\">Paperweight Division</a></p>\n<p class=\"\"> </p>\n \n\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/tyke-division/\">Tyke Division</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/novice-division/\">Novice Division</a></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<h3 class=\"\">Police Background Check</h3>\n<p class=\"\"><strong>According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:</strong></p>\n<p class=\"\">\"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.\"</p>\n<p class=\"\"> </p>\n<p class=\"\">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 <a href=\"http://quintelacrosse.com/lacrosse-registration/\">SportzSoft</a> account profile.</p>\n<p class=\"\">For returning coaches, you do not require a new background check. Download the Offense Declaration Form below. Complete and scan and email to our <a href=\"mailto: registrar@quintelacrosse.com\" target=\"_blank\" rel=\"noopener\">privacy officer</a>.</p>\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/administration/admin-documentation/2019-season/offense-declaration-form.docx\" target=\"_blank\" rel=\"noopener\">Offense Declaration Form</a></p>\n<p class=\"\">If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it here.</p>\n<p class=\"\"> </p>\n\n<div class=\"text clearfix\">\n<p class=\"\">The Ontario Lacrosse Association is in a partnership agreement with <a href=\"https://www.sterlingtalentsolutions.ca/about/about-us/\" target=\"_blank\" rel=\"noopener\">Sterling Backcheck</a> 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. </p>\n<p class=\"\">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.</p>\n<p class=\"\">Click on the link below to begin your background check:</p>\n<p class=\"\"><a href=\"https://ontariolacrosse.com/administration/sterling-backcheck\" target=\"_blank\" rel=\"noopener\">https://ontariolacrosse.com/administration/sterling-backcheck</a></p>\n<p class=\"\"> </p>\n<p class=\"\">Alternatively, you can obtain a background check through the police service serving your jurisdiction:</p>\n<p class=\"\">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:</p>\n<p class=\"\"><a href=\"https://www.policesolutions.ca/checks/services/belleville/index.php\" target=\"_blank\" rel=\"noopener\">https://www.policesolutions.ca/checks/services/belleville/index.php</a></p>\n<p class=\"\">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:</p>\n<p class=\"\"><a href=\"https://www.opp.ca/index.php?id=115&entryid=56a1276d8f94acdb5824a3d7\" target=\"_blank\" rel=\"noopener\">OPP Criminal Record Checks and Police Checks</a></p>\n<p class=\"\">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.</p>\n\n</div>\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Police Background Check</h3>\r\n<div class=\"text clearfix\">\r\n<p class=\"\">The Ontario Lacrosse Association is in a partnership agreement with <a href=\"https://www.sterlingtalentsolutions.ca/about/about-us/\" target=\"_blank\" rel=\"noopener\">Sterling Backcheck</a> 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. </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Click on the link below to begin your background check:</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/administration/sterling-backcheck\" target=\"_blank\" rel=\"noopener\">https://ontariolacrosse.com/administration/sterling-backcheck</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n\r\n \r\n\r\n<img class=\"size-medium wp-image-4354 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/Oshawa-paperweight-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />\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\n<a href=\"https://www.facebook.com/pages/Duvall-Clark-Sportswear-Equipment/131926850186267\" target=\"_blank\" rel=\"noopener\">Duvall and Clark Sportswear & Equipment Facebook Page</a>\r\n\r\nFor the equipment guidelines for players in Tyke through Midget, see the following:\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<a href=\"https://ontariolacrosse.com/content/playing/required-equipment/box-equipment/box-guidelines.pdf\" target=\"_blank\" rel=\"noopener\">OLA Equipment Guidelines</a>\r\n\r\nFor our Peanut and Paperweight programs, the following equipment is required:\r\n\r\n<strong><span style=\"text-decoration: underline;\">Peanut</span></strong>\r\n\r\nHelmet with facemask\r\n\r\nGloves (optional)\r\n\r\nMouthguard\r\n\r\nLacrosse stick*\r\n\r\n<strong><span style=\"text-decoration: underline;\">Paperweight</span></strong>\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</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n\r\n \r\n<p class=\"\"><img class=\"size-medium wp-image-4354 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/Oshawa-paperweight-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\"></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Duvall and Clark Sportswear and Equipment\r\n274 Airport Pkwy, Belleville, ON K8N 4Z6</p>\r\n<p class=\"\"><a href=\"https://www.facebook.com/pages/Duvall-Clark-Sportswear-Equipment/131926850186267\" target=\"_blank\" rel=\"noopener\">Duvall and Clark Sportswear & Equipment Facebook Page</a></p>\r\n<p class=\"\">For the equipment guidelines for players in Tyke through Midget, see the following:</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/news/entry-level-coaching-manual.pdf\" target=\"_blank\" rel=\"noopener\">OLA Equipment Guidelines</a></p>\r\n<p class=\"\">For our Peanut and Paperweight programs, the following equipment is required:</p>\r\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">Peanut</span></strong></p>\r\n<p class=\"\">Helmet with facemask</p>\r\n<p class=\"\">Gloves</p>\r\n<p class=\"\">Mouthguard</p>\r\n<p class=\"\">Lacrosse stick*</p>\r\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">Paperweight</span></strong></p>\r\n<p class=\"\">Helmet with facemask</p>\r\n<p class=\"\">Gloves</p>\r\n<p class=\"\">Mouthguard</p>\r\n<p class=\"\">Lacrosse stick*</p>\r\n<p class=\"\">Shoulder pads (optional)</p>\r\nKidney pads (optional)\r\n\r\nArm guards (optional)\r\n\r\n \r\n<p class=\"\">* FREE lacrosse stick provided to the first 60 registrations from Peanut to Tyke</p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">TaskForce Engineering U13 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h2 class=\"\">Bayhawks U13 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">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.</p>\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n</div>\r\n</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-team-1/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-team-2/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\">TaskForce Engineering Peewee Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Peewee House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 (Blue)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 (White)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Peewee Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Peewee House League</h2>\r\n<h4 class=\"\">2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Peewee Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 1</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 3</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 2</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 4</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">U15 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U15 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U15 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n[Best_Wordpress_Gallery id=\"4\" gal_title=\"All images\"]\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2022/02/2022-QMLA-Sponsorship-Information.pdf\"><img class=\"alignnone size-medium wp-image-5302 bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n\r\n<div class=\"\">\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u15-team-1/\">Team 1</a> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u15-team-2/\">Team 2</a> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\">Bantam Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Bantam House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Bantam Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Bantam Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Bantam House League</h2>\r\n<h4 class=\"\">2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Bantam Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 1</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 3</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 2</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 4</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">U17 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U17 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U17 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2022/02/2022-QMLA-Sponsorship-Information.pdf\"><img class=\"alignnone size-medium wp-image-5302 bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">U17 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U17 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Midget Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/sponsors/\"><img class=\"alignnone size-medium wp-image-5302\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\">Midget Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Midget House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Midget Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Midget Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Midget House League</h2>\r\n<h4 class=\"\">2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Midget Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 1</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 3</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 2</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 4</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Paperweight Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Paperweight House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Paperweight teams will participate in 3v3 cross-floor games.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/sponsors/\"><img class=\"alignnone size-medium wp-image-5302\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 3</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\">Paperweight Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Paperweight House League</h2>\r\n<h4 class=\"\">2020</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Paperweight teams will participate in 3v3 cross-floor games.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-4220 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 3</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Paperweight Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Paperweight House League</h2>\r\n<h4 class=\"\">2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Paperweight Division home page. Below you will find links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 1</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 3</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 2</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 4</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Peanut Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Peanut House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Peanut Division home page. Below you will find the schedule and other important information about our cutest Bayhawks!</p>\r\n[gallery columns=\"2\" ids=\"5519,5520,5521,5522\" orderby=\"rand\"]\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2022/02/2022-QMLA-Sponsorship-Information.pdf\"><img class=\"alignnone wp-image-5302 size-medium bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/0_0_450_450_your_logo_here.jpg\" alt=\"\" width=\"450\" height=\"450\" data-imhwpb-built-photo-search=\"68|landscape\"></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Peanut Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Peanut House League</h2>\r\n<h4 class=\"\">2020</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Peanut Division home page. Below you will find the schedule and other important information about our cutest Bayhawks!</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Peanut Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Peanut House League</h2>\r\n<h4 class=\"\">2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Peanut Division home page. Below you will find links to each team\'s schedule.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 1</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 3</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 2</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 4</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/tyke-division/\"></a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/peanut-division/\">Peanut Division</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/paperweight-division/\">Paperweight Division</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/tyke-division/\">Tyke Division</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/novice-division/\">Novice Division</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/peewee-division/\">Peewee Division</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/bantam-division/\">Bantam Division</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/midget-division/\">Midget Division</a></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">House League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: center;\">Peanut – Saturday\r\nPaperweight – Saturday\r\nTyke – Sunday or Thursday<span class=\"text_exposed_show\">\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</span></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">House League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: center;\">Peanut – Saturday\r\nPaperweight – Saturday\r\nTyke – Sunday or Thursday<span class=\"text_exposed_show\">\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</span></p>\r\n<p class=\"\" style=\"text-align: center;\">Will we be playing out of two arenas: Mackay (QSWC) and Stirling.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">House League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: center;\">Peanut – Saturday\r\nPaperweight – Saturday\r\nTyke – Sunday or Thursday<span class=\"text_exposed_show\">\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</span></p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">House League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: center;\">Peanut – Saturday\r\nPaperweight – Saturday\r\nTyke – Sunday or Thursday<span class=\"text_exposed_show\">\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</span></p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 text-center align-column-top\">\r\n<p class=\"\" style=\"margin: 20px 0px;\"><img class=\"bg-img alignnone wp-image-4227 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-1-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2 class=\"\">Paperweight Division 3v3 Mini-Game Lacrosse</h2>\r\n<p class=\"\">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!</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Equipment Required</span>:\r\nHelmet\r\nGloves\r\nMouthguard\r\nLacrosse Stick\r\nRunning Shoes</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">2022 Dates</span></p>\r\n<p class=\"\">Saturdays, April 23rd to June 25th, 9:00am - 10:00am</p>\r\nEarly Bird Rate (until March 27th): $165\r\n<p class=\"\">Regular Rate (March 28th to April 9th): $190</p>\r\n<p class=\"\"><strong>For information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>To register, click <a href=\"http://quintelacrosse.com/registration/\">HERE</a></strong></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 text-center align-column-top\">\r\n<p class=\"\" style=\"margin: 20px 0px;\"><img class=\"bg-img alignnone wp-image-4220 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2 class=\"\">Paperweight Division 3v3 Mini-Game Lacrosse</h2>\r\n<p class=\"\">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!</p>\r\n<p class=\"\">Saturdays at 10am from March 30 to June 15.</p>\r\n<p class=\"\"><strong>Want to \"Try Lacrosse\" before you buy, please register for our FREE clinics <a href=\"http://quintelacrosse.com/try-lacrosse-registration/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>For information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>House league registration will open in January.</strong></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-team-8 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Joe Fee</h4>\r\n<h5>President</h5>\r\n<a href=\"mailto:president@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Abby Leavitt</h4>\r\n<h5>VP / Registrar</h5>\r\n<a href=\"mailto:registrar@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Melissa Cybulskie</h4>\r\n<h5>Referee-in-Chief</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Victoria Black</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Chad Grubb</h4>\r\n<h5>Sponsorship / Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Chris Brinklow</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Katie Caslick</h4>\r\n<h5>Social Media / Fundraising</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Joe Fee</h4>\r\n<h5>President</h5>\r\n<a href=\"mailto:president@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Abby Leavitt</h4>\r\n<h5>VP / Registrar</h5>\r\n<a href=\"mailto:registrar@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Sue Stewart</h4>\r\n<h5>Treasurer</h5>\r\n<a href=\"mailto:treasurer@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Victoria Black</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Chris Haalstra</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Chris Brinklow</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Cory Black</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Stephen Jones</h4>\r\n<h5>Referee-in-Chief</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px; padding-bottom: 1px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Register Here!</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1> </h1>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2019 Registration Fees</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Registration will open January 2019!</p>\r\n<p class=\"\">Below are the fee schedule based on division:</p>\r\n\r\n<table width=\"382\">\r\n<tbody>\r\n<tr>\r\n<td width=\"194\"><strong>Level/Years of Birth </strong></td>\r\n<td width=\"188\"><strong>2019 Lacrosse Fees </strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Soft Lacrosse 2015/2016</td>\r\n<td width=\"188\">$75</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Paperweight – 2013/2014</td>\r\n<td width=\"188\">$130</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Tyke – 2011/2012</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Novice -2009/2010</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">PeeWee – 2007/2008</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Bantam – 2005/2006</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Midget – 2003/2004</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td width=\"188\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>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.</p>\r\n<p class=\"\">Please review our refund policy: <a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\">QMLA Refund Policy 2019</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-7 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2>Our Team</h2>\r\n</div>\r\n</div>\r\n<div class=\"row wow fadeInLeft\" data-wow-duration=\"2s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-9 col-sm-8 col-xs-9\">\r\n<div>\r\n<h3>Joe Fee</h3>\r\n<p class=\"h4\" style=\"font-style: italic;\">President</p>\r\n<p class=\"\">quintelacrosse@gmail.com</p>\r\n \r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-3 align-column-bottom\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-9 col-sm-8 col-xs-9\">\r\n<h3>Abby Leavitt</h3>\r\n<p class=\"h4\" style=\"font-style: italic;\">VP / Registrar</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-3 align-column-bottom\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-9 col-sm-8 col-xs-9\">\r\n<h3>Sue Stewart</h3>\r\n<p class=\"h4\" style=\"font-style: italic;\">Treasurer</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-3 align-column-bottom\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row wow fadeInRight\" data-wow-duration=\"2s\" data-wow-delay=\"0.5s\" style=\"padding-top: 25px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-9 col-sm-8 col-xs-9\">\r\n<h3>Wayne Brown</h3>\r\n<p class=\"h4\" style=\"font-style: italic;\">Director at Large</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-3 align-column-bottom\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-9 col-sm-8 col-xs-9\">\r\n<h3>Ryan DeJonge</h3>\r\n<p class=\"h4\" style=\"font-style: italic;\">Director at Large</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-3 align-column-bottom\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"tmpl-team-8 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-bottom: 25px;\">\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\n<div class=\"row\">\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\n<div>\n<h4>Joe Fee</h4>\n<h5>President</h5>\n<a href=\"mailto:president@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\n\n</div>\n</div>\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\n<div>\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\n<div class=\"row\">\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\n<div>\n<h4>Abby Leavitt</h4>\n<h5>VP / Registrar</h5>\n<a href=\"mailto:registrar@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\n\n</div>\n</div>\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\n<div>\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\n<div class=\"row\">\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\n<div>\n<h4>Melissa Cybulskie</h4>\n<h5>Referee-in-Chief</h5>\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\n\n</div>\n</div>\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\n<div>\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"row\" style=\"padding-bottom: 25px;\">\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\n<div class=\"row\">\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\n<h4>Victoria Black</h4>\n<h5>Director at Large</h5>\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\n\n</div>\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\n<div>\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\n<div class=\"row\">\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\n<div>\n<h4>Chad Grubb</h4>\n<h5>Director at Large</h5>\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\n\n</div>\n</div>\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\n<div>\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\n<div class=\"row\">\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\n<div>\n<h4>Chris Brinklow</h4>\n<h5>Director at Large</h5>\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\n\n</div>\n</div>\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\n<div>\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"row\" style=\"padding-bottom: 25px;\">\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\n<div class=\"row\">\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\n<h4>Katie Caslick</h4>\n<h5>Social Media / Fundraising</h5>\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\n\n</div>\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\n<div>\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>','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','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-7 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2>Our Team</h2>\r\n</div>\r\n</div>\r\n<div class=\"row wow fadeInLeft\" data-wow-duration=\"2s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-9 col-sm-8 col-xs-9\">\r\n<div>\r\n<h3>Joe Fee</h3>\r\n<p class=\"h4\" style=\"font-style: italic;\">President</p>\r\nquintelacrosse@gmail.com\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-3 align-column-bottom\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-9 col-sm-8 col-xs-9\">\r\n<h3>Abby Leavitt</h3>\r\n<p class=\"h4\" style=\"font-style: italic;\">VP / Registrar</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-3 align-column-bottom\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-9 col-sm-8 col-xs-9\">\r\n<h3>Sue Stewart</h3>\r\n<p class=\"h4\" style=\"font-style: italic;\">Treasurer</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-3 align-column-bottom\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row wow fadeInRight\" data-wow-duration=\"2s\" data-wow-delay=\"0.5s\" style=\"padding-top: 25px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-9 col-sm-8 col-xs-9\">\r\n<h3>Wayne Brown</h3>\r\n<p class=\"h4\" style=\"font-style: italic;\">Director at Large</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-3 align-column-bottom\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-9 col-sm-8 col-xs-9\">\r\n<h3>Ryan DeJonge</h3>\r\n<p class=\"h4\" style=\"font-style: italic;\">Director at Large</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-3 align-column-bottom\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-7 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2>Our Team</h2>\r\n</div>\r\n</div>\r\n<div class=\"row wow fadeInLeft\" data-wow-duration=\"2s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-9 col-sm-8 col-xs-9\">\r\n<div>\r\n<h3>Joe Fee</h3>\r\n<p class=\"h4\" style=\"font-style: italic;\">President</p>\r\n \r\n\r\n<a href=\"quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a> \r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-3 align-column-bottom\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-9 col-sm-8 col-xs-9\">\r\n<h3>Abby Leavitt</h3>\r\n<p class=\"h4\" style=\"font-style: italic;\">VP / Registrar</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-3 align-column-bottom\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-9 col-sm-8 col-xs-9\">\r\n<h3>Sue Stewart</h3>\r\n<p class=\"h4\" style=\"font-style: italic;\">Treasurer</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-3 align-column-bottom\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row wow fadeInRight\" data-wow-duration=\"2s\" data-wow-delay=\"0.5s\" style=\"padding-top: 25px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-9 col-sm-8 col-xs-9\">\r\n<h3>Wayne Brown</h3>\r\n<p class=\"h4\" style=\"font-style: italic;\">Director at Large</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-3 align-column-bottom\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-9 col-sm-8 col-xs-9\">\r\n<h3>Ryan DeJonge</h3>\r\n<p class=\"h4\" style=\"font-style: italic;\">Director at Large</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-3 align-column-bottom\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><a href=\"http://quintelacrosse.com/board-of-directors/\">QMLA Board of Directors</a></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"mod-reset\"> QMLA Player Release Policy </p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2021/06/QMLA-Refund-Policy-2021-1.pdf\">QMLA Refund Policy</a></p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Appeal-Policy-2019.pdf\">QMLA Appeal Policy\r\n</a><a href=\"http://quintelacrosse.com/wp-content/uploads/2020/01/QMLA-Code-of-Conduct-Policy-2020.pdf\">QMLA Code of Conduct Policy</a></p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"mod-reset\"> QMLA Player Release Policy </p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\">QMLA Refund Policy</a></p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Appeal-Policy-2019.pdf\">QMLA Appeal Policy\r\n</a><a href=\"http://quintelacrosse.com/wp-content/uploads/2020/01/QMLA-Code-of-Conduct-Policy-2020.pdf\">QMLA Code of Conduct Policy</a></p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Appeal-Policy-2019.pdf\">QMLA Appeal Policy 2019</a></p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Player-Release-Policy-2019.pdf\">QMLA Player Release Policy 2019</a></p>\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\">QMLA Refund Policy 2019</a></p>\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Appeal-Policy-2019.pdf\">QMLA Appeal Policy 2019</a></p>\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\">QMLA Refund Policy 2019</a></p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Appeal-Policy-2019.pdf\">QMLA Appeal Policy 2019</a></p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">OLA Release Procedures</h1>\r\n<p class=\"\"> </p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QMLA-Player-Release-Policy-2019-Updated.pdf\">QMLA Player Release Policy 2019</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2019/01/2019-Release-Form.docx\">OLA Player Release Form 2019</a></p>\r\n<p class=\"\">Player releases are only required for representative play. They are not required for recreational (house league) play.</p>\r\n<p class=\"\">Please <a href=\"mailto:president@quintelacrosse.com\">send</a> completed release requests to the QMLA President.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Only the information presented in section 1 will be considered. New reasons for release will not be entertained at appeal level(s).</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Player-Release-Policy-2019.pdf\">QMLA Player Release Policy 2019</a></p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\">QMLA Refund Policy 2019</a></p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Appeal-Policy-2019.pdf\">QMLA Appeal Policy 2019</a></p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">House League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #333399;\">Peanut – Saturdays at 9:00am</span>\r\n<span style=\"color: #333399;\">Paperweight – Saturdays at 10:00am</span>\r\n<span style=\"color: #333399;\">Tyke – Sunday at 2:00pm or Thursday at 5:30pm<span class=\"text_exposed_show\">\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</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">House League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #333399;\">Peanut – Saturdays at 9:00am</span>\r\n<span style=\"color: #333399;\">Paperweight – Saturdays at 10:00am</span>\r\n<span style=\"color: #333399;\">Tyke – Sunday at 2:00pm or Thursday at 5:30pm<span class=\"text_exposed_show\">\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.</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">House League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #333399;\">Peanut – Saturdays at 9:00am</span>\r\n<span style=\"color: #333399;\">Paperweight – Saturdays at 10:00am</span>\r\n<span style=\"color: #333399;\">Tyke – Sunday at 2:00pm or Thursday at 5:30pm<span class=\"text_exposed_show\">\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</span></span></p>\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<p class=\"\" style=\"text-align: center;\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">House League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #333399;\">Peanut – Saturdays at 9:00am</span>\r\n<span style=\"color: #333399;\">Paperweight – Saturdays at 10:00am</span>\r\n<span style=\"color: #333399;\">Tyke – Sunday at 2:00pm or Thursday at 5:30pm<span class=\"text_exposed_show\">\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</span></span></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\"><strong>NOTE:</strong> 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. </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">House League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #333399;\">Peanut – Saturdays at 9:00am</span>\r\n<span style=\"color: #333399;\">Paperweight – Saturdays at 10:00am</span>\r\n<span style=\"color: #333399;\">Tyke – Sunday at 2:00pm or Thursday at 5:30pm<span class=\"text_exposed_show\">\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</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\"><strong>NOTE:</strong> 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. </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">OLA Release Procedures</h1>\r\n<p class=\"\"> </p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QMLA-Player-Release-Policy-2019-Updated.pdf\">QMLA Player Release Policy 2019</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2019/01/2019-Release-Form.docx\">OLA Player Release Form 2019</a></p>\r\n<p class=\"\">Player releases are only required for representative play. They are not required for recreational (house league) play.</p>\r\n<p class=\"\">Please <a href=\"mailto:president@quintelacrosse.com\">send</a> completed release requests to the QMLA President.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Only the information presented in section 1 will be considered. New reasons for release will not be entertained at appeal level(s).</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">OLA Release Procedures</h1>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Player-Release-Policy-2019.pdf\">QMLA Player Release Policy 2019</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2019/01/2019-Release-Form.docx\">OLA Player Release Form 2019</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Player releases are only required for representative play. They are not required for recreational (house league) play.</p>\r\n<p class=\"\">Please <a href=\"mailto:president@quintelacrosse.com\">send</a> completed release requests to the QMLA President.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Only the information presented in section 1 will be considered. New reasons for release will not be entertained at appeal level(s).</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">OLA Release Procedures</h1>\r\n<p class=\"\"> </p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Player-Release-Policy-2019.pdf\">QMLA Player Release Policy 2019</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2019/01/2019-Release-Form.docx\">OLA Player Release Form 2019</a></p>\r\n<p class=\"\">Player releases are only required for representative play. They are not required for recreational (house league) play.</p>\r\n<p class=\"\">Please <a href=\"mailto:president@quintelacrosse.com\">send</a> completed release requests to the QMLA President.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Only the information presented in section 1 will be considered. New reasons for release will not be entertained at appeal level(s).</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">OLA Release Procedures</h1>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Player-Release-Policy-2019.pdf\">QMLA Player Release Policy 2019</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Player releases are only required for representative play. They are not required for recreational (house league) play.</p>\r\n<p class=\"\">Please <a href=\"mailto:president@quintelacrosse.com\">send</a> completed release requests to the QMLA President.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Only the information presented in section 1 will be considered. New reasons for release will not be entertained at appeal level(s).</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"><a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/2014-OLA-Release-Request-Form-Minor-Field.pdf\">OLA Release Request Form – Minor Field</a></p>\r\n<p class=\"\"><a href=\"http://oshawalax.com/wp-content/uploads/sites/6/2018/01/UPDATED-Player-Release-Form.pdf\">OLA Release Request Form – Minor Box</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<h1 class=\"\"> </h1>\n<h1 class=\"\" style=\"text-align: center;\">Competitive Lacrosse</h1>\n</div>\n</div>\n</div>\n</div>\n<div class=\"tmpl-blog-15 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 10px;\">\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\n<div data-imhwpb-draggable=\"true\" class=\"\">\n<p class=\"\"><img class=\"bg-img-right bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\n<p class=\"\" style=\"color: #8224e3;\">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, <span style=\"color: #820ee8;\">NO EXPERIENCE NECESSARY.</span> 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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.<span style=\"color: #820ee8;\"> </span></p>\n<strong>PLEASE NOTE:\n</strong><strong>1. ALL PLAYERS MUST BE REGISTERED AND PAID IN ORDER TO ATTEND TRYOUTS. \n</strong><strong>2. 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).</strong>\n\n \n\n<span style=\"text-decoration: underline;\">UPDATE</span>: As our 2022 box lacrosse registration period winds down (click <a href=\"https://quintelacrosse.com/early-bird-registration-ends-march-27th/\">here</a> 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\n<span style=\"text-decoration: underline;\">What to expect</span>:\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. <a href=\"mailto:quintelacrosse@gmail.com\">EMAIL</a> 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<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COST</strong></span></p>\n<p class=\"\" style=\"color: #8224e3;\">Approximately $700-$800 per player. Teams are expected to find sponsorship and do fundraising to bring these costs down.</p>\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>SCHEDULE</strong></span></p>\n<p class=\"\" style=\"color: #8224e3;\">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). </p>\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COMMITMENT</strong></span></p>\n<p class=\"\" style=\"color: #8224e3;\">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. </p>\n<p class=\"\" style=\"color: #53e0f3;\"><strong><span style=\"color: #00ccff;\">TRAVEL</span></strong></p>\n<p class=\"\" style=\"color: #8224e3;\">For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.</p>\n<strong><span style=\"color: #00ccff;\">PROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL</span></strong>\n\n<span style=\"color: #9424f0;\">The 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).</span>\n\n \n\n \n<p class=\"\" style=\"color: #8224e3;\"> <img class=\"alignnone size-full wp-image-4382\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA-Festival.png\" alt=\"\" width=\"246\" height=\"205\"><img class=\"size-full wp-image-4381 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA.png\" alt=\"\" width=\"200\" height=\"201\"></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Representative</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-15 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div data-imhwpb-draggable=\"true\" class=\"\">\r\n<p class=\"\"><img class=\"bg-img-right bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n \r\n<p class=\"\" style=\"color: #53e0f3;\">COST</p>\r\n<p class=\"\" style=\"color: #8224e3;\">Approximately $600-$800 per player. Teams are expected to find sponsorship and do fundraising to bring these costs down.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\">SCHEDULE</p>\r\n<p class=\"\" style=\"color: #8224e3;\">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).</p>\r\n<p class=\"\" style=\"color: #53e0f3;\">COMMITMENT</p>\r\n<p class=\"\" style=\"color: #8224e3;\">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.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\">TRAVEL</p>\r\n<p class=\"\" style=\"color: #8224e3;\">For zone games, representative teams can expect to travel to Durham Region, Peterborough, Kingston and Ottawa. </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-about-12 boldgrid-section dynamic-gridblock color5-background-color color-5-text-contrast bg-background-color\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\" style=\"padding: 3em 1em 0em 1em;\">\r\n<h2 class=\"\" style=\"text-transform: uppercase;\">Welcome</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4 text-center\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">THE TEAM</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Our Dedicated Team</h3>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9434\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>President</li>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9435\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>Treasurer</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"66252\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"mod-gamma\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9437\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li>VP / Registrar</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9438\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\r\n<div class=\"mod-gamma-1\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\" data-imhwpb-asset-id=\"9439\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\r\n<div class=\"mod-gamma-2\">\r\n<ul>\r\n <li> </li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-about-5 boldgrid-section dynamic-gridblock\" style=\"width: auto; padding: 0em; margin: 0px; background-image: url(\'http://quintelacrosse.com/wp-content/uploads/2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\'); background-size: cover; background-position: 50% 50%;\" data-image-url=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-8 col-sm-6 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12\">\r\n<div class=\"bg-box-cover color2-background-color color-2-text-contrast bg-background-color bg-box\" style=\"padding: 40px 20%;\">\r\n<h2 class=\"\" style=\"text-transform: uppercase;\">Welcome</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-about-6 boldgrid-section dynamic-gridblock background-scroll\" style=\"background-position: 50% 50%; background-size: cover; background-color: #ffffff;\" data-image-url=\"http://quintelacrosse.com/wp-content/uploads/2019/01/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcrops23d4f990add201221446cb69d77f5823.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" data-image-url=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\" style=\"background-image: url(\'http://quintelacrosse.com/wp-content/uploads/2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\'); background-size: cover; background-position: 50% 50%;\">\r\n<div class=\"col-md-7 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-5 col-sm-7 col-xs-12 text-center\">\r\n<div style=\"padding: 80px 5%;\" class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-about-6 boldgrid-section dynamic-gridblock\" style=\"background-image: url(\'http://quintelacrosse.com/wp-content/uploads/2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\'); background-size: cover; background-position: 50% 50%; margin: 0px; padding: 0em; width: auto;\" data-image-url=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding: 0em 0em 0px;\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\" style=\"background-color: #ffffff;\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-5 col-sm-7 col-xs-12 text-center\">\r\n<div style=\"padding: 80px 5%;\" class=\"bg-box-cover color4-background-color color-4-text-contrast bg-background-color bg-box\">\r\n<h2 class=\"h1 color5-color\" style=\"font-size: 4em;\">Welcome</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12\"></div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\" style=\"background-color: #ffffff;\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-about-6 boldgrid-section dynamic-gridblock background-scroll\" style=\"background-image: url(\'http://quintelacrosse.com/wp-content/uploads/2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\'); background-size: cover; background-position: 50% 50%;\" data-image-url=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" data-image-url=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\" style=\"background-size: cover; background-position: 50% 50%; background-color: #ffffff;\">\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-center\">\r\n<div style=\"padding: 80px 5%;\" class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-4125\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4-300x155.jpg\" alt=\"\" width=\"388\" height=\"200\"></p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-about-6 boldgrid-section dynamic-gridblock background-scroll\" style=\"background-image: url(\'http://quintelacrosse.com/wp-content/uploads/2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\'); background-size: cover; background-position: 50% 50%;\" data-image-url=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" data-image-url=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\" style=\"background-size: cover; background-position: 50% 50%; background-color: #ffffff;\">\r\n<div class=\"col-md-6 col-sm-7 col-xs-12 text-center\">\r\n<div style=\"padding: 80px 5%;\" class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\">\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada\'s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"><img class=\"alignnone wp-image-4125\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Equipment-Learn-How-To-Lacrosse-Stick-4-300x155.jpg\" alt=\"\" width=\"502\" height=\"259\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2019 Registration Fees</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Registration closes March 20th!</p>\r\n<p class=\"\" style=\"text-align: center;\">Check out our <a href=\"http://quintelacrosse.com/online-registration-is-open/\">Lacrosse Stick Promotion</a></p>\r\n<p class=\"\">Below is the fee schedule based on division:</p>\r\n\r\n<table width=\"382\">\r\n<tbody>\r\n<tr>\r\n<td width=\"194\"><strong>Level/Years of Birth </strong></td>\r\n<td width=\"188\"><strong>2019 Lacrosse Fees </strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Soft Lacrosse 2015/2016</td>\r\n<td width=\"188\">$75</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Paperweight – 2013/2014</td>\r\n<td width=\"188\">$130</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Tyke – 2011/2012</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Novice -2009/2010</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">PeeWee – 2007/2008</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Bantam – 2005/2006</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Midget – 2003/2004</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td width=\"188\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>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.</p>\r\n<p class=\"\" style=\"text-align: center;\">Please review our refund policy: <a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\">QMLA Refund Policy 2019</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div style=\"margin-top: 50px; margin-left: 50px;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-call_to_action-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -35px; padding: 3em; box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.75);\">\r\n<h1 class=\"\" style=\"text-transform: uppercase; margin-top: 10px; margin-bottom: 10px;\">QUINTE BAYHAWKS LACROSSE</h1>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"bg-hr-7 color-neutral-color bg-hr\" width=\"80%;\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 35px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"bg-box-flush bg-box-cover bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img alignnone wp-image-4125 size-medium\" style=\"margin-top: -20px; z-index: 1; position: relative; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_96_889_374_Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\" alt=\"\" width=\"889\" height=\"374\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -50px; padding: 5em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div style=\"margin-top: 50px; margin-left: 50px;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-call_to_action-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -35px; padding: 3em; box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.75);\">\r\n<h1 class=\"\" style=\"text-transform: uppercase; margin-top: 10px; margin-bottom: 10px;\">QUINTE BAYHAWKS LACROSSE</h1>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"bg-hr-7 color-neutral-color bg-hr\" width=\"80%;\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 35px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"bg-box-flush bg-box-cover bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img wp-image-4137\" style=\"margin-top: -20px; z-index: 1; position: relative; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw950h400fitcrops986d32962b5dbc56b7ee2ee4bd1108a4.jpg\" width=\"950\" height=\"400\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -50px; padding: 5em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div style=\"margin-top: 50px; margin-left: 50px;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-call_to_action-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -35px; padding: 3em; box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.75);\">\r\n<h1 class=\"\" style=\"text-transform: uppercase; margin-top: 10px; margin-bottom: 10px;\">QUINTE BAYHAWKS LACROSSE</h1>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"bg-hr-7 color-neutral-color bg-hr\" width=\"80%;\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 35px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"bg-box-flush bg-box-cover bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img alignnone wp-image-4125 size-medium\" style=\"margin-top: -20px; z-index: 1; position: relative; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_96_889_374_Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\" alt=\"\" width=\"889\" height=\"374\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -50px; padding: 5em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"alignnone size-medium wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div style=\"margin-top: 50px; margin-left: 50px;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-call_to_action-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -35px; padding: 3em; box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.75);\">\r\n<h1 class=\"\" style=\"text-transform: uppercase; margin-top: 10px; margin-bottom: 10px;\">QUINTE BAYHAWKS LACROSSE</h1>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"bg-hr-7 color-neutral-color bg-hr\" width=\"80%;\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 35px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"bg-box-flush bg-box-cover bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img alignnone wp-image-4125 size-medium\" style=\"margin-top: -20px; z-index: 1; position: relative; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_96_889_374_Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\" alt=\"\" width=\"889\" height=\"374\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -50px; padding: 5em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Representative</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-15 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div data-imhwpb-draggable=\"true\" class=\"\">\r\n<p class=\"\"><img class=\"bg-img-right bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n \r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COST</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">Approximately $600-$800 per player. Teams are expected to find sponsorship and do fundraising to bring these costs down.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>SCHEDULE</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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).</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COMMITMENT</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><strong><span style=\"color: #00ccff;\">TRAVEL</span></strong></p>\r\n<p class=\"\" style=\"color: #8224e3;\">For zone games, representative teams can expect to travel to Durham Region, Peterborough, Kingston and Ottawa. </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Joe Fee</h4>\r\n<h5>President</h5>\r\n<a href=\"mailto:president@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Abby Leavitt</h4>\r\n<h5>VP / Registrar</h5>\r\n<a href=\"mailto:registrar@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Sue Stewart</h4>\r\n<h5>Treasurer</h5>\r\n<a href=\"mailto:treasurer@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Wayne Brown</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Ryan DeJonge</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Jason Partridge</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-7 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<h2>Our Team</h2>\r\n</div>\r\n</div>\r\n<div class=\"row wow fadeInLeft\" data-wow-duration=\"2s\" data-wow-delay=\"0.5s\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-9 col-sm-8 col-xs-9\">\r\n<div>\r\n<h3>Joe Fee</h3>\r\n<p class=\"h4\" style=\"font-style: italic;\">President</p>\r\nquintelacrosse@gmail.com\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-3 align-column-bottom\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-9 col-sm-8 col-xs-9\">\r\n<h3>Abby Leavitt</h3>\r\n<p class=\"h4\" style=\"font-style: italic;\">VP / Registrar</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-3 align-column-bottom\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-9 col-sm-8 col-xs-9\">\r\n<h3>Sue Stewart</h3>\r\n<p class=\"h4\" style=\"font-style: italic;\">Treasurer</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-3 align-column-bottom\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row wow fadeInRight\" data-wow-duration=\"2s\" data-wow-delay=\"0.5s\" style=\"padding-top: 25px; padding-bottom: 50px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-9 col-sm-8 col-xs-9\">\r\n<h3>Wayne Brown</h3>\r\n<p class=\"h4\" style=\"font-style: italic;\">Director at Large</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-3 align-column-bottom\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-9 col-sm-8 col-xs-9\">\r\n<h3>Ryan DeJonge</h3>\r\n<p class=\"h4\" style=\"font-style: italic;\">Director at Large</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-3 align-column-bottom\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-9 col-sm-8 col-xs-9\">\r\n<h3>Jason Partridge</h3>\r\n<p class=\"h4\" style=\"font-style: italic;\">Director at Large</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-4 col-xs-3 align-column-bottom\">\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n<p class=\"\"><a style=\"font-size: 30px; margin: 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-linkedin-square color5-color\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1> </h1>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2019 Registration Fees</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Registration will open January 2019!</p>\r\n<p class=\"\">Below are the fee schedule based on division:</p>\r\n\r\n<table width=\"382\">\r\n<tbody>\r\n<tr>\r\n<td width=\"194\"><strong>Level/Years of Birth </strong></td>\r\n<td width=\"188\"><strong>2019 Lacrosse Fees </strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Soft Lacrosse 2015/2016</td>\r\n<td width=\"188\">$75</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Paperweight – 2013/2014</td>\r\n<td width=\"188\">$130</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Tyke – 2011/2012</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Novice -2009/2010</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">PeeWee – 2007/2008</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Bantam – 2005/2006</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Midget – 2003/2004</td>\r\n<td width=\"188\">$180</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td width=\"188\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>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.</p>\r\n<p class=\"\" style=\"text-align: center;\">Please review our refund policy: <a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\">QMLA Refund Policy 2019</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\"><strong>Why Play Lacrosse?</strong></h1>\r\n<p class=\"\"> </p>\r\n<p class=\"\">At Quinte Minor Lacrosse, you’ll find many players and parents who are fanatical about the sport. Here are a few reasons why…</p>\r\n\r\n<h2 class=\"\">Fun</h2>\r\n<p class=\"\">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.</p>\r\n\r\n<h2 class=\"\">Fitness</h2>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<h2 class=\"\">Teamwork</h2>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<h2>Cross Training</h2>\r\n<p class=\"\">The promotion of speed, stamina, sportsmanship and team play in lacrosse provides excellent cross-training for other sports like hockey, basketball and soccer.</p>\r\n<p class=\"\">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! </p>\r\n\r\n<h4 class=\"\">HOCKEY PLAYERS BENEFIT FROM LACROSSE:</h4>\r\n<ul class=\"\">\r\n <li>stick handling creativity</li>\r\n <li>creativity in tight areas</li>\r\n <li>creativity of fakes, back passes and shots</li>\r\n <li>use of both hands</li>\r\n <li>reading the play offensively</li>\r\n <li>strong, dynamic defensive tactics</li>\r\n <li>builds up strength and endurance</li>\r\n <li>prevents sport burn-out by playing a new, fast-paced sport</li>\r\n <li>increases hand-eye coordination</li>\r\n <li>teaches players to be more aware of their surroundings</li>\r\n <li>reinforces the importance of quickness and agility around the net</li>\r\n <li>leadership skills</li>\r\n <li>scoring skills are honed by shooting at smaller targets and picking corners</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h3>TORONTO MAPLE LEAF JOHN TAVARES ON LACROSSE:</h3>\r\n<div class=\"text clearfix\">\r\n<p class=\"\"><img src=\"https://s3951.pcdn.co/wp-content/uploads/2015/09/John-Tavares-6.jpg\" alt=\"\"></p>\r\n<p class=\"\">\"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.\" <em>— </em><strong>John Tavares</strong></p>\r\n \r\n\r\n \r\n<h3>THE GREAT ONE WAYNE GRETZKY ON LACROSSE:</h3>\r\n<div class=\"text clearfix\">\r\n<p class=\"\"><img src=\"http://hockeygods.com/system/gallery_images/17126/original.png?1540430409\" alt=\"\"></p>\r\n<em>Wayne wearing the \"C\" and Walter coaching... circa 1971.</em>\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.\" <em>— </em><strong> Wayne Gretzky</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"\">\n<h1 class=\"\"> </h1>\n<h1 class=\"\" style=\"text-align: center;\"><span style=\"color: #585eaa;\">About QMLA Recreational League</span></h1>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"tmpl-about-13 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\n<div class=\"\">\n<p class=\"\"><span style=\"color: #333399;\">For more information about days of play for recreational league lacrosse, see below or go to <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/house-league-days-of-play/\">Recreational League Days of Play</a></span></span></p>\n<p class=\"\"><span style=\"color: #333399;\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </span></p>\n<p class=\"color4-color\">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. </p>\n<p class=\"\" style=\"color: #585dae;\">QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).</p>\n<p class=\"color4-color\">If you are interested in playing in our competitive club program, please click <a href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\"> here</span> </a>for more information.</p>\n<p class=\"\"> </p>\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"https://quintelacrosse.com/howtoregister/\">REGISTER NOW</a></p>\n<p class=\"\"> </p>\n<p class=\"color2-color\"><span style=\"text-decoration: underline;\">2022 SEASON DETAILS</span></p>\n<p class=\"\"><span style=\"color: #ff0000;\">UPDATED May 9th</span></p>\n<p class=\"color2-color\">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.</p>\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\n<p class=\"color4-color\">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</p>\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\n<p class=\"color4-color\">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</p>\n<p class=\"color4-color\"><strong>U9 / U11 / U13 / U15 / U17</strong></p>\n<p class=\"color4-color\">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 <a class=\"\" href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\">here</span></a> for more information. </p>\n<p class=\"color4-color\"><span style=\"text-decoration: underline;\">U9</span>\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\nTimes: 2:00pm to 3:00pm\nLocation: QSWC\n<span style=\"text-decoration: underline;\">U11</span>\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\nTimes: 2:00pm to 3:00pm\nLocation: QSWC\n<span style=\"text-decoration: underline;\">U13</span>\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\nTimes: 3:00pm to 4:00pm\nLocation: QSWC\n<span style=\"text-decoration: underline;\">U15</span>\n<span style=\"color: #ff0000;\">Dates: Sundays, April 24th to June 19th (wrap up June 25th)</span>\n<span style=\"color: #ff0000;\">Times: 4:00pm to 5:00pm</span>\nLocation: QSWC\n<span style=\"text-decoration: underline;\">U17</span>\nOnly offering rep (travel) team for 2022. <a href=\"emailto:quintelacrosse@gmail.com\">Contact us</a> for details.\nLocation: QSWC</p>\n<p class=\"\"> </p>\n<p class=\"\"> </p>\n\n<div class=\"row\" style=\"padding-top: 25px;\">\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\n<div>\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\n\n</div>\n</div>\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\n<div>\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\n\n</div>\n</div>\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\n<div>\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\n<p class=\"\"> </p>\n \n\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA House League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<p class=\"\">The QMLA house league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and competitive environment. </p>\r\n<p class=\"\">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. </p>\r\n<p class=\"\">More details to come...</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA House League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<p class=\"\">The QMLA house league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and competitive environment. </p>\r\n<p class=\"\">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. </p>\r\n<p class=\"\">The season starts in April and runs until the end of the school year.</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">House League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #333399;\">Peanut (2015/2016) – Saturdays at 9:00am</span>\r\n<span style=\"color: #333399;\">Paperweight (2013/2014) – Saturdays at 10:00am</span>\r\n<span style=\"color: #333399;\">Tyke (2011/2012) – Sunday at 2:00pm or Thursday at 5:30pm<span class=\"text_exposed_show\">\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</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\"><strong>NOTE:</strong> 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. </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">How to Register</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n<p class=\"\">Please read and follow the instructions below to register for 2019.</p>\r\n\r\n<div>\r\n<div>\r\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">=================================================</p>\r\n\r\n<h2 class=\"\">New Players to Quinte Minor Lacrosse</h2>\r\n<p class=\"\"> </p>\r\n<p class=\"\">To register, you will need to create a Sportzsoft account and upload Proof of Age document(s) for your child(ren).</p>\r\n<p class=\"\">To create a SportzSoft account:</p>\r\n<p class=\"\">1. Click the online registration link: <strong>REGISTER HERE</strong> </p>\r\n<p class=\"\">2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password</p>\r\n<p class=\"\">3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n<strong>** NOTE</strong>: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\">4. To register a player, click the orange “New Registration” button, select the child’s name from the Participant list, and then click “Next”.</p>\r\n<p class=\"\">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. </p>\r\n6. Read and agree to the OLA Waivers\r\n<p class=\"\">7. Complete the Questionnaire</p>\r\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only)</p>\r\n<p class=\"\">9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.</p>\r\n<p class=\"\"><strong>** NOTE</strong>: Registration is NOT complete until a valid Proof of Age document is uploaded AND payment is received for each child.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\" \"http://www.w3.org/TR/REC-html40/loose.dtd\">\n<html><body><div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2>Get Answers to Frequently Asked Questions Here</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n<ol class=\"\"><li>\r\n<p class=\"mce-p\"><strong>Do you offer fashions for all ages?</strong></p>\r\n<p class=\"mce-p\">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.</p>\r\n</li>\r\n <li>\r\n<p class=\"mce-p\"><strong>Can I buy online?</strong></p>\r\n<p class=\"mce-p\">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.</p>\r\n</li>\r\n <li>\r\n<p class=\"mce-p\"><strong>What if I need to return something?</strong></p>\r\n<p class=\"mce-p\">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.</p>\r\n</li>\r\n <li>\r\n<p class=\"mce-p\"><strong>Where do your clothes come from?</strong></p>\r\n<p class=\"mce-p\">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!</p>\r\n</li>\r\n <li>\r\n<p class=\"mce-p\"><strong>Can I afford my new look?</strong></p>\r\n<p class=\"mce-p\">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!</p>\r\n</li>\r\n <li>\r\n<p class=\"mce-p\"><strong>How often do you have sales?</strong></p>\r\n<p class=\"mce-p\">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!</p>\r\n</li>\r\n</ol>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div></body></html>\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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">How to Register</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n<p class=\"\">Please read and follow the instructions below to register for 2019.</p>\r\n\r\n<div>\r\n<div>\r\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">=================================================</p>\r\n\r\n<h2 class=\"\">New Players to Quinte Minor Lacrosse</h2>\r\n<p class=\"\"> </p>\r\n<p class=\"\">To register, you will need to create a Sportzsoft account and upload Proof of Age document(s) for your child(ren).</p>\r\n<p class=\"\">To create a SportzSoft account:</p>\r\n<p class=\"\">1. Click the online registration link: <strong>REGISTER HERE</strong> </p>\r\n<p class=\"\">2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password</p>\r\n<p class=\"\">3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n<strong>** NOTE</strong>: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\">4. To register a player, click the orange “New Registration” button, select the child’s name from the Participant list, and then click “Next”.</p>\r\n<p class=\"\">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. </p>\r\n6. Read and agree to the OLA Waivers\r\n<p class=\"\">7. Complete the Questionnaire</p>\r\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only)</p>\r\n<p class=\"\">9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.</p>\r\n<p class=\"\"><strong>** NOTE</strong>: Registration is NOT complete until a valid Proof of Age document is uploaded AND payment is received for each child.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div style=\"margin-top: 50px; margin-left: 50px;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-call_to_action-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -35px; padding: 3em; box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.75);\">\r\n<h1 class=\"\" style=\"text-transform: uppercase; margin-top: 10px; margin-bottom: 10px;\">QUINTE BAYHAWKS LACROSSE</h1>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"bg-hr-7 color-neutral-color bg-hr\" width=\"80%;\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 35px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"bg-box-flush bg-box-cover bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img alignnone wp-image-4125 size-medium\" style=\"margin-top: -20px; z-index: 1; position: relative; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_96_889_374_Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\" alt=\"\" width=\"889\" height=\"374\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -50px; padding: 5em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://ca.linkedin.com/in/melissa-haig-p-eng-719a75\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i> </a><a href=\"http://www.youtube.com/user/KKPCanada\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div style=\"margin-top: 50px; margin-left: 50px;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-call_to_action-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -35px; padding: 3em; box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.75);\">\r\n<h1 class=\"\" style=\"text-transform: uppercase; margin-top: 10px; margin-bottom: 10px;\">QUINTE BAYHAWKS LACROSSE</h1>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"bg-hr-7 color-neutral-color bg-hr\" width=\"80%;\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 35px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"bg-box-flush bg-box-cover bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img alignnone wp-image-4125 size-medium\" style=\"margin-top: -20px; z-index: 1; position: relative; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_96_889_374_Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\" alt=\"\" width=\"889\" height=\"374\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -50px; padding: 5em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://ca.linkedin.com/in/melissa-haig-p-eng-719a75\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i> </a><a href=\"http://www.youtube.com/user/KKPCanada\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div style=\"margin-top: 50px; margin-left: 50px;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-call_to_action-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -35px; padding: 3em; box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.75);\">\r\n<h1 class=\"\" style=\"text-transform: uppercase; margin-top: 10px; margin-bottom: 10px;\">QUINTE BAYHAWKS LACROSSE</h1>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"bg-hr-7 color-neutral-color bg-hr\" width=\"80%;\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 35px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"bg-box-flush bg-box-cover bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img alignnone wp-image-4125 size-medium\" style=\"margin-top: -20px; z-index: 1; position: relative; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_96_889_374_Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\" alt=\"\" width=\"889\" height=\"374\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -50px; padding: 5em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://ca.linkedin.com/in/melissa-haig-p-eng-719a75\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i> </a><a href=\"http://www.youtube.com/user/KKPCanada\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\"> </p>\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\nWe recommend using desktop or laptop computers for registration. Registrations done on mobile devices may encounter difficulties. </p>\n<p class=\"\">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</p>\n<p class=\"\">To access your Sportzsoft account, click <a href=\"https://www.sportzsoft.com/regApp/Login?OrgId=6712\">here</a></p>\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-bottom: 45px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"video-container\"></div>\n<div></div>\n</div>\n</div>\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/registration-fees/\">Registration Fees</a></p>\r\n<a href=\"http://quintelacrosse.com/howtoregister/\">How To Register</a>\r\n\r\n<a href=\"http://quintelacrosse.com/ola-release-procedures/\">Player Release Policy</a>\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/registration-fees/\">Registration Fees</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/howtoregister/\">How To Register</a></p>\r\n<a href=\"http://quintelacrosse.com/ola-release-procedures/\">Player Release Policy</a>\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/registration-fees/\">Registration Fees</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/howtoregister/\">How To Register</a></p>\r\n<a href=\"http://quintelacrosse.com/ola-release-procedures/\">Player Release Policy</a>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Novice Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Novice House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/novice-1-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/novice-2-schedule/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n \r\n\r\n \r\n<div class=\"boldgrid-shortcode wpforms-shortcode\" data-imhwpb-draggable=\"true\">\r\n\r\n[wpforms id=\"16\" title=\"false\" description=\"false\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div style=\"margin-top: 50px; margin-left: 50px;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-call_to_action-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -35px; padding: 3em; box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.75);\">\r\n<h1 class=\"\" style=\"text-transform: uppercase; margin-top: 10px; margin-bottom: 10px;\">QUINTE BAYHAWKS LACROSSE</h1>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"bg-hr-7 color-neutral-color bg-hr\" width=\"80%;\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 35px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"bg-box-flush bg-box-cover bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img alignnone wp-image-4125 size-medium\" style=\"margin-top: -20px; z-index: 1; position: relative; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_96_889_374_Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\" alt=\"\" width=\"889\" height=\"374\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -50px; padding: 5em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\"><img class=\"alignnone wp-image-4181 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 18px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color5-background-color color-5-text-contrast bg-background-color tmpl-text-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 20px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-10 col-sm-4 col-xs-12\" style=\"padding: 1em;\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h2 class=\"\" align=\"center\">QMLA Refund & Cancellation Policy</h2>\r\n<p class=\"\" align=\"center\">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.</p>\r\n<p class=\"\" align=\"center\">For a detailed outline of the QMLA Refund Policy, click <a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\">HERE</a></p>\r\n<p class=\"\" align=\"center\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Representative</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-15 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div data-imhwpb-draggable=\"true\" class=\"\">\r\n<p class=\"\"><img class=\"bg-img-right bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n \r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COST</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">Approximately $600-$800 per player. Teams are expected to find sponsorship and do fundraising to bring these costs down.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>SCHEDULE</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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).</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COMMITMENT</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><strong><span style=\"color: #00ccff;\">TRAVEL</span></strong></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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. </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Peewee Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Peewee House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/peewee-1-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/peewee-2-schedule/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Representative</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-15 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div data-imhwpb-draggable=\"true\" class=\"\">\r\n<p class=\"\"><img class=\"bg-img-right bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n \r\n\r\n<span style=\"color: #820ee8;\">*****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.</span>\r\n\r\n \r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COST</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">Approximately $600 per player. Teams are expected to find sponsorship and do fundraising to bring these costs down.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>SCHEDULE</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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). </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COMMITMENT</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><strong><span style=\"color: #00ccff;\">TRAVEL</span></strong></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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.</p>\r\n<strong><span style=\"color: #00ccff;\">PROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL</span></strong>\r\n\r\n<span style=\"color: #9424f0;\">The 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).</span>\r\n\r\n \r\n\r\n \r\n<p class=\"\" style=\"color: #8224e3;\"> <img class=\"alignnone size-full wp-image-4382\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA-Festival.png\" alt=\"\" width=\"246\" height=\"205\"><img class=\"size-full wp-image-4381 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA.png\" alt=\"\" width=\"200\" height=\"201\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Peewee Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Peewee House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">[mstw_league_schedule_table league=quinte-bayhawks-house-league-peewee-division season=2019]</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/peewee-1-schedule/\">Team 1</a> (Blue)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/peewee-2-schedule/\">Team 2</a> (White)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 text-center align-column-top\">\r\n<p class=\"\" style=\"margin: 20px 0px;\"><img class=\"bg-img alignnone wp-image-4227 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-1-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2 class=\"\">Paperweight Division 3v3 Mini-Game Lacrosse</h2>\r\n<p class=\"\">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!</p>\r\n<p class=\"\">Saturdays at 10am from April 13th to June 15 (note: start date updated).</p>\r\n<p class=\"\"><strong>Want to \"Try Lacrosse\" before you buy, please register for our FREE clinics <a href=\"http://quintelacrosse.com/lacrosse-registration/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>For information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>To register for house league play, click <a href=\"http://quintelacrosse.com/lacrosse-registration/\">HERE</a></strong></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\"></div>\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n\r\n \r\n<p class=\"\"><img class=\"size-medium wp-image-4354 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/Oshawa-paperweight-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\"></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Duvall and Clark Sportswear and Equipment\r\n274 Airport Pkwy, Belleville, ON K8N 4Z6</p>\r\n<p class=\"\"><a href=\"https://www.facebook.com/pages/Duvall-Clark-Sportswear-Equipment/131926850186267\" target=\"_blank\" rel=\"noopener\">Duvall and Clark Sportswear & Equipment Facebook Page</a></p>\r\n<p class=\"\">For the equipment guidelines for players in Tyke through Midget, see the following:</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/news/entry-level-coaching-manual.pdf\" target=\"_blank\" rel=\"noopener\">OLA Equipment Guidelines</a></p>\r\n<p class=\"\">For our Peanut and Paperweight programs, the following equipment is required:</p>\r\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">Peanut</span></strong></p>\r\n<p class=\"\">Helmet with facemask</p>\r\n<p class=\"\">Gloves (optional)</p>\r\n<p class=\"\">Mouthguard</p>\r\n<p class=\"\">Lacrosse stick*</p>\r\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">Paperweight</span></strong></p>\r\n<p class=\"\">Helmet with facemask</p>\r\n<p class=\"\">Gloves</p>\r\n<p class=\"\">Mouthguard</p>\r\n<p class=\"\">Lacrosse stick*</p>\r\n<p class=\"\">Shoulder pads (optional)</p>\r\nKidney pads (optional)\r\n\r\nArm guards (optional)\r\n\r\n \r\n<p class=\"\">* FREE lacrosse stick provided to the first 60 registrations from Peanut to Tyke</p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"color1-background-color color-1-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\r\n<h2 class=\"\">Sponsors</h2>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Quinte Mat Rentals</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"http://quintematrentals.com/\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4342\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"175\" height=\"107\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">KKP Belleville Design and Print Solutions</p>\r\n\r\n<div class=\"row current-edit-as-row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-3 col-sm-2 col-xs-5\">\r\n<div>\r\n<h4 class=\"\" style=\"font-size: 14px;\">280 Coleman Street\r\nSuite 500\r\nBelleville, Ontario\r\nK8P 3H7</h4>\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<h5 class=\"h4\" style=\"font-weight: bold;\">Tel: <span class=\"loc_phone\"><a class=\"\" href=\"tel:613-966-5974\">613-966-5974</a></span>\r\nToll Free: <span class=\"loc_phonel\"><a class=\"\" href=\"tel:866-779-3066\">866-779-3066</a></span>\r\nFax: 613-966-7933\r\n<a class=\"\" href=\"mailto:info@belleville.kkpcanada.ca\">info@belleville.kkpcanada.ca</a></h5>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener\">website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4378\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"256\" height=\"253\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">TaskForce Engineering</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-3 col-sm-2 col-xs-5\">\r\n<div>\r\n<h4 class=\"\" style=\"font-size: 14px;\">24 Newberry Street, Suite 201\r\nBelleville, Ontario K8N 3N3</h4>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-7\">\r\n<div>\r\n<h5 class=\"h4\" style=\"font-weight: bold;\">Tel: <span class=\"loc_phone\"><a class=\"\" href=\"tel:613-966-5974\">613-966-5600</a></span>\r\nFax: 613-966-5701\r\n<a class=\"\" href=\"mailto:generalmail@taskforce-eng.com\" target=\"_blank\" rel=\"noopener\">generalmail@taskforce-eng.com</a></h5>\r\n<div>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"https://www.taskforce-eng.com/\" target=\"_blank\" rel=\"noopener\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Representative</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-15 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div data-imhwpb-draggable=\"true\" class=\"\">\r\n<p class=\"\"><img class=\"bg-img-right bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n<span style=\"color: #993366;\">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.</span>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COST</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">Approximately $600 per player. Teams are expected to find sponsorship and do fundraising to bring these costs down.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>SCHEDULE</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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). </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COMMITMENT</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><strong><span style=\"color: #00ccff;\">TRAVEL</span></strong></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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.</p>\r\n<strong><span style=\"color: #00ccff;\">PROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL</span></strong>\r\n\r\n<span style=\"color: #9424f0;\">The 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).</span>\r\n\r\n \r\n\r\n \r\n<p class=\"\" style=\"color: #8224e3;\"> <img class=\"alignnone size-full wp-image-4382\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA-Festival.png\" alt=\"\" width=\"246\" height=\"205\"><img class=\"size-full wp-image-4381 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA.png\" alt=\"\" width=\"200\" height=\"201\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Police Background Check (Vulnerable Sector Check)</h3>\r\n<p class=\"\"><strong>According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:</strong></p>\r\n<p class=\"\">\"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.\"</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">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 <a href=\"http://quintelacrosse.com/lacrosse-registration/\">SportzSoft</a> account profile.</p>\r\n<p class=\"\">For returning coaches, you do not require a new background check. Download the Offense Declaration Form below. Complete and scan and email to our <a href=\"mailto: registrar@quintelacrosse.com\" target=\"_blank\" rel=\"noopener\">privacy officer</a>.</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/administration/admin-documentation/2019-season/offense-declaration-form.docx\" target=\"_blank\" rel=\"noopener\">Offense Declaration Form</a></p>\r\n<p class=\"\">If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it <a href=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Volunteer-CRC-Letter-2019-Signed-1.pdf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"text clearfix\">\r\n<p class=\"\">The Ontario Lacrosse Association is in a partnership agreement with <a href=\"https://www.sterlingtalentsolutions.ca/about/about-us/\" target=\"_blank\" rel=\"noopener\">Sterling Backcheck</a> 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. </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Click on the link below to begin your background check:</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/administration/sterling-backcheck\" target=\"_blank\" rel=\"noopener\">https://ontariolacrosse.com/administration/sterling-backcheck</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Alternatively, you can obtain a background check through the police service serving your jurisdiction:</p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.policesolutions.ca/checks/services/belleville/index.php\" target=\"_blank\" rel=\"noopener\">https://www.policesolutions.ca/checks/services/belleville/index.php</a></p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.opp.ca/index.php?id=115&entryid=56a1276d8f94acdb5824a3d7\" target=\"_blank\" rel=\"noopener\">OPP Criminal Record Checks and Police Checks</a></p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Police Background Check (Vulnerable Sector Check)</h3>\r\n<p class=\"\"><strong>According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:</strong></p>\r\n<p class=\"\">\"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.\"</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">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 <a href=\"http://quintelacrosse.com/lacrosse-registration/\">SportzSoft</a> account profile.</p>\r\n<p class=\"\">For returning coaches, you do not require a new background check. Download the Offense Declaration Form below. Complete and scan and email to our <a href=\"mailto: registrar@quintelacrosse.com\" target=\"_blank\" rel=\"noopener\">privacy officer</a>.</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/administration/admin-documentation/2019-season/offense-declaration-form.docx\" target=\"_blank\" rel=\"noopener\">Offense Declaration Form</a></p>\r\n<p class=\"\">If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it <a href=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Volunteer-CRC-Letter-2019-Signed.pdf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"text clearfix\">\r\n<p class=\"\">The Ontario Lacrosse Association is in a partnership agreement with <a href=\"https://www.sterlingtalentsolutions.ca/about/about-us/\" target=\"_blank\" rel=\"noopener\">Sterling Backcheck</a> 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. </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Click on the link below to begin your background check:</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/administration/sterling-backcheck\" target=\"_blank\" rel=\"noopener\">https://ontariolacrosse.com/administration/sterling-backcheck</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Alternatively, you can obtain a background check through the police service serving your jurisdiction:</p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.policesolutions.ca/checks/services/belleville/index.php\" target=\"_blank\" rel=\"noopener\">https://www.policesolutions.ca/checks/services/belleville/index.php</a></p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.opp.ca/index.php?id=115&entryid=56a1276d8f94acdb5824a3d7\" target=\"_blank\" rel=\"noopener\">OPP Criminal Record Checks and Police Checks</a></p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div style=\"margin-top: 50px; margin-left: 50px;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-call_to_action-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -35px; padding: 3em; box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.75);\">\r\n<h1 class=\"\" style=\"text-transform: uppercase; margin-top: 10px; margin-bottom: 10px;\">QUINTE BAYHAWKS LACROSSE</h1>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"bg-hr-7 color-neutral-color bg-hr\" width=\"80%;\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 35px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"bg-box-flush bg-box-cover bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img alignnone wp-image-4125 size-medium\" style=\"margin-top: -20px; z-index: 1; position: relative; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_96_889_374_Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\" alt=\"\" width=\"889\" height=\"374\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -50px; padding: 5em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\"><img class=\"alignnone wp-image-4181 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">House League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #333399;\">Peanut – Saturdays at 9:00am</span>\r\n<span style=\"color: #333399;\">Paperweight – Saturdays at 10:00am</span>\r\n<span style=\"color: #333399;\">Tyke – Sunday at 2:00pm or Thursday at 5:30pm<span class=\"text_exposed_show\">\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</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\"><strong>NOTE:</strong> 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. </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">House League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #333399;\">Peanut – Saturdays at 9:00am</span>\r\n<span style=\"color: #333399;\">Paperweight – Saturdays at 10:00am</span>\r\n<span style=\"color: #333399;\">Tyke – Sunday at 2:00pm or Thursday at 5:30pm<span class=\"text_exposed_show\">\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</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\"><strong>NOTE:</strong> 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. </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Midget Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Midget House League</h2>\r\n<h4 class=\"\">2021</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Midget Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/sponsors/\"><img class=\"alignnone size-medium wp-image-5302\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Peanut Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Peanut House League</h2>\r\n<h4 class=\"\">2020</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Peanut Division home page. Below you will find the schedule and other important information about our cutest Bayhawks!</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-5302 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/0_0_450_450_your_logo_here.jpg\" alt=\"\" width=\"450\" height=\"450\" data-imhwpb-built-photo-search=\"68|landscape\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\">Quinte Mat Rentals Novice Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Novice House League</h2>\r\n<h4 class=\"\">2021</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\" style=\"width: 40.96%; height: 169px;\">\r\n\r\n \r\n\r\n \r\n<p class=\"mod-img\"><img class=\"size-medium wp-image-4181 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 (Purple)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 (Gray)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\">TaskForce Engineering Peewee Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Peewee House League</h2>\r\n<h4 class=\"\">2021</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 (Blue)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 (White)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 text-center align-column-top\">\r\n<p class=\"\" style=\"margin: 20px 0px;\"><img class=\"bg-img alignnone wp-image-4227 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-1-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2 class=\"\">Paperweight Division 3v3 Mini-Game Lacrosse</h2>\r\n<p class=\"\">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!</p>\r\n<p class=\"\">Saturdays at 10am from March 30 to June 15.</p>\r\n<p class=\"\"><strong>Want to \"Try Lacrosse\" before you buy, please register for our FREE clinics <a href=\"http://quintelacrosse.com/try-lacrosse-registration/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>For information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>To register for house league play, click <a href=\"http://quintelacrosse.com/lacrosse-registration/\">HERE</a></strong></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 text-center align-column-top\">\r\n<p class=\"\" style=\"margin: 20px 0px;\"><img class=\"bg-img alignnone wp-image-4227 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-1-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2 class=\"\">Paperweight Division 3v3 Mini-Game Lacrosse</h2>\r\n<p class=\"\">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!</p>\r\n<p class=\"\">Saturdays at 10am from March 30 to June 15.</p>\r\n<p class=\"\"><strong>Want to \"Try Lacrosse\" before you buy, please register for our FREE clinics <a href=\"http://quintelacrosse.com/lacrosse-registration/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>For information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>To register for house league play, click <a href=\"http://quintelacrosse.com/lacrosse-registration/\">HERE</a></strong></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-about-7 boldgrid-section dynamic-gridblock color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 80px 20%;\" class=\"bg-box\">\r\n<h2 class=\"h1 color5-color\" style=\"font-size: 3em;\">Become a Lacrosse Coach!</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color5-color bg-hr\" style=\"border: 2px solid;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-medium wp-image-4311\" style=\"color: #ffffff;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\"></p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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. </p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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.</p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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 <span style=\"text-decoration: underline;\">paid for by QMLA.</span></p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">For more information and 2022 clinic dates: <a href=\"https://ontariolacrosse.com/content/coaching/2022-coaching-clinic-details.pdf\">https://ontariolacrosse.com/content/coaching/2022-coaching-clinic-details.pdf</a></p>\r\n<p class=\"mod-reset\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-call_to_action-1 boldgrid-section dynamic-gridblock background-fixed\" style=\"background-position: 50% 50%; background-size: cover; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\"></div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-about-7 boldgrid-section dynamic-gridblock color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 80px 20%;\" class=\"bg-box\">\r\n<h2 class=\"h1 color5-color\" style=\"font-size: 3em;\">Become a Lacrosse Coach!</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color5-color bg-hr\" style=\"border: 2px solid;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"mod-reset\"><img class=\"aligncenter size-medium wp-image-4311\" style=\"color: #ffffff;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\"></p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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. </p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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.</p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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 <span style=\"text-decoration: underline;\">paid for by QMLA.</span></p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">For more information and 2022 clinic dates: <a href=\"https://ontariolacrosse.com/content/coaching/2022-coaching-clinic-details.pdf\">https://ontariolacrosse.com/content/coaching/2022-coaching-clinic-details.pdf</a></p>\r\n<p class=\"mod-reset\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-call_to_action-1 boldgrid-section dynamic-gridblock background-fixed\" style=\"background-position: 50% 50%; background-size: cover; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\"></div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-about-7 boldgrid-section dynamic-gridblock color2-background-color color-2-text-contrast bg-background-color\">\n<div class=\"container-fluid\">\n<div class=\"row\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff)\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\n<div class=\"col-md-12\"></div>\n</div>\n<div class=\"row\">\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\n<div style=\"padding: 80px 20%\" class=\"bg-box\">\n<h2 class=\"h1 color5-color\" style=\"font-size: 3em\">Become a Lacrosse Coach!</h2>\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr class=\"color5-color bg-hr\" style=\"border: 2px solid\" width=\"25%\">\n\n</div>\n</div>\n<p class=\"mod-reset\"><img src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse-300x200.jpg\" class=\"aligncenter size-medium wp-image-4311\" width=\"300\" height=\"200\" style=\"color: #ffffff\" alt=\"\"></p>\n<p class=\"\" style=\"margin: 30px 0px; text-align: left\">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. </p>\n<p class=\"\" style=\"margin: 30px 0px; text-align: left\">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.</p>\n<p class=\"\" style=\"margin: 30px 0px; text-align: left\">If you are interested in learning about the game and helping to grow the game, register as a house league coach now!</p>\n<p class=\"\" style=\"text-align: left\">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 <a href=\"mailto:president@quintelacrosse.com\">contact</a> the QMLA President.</p>\n<p class=\"\"> </p>\n<p class=\"\"><a href=\"http://quintelacrosse.com/registration/\">Register Now</a></p>\n<p class=\"mod-reset\"> </p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"tmpl-call_to_action-1 boldgrid-section dynamic-gridblock background-fixed\" style=\"background-position: 50% 50%; background-size: cover; background-image: linear-gradient(to left, #ffffff, #ffffff)\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-bottom: 0px\"></div>\n</div>\n</div>','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','<div class=\"tmpl-call_to_action-1 boldgrid-section dynamic-gridblock background-fixed\" style=\"background-position: 50% 50%; background-size: cover; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-5 col-sm-8 col-xs-12\">\r\n<div class=\"bg-box-cover color2-background-color color-2-text-contrast bg-background-color bg-box\" style=\"padding: 85px 20%;\">\r\n<h2 class=\"h1 color5-color\">Become a Lacrosse Coach!</h2>\r\n<p class=\"\" style=\"margin: 30px 0;\">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. </p>\r\n<p class=\"\"><a class=\"btn-color-5 btn btn-lowercase btn-raised btn-jumbo\" href=\"http://quintelacrosse.com/lacrosse-registration/\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\" data-image-url=\"http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse.jpg\" style=\"background-image: url(\'http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse.jpg\'); background-size: cover; background-position: 50% 50%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-call_to_action-1 boldgrid-section dynamic-gridblock background-fixed\" style=\"background-position: 50% 50%; background-size: cover; background-image: url(\'http://quintelacrosse.com/wp-content/uploads/2019/02/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcropsd527da6b055d96efc45f73bad26895ab.jpg\');\" data-image-url=\"http://quintelacrosse.com/wp-content/uploads/2019/02/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcropsd527da6b055d96efc45f73bad26895ab.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-5 col-sm-8 col-xs-12\">\r\n<div class=\"bg-box-cover color2-background-color color-2-text-contrast bg-background-color bg-box\" style=\"padding: 85px 20%;\">\r\n<h2 class=\"h1 color5-color\">Become a Lacrosse Coach!</h2>\r\n<p class=\"\" style=\"margin: 30px 0;\">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. </p>\r\n<p class=\"\"><a class=\"btn-color-5 btn btn-lowercase btn-raised btn-jumbo\" href=\"http://quintelacrosse.com/registration/\">Click Here to Register as a Coach</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\" data-image-url=\"http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse.jpg\" style=\"background-image: url(\'http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse.jpg\'); background-size: cover; background-position: 50% 50%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-call_to_action-1 boldgrid-section dynamic-gridblock background-fixed\" style=\"background-position: 50% 50%; background-size: cover; background-image: url(\'http://quintelacrosse.com/wp-content/uploads/2019/02/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcropsd527da6b055d96efc45f73bad26895ab.jpg\');\" data-image-url=\"http://quintelacrosse.com/wp-content/uploads/2019/02/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcropsd527da6b055d96efc45f73bad26895ab.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-5 col-sm-8 col-xs-12\">\r\n<div class=\"bg-box-cover color2-background-color color-2-text-contrast bg-background-color bg-box\" style=\"padding: 85px 20%;\">\r\n<h2 class=\"h1 color5-color\">Become a Lacrosse Coach!</h2>\r\n<p class=\"\" style=\"margin: 30px 0;\">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. </p>\r\n<p class=\"\"><a class=\"btn-color-5 btn btn-lowercase btn-raised btn-jumbo\" href=\"http://quintelacrosse.com/registration/\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\" data-image-url=\"http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse.jpg\" style=\"background-image: url(\'http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse.jpg\'); background-size: cover; background-position: 50% 50%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Representative</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-15 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div data-imhwpb-draggable=\"true\" class=\"\">\r\n<p class=\"\"><img class=\"bg-img-right bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n \r\n\r\n<span style=\"color: #820ee8;\">*****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. </span>\r\n\r\n<span style=\"color: #820ee8;\">NO EXPERIENCE NECESSARY</span>\r\n\r\n \r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COST</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">Approximately $600 per player. Teams are expected to find sponsorship and do fundraising to bring these costs down.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>SCHEDULE</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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). </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COMMITMENT</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><strong><span style=\"color: #00ccff;\">TRAVEL</span></strong></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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.</p>\r\n<strong><span style=\"color: #00ccff;\">PROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL</span></strong>\r\n\r\n<span style=\"color: #9424f0;\">The 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).</span>\r\n\r\n \r\n\r\n \r\n<p class=\"\" style=\"color: #8224e3;\"> <img class=\"alignnone size-full wp-image-4382\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA-Festival.png\" alt=\"\" width=\"246\" height=\"205\"><img class=\"size-full wp-image-4381 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA.png\" alt=\"\" width=\"200\" height=\"201\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Representative</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-15 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div data-imhwpb-draggable=\"true\" class=\"\">\r\n<p class=\"\"><img class=\"bg-img-right bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n \r\n\r\n<span style=\"color: #820ee8;\">*****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. </span><span style=\"color: #820ee8;\">NO EXPERIENCE NECESSARY</span>\r\n\r\n \r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COST</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">Approximately $600 per player. Teams are expected to find sponsorship and do fundraising to bring these costs down.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>SCHEDULE</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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). </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COMMITMENT</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><strong><span style=\"color: #00ccff;\">TRAVEL</span></strong></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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.</p>\r\n<strong><span style=\"color: #00ccff;\">PROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL</span></strong>\r\n\r\n<span style=\"color: #9424f0;\">The 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).</span>\r\n\r\n \r\n\r\n \r\n<p class=\"\" style=\"color: #8224e3;\"> <img class=\"alignnone size-full wp-image-4382\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA-Festival.png\" alt=\"\" width=\"246\" height=\"205\"><img class=\"size-full wp-image-4381 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA.png\" alt=\"\" width=\"200\" height=\"201\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-call_to_action-1 boldgrid-section dynamic-gridblock background-fixed\" style=\"background-position: 50% 50%; background-size: cover; background-image: url(\'http://quintelacrosse.com/wp-content/uploads/2019/02/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcropsd527da6b055d96efc45f73bad26895ab.jpg\');\" data-image-url=\"http://quintelacrosse.com/wp-content/uploads/2019/02/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcropsd527da6b055d96efc45f73bad26895ab.jpg\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-5 col-sm-8 col-xs-12\">\r\n<div class=\"bg-box-cover color2-background-color color-2-text-contrast bg-background-color bg-box\" style=\"padding: 85px 20%;\">\r\n<h2 class=\"h1 color5-color\">Become a Lacrosse Coach!</h2>\r\n<p class=\"\" style=\"margin: 30px 0;\">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. </p>\r\n<p class=\"\"><a class=\"btn-color-5 btn btn-lowercase btn-raised btn-jumbo\" href=\"http://quintelacrosse.com/lacrosse-registration/\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\" data-image-url=\"http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse.jpg\" style=\"background-image: url(\'http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse.jpg\'); background-size: cover; background-position: 50% 50%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-about-7 boldgrid-section dynamic-gridblock color2-background-color color-2-text-contrast bg-background-color\">\n<div class=\"container-fluid\">\n<div class=\"row\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n<div class=\"row\">\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\n<div style=\"padding: 80px 20%;\" class=\"bg-box\">\n<h2 class=\"h1 color5-color\" style=\"font-size: 3em;\">Become a Lacrosse Coach!</h2>\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr class=\"color5-color bg-hr\" style=\"border: 2px solid;\" width=\"25%\">\n\n</div>\n</div>\n<p class=\"mod-reset\"><img class=\"aligncenter size-medium wp-image-4311\" style=\"color: #ffffff;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\"></p>\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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. </p>\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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.</p>\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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 <span style=\"text-decoration: underline;\">paid for by QMLA.</span></p>\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">For </p>\n<p class=\"mod-reset\"> </p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"tmpl-call_to_action-1 boldgrid-section dynamic-gridblock background-fixed\" style=\"background-position: 50% 50%; background-size: cover; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-bottom: 0px;\"></div>\n</div>\n</div>','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','<div class=\"tmpl-call_to_action-1 boldgrid-section dynamic-gridblock background-fixed\" style=\"background-position: 50% 50%; background-size: cover; background-image: url(\'http://quintelacrosse.com/wp-content/uploads/2019/02/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcropsd527da6b055d96efc45f73bad26895ab.jpg\');\" data-image-url=\"http://quintelacrosse.com/wp-content/uploads/2019/02/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1600h900fitcropsd527da6b055d96efc45f73bad26895ab.jpg\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-5 col-sm-8 col-xs-12\">\r\n<div class=\"bg-box-cover color2-background-color color-2-text-contrast bg-background-color bg-box\" style=\"padding: 85px 20%;\">\r\n<h2 class=\"h1 color5-color\">Become a Lacrosse Coach!</h2>\r\n<p class=\"\" style=\"margin: 30px 0;\">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. </p>\r\n<p class=\"\"><a class=\"btn-color-5 btn btn-lowercase btn-raised btn-jumbo\" href=\"http://quintelacrosse.com/lacrosse-registration/\">Register Now</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\" data-image-url=\"http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse.jpg\" style=\"background-image: url(\'http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse.jpg\'); background-size: cover; background-position: 50% 50%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-about-7 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 80px 20%;\" class=\"bg-box\">\r\n<h2 class=\"h1 color5-color\" style=\"font-size: 3em;\">Become a Lacrosse Coach!</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color5-color bg-hr\" style=\"border: 2px solid;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"mod-reset\"><img class=\"size-medium wp-image-4311 aligncenter\" style=\"color: #ffffff;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\"></p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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.</p>\r\n<p class=\"mod-reset\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-call_to_action-1 boldgrid-section dynamic-gridblock background-fixed\" style=\"background-position: 50% 50%; background-size: cover; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-about-7 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 80px 20%;\" class=\"bg-box\">\r\n<h2 class=\"h1 color5-color\" style=\"font-size: 3em;\">Become a Lacrosse Coach!</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color5-color bg-hr\" style=\"border: 2px solid;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"mod-reset\"><img class=\"size-medium wp-image-4311 aligncenter\" style=\"color: #ffffff;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\"></p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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. </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">If you are interested in learning about the game and helping to grow the game, register as a house league coach now!</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"mod-reset\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-call_to_action-1 boldgrid-section dynamic-gridblock background-fixed\" style=\"background-position: 50% 50%; background-size: cover; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-about-7 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 80px 20%;\" class=\"bg-box\">\r\n<h2 class=\"h1 color5-color\" style=\"font-size: 3em;\">Become a Lacrosse Coach!</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color5-color bg-hr\" style=\"border: 2px solid;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"mod-reset\"><img class=\"size-medium wp-image-4311 aligncenter\" style=\"color: #ffffff;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\"></p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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. </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">If you are interested in learning about the game and helping to grow the game, register as a house league coach now!</p>\r\n<p class=\"\">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.</p>\r\n \r\n<p class=\"\"><a class=\"btn btn-raised btn-rounded btn-color-1\" href=\"http://quintelacrosse.com/lacrosse-registration/\">Register Now</a></p>\r\n<p class=\"mod-reset\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-call_to_action-1 boldgrid-section dynamic-gridblock background-fixed\" style=\"background-position: 50% 50%; background-size: cover; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-about-7 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 80px 20%;\" class=\"bg-box\">\r\n<h2 class=\"h1 color5-color\" style=\"font-size: 3em;\">Become a Lacrosse Coach!</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color5-color bg-hr\" style=\"border: 2px solid;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"mod-reset\"><img class=\"size-medium wp-image-4311 aligncenter\" style=\"color: #ffffff;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\"></p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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. </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">If you are interested in learning about the game and helping to grow the game, register as a house league coach now!</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-rounded btn-color-1\" href=\"http://quintelacrosse.com/lacrosse-registration/\">Register Now</a></p>\r\n<p class=\"mod-reset\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-call_to_action-1 boldgrid-section dynamic-gridblock background-fixed\" style=\"background-position: 50% 50%; background-size: cover; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-about-7 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 80px 20%;\" class=\"bg-box\">\r\n<h2 class=\"h1 color5-color\" style=\"font-size: 3em;\">Become a Lacrosse Coach!</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color5-color bg-hr\" style=\"border: 2px solid;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"mod-reset\"><img class=\"size-medium wp-image-4311 aligncenter\" style=\"color: #ffffff;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\"></p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-rounded btn-color-1\" href=\"http://quintelacrosse.com/lacrosse-registration/\">Register Now</a></p>\r\n<p class=\"mod-reset\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-call_to_action-1 boldgrid-section dynamic-gridblock background-fixed\" style=\"background-position: 50% 50%; background-size: cover; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\"></div>\r\n</div>\r\n</div>','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','<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-about-7 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 80px 20%;\" class=\"bg-box\">\r\n<h2 class=\"h1 color5-color\" style=\"font-size: 3em;\">Become a Lacrosse Coach!</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color5-color bg-hr\" style=\"border: 2px solid;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"mod-reset\"><img class=\"size-medium wp-image-4311 aligncenter\" style=\"color: #ffffff;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\"></p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-rounded btn-color-1\" href=\"http://quintelacrosse.com/lacrosse-registration/\">Register Now</a></p>\r\n<p class=\"mod-reset\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-call_to_action-1 boldgrid-section dynamic-gridblock background-fixed\" style=\"background-position: 50% 50%; background-size: cover; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-about-7 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<p class=\"\" style=\"padding: 0em;\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 80px 20%;\" class=\"bg-box\">\r\n<h2 class=\"h1 color5-color\" style=\"font-size: 3em;\">Become a Lacrosse Coach!</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color5-color bg-hr\" style=\"border: 2px solid;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"mod-reset\"><img class=\"size-medium wp-image-4311 aligncenter\" style=\"color: #ffffff;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\"></p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-rounded btn-color-1\" href=\"http://quintelacrosse.com/lacrosse-registration/\">Register Now</a></p>\r\n<p class=\"mod-reset\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-call_to_action-1 boldgrid-section dynamic-gridblock background-fixed\" style=\"background-position: 50% 50%; background-size: cover; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\"></div>\r\n</div>\r\n</div>','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','<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-about-7 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<p class=\"\" style=\"padding: 0em; text-align: left;\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 80px 20%;\" class=\"bg-box\">\r\n<h2 class=\"h1 color5-color\" style=\"font-size: 3em;\">Become a Lacrosse Coach!</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color5-color bg-hr\" style=\"border: 2px solid;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"mod-reset\"><img class=\"size-medium wp-image-4311 aligncenter\" style=\"color: #ffffff;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\"></p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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. </p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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.</p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">If you are interested in learning about the game and helping to grow the game, register as a house league coach now!</p>\r\n<p class=\"\" style=\"text-align: left;\">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.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-rounded btn-color-1\" href=\"http://quintelacrosse.com/lacrosse-registration/\">Register Now</a></p>\r\n<p class=\"mod-reset\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-call_to_action-1 boldgrid-section dynamic-gridblock background-fixed\" style=\"background-position: 50% 50%; background-size: cover; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\"></div>\r\n</div>\r\n</div>','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','<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-about-7 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<p class=\"\" style=\"padding: 0em; text-align: left;\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 80px 20%;\" class=\"bg-box\">\r\n<h2 class=\"h1 color5-color\" style=\"font-size: 3em;\">Become a Lacrosse Coach!</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color5-color bg-hr\" style=\"border: 2px solid;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"mod-reset\"><img class=\"size-medium wp-image-4311 aligncenter\" style=\"color: #ffffff;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\"></p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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. </p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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.</p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">If you are interested in learning about the game and helping to grow the game, register as a house league coach now!</p>\r\n<p class=\"\" style=\"text-align: left;\">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 <a href=\"mailto:president@quintelacrosse.com\">contact</a> the QMLA President.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-rounded btn-color-1\" href=\"http://quintelacrosse.com/lacrosse-registration/\">Register Now</a></p>\r\n<p class=\"mod-reset\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-call_to_action-1 boldgrid-section dynamic-gridblock background-fixed\" style=\"background-position: 50% 50%; background-size: cover; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\"></div>\r\n</div>\r\n</div>','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','<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-about-7 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<p class=\"\" style=\"padding: 0em; text-align: left;\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 80px 20%;\" class=\"bg-box\">\r\n<h2 class=\"h1 color5-color\" style=\"font-size: 3em;\">Become a Lacrosse Coach!</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color5-color bg-hr\" style=\"border: 2px solid;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"mod-reset\"><img class=\"size-medium wp-image-4311 aligncenter\" style=\"color: #ffffff;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\"></p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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. </p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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.</p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">If you are interested in learning about the game and helping to grow the game, register as a house league coach now!</p>\r\n<p class=\"\" style=\"text-align: left;\">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 <a href=\"mailto:president@quintelacrosse.com\">contact</a> the QMLA President.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-rounded btn-color-1\" href=\"http://quintelacrosse.com/lacrosse-registration/\">Register Now</a></p>\r\n<p class=\"mod-reset\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-call_to_action-1 boldgrid-section dynamic-gridblock background-fixed\" style=\"background-position: 50% 50%; background-size: cover; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\"></div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-about-7 boldgrid-section dynamic-gridblock color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 80px 20%;\" class=\"bg-box\">\r\n<h2 class=\"h1 color5-color\" style=\"font-size: 3em;\">Become a Lacrosse Coach!</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color5-color bg-hr\" style=\"border: 2px solid;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"mod-reset\"><img class=\"size-medium wp-image-4311 aligncenter\" style=\"color: #ffffff;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\"></p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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. </p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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.</p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">If you are interested in learning about the game and helping to grow the game, register as a house league coach now!</p>\r\n<p class=\"\" style=\"text-align: left;\">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 <a href=\"mailto:president@quintelacrosse.com\">contact</a> the QMLA President.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-rounded btn-color-1\" href=\"http://quintelacrosse.com/lacrosse-registration/\">Register Now</a></p>\r\n<p class=\"mod-reset\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-call_to_action-1 boldgrid-section dynamic-gridblock background-fixed\" style=\"background-position: 50% 50%; background-size: cover; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\"></div>\r\n</div>\r\n</div>','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','<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-about-7 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<p class=\"\" style=\"padding: 0em; text-align: left;\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 80px 20%;\" class=\"bg-box\">\r\n<h2 class=\"h1 color5-color\" style=\"font-size: 3em;\">Become a Lacrosse Coach!</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color5-color bg-hr\" style=\"border: 2px solid;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"mod-reset\"><img class=\"size-medium wp-image-4311 aligncenter\" style=\"color: #ffffff;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\"></p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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. </p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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.</p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">If you are interested in learning about the game and helping to grow the game, register as a house league coach now!</p>\r\n<p class=\"\" style=\"text-align: left;\">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 <a href=\"mailto:president@quintelacrosse.com\">contact</a> the QMLA President.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-rounded btn-color-1\" href=\"http://quintelacrosse.com/lacrosse-registration/\">Register Now</a></p>\r\n<p class=\"mod-reset\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-call_to_action-1 boldgrid-section dynamic-gridblock background-fixed\" style=\"background-position: 50% 50%; background-size: cover; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\"></div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-about-7 boldgrid-section dynamic-gridblock color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 80px 20%;\" class=\"bg-box\">\r\n<h2 class=\"h1 color5-color\" style=\"font-size: 3em;\">Become a Lacrosse Coach!</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color5-color bg-hr\" style=\"border: 2px solid;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"mod-reset\"><img class=\"size-medium wp-image-4311 aligncenter\" style=\"color: #ffffff;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/bill_belichick_lacrosse-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\"></p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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. </p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">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.</p>\r\n<p class=\"\" style=\"margin: 30px 0px; text-align: left;\">If you are interested in learning about the game and helping to grow the game, register as a house league coach now!</p>\r\n<p class=\"\" style=\"text-align: left;\">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 <a href=\"mailto:president@quintelacrosse.com\">contact</a> the QMLA President.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-rounded btn-color-1\" href=\"http://quintelacrosse.com/lacrosse-registration/\">Register Now</a></p>\r\n<p class=\"mod-reset\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-call_to_action-1 boldgrid-section dynamic-gridblock background-fixed\" style=\"background-position: 50% 50%; background-size: cover; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\"></div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div style=\"margin-top: 50px; margin-left: 50px;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-call_to_action-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -35px; padding: 3em; box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.75);\">\r\n<h1 class=\"\" style=\"text-transform: uppercase; margin-top: 10px; margin-bottom: 10px;\">QUINTE BAYHAWKS LACROSSE</h1>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"bg-hr-7 color-neutral-color bg-hr\" width=\"80%;\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 35px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"bg-box-flush bg-box-cover bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img alignnone wp-image-4125 size-medium\" style=\"margin-top: -20px; z-index: 1; position: relative; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_96_889_374_Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\" alt=\"\" width=\"889\" height=\"374\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -50px; padding: 5em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\"></a><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"color1-background-color color-1-text-contrast bg-background-color tmpl-schedule-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\r\n<h2 class=\"\">Sponsors</h2>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Quinte Mat Rentals</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<p class=\"h4\" style=\"font-weight: bold;\">Contact Details</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"http://quintematrentals.com/\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4342\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"175\" height=\"107\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">KKP Belleville Design and Print Solutions</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-3 col-sm-2 col-xs-5\">\r\n<h4 class=\"\" style=\"font-size: 14px;\"><strong>280 Coleman Street</strong>\r\n<strong>Suite 500</strong>\r\n<strong>Belleville, Ontario</strong>\r\n<strong>K8P 3H7</strong></h4>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<h5 class=\"h4\" style=\"font-weight: bold;\">Tel: <span class=\"loc_phone\"><a class=\"\" href=\"tel:613-966-5974\">613-966-5974</a></span>\r\nToll Free: <span class=\"loc_phonel\"><a class=\"\" href=\"tel:866-779-3066\">866-779-3066</a></span>\r\nFax: 613-966-7933\r\n<a class=\"\" href=\"mailto:info@belleville.kkpcanada.ca\">info@belleville.kkpcanada.ca</a></h5>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener\">website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\"></div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Sponsor Name</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\">Contact Details</p>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"#\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div style=\"margin-top: 50px; margin-left: 50px;\" class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-call_to_action-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -35px; padding: 3em; box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.75);\">\r\n<h1 class=\"\" style=\"text-transform: uppercase; margin-top: 10px; margin-bottom: 10px;\">QUINTE BAYHAWKS LACROSSE</h1>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"bg-hr-7 color-neutral-color bg-hr\" width=\"80%;\">\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 35px;\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-6\">\r\n<div class=\"bg-box-flush bg-box-cover bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img alignnone wp-image-4125 size-medium\" style=\"margin-top: -20px; z-index: 1; position: relative; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_96_889_374_Equipment-Learn-How-To-Lacrosse-Stick-4.jpg\" alt=\"\" width=\"889\" height=\"374\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-12\">\r\n<div class=\"bg-box-cover color1-background-color color-1-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -50px; padding: 5em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\">\r\n<p class=\"\">Quinte Minor Lacrosse Association, established in 2018, gives the youth of Quinte Region the opportunity to learn and play Canada’s National Summer Sport.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\">YOUR NAME AND LOGO HERE</p>\r\n<p class=\"bg-social-icons inherit\" style=\"font-size: 20px;\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"#\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Bantam Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Bantam House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 1</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 2</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Peewee Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Peewee House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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<span style=\"font-family: Courier New;\">[mstw_league_standings league=quinte-hl-peewee-division season=2019]</span>\r\n\r\n</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/peewee-1-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/peewee-2-schedule/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Peewee Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Peewee House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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<span style=\"font-family: Courier New;\">[mstw_league_standings league=quinte-house-league-peewee-division season=2019]</span>\r\n\r\n</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/peewee-1-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/peewee-2-schedule/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Peewee Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Peewee House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/peewee-1-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/peewee-2-schedule/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Peewee Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Peewee House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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<span style=\"font-family: Courier New;\">[mstw_league_standings league=quinte-bayhawks-house-league-peewee-division season=2019]</span>\r\n\r\n</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/peewee-1-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/peewee-2-schedule/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Bantam Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Bantam House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><span style=\"font-family: Courier New;\">[mstw_league_schedule_table league=quinte-bayhawks-house-league-bantam-division season=2019]</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 1</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 2</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Peewee Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Peewee House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">[mstw_league_schedule_table league=quinte-bayhawks-house-league-peewee-division season=2019]</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/peewee-1-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/peewee-2-schedule/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<h1 class=\"\"> </h1>\n<h1 class=\"\" style=\"text-align: center;\">TaskForce Engineering U13 Division</h1>\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"\">\n<h2 class=\"\">Bayhawks U13 House League</h2>\n<h4 class=\"\">2022</h4>\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr>\n\n</div>\n</div>\n</div>\n</div>\n<p class=\"\">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.</p>\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\n\n</div>\n</div>\n \n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\"></p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\"></div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\"></div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\n<h2 class=\"\">Teams</h2>\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-team-1/\">Team 1</a></h3>\n</div>\n</div>\n</div>\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"> Team 2</h3>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">TaskForce Engineering U13 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h2 class=\"\">Bayhawks U13 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">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.</p>\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n</div>\r\n</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-team-1/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-team-2/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">TaskForce Engineering U13 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U13 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U13 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n \r\n\r\n</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 (Blue)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 (Purple)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 3 (White)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 4 (Gray)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Bantam Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Bantam House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><span style=\"font-family: Courier New;\">[mstw_league_schedule_table league=quinte-bayhawks-house-league-bantam-division season=2019]</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/bantam-house-league-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 2</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n \r\n\r\n \r\n<div class=\"boldgrid-shortcode wpforms-shortcode\" data-imhwpb-draggable=\"true\">\r\n\r\n[wpforms id=\"16\" title=\"false\" description=\"false\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Bantam Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Bantam House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><span style=\"font-family: Courier New;\">[mstw_league_schedule_table league=quinte-bayhawks-house-league-bantam-division season=2019]</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/bantam-house-league-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/bantam-2-schedule/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Bantam Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Bantam House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><span style=\"font-family: Courier New;\">[mstw_league_schedule_table league=quinte-bayhawks-house-league-bantam-division season=2019]</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/bantam-house-league-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/bantam-2-schedule/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<h1> </h1>\n<h1 class=\"\" style=\"text-align: center;\">U15 Division</h1>\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<h2 class=\"\">Bayhawks U15 House League</h2>\n<h4 class=\"\">2022</h4>\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr>\n\n</div>\n</div>\n</div>\n</div>\n<p class=\"\">Welcome to the U15 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\n \n\n</div>\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/sponsors/\"><img class=\"alignnone size-medium wp-image-5302 bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\n\n<div class=\"\">\n<p class=\"mod-img\"> </p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\"></div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\"></div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\n<h2 class=\"\">Teams</h2>\n<h4>Click on a team below for schedule and results.</h4>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"> Team 3 </h3>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"> </h3>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"> Team 4</h3>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"> </h3>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n \n\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\">Bantam Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Bantam House League</h2>\r\n<h4 class=\"\">2020</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Bantam Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/sponsors/\"><img class=\"alignnone size-medium wp-image-5302\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n\r\n<div class=\"\">\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<h1></h1>\n<h1 style=\"text-align: center;\">Midget Division</h1>\n \n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<h2>Bayhawks Midget House League</h2>\n<h4>2019</h4>\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr />\n\n</div>\n</div>\n</div>\n</div>\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</div>\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\n<p class=\"mod-img\"></p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><span style=\"font-family: Courier New;\">[mstw_league_schedule_2 league=quinte-bayhawks-house-league-midget-division season=2019]</span></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\n<h2>Teams</h2>\n<h4>Click on a team below for schedule and results.</h4>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr />\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/midget-1-schedule/\">Team 1</a></h3>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"></h3>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/midget-2-schedule/\">Team 2</a></h3>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"></h3>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n \n\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Midget Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Midget House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><span style=\"font-family: Courier New;\">[mstw_league_schedule_2 league=quinte-bayhawks-house-league-midget-division season=2019]</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 1</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 2</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Midget Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Midget House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><span style=\"font-family: Courier New;\">[mstw_league_schedule_2 league=quinte-bayhawks-house-league-midget-division season=2019]</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/midget-1-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/midget-2-schedule/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Midget Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Midget House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><span style=\"font-family: Courier New;\">[mstw_league_schedule_2 league=quinte-bayhawks-house-league-midget-division season=2019]</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/midget-1-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/midget-2-schedule/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<h1> </h1>\n<h1 class=\"\" style=\"text-align: center;\">Quinte Mat Rentals U11 Division</h1>\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<h2 class=\"\">Bayhawks U11 House League</h2>\n<h4 class=\"\">2022</h4>\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr>\n\n</div>\n</div>\n</div>\n</div>\n<p class=\"\">Welcome to the U11 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\n \n\n</div>\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\" style=\"width: 40.96%; height: 169px;\">\n\n \n<p class=\"\"> </p>\n<p class=\"mod-img\"><img class=\"size-medium wp-image-4181 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\"></div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\"></div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\n<h2 class=\"\">Teams</h2>\n<h4>Click on a team below for schedule and results.</h4>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"> Team 1 (Purple)</h3>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"> Team 1 (Purple)</h3>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"> </h3>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"> Team 2 (Gray)</h3>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"> Team 2 (Gray)</h3>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"> </h3>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Novice Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Novice House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><span style=\"font-family: Courier New;\">[mstw_league_schedule_table league=quinte-bayhawks-house-league-novice-division season=2019]</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/novice-1-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/novice-2-schedule/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Tyke Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Tyke House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><span style=\"font-family: Courier New;\">[mstw_league_schedule_table league=quinte-bayhawks-house-league-tyke-division season=2019]</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/tyke-1-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Novice Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Novice House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><span style=\"font-family: Courier New;\">[mstw_league_schedule_table league=quinte-bayhawks-house-league-novice-division season=2019]</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/novice-1-schedule/\">Team 1</a> (Purple)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/novice-2-schedule/\">Team 2</a> (Gray)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Novice Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Novice House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><span style=\"font-family: Courier New;\">[mstw_league_schedule_table league=quinte-bayhawks-house-league-novice-division season=2019]</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/novice-1-schedule/\">Team 1</a> (Purple)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/novice-2-schedule/\">Team 2</a> (Gray)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Novice Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Novice House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><span style=\"font-family: Courier New;\">[mstw_league_schedule_table league=quinte-bayhawks-house-league-novice-division season=2019]</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/novice-1-schedule/\">Team 1</a> (Purple)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/novice-2-schedule/\">Team 2</a> (Gray)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">TaskForce Engineering Peewee Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Peewee House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">[mstw_league_schedule_table league=quinte-bayhawks-house-league-peewee-division season=2019]</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/peewee-1-schedule/\">Team 1</a> (Blue)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/peewee-2-schedule/\">Team 2</a> (White)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Peewee Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Peewee House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">[mstw_league_schedule_table league=quinte-bayhawks-house-league-peewee-division season=2019]</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/peewee-1-schedule/\">Team 1</a> (Blue)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/peewee-2-schedule/\">Team 2</a> (White)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Midget Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Midget House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><span style=\"font-family: Courier New;\">[mstw_league_schedule_2 league=quinte-bayhawks-house-league-midget-division season=2019]</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/midget-1-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/midget-2-schedule/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Midget Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Midget House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><span style=\"font-family: Courier New;\">[mstw_league_schedule_2 league=quinte-bayhawks-house-league-midget-division season=2019]</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/midget-1-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/midget-2-schedule/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Bantam Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Bantam House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><span style=\"font-family: Courier New;\">[mstw_league_schedule_table league=quinte-bayhawks-house-league-bantam-division season=2019]</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/bantam-house-league-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/bantam-2-schedule/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Quinte Mat Rentals Novice Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Novice House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><span style=\"font-family: Courier New;\">[mstw_league_schedule_table league=quinte-bayhawks-house-league-novice-division season=2019]</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/novice-1-schedule/\">Team 1</a> (Purple)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/novice-2-schedule/\">Team 2</a> (Gray)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Quinte Mat Rentals Novice Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Novice House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\" style=\"width: 40.96%; height: 169px;\">\r\n\r\n \r\n\r\n \r\n<p class=\"mod-img\"><img class=\"size-medium wp-image-4181 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><span style=\"font-family: Courier New;\">[mstw_league_schedule_table league=quinte-bayhawks-house-league-novice-division season=2019]</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/novice-1-schedule/\">Team 1</a> (Purple)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/novice-2-schedule/\">Team 2</a> (Gray)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">2020 Quinte Bayhawks Competitive Coaches</h2>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-team-8 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff); margin-left: 0px; margin-right: auto;\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px; padding-top: 10px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks Tyke</h5>\r\n<p class=\"\"><a href=\"mailto:treasurer@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks Novice</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks Peewee</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks Bantam</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: left;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\"><strong>Why Play Lacrosse?</strong></h1>\r\n<p class=\"\"> </p>\r\n<p class=\"\">At Quinte Minor Lacrosse, you’ll find many players and parents who are fanatical about the sport. Here are a few reasons why…</p>\r\n\r\n<h2 class=\"\">Fun</h2>\r\n<p class=\"\">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.</p>\r\n\r\n<h2 class=\"\">Fitness</h2>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<h2 class=\"\">Teamwork</h2>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n<h2>Cross Training</h2>\r\n<p class=\"\">The promotion of speed, stamina, sportsmanship and team play in lacrosse provides excellent cross-training for other sports like hockey, basketball and soccer.</p>\r\n<p class=\"\">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! </p>\r\n\r\n<h4 class=\"\">HOCKEY PLAYERS BENEFIT FROM LACROSSE:</h4>\r\n<ul class=\"\">\r\n <li>stick handling creativity</li>\r\n <li>creativity in tight areas</li>\r\n <li>creativity of fakes, back passes and shots</li>\r\n <li>use of both hands</li>\r\n <li>reading the play offensively</li>\r\n <li>strong, dynamic defensive tactics</li>\r\n <li>builds up strength and endurance</li>\r\n <li>prevents sport burn-out by playing a new, fast-paced sport</li>\r\n <li>increases hand-eye coordination</li>\r\n <li>teaches players to be more aware of their surroundings</li>\r\n <li>reinforces the importance of quickness and agility around the net</li>\r\n <li>leadership skills</li>\r\n <li>scoring skills are honed by shooting at smaller targets and picking corners</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h3>TORONTO MAPLE LEAF JOHN TAVARES ON LACROSSE:</h3>\r\n<div class=\"text clearfix\">\r\n<p class=\"\"><img src=\"https://s3951.pcdn.co/wp-content/uploads/2015/09/John-Tavares-6.jpg\" alt=\"\"></p>\r\n<p class=\"\">\"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.\" <em>— </em><strong>John Tavares</strong></p>\r\n \r\n\r\n \r\n<h3>THE GREAT ONE WAYNE GRETZKY ON LACROSSE:</h3>\r\n<div class=\"text clearfix\">\r\n<p class=\"\"><img src=\"http://hockeygods.com/system/gallery_images/17126/original.png?1540430409\" alt=\"\"></p>\r\n<em>Wayne wearing the \"C\" and Walter coaching... circa 1971.</em>\r\n<p class=\"\">\"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.\" <em>— </em><strong> Wayne Gretzky</strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Paperweight Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Paperweight House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\nWelcome to the Paperweight Division home page. Below you will find links to each team\'s schedule and results.\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"text-align: center;\"><span style=\"font-family: Courier New;\">[mstw_league_schedule_table league=your-league-slug season=your-season-slug</span>]</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 1</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 3</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 2</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 4</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<h1></h1>\n<h1 style=\"text-align: center;\">Paperweight Division</h1>\n \n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<h2>Bayhawks Paperweight House League</h2>\n<h4>2019</h4>\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr />\n\n</div>\n</div>\n</div>\n</div>\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</div>\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\n<p class=\"mod-img\"><img class=\"alignnone wp-image-4220 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"text-align: center;\"><span style=\"font-family: Courier New;\">[mstw_league_schedule_table league=quinte-bayhawks-house-league-paperweight-division season=2019]</span></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\n<h2>Teams</h2>\n<h4>Click on a team below for schedule and results.</h4>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr />\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/paperweight-1-schedule/\">Team 1</a></h3>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\">Team 3</h3>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\">Team 2</h3>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\n</div>\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\n<div class=\"heading\">\n<h3 class=\"xs-center sm-center\">Team 4</h3>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n \n\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Paperweight Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Paperweight House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\nWelcome to the Paperweight Division home page. Below you will find links to each team\'s schedule and results.\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-4220 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"text-align: center;\"><span style=\"font-family: Courier New;\">[mstw_league_schedule_table league=quinte-bayhawks-house-league-paperweight-division season=2019]</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 1</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 3</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 2</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 4</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Paperweight Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Paperweight House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\nWelcome to the Paperweight Division home page. Below you will find links to each team\'s schedule and results.\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"text-align: center;\"><span style=\"font-family: Courier New;\">[mstw_league_schedule_table league=quinte-bayhawks-house-league-paperweight-division season=2019]</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 1</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 3</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 2</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 4</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"bg-font-family-alt bg-text-fx bg-text-fx-closeheavy\" style=\"text-align: center; color: #8224e3; font-size: 28px;\">QUINTE WINTER LACROSSE SCHOOL</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">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!</p>\r\n<p class=\"\">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</p>\r\n<p class=\"\">Register now! Limited spots are available.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 75px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4948\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Nationwide-Logo.jpg\" alt=\"\" width=\"215\" height=\"52\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"><img class=\"wp-image-52 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"190\" height=\"190\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n \r\n\r\n \r\n<div class=\"boldgrid-shortcode wpforms-shortcode\" data-imhwpb-draggable=\"true\">\r\n\r\n[wpforms id=\"16\" title=\"false\" description=\"false\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"bg-font-family-alt bg-text-fx bg-text-fx-closeheavy\" style=\"text-align: center; color: #8224e3; font-size: 28px;\">QUINTE WINTER LACROSSE SCHOOL</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">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!</p>\r\n<p class=\"\"><strong>STAY TUNED FOR INFORMATION ABOUT OUR 2021 WINTER SCHOOL!</strong></p>\r\n<p class=\"\">Who: \r\nWhen:\r\nWhere:\r\nCost: </p>\r\n<p class=\"\">Full equipment is required.</p>\r\n<p class=\"\">Click on the link below to register. Payment to be made in full by cash, cheque or e-transfer to <strong>treasurer@quintelacrosse.com</strong> on or before the date of the first session. Cheques can be made payable to <strong>Quinte Minor Lacrosse Association</strong> or <strong>QMLA</strong>. For more information, contact <a href=\"mailto:quintelacrosse@gmail.com\" target=\"_blank\" rel=\"noopener noreferrer\">quintelacrosse@gmail.com</a>.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Looking for equipment? Click <a href=\"https://ontariolacrosse.com/content/playing/required-equipment/box-equipment/box-guidelines.pdf\">here</a> to see what is required. Equipment can be ordered through <a href=\"https://www.facebook.com/pages/Duvall-Clark-Sportswear-Equipment/131926850186267\">Duvall and Clark Sportswear and Equipment </a>or purchased at select local retailers.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4948\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Nationwide-Logo.jpg\" alt=\"\" width=\"215\" height=\"52\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"><img class=\"wp-image-52 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"190\" height=\"190\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\" style=\"text-align: left;\">SHAWN EVANS</h3>\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-4957\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Shawn-168x300.jpg\" alt=\"\" width=\"168\" height=\"300\"></p>\r\n\r\n<ul class=\"\">\r\n <li style=\"text-align: left;\">2x National Lacrosse Leauge MVP</li>\r\n <li>2x World Indoor Lacrosse Gold Medal</li>\r\n <li>7x Mann Cup champion</li>\r\n <li>Current member of NLL Rochester Knightawks</li>\r\n</ul>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h3 class=\"\">TURNER EVANS</h3>\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-4959\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Turner-200x300.jpg\" alt=\"\" width=\"200\" height=\"300\"></p>\r\n\r\n<ul class=\"\">\r\n <li>10th overall selection 2015 NLL draft</li>\r\n <li>3x Mann Cup champion</li>\r\n <li>NCAA Division 1 at Ohio State University</li>\r\n <li>Current member of NLL Rochester Knighthawks</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"bg-font-family-alt bg-text-fx bg-text-fx-closeheavy\" style=\"text-align: center; color: #8224e3; font-size: 28px;\">QUINTE WINTER LACROSSE SCHOOL</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">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!</p>\r\n<p class=\"\"><strong>STAY TUNED FOR INFORMATION ABOUT OUR 2021 WINTER SCHOOL!</strong></p>\r\n<p class=\"\">Who: \r\nWhen:\r\nWhere:\r\nCost: </p>\r\n<p class=\"\">Full equipment is required.</p>\r\n<p class=\"\">Click on the link below to register. Payment to be made in full by cash, cheque or e-transfer to <strong>treasurer@quintelacrosse.com</strong> on or before the date of the first session. Cheques can be made payable to <strong>Quinte Minor Lacrosse Association</strong> or <strong>QMLA</strong>. For more information, contact <a href=\"mailto:quintelacrosse@gmail.com\" target=\"_blank\" rel=\"noopener noreferrer\">quintelacrosse@gmail.com</a>.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Looking for equipment? Click <a href=\"https://ontariolacrosse.com/content/playing/required-equipment/box-equipment/box-guidelines.pdf\">here</a> to see what is required. Equipment can be ordered through <a href=\"https://www.facebook.com/pages/Duvall-Clark-Sportswear-Equipment/131926850186267\">Duvall and Clark Sportswear and Equipment </a>or purchased at select local retailers.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4948\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Nationwide-Logo.jpg\" alt=\"\" width=\"215\" height=\"52\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"><img class=\"wp-image-52 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"190\" height=\"190\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\" style=\"text-align: left;\">SHAWN EVANS</h3>\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-4957\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Shawn-168x300.jpg\" alt=\"\" width=\"168\" height=\"300\"></p>\r\n\r\n<ul class=\"\">\r\n <li style=\"text-align: left;\">2x National Lacrosse Leauge MVP</li>\r\n <li>2x World Indoor Lacrosse Gold Medal</li>\r\n <li>7x Mann Cup champion</li>\r\n <li>Current member of NLL Rochester Knightawks</li>\r\n</ul>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h3 class=\"\">TURNER EVANS</h3>\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-4959\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Turner-200x300.jpg\" alt=\"\" width=\"200\" height=\"300\"></p>\r\n\r\n<ul class=\"\">\r\n <li>10th overall selection 2015 NLL draft</li>\r\n <li>3x Mann Cup champion</li>\r\n <li>NCAA Division 1 at Ohio State University</li>\r\n <li>Current member of NLL Rochester Knighthawks</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Paperweight Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Paperweight House League</h2>\r\n<h4>2019</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-4220 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"text-align: center;\"><span style=\"font-family: Courier New;\">[mstw_league_schedule_table league=quinte-bayhawks-house-league-paperweight-division season=2019]</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/paperweight-1-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/paperweight-3-schedule/\">Team 3</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"><a href=\"http://quintelacrosse.com/paperweight-2-schedule/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<iframe title=\"City at Night\" width=\"391\" height=\"220\" src=\"https://www.youtube.com/embed/5LxGNTTxPis?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"bg-font-family-alt bg-text-fx bg-text-fx-closeheavy\" style=\"text-align: center; color: #8224e3; font-size: 28px;\">QUINTE WINTER LACROSSE SCHOOL</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">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!</p>\r\n<p class=\"\">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</p>\r\n<p class=\"\">Register now! Limited spots are available.</p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"#\">REGISTER</a></p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4948\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Nationwide-Logo.jpg\" alt=\"\" width=\"215\" height=\"52\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"><img class=\"wp-image-52 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"190\" height=\"190\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">SHAWN EVANS</h3>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h3>TURNER EVANS</h3>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<ul class=\"\">\r\n <li>2x National Lacrosse Leauge MVP</li>\r\n <li>2x World Indoor Lacrosse Gold Medal</li>\r\n <li>7x Mann Cup champion</li>\r\n <li>Current member of NLL Rochester Knightawks</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<ul class=\"\">\r\n <li>10th overall selection 2015 NLL draft</li>\r\n <li>3x Mann Cup champion</li>\r\n <li>NCAA Division 1 at Ohio State University</li>\r\n <li>Current member of NLL Rochester Knighthawks</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\">Tyke Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Tyke House League</h2>\r\n<h4 class=\"\">2020</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Tyke Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n<p class=\"\"> </p>\r\n[my_calendar id=\"my-calendar\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3> </h3>\r\n<h3> </h3>\r\n<h3 class=\"\">Police Background Check (Vulnerable Sector Check)</h3>\r\n<p class=\"\"><strong>According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:</strong></p>\r\n<p class=\"\">\"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.\"</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">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 <a href=\"http://quintelacrosse.com/lacrosse-registration/\">SportzSoft</a> account profile.</p>\r\n<p class=\"\">For returning coaches, you do not require a new background check. Download the Offense Declaration Form below. Complete and scan and email to our <a href=\"mailto: registrar@quintelacrosse.com\" target=\"_blank\" rel=\"noopener noreferrer\">privacy officer</a>.</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/administration/admin-documentation/2019-season/offense-declaration-form.docx\" target=\"_blank\" rel=\"noopener noreferrer\">Offense Declaration Form</a></p>\r\n<p class=\"\">If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it <a href=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Volunteer-CRC-Letter-2019-Signed-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>.</p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"text clearfix\">\r\n<p class=\"\">The Ontario Lacrosse Association is in a partnership agreement with <a href=\"https://www.sterlingtalentsolutions.ca/about/about-us/\" target=\"_blank\" rel=\"noopener noreferrer\">Sterling Backcheck</a> 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. </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Click on the link below to begin your background check:</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/administration/sterling-backcheck\" target=\"_blank\" rel=\"noopener noreferrer\">https://ontariolacrosse.com/administration/sterling-backcheck</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Alternatively, you can obtain a background check through the police service serving your jurisdiction:</p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.policesolutions.ca/checks/services/belleville/index.php\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.policesolutions.ca/checks/services/belleville/index.php</a></p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.opp.ca/index.php?id=115&entryid=56a1276d8f94acdb5824a3d7\" target=\"_blank\" rel=\"noopener noreferrer\">OPP Criminal Record Checks and Police Checks</a></p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n[my_calendar id=\"my-calendar\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n<p class=\"\"> </p>\r\n[my_calendar id=\"my-calendar\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Joe Fee</h4>\r\n<h5>President</h5>\r\n<a href=\"mailto:president@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Abby Leavitt</h4>\r\n<h5>VP / Registrar</h5>\r\n<a href=\"mailto:registrar@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Sue Stewart</h4>\r\n<h5>Treasurer</h5>\r\n<a href=\"mailto:treasurer@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Wayne Brown</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Ryan DeJonge</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Jason Partridge</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Joe Fee</h4>\r\n<h5>President</h5>\r\n<a href=\"mailto:president@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Abby Leavitt</h4>\r\n<h5>VP / Registrar</h5>\r\n<a href=\"mailto:registrar@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Sue Stewart</h4>\r\n<h5>Treasurer</h5>\r\n<a href=\"mailto:treasurer@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Wayne Brown</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Ryan DeJonge</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Jason Partridge</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h4>Joe Fee</h4>\r\n<h5>President</h5>\r\n<a href=\"mailto:president@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Abby Leavitt</h4>\r\n<h5>VP / Registrar</h5>\r\n<a href=\"mailto:registrar@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Sue Stewart</h4>\r\n<h5>Treasurer</h5>\r\n<a href=\"mailto:treasurer@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Wayne Brown</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Ryan DeJonge</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Jason Partridge</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Joe Fee</h4>\r\n<h5>President</h5>\r\n<a href=\"mailto:president@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Abby Leavitt</h4>\r\n<h5>VP / Registrar</h5>\r\n<a href=\"mailto:registrar@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Sue Stewart</h4>\r\n<h5>Treasurer</h5>\r\n<a href=\"mailto:treasurer@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Wayne Brown</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Ryan DeJonge</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Jason Partridge</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Representative</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-15 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div data-imhwpb-draggable=\"true\" class=\"\">\r\n<p class=\"\"><img class=\"bg-img-right bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n \r\n\r\n<span style=\"color: #820ee8;\">*****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. </span>\r\n\r\n<span style=\"color: #820ee8;\">NO EXPERIENCE NECESSARY</span>\r\n\r\n \r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COST</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">Approximately $600 per player. Teams are expected to find sponsorship and do fundraising to bring these costs down.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>SCHEDULE</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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). </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COMMITMENT</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><strong><span style=\"color: #00ccff;\">TRAVEL</span></strong></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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.</p>\r\n<strong><span style=\"color: #00ccff;\">PROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL</span></strong>\r\n\r\n<span style=\"color: #9424f0;\">The 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).</span>\r\n\r\n \r\n\r\n \r\n<p class=\"\" style=\"color: #8224e3;\"> <img class=\"alignnone size-full wp-image-4382\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA-Festival.png\" alt=\"\" width=\"246\" height=\"205\"><img class=\"size-full wp-image-4381 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA.png\" alt=\"\" width=\"200\" height=\"201\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n \r\n<div class=\"column-1 column col-sm-12 col-md-12 col-xs-12\">\r\n<div id=\"pageEl_438839113\" class=\"pageEl\">\r\n<div class=\"pageElement codeElement\">\r\n<p class=\"\">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 <a href=\"mailto:info@ontariolacrosse.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@ontariolacrosse.com</a> or call 416-426-7071.</p>\r\n<p class=\"\"> </p>\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/ontario-lacrosse-association-accessibility-standards-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Accessibility Standards Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-anti-doping-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Anti-Doping Policy</a>\r\n\r\n<a class=\"call-to-action\" title=\"Code of Conduct\" href=\"https://ontariolacrosse.com/content/administration/code-of-conduct.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Code of Conduct Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-code-of-conduct-violation-form.docx\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Code of Conduct Violation Form</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-concussion-policy-final.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Concussion Management Policy</span></a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-confidentiality-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Confidentiality Policy</span></a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/ontario-lacrosse-conflict-of-interest-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Conflict of Interest Policy</span></a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-dispute-resolution-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Dispute Resolution Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-fair-play-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Fair Play Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-financial-policies.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Financial Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-general-inclusion-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA General Inclusion Policy</a>\r\n<p class=\"\"><a class=\"call-to-action\" title=\"Harassment Policy\" href=\"https://ontariolacrosse.com/content/administration/ola-harassment-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Harassment Policy</a></p>\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-lgbtiq-membership-inclusion-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA LGBTIQ+ Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-membership-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Membership Policy</a>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-privacy-policy-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Privacy Policy</span></a></p>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/2018-screening-policy-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Screening Policy (Criminal Record Checks)</span></a></p>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/team-ontario-program-provincial-team-selection-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Selections Policy</a></p>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-association-social-media-policy-draft-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Social Media Policy</span></a></p>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-transgender-athlete-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Transgender Athlete Policy</span> </a></p>\r\n<p class=\"\"><a style=\"background-color: #ffffff;\" href=\"https://cdn4.sportngin.com/attachments/document/b0bf-1758857/OMFLL_Policy_Paper__Final_-_Nov_2018_.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OMFLL Policy Paper Final (Nov-2018)</a></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n \r\n<div class=\"column-1 column col-sm-12 col-md-12 col-xs-12\">\r\n<div id=\"pageEl_438839113\" class=\"pageEl\">\r\n<div class=\"pageElement codeElement\">\r\n<p class=\"\">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 <a href=\"mailto:info@ontariolacrosse.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@ontariolacrosse.com</a> or call 416-426-7071.</p>\r\n<p class=\"\"> </p>\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/ontario-lacrosse-association-accessibility-standards-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Accessibility Standards Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-anti-doping-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Anti-Doping Policy</a>\r\n\r\n<a class=\"call-to-action\" title=\"Code of Conduct\" href=\"https://ontariolacrosse.com/content/administration/code-of-conduct.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Code of Conduct Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-code-of-conduct-violation-form.docx\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Code of Conduct Violation Form</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-concussion-policy-final.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Concussion Management Policy</span></a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-confidentiality-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Confidentiality Policy</span></a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/ontario-lacrosse-conflict-of-interest-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Conflict of Interest Policy</span></a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-dispute-resolution-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Dispute Resolution Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-fair-play-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Fair Play Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-financial-policies.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Financial Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-general-inclusion-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA General Inclusion Policy</a>\r\n<p class=\"\"><a class=\"call-to-action\" title=\"Harassment Policy\" href=\"https://ontariolacrosse.com/content/administration/ola-harassment-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Harassment Policy</a></p>\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-lgbtiq-membership-inclusion-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA LGBTIQ+ Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-membership-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Membership Policy</a>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-privacy-policy-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Privacy Policy</span></a></p>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/2018-screening-policy-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Screening Policy (Criminal Record Checks)</span></a></p>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/team-ontario-program-provincial-team-selection-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Selections Policy</a></p>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-association-social-media-policy-draft-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Social Media Policy</span></a></p>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-transgender-athlete-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Transgender Athlete Policy</span> </a></p>\r\n<p class=\"\"><a style=\"background-color: #ffffff;\" href=\"https://cdn4.sportngin.com/attachments/document/b0bf-1758857/OMFLL_Policy_Paper__Final_-_Nov_2018_.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OMFLL Policy Paper Final (Nov-2018)</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n \r\n<div class=\"column-1 column col-sm-12 col-md-12 col-xs-12\">\r\n<div id=\"pageEl_438839113\" class=\"pageEl\">\r\n<div class=\"pageElement codeElement\">\r\n<p class=\"\">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 <a href=\"mailto:info@ontariolacrosse.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@ontariolacrosse.com</a> or call 416-426-7071.</p>\r\n<p class=\"\"> </p>\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/ontario-lacrosse-association-accessibility-standards-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Accessibility Standards Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-anti-doping-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Anti-Doping Policy</a>\r\n\r\n<a class=\"call-to-action\" title=\"Code of Conduct\" href=\"https://ontariolacrosse.com/content/administration/code-of-conduct.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Code of Conduct Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-code-of-conduct-violation-form.docx\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Code of Conduct Violation Form</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-concussion-policy-final.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Concussion Management Policy</span></a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-confidentiality-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Confidentiality Policy</span></a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/ontario-lacrosse-conflict-of-interest-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Conflict of Interest Policy</span></a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-dispute-resolution-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Dispute Resolution Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-fair-play-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Fair Play Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-financial-policies.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Financial Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-general-inclusion-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA General Inclusion Policy</a>\r\n<p class=\"\"><a class=\"call-to-action\" title=\"Harassment Policy\" href=\"https://ontariolacrosse.com/content/administration/ola-harassment-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Harassment Policy</a></p>\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-lgbtiq-membership-inclusion-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA LGBTIQ+ Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-membership-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Membership Policy</a>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-privacy-policy-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Privacy Policy</span></a></p>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/2018-screening-policy-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Screening Policy (Criminal Record Checks)</span></a></p>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/team-ontario-program-provincial-team-selection-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Selections Policy</a></p>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-association-social-media-policy-draft-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Social Media Policy</span></a></p>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-transgender-athlete-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Transgender Athlete Policy</span></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"pageEl_444453157\" class=\"pageEl\">\r\n<div class=\"pageElement documentElement\">\r\n<h3 class=\"word iconSizeM\"> </h3>\r\n</div>\r\n</div>\r\n<div id=\"pageEl_444267856\" class=\"pageEl\">\r\n<div class=\"pageElement documentElement\">\r\n<p class=\"pdf iconSizeM\"><a href=\"https://cdn4.sportngin.com/attachments/document/b0bf-1758857/OMFLL_Policy_Paper__Final_-_Nov_2018_.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"> OMFLL Policy Paper Final (Nov-2018)</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n \r\n<div class=\"column-1 column col-sm-12 col-md-12 col-xs-12\">\r\n<div id=\"pageEl_438839113\" class=\"pageEl\">\r\n<div class=\"pageElement codeElement\">\r\n<p class=\"\">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 <a href=\"mailto:info@ontariolacrosse.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@ontariolacrosse.com</a> or call 416-426-7071.</p>\r\n<p class=\"\"> </p>\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/ontario-lacrosse-association-accessibility-standards-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Accessibility Standards Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-anti-doping-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Anti-Doping Policy</a>\r\n\r\n<a class=\"call-to-action\" title=\"Code of Conduct\" href=\"https://ontariolacrosse.com/content/administration/code-of-conduct.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Code of Conduct Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-code-of-conduct-violation-form.docx\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Code of Conduct Violation Form</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-concussion-policy-final.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Concussion Management Policy</span></a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-confidentiality-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Confidentiality Policy</span></a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/ontario-lacrosse-conflict-of-interest-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Conflict of Interest Policy</span></a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-dispute-resolution-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Dispute Resolution Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-fair-play-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Fair Play Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-financial-policies.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Financial Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-general-inclusion-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA General Inclusion Policy</a>\r\n<p class=\"\"><a class=\"call-to-action\" title=\"Harassment Policy\" href=\"https://ontariolacrosse.com/content/administration/ola-harassment-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Harassment Policy</a></p>\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-lgbtiq-membership-inclusion-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA LGBTIQ+ Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-membership-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Membership Policy</a>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-privacy-policy-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Privacy Policy</span></a></p>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/2018-screening-policy-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Screening Policy (Criminal Record Checks)</span></a></p>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/team-ontario-program-provincial-team-selection-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Selections Policy</a></p>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-association-social-media-policy-draft-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Social Media Policy</span></a></p>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-transgender-athlete-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Transgender Athlete Policy</span> </a></p>\r\n<p class=\"\"><a style=\"background-color: #ffffff;\" href=\"https://cdn4.sportngin.com/attachments/document/b0bf-1758857/OMFLL_Policy_Paper__Final_-_Nov_2018_.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OMFLL Policy Paper Final (Nov-2018)</a></p>\r\n<p class=\"\"><a style=\"background-color: #ffffff;\" href=\"https://cdn4.sportngin.com/attachments/document/b0bf-1758857/OMFLL_Policy_Paper__Final_-_Nov_2018_.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"></a></p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n \r\n<div class=\"column-1 column col-sm-12 col-md-12 col-xs-12\">\r\n<div id=\"pageEl_438839113\" class=\"pageEl\">\r\n<div class=\"pageElement codeElement\">\r\n<p class=\"\">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 <a href=\"mailto:info@ontariolacrosse.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@ontariolacrosse.com</a> or call 416-426-7071.</p>\r\n<p class=\"\"> </p>\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/ontario-lacrosse-association-accessibility-standards-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Accessibility Standards Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-anti-doping-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Anti-Doping Policy</a>\r\n\r\n<a class=\"call-to-action\" title=\"Code of Conduct\" href=\"https://ontariolacrosse.com/content/administration/code-of-conduct.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Code of Conduct Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-code-of-conduct-violation-form.docx\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Code of Conduct Violation Form</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-concussion-policy-final.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Concussion Management Policy</span></a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-confidentiality-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Confidentiality Policy</span></a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/ontario-lacrosse-conflict-of-interest-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Conflict of Interest Policy</span></a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-dispute-resolution-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Dispute Resolution Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-fair-play-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Fair Play Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-financial-policies.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Financial Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-general-inclusion-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA General Inclusion Policy</a>\r\n<p class=\"\"><a class=\"call-to-action\" title=\"Harassment Policy\" href=\"https://ontariolacrosse.com/content/administration/ola-harassment-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Harassment Policy</a></p>\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-lgbtiq-membership-inclusion-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA LGBTIQ+ Policy</a>\r\n\r\n<a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-membership-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Membership Policy</a>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ola-privacy-policy-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Privacy Policy</span></a></p>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/2018-screening-policy-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Screening Policy (Criminal Record Checks)</span></a></p>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/team-ontario-program-provincial-team-selection-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Selections Policy</a></p>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-association-social-media-policy-draft-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Social Media Policy</span></a></p>\r\n<p class=\"\"><a class=\"call-to-action\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-transgender-athlete-policy.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"call-to-action\">OLA Transgender Athlete Policy</span> </a></p>\r\n<p class=\"\"><a style=\"background-color: #ffffff;\" href=\"https://cdn4.sportngin.com/attachments/document/b0bf-1758857/OMFLL_Policy_Paper__Final_-_Nov_2018_.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OMFLL Policy Paper Final (Nov-2018)</a></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div id=\"panelTwo\" class=\"col-sm-12\">\r\n<div id=\"errorNotice\"></div>\r\n<div class=\"yieldPageContent\">\r\n<div class=\"layoutContainer row layout-66-33\">\r\n<div class=\"column-1 column col-sm-12 col-md-8 col-xs-12\">\r\n<div id=\"pageEl_437493661\" class=\"pageEl\">\r\n<div class=\"pageElement textBlockElement clearfix\">\r\n<div class=\"text clearfix\">\r\n<h2>You are invited to TRY LACROSSE !!!</h2>\r\nCome and discover why playing Canada\'s national summer sport is the best way to spend your summer.\r\n\r\n<strong><u>All sessions are:</u></strong>\r\n<ol>\r\n <li><strong>FREE to Try</strong></li>\r\n <li data-identifyelement=\"2\"><strong>Non Contact</strong></li>\r\n <li><strong>Open to Ages 4 - 14</strong></li>\r\n <li><strong>Open to Boys and Girls</strong></li>\r\n <li><strong>Sticks can be provided !</strong></li>\r\n</ol>\r\nUPCOMING 2019/2020 TRY LACROSSE SESSIONS:\r\n<div>\r\n<table style=\"height: 215px;\" width=\"688\">\r\n<tbody>\r\n<tr>\r\n<td width=\"190\"><span style=\"color: #800080;\">DATES</span></td>\r\n<td width=\"222\"><span style=\"color: #800080;\">Time / Ages</span></td>\r\n<td width=\"258\"><span style=\"color: #800080;\">Location</span></td>\r\n</tr>\r\n<tr>\r\n<td>Friday, November 15, 2019</td>\r\n<td width=\"222\">6pm - 7pm (ages 4 to 8)\r\n7pm - 8pm (ages 9 to 14)</td>\r\n<td width=\"258\"><strong>Trent River Public School</strong>\r\n84 Dixon Drive, Trenton</td>\r\n</tr>\r\n<tr>\r\n<td>Friday, January 24, 2020</td>\r\n<td width=\"222\">6pm - 7pm (ages 4 to 8)\r\n7pm - 8pm (ages 9 to 14)</td>\r\n<td width=\"258\"><strong>Sir John A. MacDonald Public School</strong>\r\n22 Harder Drive, Belleville</td>\r\n</tr>\r\n<tr>\r\n<td>Friday, February 21, 2020</td>\r\n<td width=\"222\">6pm - 7pm (ages 4 to 8)\r\n7pm - 8pm (ages 9 to 14)</td>\r\n<td width=\"258\"><strong>Sir John A. MacDonald Public School</strong>\r\n22 Harder Drive, Belleville</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','\"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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n \r\n<p class=\"\" align=\"center\"><strong>Mission Statement</strong></p>\r\n<p class=\"\">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.</p>\r\n<p align=\"center\"><strong>Philosophy</strong></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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</p>\r\n<p align=\"center\"><strong>Zero Tolerance Abuse Policy</strong></p>\r\n<p class=\"\">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. </p>\r\n<p class=\"\">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. </p>\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<p class=\"\" align=\"center\"><strong>Refund Policy</strong></p>\r\n<p class=\"\">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 </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\" align=\"center\"><strong>Mission Statement</strong></p>\r\n<p class=\"\">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</p>\r\n<p align=\"center\"><strong>Philosophy</strong></p>\r\n<p class=\"\">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</p>\r\n<p align=\"center\"><strong>Zero Tolerance Abuse Policy</strong></p>\r\n<p class=\"\">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</p>\r\n<p class=\"\" align=\"center\"><strong>Refund Policy</strong></p>\r\n<p class=\"\">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 </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n \r\n<p class=\"\" align=\"center\"><strong>Mission Statement</strong></p>\r\n<p class=\"\">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.</p>\r\n<p align=\"center\"><strong>Philosophy</strong></p>\r\n<p class=\"\">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.</p>\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<p align=\"center\"><strong>Zero Tolerance Abuse Policy</strong></p>\r\n<p class=\"\">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. </p>\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<p class=\"\" align=\"center\"><strong>Refund Policy</strong></p>\r\n<p class=\"\">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 </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\" \"http://www.w3.org/TR/REC-html40/loose.dtd\">\n<html><body><div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"text-center\">Our Collection. Your Great New Look.</h2>\r\n<p class=\"text-center\">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.</p>\r\n\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div></div></div>\r\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/3a1edd97-0b668575-konradbak150700094.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"65|portrait\" width=\"360\" class=\"wp-image-58\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/547766-1a445d0c-johanjk150500227.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"65|landscape\" width=\"360\" class=\"wp-image-59\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/e90a0335-a30babca-feedough130600612.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"65|portrait\" width=\"360\" class=\"wp-image-60\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/b6ffe7a8-98acfa8f-subbotina150100027.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"65|landscape\" width=\"360\" class=\"wp-image-61\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/ccb0fee3-08900583-subbotina150100056.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"65|portrait\" width=\"360\" class=\"wp-image-62\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/2bd1d6de-a594d473-korobkova151100035.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"65|landscape\" width=\"360\" class=\"wp-image-63\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/c25aa58d-b8c27eb4-javiindy150400123.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"65|landscape\" width=\"360\" class=\"wp-image-64\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/d6f91fea-97920b3d-Prometeus130800037.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"65|portrait\" width=\"360\" class=\"wp-image-65\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/de834388-ff83d883-Prometeus150300291.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"65|portrait\" width=\"360\" class=\"wp-image-66\"></p>\r\n<p class=\"mod-reset\"><img src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/ee1f2d46-167387f8-Prometeus150400146.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"65|landscape\" width=\"360\" class=\"wp-image-67\"></p>\r\n\r\n</div>\r\n</div>\r\n</div></div></div></body></html>\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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Competitive Lacrosse</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-15 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div data-imhwpb-draggable=\"true\" class=\"\">\r\n<p class=\"\"><img class=\"bg-img-right bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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, <span style=\"color: #820ee8;\">NO EXPERIENCE NECESSARY.</span> 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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.<span style=\"color: #820ee8;\"> </span></p>\r\n<strong>PLEASE NOTE:\r\n</strong><strong>1. ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND TRYOUTS. \r\n</strong><strong>2. 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.</strong>\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. <del>Players must attend at least one of the two tryouts</del>. 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\n<span style=\"text-decoration: underline;\">Tyke (8U)</span> FULL EQUIPMENT <span style=\"text-decoration: underline;\">NOT</span> REQUIRED. HELMET, GLOVES AND STICK ONLY.\r\n<del>Friday February 28th, 5:00pm - 6:00pm</del>\r\n<strong>Saturday March 7th, 9:00am - 10:00am</strong>\r\n\r\n<span style=\"text-decoration: underline;\">Novice (10U)</span> FULL EQUIPMENT <span style=\"text-decoration: underline;\">NOT</span> REQUIRED. HELMET, GLOVES AND STICK ONLY.\r\n<del>Friday February 28th, 6:00pm - 7:00pm</del>\r\n<strong>Saturday March 7th, 10:00am - 11:00am</strong>\r\n\r\n \r\n\r\n<span style=\"text-decoration: underline;\">Peewee (12U)/</span><span style=\"text-decoration: underline;\">Bantam (14U)\r\n</span>Workout run for <strong>ALL</strong> 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<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COST</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">Approximately $700-$800 per player. Teams are expected to find sponsorship and do fundraising to bring these costs down.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>SCHEDULE</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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). </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COMMITMENT</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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. </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><strong><span style=\"color: #00ccff;\">TRAVEL</span></strong></p>\r\n<p class=\"\" style=\"color: #8224e3;\">For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.</p>\r\n<strong><span style=\"color: #00ccff;\">PROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL</span></strong>\r\n\r\n<span style=\"color: #9424f0;\">The 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).</span>\r\n\r\n \r\n\r\n \r\n<p class=\"\" style=\"color: #8224e3;\"> <img class=\"alignnone size-full wp-image-4382\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA-Festival.png\" alt=\"\" width=\"246\" height=\"205\"><img class=\"size-full wp-image-4381 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA.png\" alt=\"\" width=\"200\" height=\"201\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">2022 Quinte Bayhawks Club Team Coaches</h2>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-team-8 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff); margin-left: 0px; margin-right: auto;\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px; padding-top: 10px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks U9</h5>\r\n<h5> </h5>\r\n<p class=\"\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks U11</h5>\r\n<h5> </h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks U13</h5>\r\n<h5> </h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h5>Quinte Bayhawks U15</h5>\r\n<h5> </h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: left;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">2020 Quinte Bayhawks Competitive Coaches</h2>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-team-8 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff); margin-left: 0px; margin-right: auto;\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px; padding-top: 10px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks Tyke</h5>\r\n<p class=\"\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks Novice</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks Peewee</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks Bantam</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: left;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">2020 Quinte Bayhawks Competitive Coaches</h2>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-team-8 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff); margin-left: 0px; margin-right: auto;\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px; padding-top: 10px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks\r\nTyke</h5>\r\n<p class=\"\"><a href=\"mailto:treasurer@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks Novice</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks Peewee</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks Bantam</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: left;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div id=\"panelTwo\" class=\"col-sm-12\">\r\n<div id=\"errorNotice\"></div>\r\n<div class=\"yieldPageContent\">\r\n<div class=\"layoutContainer row layout-66-33\">\r\n<div class=\"column-1 column col-sm-12 col-md-8 col-xs-12\">\r\n<div id=\"pageEl_437493661\" class=\"pageEl\">\r\n<div class=\"pageElement textBlockElement clearfix\">\r\n<div class=\"text clearfix\">\r\n<h2>You are invited to TRY LACROSSE !!!</h2>\r\nCome and discover why playing Canada\'s national summer sport is the best way to spend your summer.\r\n\r\n<strong><u>All sessions are:</u></strong>\r\n<ol>\r\n <li><strong>FREE to Try</strong></li>\r\n <li data-identifyelement=\"2\"><strong>Non Contact</strong></li>\r\n <li><strong>Open to Ages 4 - 14</strong></li>\r\n <li><strong>Open to Boys and Girls</strong></li>\r\n <li><strong>Sticks can be provided !</strong></li>\r\n</ol>\r\nUPCOMING 2019/2020 TRY LACROSSE SESSIONS:\r\n<div>\r\n<table style=\"height: 215px;\" width=\"688\">\r\n<tbody>\r\n<tr>\r\n<td width=\"190\"><span style=\"color: #800080;\">DATES</span></td>\r\n<td width=\"222\"><span style=\"color: #800080;\">Time / Ages</span></td>\r\n<td width=\"258\"><span style=\"color: #800080;\">Location</span></td>\r\n</tr>\r\n<tr>\r\n<td>Friday, November 15, 2019</td>\r\n<td width=\"222\">6pm - 7pm (ages 4 to 8)\r\n7pm - 8pm (ages 9 to 14)</td>\r\n<td width=\"258\"><strong>Trent River Public School</strong>\r\n84 Dixon Drive, Trenton</td>\r\n</tr>\r\n<tr>\r\n<td>Friday, January 24, 2020</td>\r\n<td width=\"222\">6pm - 7pm (ages 4 to 8)\r\n7pm - 8pm (ages 9 to 14)</td>\r\n<td width=\"258\"><strong>Sir John A. MacDonald Public School</strong>\r\n22 Harder Drive, Belleville</td>\r\n</tr>\r\n<tr>\r\n<td>Friday, February 21, 2020</td>\r\n<td width=\"222\">6pm - 7pm (ages 4 to 8)\r\n7pm - 8pm (ages 9 to 14)</td>\r\n<td width=\"258\"><strong>Sir John A. MacDonald Public School</strong>\r\n22 Harder Drive, Belleville</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','\"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','<div class=\"boldgrid-section\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div id=\"panelTwo\" class=\"col-sm-12\">\r\n<div id=\"errorNotice\"></div>\r\n<div class=\"yieldPageContent\">\r\n<div class=\"layoutContainer row layout-66-33\">\r\n<div class=\"column-1 column col-sm-12 col-md-8 col-xs-12\">\r\n<div>\r\n<div id=\"pageEl_445202695\" class=\"pageEl\">\r\n<div class=\"pageElement documentElement\">\r\n<h3 class=\"imageJpg iconSizeM\">Download the \"TRY LACROSSE\" Flyer </h3>\r\n</div>\r\n</div>\r\n<div id=\"pageEl_437493661\" class=\"pageEl\">\r\n<div class=\"pageElement textBlockElement clearfix\">\r\n<div class=\"text clearfix\">\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\n<strong><u>All sessions are:</u></strong>\r\n<ol>\r\n <li><strong>FREE to Try</strong></li>\r\n <li data-identifyelement=\"2\"><strong>Non Contact</strong></li>\r\n <li><strong>Open to Ages 4 - 14</strong></li>\r\n <li><strong>Open to Boys and Girls</strong></li>\r\n <li><strong>Sticks can be provided !</strong></li>\r\n</ol>\r\nUPCOMING 2019/2020 TRY LACROSSE SESSIONS:\r\n<div>\r\n<table style=\"height: 215px;\" width=\"688\">\r\n<tbody>\r\n<tr>\r\n<td width=\"190\"><span style=\"color: #800080;\">DATES</span></td>\r\n<td width=\"222\"><span style=\"color: #800080;\">Time / Ages</span></td>\r\n<td width=\"258\"><span style=\"color: #800080;\">Location</span></td>\r\n</tr>\r\n<tr>\r\n<td>Friday, November 15, 2019</td>\r\n<td width=\"222\">6pm - 7pm (ages 4 to 8)\r\n7pm - 8pm (ages 9 to 14)</td>\r\n<td width=\"258\"><strong>Trent River Public School</strong>\r\n84 Dixon Drive, Trenton</td>\r\n</tr>\r\n<tr>\r\n<td>Friday, January 24, 2020</td>\r\n<td width=\"222\">6pm - 7pm (ages 4 to 8)\r\n7pm - 8pm (ages 9 to 14)</td>\r\n<td width=\"258\"><strong>Sir John A. MacDonald Public School</strong>\r\n22 Harder Drive, Belleville</td>\r\n</tr>\r\n<tr>\r\n<td>Friday, February 21, 2020</td>\r\n<td width=\"222\">6pm - 7pm (ages 4 to 8)\r\n7pm - 8pm (ages 9 to 14)</td>\r\n<td width=\"258\"><strong>Sir John A. MacDonald Public School</strong>\r\n22 Harder Drive, Belleville</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','\"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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div id=\"panelTwo\" class=\"col-sm-12\">\r\n<div id=\"errorNotice\"></div>\r\n<div class=\"yieldPageContent\">\r\n<div class=\"layoutContainer row layout-66-33\">\r\n<div class=\"column-1 column col-sm-12 col-md-8 col-xs-12\">\r\n<div>\r\n<div id=\"pageEl_445202695\" class=\"pageEl\">\r\n<div class=\"pageElement documentElement\">\r\n<h3 class=\"imageJpg iconSizeM\"> Download the \"TRY LACROSSE\" Flyer </h3>\r\n</div>\r\n</div>\r\n<div id=\"pageEl_437493661\" class=\"pageEl\">\r\n<div class=\"pageElement textBlockElement clearfix\">\r\n<div class=\"text clearfix\">\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\n<strong><u>All sessions are:</u></strong>\r\n<ol>\r\n <li><strong>FREE to Try</strong></li>\r\n <li data-identifyelement=\"2\"><strong>Non Contact</strong></li>\r\n <li><strong>Open to Ages 4 - 14</strong></li>\r\n <li><strong>Open to Boys and Girls</strong></li>\r\n <li><strong>Sticks can be provided !</strong></li>\r\n</ol>\r\nUPCOMING 2019/2020 TRY LACROSSE SESSIONS:\r\n\r\n \r\n<table width=\"623\">\r\n<tbody>\r\n<tr>\r\n<td width=\"197\"><strong>Date</strong></td>\r\n<td width=\"282\"><strong>Time / Age Groups</strong></td>\r\n<td width=\"143\"><strong> Location</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"197\"><strong>Friday November 15th, 2019</strong></td>\r\n<td width=\"282\"><strong>6 pm - 7 pm (Ages 4 to 8)</strong>\r\n\r\n<strong>7 pm - 8 pm (Ages 9 to 14) </strong></td>\r\n<td width=\"143\"><strong> Trent River Public School</strong>\r\n\r\n84 Dixon Dr, Trenton</td>\r\n</tr>\r\n<tr>\r\n<td width=\"197\"><strong>Friday January 24th, 2020</strong></td>\r\n<td width=\"282\"><strong>6 pm - 7 pm (Ages 4 to 8)\r\n7 pm - 8 pm (Ages 9 to 14) </strong></td>\r\n<td width=\"143\"><strong> Sir John A. MacDonald School</strong>\r\n\r\n22 Harder Dr, Belleville</td>\r\n</tr>\r\n<tr>\r\n<td width=\"197\"><strong>Friday February 21st, 2020</strong></td>\r\n<td width=\"282\"><strong>6 pm - 7 pm (Ages 4 to 8)\r\n7 pm - 8 pm (Ages 9 to 14) </strong></td>\r\n<td width=\"143\"><strong>Sir John A. MacDonald School</strong>\r\n\r\n22 Harder Dr, Belleville</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"tableWrapper\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','\"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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div id=\"panelTwo\" class=\"col-sm-12\">\r\n<div id=\"errorNotice\"></div>\r\n<div class=\"yieldPageContent\">\r\n<div class=\"layoutContainer row layout-66-33\">\r\n<div class=\"column-1 column col-sm-12 col-md-8 col-xs-12\">\r\n<div>\r\n<div id=\"pageEl_445202695\" class=\"pageEl\">\r\n<div class=\"pageElement documentElement\">\r\n<h3 class=\"imageJpg iconSizeM\"><a href=\"https://cdn2.sportngin.com/attachments/document/361f-1765007/Try_Lacrosse.jpg\" target=\"_blank\" rel=\"noopener noreferrer\">Download the \"TRY LACROSSE\" Flyer</a></h3>\r\n</div>\r\n</div>\r\n<div id=\"pageEl_437493661\" class=\"pageEl\">\r\n<div class=\"pageElement textBlockElement clearfix\">\r\n<div class=\"text clearfix\">\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\n<strong><u>All sessions are:</u></strong>\r\n<ol>\r\n <li><strong>FREE to Try</strong></li>\r\n <li data-identifyelement=\"2\"><strong>Non Contact</strong></li>\r\n <li><strong>Open to Ages 4 - 14</strong></li>\r\n <li><strong>Open to Boys and Girls</strong></li>\r\n <li><strong>Sticks can be provided !</strong></li>\r\n</ol>\r\nUPCOMING 2019/2020 TRY LACROSSE SESSIONS:\r\n\r\n \r\n<table width=\"623\">\r\n<tbody>\r\n<tr>\r\n<td width=\"197\"><strong>Date</strong></td>\r\n<td width=\"282\"><strong>Time / Age Groups</strong></td>\r\n<td width=\"143\"><strong> Location</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"197\"><strong>Friday November 15th, 2019</strong></td>\r\n<td width=\"282\"><strong>6 pm - 7 pm (Ages 4 to 8)</strong>\r\n\r\n<strong>7 pm - 8 pm (Ages 9 to 14) </strong></td>\r\n<td width=\"143\"><strong> Trent River Public School</strong>\r\n\r\n84 Dixon Dr, Trenton</td>\r\n</tr>\r\n<tr>\r\n<td width=\"197\"><strong>Friday January 24th, 2020</strong></td>\r\n<td width=\"282\"><strong>6 pm - 7 pm (Ages 4 to 8)\r\n7 pm - 8 pm (Ages 9 to 14) </strong></td>\r\n<td width=\"143\"><strong> Sir John A. MacDonald School</strong>\r\n\r\n22 Harder Dr, Belleville</td>\r\n</tr>\r\n<tr>\r\n<td width=\"197\"><strong>Friday February 21st, 2020</strong></td>\r\n<td width=\"282\"><strong>6 pm - 7 pm (Ages 4 to 8)\r\n7 pm - 8 pm (Ages 9 to 14) </strong></td>\r\n<td width=\"143\"><strong>Sir John A. MacDonald School</strong>\r\n\r\n22 Harder Dr, Belleville</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"tableWrapper\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','\"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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div id=\"panelTwo\" class=\"col-sm-12\">\r\n<div id=\"errorNotice\"></div>\r\n<div class=\"yieldPageContent\">\r\n<div class=\"layoutContainer row layout-66-33\">\r\n<div class=\"column-1 column col-sm-12 col-md-8 col-xs-12\">\r\n<div>\r\n<div id=\"pageEl_445202695\" class=\"pageEl\">\r\n<div class=\"pageElement documentElement\">\r\n<h3 class=\"imageJpg iconSizeM\">Download the \"TRY LACROSSE\" Flyer </h3>\r\n</div>\r\n</div>\r\n<div id=\"pageEl_437493661\" class=\"pageEl\">\r\n<div class=\"pageElement textBlockElement clearfix\">\r\n<div class=\"text clearfix\">\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\n<strong><u>All sessions are:</u></strong>\r\n<ol>\r\n <li><strong>FREE to Try</strong></li>\r\n <li data-identifyelement=\"2\"><strong>Non Contact</strong></li>\r\n <li><strong>Open to Ages 4 - 14</strong></li>\r\n <li><strong>Open to Boys and Girls</strong></li>\r\n <li><strong>Sticks can be provided !</strong></li>\r\n</ol>\r\nUPCOMING 2019/2020 TRY LACROSSE SESSIONS:\r\n\r\n \r\n<table width=\"623\">\r\n<tbody>\r\n<tr>\r\n<td width=\"197\"><strong>Date</strong></td>\r\n<td width=\"282\"><strong>Time / Age Groups</strong></td>\r\n<td width=\"143\"><strong> Location</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"197\"><strong>Friday November 15th, 2019</strong></td>\r\n<td width=\"282\"><strong>6 pm - 7 pm (Ages 4 to 8)</strong>\r\n\r\n<strong>7 pm - 8 pm (Ages 9 to 14) </strong></td>\r\n<td width=\"143\"><strong> Trent River Public School</strong>\r\n\r\n84 Dixon Dr, Trenton</td>\r\n</tr>\r\n<tr>\r\n<td width=\"197\"><strong>Friday January 24th, 2020</strong></td>\r\n<td width=\"282\"><strong>6 pm - 7 pm (Ages 4 to 8)\r\n7 pm - 8 pm (Ages 9 to 14) </strong></td>\r\n<td width=\"143\"><strong> Sir John A. MacDonald School</strong>\r\n\r\n22 Harder Dr, Belleville</td>\r\n</tr>\r\n<tr>\r\n<td width=\"197\"><strong>Friday February 21st, 2020</strong></td>\r\n<td width=\"282\"><strong>6 pm - 7 pm (Ages 4 to 8)\r\n7 pm - 8 pm (Ages 9 to 14) </strong></td>\r\n<td width=\"143\"><strong>Sir John A. MacDonald School</strong>\r\n\r\n22 Harder Dr, Belleville</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"tableWrapper\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','\"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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">TaskForce Engineering U13 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U13 House League</h2>\r\n<h4 class=\"\">2021</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U13 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n \r\n\r\n</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 (Blue)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 (White)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">U15 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U15 House League</h2>\r\n<h4 class=\"\">2021</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U15 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/sponsors/\"><img class=\"alignnone size-medium wp-image-5302\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n\r\n<div class=\"\">\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\">Tyke Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Tyke House League</h2>\r\n<h4 class=\"\">2021</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Tyke Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/sponsors/\"><img class=\"alignnone size-medium wp-image-5302\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">U9 Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U9 House League</h2>\r\n<h4 class=\"\">2021</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U9 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/sponsors/\"><img class=\"alignnone size-medium wp-image-5302\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">U15 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U15 House League</h2>\r\n<h4 class=\"\">2021</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U15 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/sponsors/\"><img class=\"alignnone size-medium wp-image-5302\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n\r\n<div class=\"\">\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 text-center align-column-top\">\r\n<p class=\"\" style=\"margin: 20px 0px;\"><img class=\"bg-img alignnone wp-image-4227 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-1-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2 class=\"\">Paperweight Division 3v3 Mini-Game Lacrosse</h2>\r\n<p class=\"\">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!</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Equipment Required</span>:\r\nHelmet\r\nGloves\r\nMouthguard\r\nLacrosse Stick\r\nRunning Shoes</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">2021 Dates</span>\r\nSaturdays, 10:00am at QSWC beginning April 10th</p>\r\n<p class=\"\"><strong>For information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>To register, click <a href=\"http://quintelacrosse.com/bg-block/registration-portal/\">HERE</a></strong></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 text-center align-column-top\">\r\n<p class=\"\" style=\"margin: 20px 0px;\"><img class=\"bg-img alignnone wp-image-4227 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-1-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2 class=\"\">Paperweight Division 3v3 Mini-Game Lacrosse</h2>\r\n<p class=\"\">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!</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Equipment Required</span>:\r\nHelmet\r\nGloves\r\nMouthguard\r\nLacrosse Stick\r\nRunning Shoes</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">2021 Dates</span>\r\nTuesdays 5:00pm to 5:50pm at Thurlow Fields</p>\r\n<p class=\"\"><strong>For information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>To register, click <a href=\"http://quintelacrosse.com/registration-closed/\">HERE</a></strong></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 text-center align-column-top\">\r\n<p class=\"\" style=\"margin: 20px 0px;\"><img class=\"bg-img alignnone wp-image-4227 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-1-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2 class=\"\">Paperweight Division 3v3 Mini-Game Lacrosse</h2>\r\n<p class=\"\">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!</p>\r\n<p class=\"\">All players will receive a free t-shirt!</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Equipment Required</span>:\r\nHelmet\r\nGloves\r\nMouthguard\r\nLacrosse Stick\r\nRunning Shoes</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">2021 Dates</span>\r\nSaturdays, 10:00am at QSWC beginning April 10th</p>\r\n<p class=\"\"><strong>For information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>To register, click <a href=\"http://quintelacrosse.com/bg-block/registration-portal/\">HERE</a></strong></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Quinte Mat Rentals U11 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U11 House League</h2>\r\n<h4 class=\"\">2021</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U11 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n \r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\" style=\"width: 40.96%; height: 169px;\">\r\n\r\n \r\n<p class=\"\"> </p>\r\n<p class=\"mod-img\"><img class=\"size-medium wp-image-4181 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 (Purple)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 (Gray)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">U17 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U17 House League</h2>\r\n<h4 class=\"\">2021</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Midget Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/sponsors/\"><img class=\"alignnone size-medium wp-image-5302\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n[smartslider3 slider=4]\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em;\">\r\n<p class=\"\"><script async=\"\" defer=\"\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v4.0\"></script></p>\r\n\r\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"true\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\">\r\n<blockquote class=\"fb-xfbml-parse-ignore\" cite=\"https://www.facebook.com/quintelacrosse/\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a></blockquote>\r\n</div>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\"> </p>\r\n[post_grid id=\"379\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row receptor-containers-imhwpb\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://ca.linkedin.com/in/melissa-haig-p-eng-719a75\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a><a href=\"http://www.youtube.com/user/KKPCanada\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Police Background Check (Vulnerable Sector Check)</h3>\r\n<p class=\"\"><strong>According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:</strong></p>\r\n<p class=\"\">\"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.\"</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">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 <a href=\"http://quintelacrosse.com/lacrosse-registration/\">SportzSoft</a> account profile.</p>\r\n<p class=\"\">For returning coaches, you do not require a new background check. Download the Offense Declaration Form below. Complete and scan and email to our <a href=\"mailto: registrar@quintelacrosse.com\" target=\"_blank\" rel=\"noopener noreferrer\">privacy officer</a>.</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/administration/admin-documentation/2019-season/offense-declaration-form.docx\" target=\"_blank\" rel=\"noopener noreferrer\">Offense Declaration Form</a></p>\r\n<p class=\"\">If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it <a href=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Volunteer-CRC-Letter-2019-Signed-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>.</p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"text clearfix\">\r\n<p class=\"\">The Ontario Lacrosse Association is in a partnership agreement with <a href=\"https://www.sterlingtalentsolutions.ca/about/about-us/\" target=\"_blank\" rel=\"noopener noreferrer\">Sterling Backcheck</a> 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. </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Click on the link below to begin your background check:</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/administration/sterling-backcheck\" target=\"_blank\" rel=\"noopener noreferrer\">https://ontariolacrosse.com/administration/sterling-backcheck</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Alternatively, you can obtain a background check through the police service serving your jurisdiction:</p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.policesolutions.ca/checks/services/belleville/index.php\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.policesolutions.ca/checks/services/belleville/index.php</a></p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.opp.ca/index.php?id=115&entryid=56a1276d8f94acdb5824a3d7\" target=\"_blank\" rel=\"noopener noreferrer\">OPP Criminal Record Checks and Police Checks</a></p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Joe Fee</h4>\r\n<h5>President</h5>\r\n<a href=\"mailto:president@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Abby Leavitt</h4>\r\n<h5>VP / Registrar</h5>\r\n<a href=\"mailto:registrar@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Sue Stewart</h4>\r\n<h5>Treasurer</h5>\r\n<a href=\"mailto:treasurer@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Victoria Black</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Simon Gideon</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Nathan Tugnette</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Chris Haalstra</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Chris Brinklow</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Cory Black</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-schedule-5 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\r\n\r\n \r\n<p class=\"color2-color\" style=\"font-size: 19px;\">Support the Growth of Minor Lacrosse in the Quinte Region.\r\nBecome a QMLA Sponsor Today!\r\nClick HERE to view our sponsorship options.</p>\r\n<p class=\"\"> </p>\r\n\r\n<h2 class=\"\">2019 League Sponsors</h2>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Quinte Mat Rentals</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"http://quintematrentals.com/\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center color1-background-color color-1-text-contrast bg-background-color\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4342\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"175\" height=\"107\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">KKP Belleville Design and Print Solutions</p>\r\n\r\n<div class=\"row current-edit-as-row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-3 col-sm-2 col-xs-5\">\r\n<div>\r\n<h4 class=\"\" style=\"font-size: 14px;\">280 Coleman Street\r\nSuite 500\r\nBelleville, Ontario\r\nK8P 3H7</h4>\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<h5 class=\"h4\" style=\"font-weight: bold;\">Tel: <span class=\"loc_phone\"><a class=\"\" href=\"tel:613-966-5974\">613-966-5974</a></span>\r\nToll Free: <span class=\"loc_phonel\"><a class=\"\" href=\"tel:866-779-3066\">866-779-3066</a></span>\r\nFax: 613-966-7933\r\n<a class=\"\" href=\"mailto:info@belleville.kkpcanada.ca\">info@belleville.kkpcanada.ca</a></h5>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\">website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4378\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"256\" height=\"253\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">TaskForce Engineering</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-3 col-sm-2 col-xs-5\">\r\n<div>\r\n<h4 class=\"\" style=\"font-size: 14px;\">24 Newberry Street, Suite 201\r\nBelleville, Ontario K8N 3N3</h4>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-7\">\r\n<div>\r\n<h5 class=\"h4\" style=\"font-weight: bold;\">Tel: <span class=\"loc_phone\"><a class=\"\" href=\"tel:613-966-5974\">613-966-5600</a></span>\r\nFax: 613-966-5701\r\n<a class=\"\" href=\"mailto:generalmail@taskforce-eng.com\" target=\"_blank\" rel=\"noopener noreferrer\">generalmail@taskforce-eng.com</a></h5>\r\n<div>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"https://www.taskforce-eng.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n[smartslider3 slider=4]\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em;\">\r\n<p class=\"\"><script async=\"\" defer=\"\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v4.0\"></script></p>\r\n\r\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"true\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\">\r\n<blockquote class=\"fb-xfbml-parse-ignore\" cite=\"https://www.facebook.com/quintelacrosse/\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a></blockquote>\r\n</div>\r\n\r\n<p>\r\n</p>\r\n\r\n<p class=\"\"><a class=\"twitter-timeline\" style=\"background-color: #ffffff;\" href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-width=\"340\" data-height=\"800\" data-dnt=\"true\" data-theme=\"dark\" data-link-color=\"#9266CC\">Tweets by QuinteLacrosse</a> <script async=\"\" src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\"> </p>\r\n[post_grid id=\"379\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row receptor-containers-imhwpb\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://ca.linkedin.com/in/melissa-haig-p-eng-719a75\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a><a href=\"http://www.youtube.com/user/KKPCanada\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n[smartslider3 slider=4]\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em;\">\r\n<p class=\"\"><script async=\"\" defer=\"\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v4.0\"></script></p>\r\n\r\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"true\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\">\r\n<blockquote class=\"fb-xfbml-parse-ignore\" style=\"padding-bottom: 0.6em; margin-bottom: 49px;\" cite=\"https://www.facebook.com/quintelacrosse/\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a></blockquote>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 10px;\"><a class=\"twitter-timeline\" style=\"background-color: #ffffff;\" href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-width=\"340\" data-height=\"800\" data-dnt=\"true\" data-theme=\"dark\" data-link-color=\"#9266CC\">Tweets by QuinteLacrosse</a> <script async=\"\" src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\"> </p>\r\n[post_grid id=\"379\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row receptor-containers-imhwpb\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://ca.linkedin.com/in/melissa-haig-p-eng-719a75\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a><a href=\"http://www.youtube.com/user/KKPCanada\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n \r\n\r\n \r\n<div class=\"boldgrid-shortcode wpforms-shortcode\" data-imhwpb-draggable=\"true\">\r\n\r\n[wpforms id=\"16\" title=\"false\" description=\"false\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"bg-font-family-alt bg-text-fx bg-text-fx-closeheavy\" style=\"text-align: center; color: #8224e3; font-size: 28px;\">QUINTE WINTER LACROSSE SCHOOL</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">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!</p>\r\n<p class=\"\">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</p>\r\n<p class=\"\">Full equipment is required.</p>\r\n<p class=\"\">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 <strong>Quinte Minor Lacrosse Association</strong> or <strong>QMLA</strong>. For more information, contact <a href=\"mailto:quintelacrosse@gmail.com\" target=\"_blank\" rel=\"noopener noreferrer\">quintelacrosse@gmail.com</a>.</p>\r\n<p class=\"\">Register now! Limited spots are available.</p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"#\">REGISTER</a></p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4948\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Nationwide-Logo.jpg\" alt=\"\" width=\"215\" height=\"52\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"><img class=\"wp-image-52 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"190\" height=\"190\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">SHAWN EVANS</h3>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h3>TURNER EVANS</h3>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<ul class=\"\">\r\n <li>2x National Lacrosse Leauge MVP</li>\r\n <li>2x World Indoor Lacrosse Gold Medal</li>\r\n <li>7x Mann Cup champion</li>\r\n <li>Current member of NLL Rochester Knightawks</li>\r\n</ul>\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<ul class=\"\">\r\n <li>10th overall selection 2015 NLL draft</li>\r\n <li>3x Mann Cup champion</li>\r\n <li>NCAA Division 1 at Ohio State University</li>\r\n <li>Current member of NLL Rochester Knighthawks</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\"></div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\"> </p>\n<p class=\"bg-font-family-alt bg-text-fx bg-text-fx-closeheavy\" style=\"text-align: center; color: #8224e3; font-size: 28px;\">QUINTE WINTER LACROSSE SCHOOL</p>\n\n</div>\n</div>\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\">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!</p>\n<p class=\"\">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</p>\n<p class=\"\">Full equipment is required.</p>\n<p class=\"\">Click on the link below to register. Payment to be made in full by cash, cheque or e-transfer to <strong>treasurer@quintelacrosse.com</strong> on or before the date of the first session. Cheques can be made payable to <strong>Quinte Minor Lacrosse Association</strong> or <strong>QMLA</strong>. For more information, contact <a href=\"mailto:quintelacrosse@gmail.com\" target=\"_blank\" rel=\"noopener noreferrer\">quintelacrosse@gmail.com</a>.</p>\n<p class=\"\">Register now! Limited spots are available.</p>\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"#\">REGISTER</a></p>\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\n<div class=\"col-md-6 col-xs-12 col-sm-12 align-column-center\">\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4948\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Nationwide-Logo.jpg\" alt=\"\" width=\"215\" height=\"52\"></p>\n\n</div>\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\n<p class=\"\"><img class=\"wp-image-52 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"190\" height=\"190\"></p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<h3 class=\"\" style=\"text-align: left;\">SHAWN EVANS</h3>\n<p class=\"\"><img class=\"alignnone size-medium wp-image-4957\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Shawn-168x300.jpg\" alt=\"\" width=\"168\" height=\"300\"></p>\n\n<ul class=\"\">\n <li style=\"text-align: left;\">2x National Lacrosse Leauge MVP</li>\n <li>2x World Indoor Lacrosse Gold Medal</li>\n <li>7x Mann Cup champion</li>\n <li>Current member of NLL Rochester Knightawks</li>\n</ul>\n<p class=\"\"> </p>\n\n</div>\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\n<h3 class=\"\">TURNER EVANS</h3>\n<p class=\"\"><img class=\"alignnone size-medium wp-image-4959\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Turner-200x300.jpg\" alt=\"\" width=\"200\" height=\"300\"></p>\n\n<ul class=\"\">\n <li>10th overall selection 2015 NLL draft</li>\n <li>3x Mann Cup champion</li>\n <li>NCAA Division 1 at Ohio State University</li>\n <li>Current member of NLL Rochester Knighthawks</li>\n</ul>\n</div>\n</div>\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\n<div class=\"col-md-6 col-sm-12 col-xs-12\"></div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"bg-font-family-alt bg-text-fx bg-text-fx-closeheavy\" style=\"text-align: center; color: #8224e3; font-size: 28px;\">QUINTE WINTER LACROSSE SCHOOL</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">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!</p>\r\n<p class=\"\">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</p>\r\n<p class=\"\">Full equipment is required.</p>\r\n<p class=\"\">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 <strong>Quinte Minor Lacrosse Association</strong> or <strong>QMLA</strong>. For more information, contact <a href=\"mailto:quintelacrosse@gmail.com\" target=\"_blank\" rel=\"noopener noreferrer\">quintelacrosse@gmail.com</a>.</p>\r\n<p class=\"\">Register now! Limited spots are available.</p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"#\">REGISTER</a></p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4948\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Nationwide-Logo.jpg\" alt=\"\" width=\"215\" height=\"52\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"><img class=\"wp-image-52 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"190\" height=\"190\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\" style=\"text-align: left;\">SHAWN EVANS</h3>\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-4957\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Shawn-168x300.jpg\" alt=\"\" width=\"168\" height=\"300\"></p>\r\n\r\n<ul class=\"\">\r\n <li style=\"text-align: left;\">2x National Lacrosse Leauge MVP</li>\r\n <li>2x World Indoor Lacrosse Gold Medal</li>\r\n <li>7x Mann Cup champion</li>\r\n <li>Current member of NLL Rochester Knightawks</li>\r\n</ul>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h3 class=\"\">TURNER EVANS</h3>\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-4959\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Turner-200x300.jpg\" alt=\"\" width=\"200\" height=\"300\"></p>\r\n\r\n<ul class=\"\">\r\n <li>10th overall selection 2015 NLL draft</li>\r\n <li>3x Mann Cup champion</li>\r\n <li>NCAA Division 1 at Ohio State University</li>\r\n <li>Current member of NLL Rochester Knighthawks</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"bg-font-family-alt bg-text-fx bg-text-fx-closeheavy\" style=\"text-align: center; color: #8224e3; font-size: 28px;\">QUINTE WINTER LACROSSE SCHOOL</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">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!</p>\r\n<p class=\"\">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</p>\r\n<p class=\"\">Full equipment is required.</p>\r\n<p class=\"\">Click on the link below to register. Payment to be made in full by cash, cheque or e-transfer to <strong>treasurer@quintelacrosse.com</strong> on or before the date of the first session. Cheques can be made payable to <strong>Quinte Minor Lacrosse Association</strong> or <strong>QMLA</strong>. For more information, contact <a href=\"mailto:quintelacrosse@gmail.com\" target=\"_blank\" rel=\"noopener noreferrer\">quintelacrosse@gmail.com</a>.</p>\r\n<p class=\"\">Register now! Limited spots are available.</p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"#\">REGISTER</a></p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4948\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Nationwide-Logo.jpg\" alt=\"\" width=\"215\" height=\"52\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"><img class=\"wp-image-52 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"190\" height=\"190\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\" style=\"text-align: left;\">SHAWN EVANS</h3>\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-4957\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Shawn-168x300.jpg\" alt=\"\" width=\"168\" height=\"300\"></p>\r\n\r\n<ul class=\"\">\r\n <li style=\"text-align: left;\">2x National Lacrosse Leauge MVP</li>\r\n <li>2x World Indoor Lacrosse Gold Medal</li>\r\n <li>7x Mann Cup champion</li>\r\n <li>Current member of NLL Rochester Knightawks</li>\r\n</ul>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h3 class=\"\">TURNER EVANS</h3>\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-4959\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Turner-200x300.jpg\" alt=\"\" width=\"200\" height=\"300\"></p>\r\n\r\n<ul class=\"\">\r\n <li>10th overall selection 2015 NLL draft</li>\r\n <li>3x Mann Cup champion</li>\r\n <li>NCAA Division 1 at Ohio State University</li>\r\n <li>Current member of NLL Rochester Knighthawks</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"bg-font-family-alt bg-text-fx bg-text-fx-closeheavy\" style=\"text-align: center; color: #8224e3; font-size: 28px;\">QUINTE WINTER LACROSSE SCHOOL</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">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!</p>\r\n<p class=\"\">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</p>\r\n<p class=\"\">Full equipment is required.</p>\r\n<p class=\"\">Click on the link below to register. Payment to be made in full by cash, cheque or e-transfer to <strong>treasurer@quintelacrosse.com</strong> on or before the date of the first session. Cheques can be made payable to <strong>Quinte Minor Lacrosse Association</strong> or <strong>QMLA</strong>. For more information, contact <a href=\"mailto:quintelacrosse@gmail.com\" target=\"_blank\" rel=\"noopener noreferrer\">quintelacrosse@gmail.com</a>.</p>\r\n<p class=\"\">Register now! Limited spots are available.</p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"#\">REGISTER</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Looking for equipment? Click <a href=\"https://ontariolacrosse.com/content/playing/required-equipment/box-equipment/box-guidelines.pdf\">here</a> to see what is required. Equipment can be ordered through <a href=\"https://www.facebook.com/pages/Duvall-Clark-Sportswear-Equipment/131926850186267\">Duvall and Clark Sportswear and Equipment</a>.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4948\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Nationwide-Logo.jpg\" alt=\"\" width=\"215\" height=\"52\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"><img class=\"wp-image-52 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"190\" height=\"190\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\" style=\"text-align: left;\">SHAWN EVANS</h3>\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-4957\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Shawn-168x300.jpg\" alt=\"\" width=\"168\" height=\"300\"></p>\r\n\r\n<ul class=\"\">\r\n <li style=\"text-align: left;\">2x National Lacrosse Leauge MVP</li>\r\n <li>2x World Indoor Lacrosse Gold Medal</li>\r\n <li>7x Mann Cup champion</li>\r\n <li>Current member of NLL Rochester Knightawks</li>\r\n</ul>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h3 class=\"\">TURNER EVANS</h3>\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-4959\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Turner-200x300.jpg\" alt=\"\" width=\"200\" height=\"300\"></p>\r\n\r\n<ul class=\"\">\r\n <li>10th overall selection 2015 NLL draft</li>\r\n <li>3x Mann Cup champion</li>\r\n <li>NCAA Division 1 at Ohio State University</li>\r\n <li>Current member of NLL Rochester Knighthawks</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2021 Recreational League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">***UPDATED MARCH 29th 2021***</p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Below are the days of the week and times that each division will play. All dates, times and locations are subject to change.</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Regular Floor Times (all at QSWC unless otherwise noted on schedule)</span>:</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Soft Lacrosse (2017/2018) Saturdays, 9:30-10:00am, QSWC, May 1st - June 12th (no lacrosse May 22nd)</span>\r\n<span style=\"color: #333399;\">Paperweight (2015/2016) Saturdays, 10:00-11:00am, QSWC, May 1st - June 12th (no lacrosse May 22nd)</span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">U9 (2013/2014) Sundays, 2:00-3:00pm, QSWC, May 2nd - June 12th (no lacrosse May 23rd)<span class=\"text_exposed_show\">\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\n</span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">U15 (2007/2008) Fridays, 7:00-8:00pm, QSWC, April 30th - June12th (no lacrosse May 21st)\r\n</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">The first week of the schedule will be a development session with experienced instructors.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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\":\"<p>Thank you for registering for Try Lacrosse on November 15th at Trent River Public School in Trenton.<\\/p>\\r\\n<p>6pm \\u2013 7pm (ages 4 to 8)<br \\/>7pm \\u2013 8pm (ages 9 to 14)<\\/p>\\r\\n<p>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','<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"bg-font-family-alt bg-text-fx bg-text-fx-closeheavy\" style=\"text-align: center; color: #8224e3; font-size: 28px;\">QUINTE WINTER LACROSSE SCHOOL</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">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!</p>\r\n<p class=\"\">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</p>\r\n<p class=\"\">Full equipment is required.</p>\r\n<p class=\"\">Click on the link below to register. Payment to be made in full by cash, cheque or e-transfer to <strong>treasurer@quintelacrosse.com</strong> on or before the date of the first session. Cheques can be made payable to <strong>Quinte Minor Lacrosse Association</strong> or <strong>QMLA</strong>. For more information, contact <a href=\"mailto:quintelacrosse@gmail.com\" target=\"_blank\" rel=\"noopener noreferrer\">quintelacrosse@gmail.com</a>.</p>\r\n<p class=\"\">Register now! Limited spots are available.</p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/quinte-lacrosse-school/\">REGISTER</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Looking for equipment? Click <a href=\"https://ontariolacrosse.com/content/playing/required-equipment/box-equipment/box-guidelines.pdf\">here</a> to see what is required. Equipment can be ordered through <a href=\"https://www.facebook.com/pages/Duvall-Clark-Sportswear-Equipment/131926850186267\">Duvall and Clark Sportswear and Equipment</a>.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4948\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Nationwide-Logo.jpg\" alt=\"\" width=\"215\" height=\"52\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"><img class=\"wp-image-52 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"190\" height=\"190\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\" style=\"text-align: left;\">SHAWN EVANS</h3>\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-4957\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Shawn-168x300.jpg\" alt=\"\" width=\"168\" height=\"300\"></p>\r\n\r\n<ul class=\"\">\r\n <li style=\"text-align: left;\">2x National Lacrosse Leauge MVP</li>\r\n <li>2x World Indoor Lacrosse Gold Medal</li>\r\n <li>7x Mann Cup champion</li>\r\n <li>Current member of NLL Rochester Knightawks</li>\r\n</ul>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h3 class=\"\">TURNER EVANS</h3>\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-4959\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Turner-200x300.jpg\" alt=\"\" width=\"200\" height=\"300\"></p>\r\n\r\n<ul class=\"\">\r\n <li>10th overall selection 2015 NLL draft</li>\r\n <li>3x Mann Cup champion</li>\r\n <li>NCAA Division 1 at Ohio State University</li>\r\n <li>Current member of NLL Rochester Knighthawks</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-schedule-5 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\r\n<h2 class=\"\">Sponsors</h2>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Quinte Mat Rentals</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"http://quintematrentals.com/\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center color1-background-color color-1-text-contrast bg-background-color\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4342\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"175\" height=\"107\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">KKP Belleville Design and Print Solutions</p>\r\n\r\n<div class=\"row current-edit-as-row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-3 col-sm-2 col-xs-5\">\r\n<div>\r\n<h4 class=\"\" style=\"font-size: 14px;\">280 Coleman Street\r\nSuite 500\r\nBelleville, Ontario\r\nK8P 3H7</h4>\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<h5 class=\"h4\" style=\"font-weight: bold;\">Tel: <span class=\"loc_phone\"><a class=\"\" href=\"tel:613-966-5974\">613-966-5974</a></span>\r\nToll Free: <span class=\"loc_phonel\"><a class=\"\" href=\"tel:866-779-3066\">866-779-3066</a></span>\r\nFax: 613-966-7933\r\n<a class=\"\" href=\"mailto:info@belleville.kkpcanada.ca\">info@belleville.kkpcanada.ca</a></h5>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\">website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4378\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"256\" height=\"253\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">TaskForce Engineering</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-3 col-sm-2 col-xs-5\">\r\n<div>\r\n<h4 class=\"\" style=\"font-size: 14px;\">24 Newberry Street, Suite 201\r\nBelleville, Ontario K8N 3N3</h4>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-7\">\r\n<div>\r\n<h5 class=\"h4\" style=\"font-weight: bold;\">Tel: <span class=\"loc_phone\"><a class=\"\" href=\"tel:613-966-5974\">613-966-5600</a></span>\r\nFax: 613-966-5701\r\n<a class=\"\" href=\"mailto:generalmail@taskforce-eng.com\" target=\"_blank\" rel=\"noopener noreferrer\">generalmail@taskforce-eng.com</a></h5>\r\n<div>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"https://www.taskforce-eng.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2020 Registration Fees</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Registration opens in January!</p>\r\n<p class=\"\" style=\"text-align: center;\">Check out our <a href=\"http://quintelacrosse.com/online-registration-is-open/\">Lacrosse Stick Promotion</a></p>\r\n<p class=\"\">Below is the fee schedule based on division:</p>\r\n\r\n<table width=\"382\">\r\n<tbody>\r\n<tr>\r\n<td width=\"194\"><strong>Level/Years of Birth </strong></td>\r\n<td width=\"188\"><strong>2020 Lacrosse Fees </strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Soft Lacrosse 2016/2017</td>\r\n<td width=\"188\">$TBD</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Paperweight – 2014/2015</td>\r\n<td width=\"188\">$TBD</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Tyke – 2012/2013</td>\r\n<td width=\"188\">$TBD</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Novice -2010/2011</td>\r\n<td width=\"188\">$TBD</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">PeeWee – 2008/2009</td>\r\n<td width=\"188\">$TBD</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Bantam – 2006/2007</td>\r\n<td width=\"188\">$TBD</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Midget – 2004/2005</td>\r\n<td width=\"188\">$TBD</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td width=\"188\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>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.</p>\r\n<p class=\"\" style=\"text-align: center;\">Please review our refund policy: <a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\"> QMLA Refund Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2020 House League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">(To be updated for the 2020 season)</p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"color: #333399;\">Peanut (2016/2017) – TBD</span>\r\n<span style=\"color: #333399;\">Paperweight (2014/2015) – TBD</span>\r\n<span style=\"color: #333399;\">Tyke (2012/2013) – TBD<span class=\"text_exposed_show\">\r\nNovice (2010/2011) – TBD\r\nPeewee (2008/2009) – TBD\r\nBantam </span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">(2006/2007) – TBD\r\nMidget (2004/2005) – TBD\r\n</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">The season will begin in April. Length and conclusion of season TBD.</p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\"><strong>NOTE:</strong> 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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"boldgrid-shortcode wpforms-shortcode\" data-imhwpb-draggable=\"true\">\r\n\r\n \r\n\r\n \r\n\r\n[wpforms id=\"4984\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n \r\n\r\n \r\n<div class=\"boldgrid-shortcode wpforms-shortcode\" data-imhwpb-draggable=\"true\">\r\n\r\n[wpforms id=\"16\" title=\"false\" description=\"false\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"boldgrid-shortcode wpforms-shortcode\" data-imhwpb-draggable=\"true\">\r\n\r\n[wpforms id=\"4984\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"boldgrid-shortcode wpforms-shortcode\" data-imhwpb-draggable=\"true\">\r\n\r\n \r\n\r\n \r\n\r\n[wpforms id=\"4984\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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\":\"<p>Thank you for registering for Try Lacrosse on January 24th at Sir John A. MacDonald Public School in Belleville.<\\/p>\\r\\n<p>6pm \\u2013 7pm (ages 4 to 8)<br \\/>7pm \\u2013 8pm (ages 9 to 14)<\\/p>\\r\\n<p>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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"boldgrid-shortcode wpforms-shortcode\" data-imhwpb-draggable=\"true\">\r\n\r\n[wpforms id=\"4991\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"boldgrid-shortcode wpforms-shortcode\" data-imhwpb-draggable=\"true\">\r\n\r\n[wpforms id=\"4991\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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\":\"<p>Thank you for registering for Try Lacrosse on February 21st at Sir John A. MacDonald Public School in Belleville.<\\/p>\\r\\n<p>6pm \\u2013 7pm (ages 4 to 8)<br \\/>7pm \\u2013 8pm (ages 9 to 14)<\\/p>\\r\\n<p>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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"boldgrid-shortcode wpforms-shortcode\" data-imhwpb-draggable=\"true\">\r\n\r\n[wpforms id=\"4995\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"boldgrid-shortcode wpforms-shortcode\" data-imhwpb-draggable=\"true\">\r\n\r\n[wpforms id=\"4995\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n[smartslider3 slider=4]\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em;\">\r\n<p class=\"\"><script async=\"\" defer=\"\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v4.0\"></script></p>\r\n\r\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"true\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\">\r\n<blockquote class=\"fb-xfbml-parse-ignore\" style=\"padding-bottom: 0.6em; margin-bottom: 49px;\" cite=\"https://www.facebook.com/quintelacrosse/\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a></blockquote>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 10px;\"><a class=\"twitter-timeline\" style=\"background-color: #ffffff;\" href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-width=\"340\" data-height=\"600\" data-dnt=\"true\" data-theme=\"dark\" data-link-color=\"#9266CC\">Tweets by QuinteLacrosse</a> <script async=\"\" src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\"> </p>\r\n[post_grid id=\"379\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row receptor-containers-imhwpb\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://ca.linkedin.com/in/melissa-haig-p-eng-719a75\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a><a href=\"http://www.youtube.com/user/KKPCanada\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\" data-mce-style=\"padding-top: 75px; padding-bottom: 75px;\"><div class=\"col-md-8 col-xs-12 col-sm-12\"><div><p>[smartslider3 slider=4]</p></div></div><div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em;\" data-mce-style=\"padding-left: 1em;\"><p class=\"\"><img src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-wp-preserve=\"%3Cscript%20async%3D%22%22%20defer%3D%22%22%20crossorigin%3D%22anonymous%22%20src%3D%22https%3A%2F%2Fconnect.facebook.net%2Fen_GB%2Fsdk.js%23xfbml%3D1%26amp%3Bversion%3Dv4.0%22%3E%3C%2Fscript%3E\" data-mce-resize=\"false\" data-mce-placeholder=\"1\" class=\"mce-object\" width=\"20\" height=\"20\" alt=\"<script>\" title=\"<script>\"></p><div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"true\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\"><blockquote class=\"fb-xfbml-parse-ignore\" style=\"padding-bottom: 0.6em; margin-bottom: 49px;\" cite=\"https://www.facebook.com/quintelacrosse/\" data-mce-style=\"padding-bottom: 0.6em; margin-bottom: 49px;\"><p><a href=\"https://www.facebook.com/quintelacrosse/\" data-mce-href=\"https://www.facebook.com/quintelacrosse/\"> Quinte Bayhawks Lacrosse </a></p></blockquote></div><p class=\"\" style=\"margin-top: 10px;\" data-mce-style=\"margin-top: 10px;\"><a class=\"twitter-timeline\" style=\"background-color: #ffffff;\" href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-width=\"340\" data-height=\"800\" data-dnt=\"true\" data-theme=\"dark\" data-link-color=\"#9266CC\" data-mce-href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-mce-style=\"background-color: #ffffff;\"> Tweets by QuinteLacrosse </a> <img src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-wp-preserve=\"%3Cscript%20async%3D%22%22%20src%3D%22https%3A%2F%2Fplatform.twitter.com%2Fwidgets.js%22%20charset%3D%22utf-8%22%3E%3C%2Fscript%3E\" data-mce-resize=\"false\" data-mce-placeholder=\"1\" class=\"mce-object\" width=\"20\" height=\"20\" alt=\"<script>\" title=\"<script>\"> </p></div></div></div></div>','Home','','publish','closed','closed','','home','','','2019-11-10 22:59:56','2019-11-10 22:59:56','',0,'http://quintelacrosse.com/bg-block/home/',0,'bg_block','',0),(5006,2,'2019-11-13 16:32:01','2019-11-13 16:32:01','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Joe Fee</h4>\r\n<h5>President</h5>\r\n<a href=\"mailto:president@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Abby Leavitt</h4>\r\n<h5>VP / Registrar</h5>\r\n<a href=\"mailto:registrar@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Sue Stewart</h4>\r\n<h5>Treasurer</h5>\r\n<a href=\"mailto:treasurer@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Victoria Black</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Simon Gedeon</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Nathan Tugnette</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Chris Haalstra</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Chris Brinklow</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Cory Black</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Board of Directors','','inherit','closed','closed','','4083-revision-v1','','','2019-11-13 16:32:01','2019-11-13 16:32:01','',4083,'http://quintelacrosse.com/4083-revision-v1/',0,'revision','',0),(5007,2,'2019-11-14 03:55:20','2019-11-14 03:55:20','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n<p class=\"bg-font-family-heading color2-color\" style=\"font-size: 42px; text-align: center;\">How to String a Lacrosse Head</p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-size: 22px;\">Check out the series of videos below for a step-by-step tutorial on how to string a lacrosse stick.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/W-R8mlATwHQ\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/pPkL559Nnw4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/RvD69Zoc0Zc\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/C6avwQ5WHWA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/VFmC2e0TpzY\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/aFqY_uhk_4Q\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/jZ5fOJScXnc\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/te-OU3eCVV8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/JTFGhMyVq4s\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/QncRhBAez0s\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/RwbdyQMMRqg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Stringing Tutorials','','publish','closed','closed','','stringing-tutorials','','','2019-11-14 04:00:40','2019-11-14 04:00:40','',0,'http://quintelacrosse.com/?page_id=5007',0,'page','',0),(5008,2,'2019-11-14 03:55:20','2019-11-14 03:55:20','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n<p class=\"bg-font-family-heading color2-color\" style=\"font-size: 42px; text-align: center;\">How to String a Lacrosse Head</p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-size: 27px;\">Check out the series of videos below for a step-by-step tutorial on how to string a lacrosse stick.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/W-R8mlATwHQ\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/pPkL559Nnw4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/RvD69Zoc0Zc\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/C6avwQ5WHWA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/VFmC2e0TpzY\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/aFqY_uhk_4Q\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/jZ5fOJScXnc\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/te-OU3eCVV8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/JTFGhMyVq4s\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/QncRhBAez0s\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/RwbdyQMMRqg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Stringing Tutorials','','inherit','closed','closed','','5007-revision-v1','','','2019-11-14 03:55:20','2019-11-14 03:55:20','',5007,'http://quintelacrosse.com/5007-revision-v1/',0,'revision','',0),(5009,2,'2022-05-02 08:44:57','2019-11-14 03:55:20',' ','','','publish','closed','closed','','5009','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'http://quintelacrosse.com/5009/',45,'nav_menu_item','',0),(5112,2,'2020-01-02 22:16:05','2020-01-02 22:16:05','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2020 House League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Soft Lacrosse (2016/2017) Saturdays, 9:30-10:00am, QSWC (Mackay) beginning April 25th</span>\r\n<span style=\"color: #333399;\">Paperweight (2014/2015) Saturdays, 10:00-11:00am, QSWC (Mackay) beginning April 25th</span></p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Note</span>: 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\nUnless otherwise noted on schedule, practices will mainly take place at Stirling-Rawdon Arena and games will mainly take place at QSWC (Mackay).\r\nAll practices and games are one hour in length.</p>\r\n<p class=\"\"><span style=\"color: #333399;\">Tyke (2012/2013) Practice Tuesdays, 6:00pm beginning April 14th\r\n Game Saturdays, 11:00am as scheduled <span class=\"text_exposed_show\">\r\nNovice (2010/2011) Practice Tuesdays, 7:00pm beginning April 14th\r\n Game Sundays, 2:00pm as scheduled\r\nPeewee (2008/2009) Practice Tuesdays, 8:00pm beginning April 14th\r\n Game Sundays, 3:00pm as scheduled\r\nBantam </span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">(2006/2007) Practice TBD\r\n Game Sundays, 4:00pm as scheduled\r\nMidget (2004/2005) Practice TBD\r\n Game To be determined based on available opponents</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">The season will begin in April and conclude on June 20th for all local league recreational teams.</p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2020-01-02 22:16:05','2020-01-02 22:16:05','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(5111,2,'2020-01-02 22:15:40','2020-01-02 22:15:40','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2020 House League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">(To be updated for the 2020 season)</p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Soft Lacrosse (2016/2017) Saturdays, 9:30-10:00am, QSWC (Mackay) beginning April 25th</span>\r\n<span style=\"color: #333399;\">Paperweight (2014/2015) Saturdays, 10:00-11:00am, QSWC (Mackay) beginning April 25th</span></p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Note</span>: 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\nUnless otherwise noted on schedule, practices will mainly take place at Stirling-Rawdon Arena and games will mainly take place at QSWC (Mackay).\r\nAll practices and games are one hour in length.</p>\r\n<p class=\"\"><span style=\"color: #333399;\">Tyke (2012/2013) Practice Tuesdays, 6:00pm beginning April 14th\r\n Game Saturdays, 11:00am as scheduled <span class=\"text_exposed_show\">\r\nNovice (2010/2011) Practice Tuesdays, 7:00pm beginning April 14th\r\n Game Sundays, 2:00pm as scheduled\r\nPeewee (2008/2009) Practice Tuesdays, 8:00pm beginning April 14th\r\n Game Sundays, 3:00pm as scheduled\r\nBantam </span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">(2006/2007) Practice TBD\r\n Game Sundays, 4:00pm as scheduled\r\nMidget (2004/2005) Practice TBD\r\n Game To be determined based on available opponents</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">The season will begin in April and conclude on June 20th for all local league recreational teams.</p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2020-01-02 22:15:40','2020-01-02 22:15:40','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(5096,2,'2019-12-18 03:43:39','2019-12-18 03:43:39','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2020 House League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">(To be updated for the 2020 season)</p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Soft Lacrosse (2016/2017) Saturdays, 9:30-10:00am, QSWC (Mackay) beginning April 25th</span>\r\n<span style=\"color: #333399;\">Paperweight (2014/2015) Saturdays, 10:00-11:00am, QSWC (Mackay) beginning April 11th</span></p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Note</span>: 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\nUnless otherwise noted on schedule, practices will take place at Stirling-Rawdon Arena and games will take place at QSWC (Mackay).\r\nAll practices and games are one hour in length.</p>\r\n<p class=\"\"><span style=\"color: #333399;\">Tyke (2012/2013) Practice Tuesdays, 6:00pm beginning April 14th\r\n Game Saturdays, 11:00am as scheduled <span class=\"text_exposed_show\">\r\nNovice (2010/2011) Practice Thursdays, 6:00pm beginning April 16th\r\n Game Sundays, 2:00pm as scheduled\r\nPeewee (2008/2009) Practice Tuesdays, 7:00pm beginning April 14th\r\n Game Sundays, 3:00pm as scheduled\r\nBantam </span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">(2006/2007) Practice Thursdays, 7:00pm beginning April 16th\r\n Game Sundays, 4:00pm as scheduled\r\nMidget (2004/2005) Practice Thursdays, 8:00pm beginning April 16th\r\n Game To be determined based on available opponents</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">The season will begin in April and conclude on June 20th for all teams.</p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2019-12-18 03:43:39','2019-12-18 03:43:39','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(5095,2,'2019-12-18 03:18:25','2019-12-18 03:18:25','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2020 House League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">(To be updated for the 2020 season)</p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Peanut (2016/2017) Saturdays, 9:30-10:00am, QSWC (Mackay) beginning April 25th</span>\r\n<span style=\"color: #333399;\">Paperweight (2014/2015) Saturdays, 10:00-11:00am, QSWC (Mackay) beginning April 11th</span></p>\r\n<p class=\"\" style=\"text-align: left;\">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.\r\nUnless otherwise noted on schedule, practices will take place at Stirling-Rawdon Arena and games will take place at QSWC (Mackay).</p>\r\n<p class=\"\"><span style=\"color: #333399;\">Tyke (2012/2013) Practice Tuesdays, 6:00pm beginning April 14th\r\n Game Saturdays, 11:00am as scheduled <span class=\"text_exposed_show\">\r\nNovice (2010/2011) Practice Thursdays, 6:00pm beginning April 16th\r\n Game Sundays, 2:00pm as scheduled\r\nPeewee (2008/2009) Practice Tuesdays, 7:00pm beginning April 14th\r\n Game Sundays, 3:00pm as scheduled\r\nBantam </span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">(2006/2007) Practice Thursdays, 7:00pm beginning April 16th\r\n Game Sundays, 4:00pm as scheduled\r\nMidget (2004/2005) Practice Thursdays, 8:00pm\r\n Game To be determined based on available opponents</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">The season will begin in April and conclude on June 20th for all teams.</p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\"><strong>NOTE:</strong> 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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2019-12-18 03:18:25','2019-12-18 03:18:25','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(5011,2,'2019-11-14 03:59:13','2019-11-14 03:59:13','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n<p class=\"bg-font-family-heading color2-color\" style=\"font-size: 42px; text-align: center;\">How to String a Lacrosse Head</p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-size: 27px;\">Check out the series of videos below for a step-by-step tutorial on how to string a lacrosse stick.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/W-R8mlATwHQ\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/pPkL559Nnw4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/RvD69Zoc0Zc\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/C6avwQ5WHWA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/VFmC2e0TpzY\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/aFqY_uhk_4Q\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/jZ5fOJScXnc\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/te-OU3eCVV8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/JTFGhMyVq4s\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/QncRhBAez0s\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/RwbdyQMMRqg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Stringing Tutorials','','inherit','closed','closed','','5007-revision-v1','','','2019-11-14 03:59:13','2019-11-14 03:59:13','',5007,'http://quintelacrosse.com/5007-revision-v1/',0,'revision','',0),(5012,2,'2019-11-14 04:00:40','2019-11-14 04:00:40','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n<p class=\"bg-font-family-heading color2-color\" style=\"font-size: 42px; text-align: center;\">How to String a Lacrosse Head</p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-size: 22px;\">Check out the series of videos below for a step-by-step tutorial on how to string a lacrosse stick.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/W-R8mlATwHQ\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/pPkL559Nnw4\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/RvD69Zoc0Zc\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/C6avwQ5WHWA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/VFmC2e0TpzY\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/aFqY_uhk_4Q\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/jZ5fOJScXnc\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/te-OU3eCVV8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/JTFGhMyVq4s\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/QncRhBAez0s\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n<p class=\"\"><iframe src=\"https://www.youtube.com/embed/RwbdyQMMRqg\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Stringing Tutorials','','inherit','closed','closed','','5007-revision-v1','','','2019-11-14 04:00:40','2019-11-14 04:00:40','',5007,'http://quintelacrosse.com/5007-revision-v1/',0,'revision','',0),(5015,2,'2019-11-15 02:57:29','2019-11-15 02:57:29','','2020 QMLA Sponsorship Information','','inherit','open','closed','','2020-qmla-sponsorship-information','','','2019-11-15 02:57:29','2019-11-15 02:57:29','',0,'http://quintelacrosse.com/wp-content/uploads/2019/11/2020-QMLA-Sponsorship-Information.pdf',0,'attachment','application/pdf',0),(5016,2,'2019-11-15 02:58:36','2019-11-15 02:58:36','<div class=\"tmpl-schedule-5 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"font-size: 19px;\">Support the Growth of Minor Lacrosse in the Quinte Region.\r\nBecome a QMLA Sponsor Today!\r\nClick <a href=\"http://quintelacrosse.com/wp-content/uploads/2019/11/2020-QMLA-Sponsorship-Information.pdf\">HERE</a> to view our sponsorship options.</p>\r\n<p class=\"\"> </p>\r\n\r\n<h2 class=\"\">2019 League Sponsors</h2>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Quinte Mat Rentals</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"http://quintematrentals.com/\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center color1-background-color color-1-text-contrast bg-background-color\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4342\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"175\" height=\"107\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">KKP Belleville Design and Print Solutions</p>\r\n\r\n<div class=\"row current-edit-as-row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-3 col-sm-2 col-xs-5\">\r\n<div>\r\n<h4 class=\"\" style=\"font-size: 14px;\">280 Coleman Street\r\nSuite 500\r\nBelleville, Ontario\r\nK8P 3H7</h4>\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<h5 class=\"h4\" style=\"font-weight: bold;\">Tel: <span class=\"loc_phone\"><a class=\"\" href=\"tel:613-966-5974\">613-966-5974</a></span>\r\nToll Free: <span class=\"loc_phonel\"><a class=\"\" href=\"tel:866-779-3066\">866-779-3066</a></span>\r\nFax: 613-966-7933\r\n<a class=\"\" href=\"mailto:info@belleville.kkpcanada.ca\">info@belleville.kkpcanada.ca</a></h5>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\">website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4378\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"256\" height=\"253\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">TaskForce Engineering</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-3 col-sm-2 col-xs-5\">\r\n<div>\r\n<h4 class=\"\" style=\"font-size: 14px;\">24 Newberry Street, Suite 201\r\nBelleville, Ontario K8N 3N3</h4>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-7\">\r\n<div>\r\n<h5 class=\"h4\" style=\"font-weight: bold;\">Tel: <span class=\"loc_phone\"><a class=\"\" href=\"tel:613-966-5974\">613-966-5600</a></span>\r\nFax: 613-966-5701\r\n<a class=\"\" href=\"mailto:generalmail@taskforce-eng.com\" target=\"_blank\" rel=\"noopener noreferrer\">generalmail@taskforce-eng.com</a></h5>\r\n<div>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"https://www.taskforce-eng.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Sponsors','','inherit','closed','closed','','1102-revision-v1','','','2019-11-15 02:58:36','2019-11-15 02:58:36','',1102,'http://quintelacrosse.com/1102-revision-v1/',0,'revision','',0),(5017,2,'2019-11-15 03:33:50','2019-11-15 03:33:50','<div class=\"tmpl-schedule-5 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"font-size: 19px;\">Support the Growth of Minor Lacrosse in the Quinte Region.\r\nBecome a QMLA Sponsor Today!\r\nClick <a href=\"http://quintelacrosse.com/wp-content/uploads/2019/11/2020-QMLA-Sponsorship-Information.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">HERE</a> to view our sponsorship options.</p>\r\n<p class=\"\"> </p>\r\n\r\n<h2 class=\"\">2019 League Sponsors</h2>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Quinte Mat Rentals</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"http://quintematrentals.com/\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center color1-background-color color-1-text-contrast bg-background-color\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4342\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"175\" height=\"107\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">KKP Belleville Design and Print Solutions</p>\r\n\r\n<div class=\"row current-edit-as-row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-3 col-sm-2 col-xs-5\">\r\n<div>\r\n<h4 class=\"\" style=\"font-size: 14px;\">280 Coleman Street\r\nSuite 500\r\nBelleville, Ontario\r\nK8P 3H7</h4>\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<h5 class=\"h4\" style=\"font-weight: bold;\">Tel: <span class=\"loc_phone\"><a class=\"\" href=\"tel:613-966-5974\">613-966-5974</a></span>\r\nToll Free: <span class=\"loc_phonel\"><a class=\"\" href=\"tel:866-779-3066\">866-779-3066</a></span>\r\nFax: 613-966-7933\r\n<a class=\"\" href=\"mailto:info@belleville.kkpcanada.ca\">info@belleville.kkpcanada.ca</a></h5>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\">website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4378\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"256\" height=\"253\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">TaskForce Engineering</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-3 col-sm-2 col-xs-5\">\r\n<div>\r\n<h4 class=\"\" style=\"font-size: 14px;\">24 Newberry Street, Suite 201\r\nBelleville, Ontario K8N 3N3</h4>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-7\">\r\n<div>\r\n<h5 class=\"h4\" style=\"font-weight: bold;\">Tel: <span class=\"loc_phone\"><a class=\"\" href=\"tel:613-966-5974\">613-966-5600</a></span>\r\nFax: 613-966-5701\r\n<a class=\"\" href=\"mailto:generalmail@taskforce-eng.com\" target=\"_blank\" rel=\"noopener noreferrer\">generalmail@taskforce-eng.com</a></h5>\r\n<div>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"https://www.taskforce-eng.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Sponsors','','inherit','closed','closed','','1102-revision-v1','','','2019-11-15 03:33:50','2019-11-15 03:33:50','',1102,'http://quintelacrosse.com/1102-revision-v1/',0,'revision','',0); INSERT INTO `wpie_posts` VALUES (5152,2,'2020-01-06 03:43:18','2020-01-06 03:43:18','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\"> </h2>\r\n<h2 class=\"text-center\">Show Your Pride With Quinte Bayhawks Apparel!</h2>\r\n<p class=\"text-center\">T-shirts, long sleeves, hoodies, hats, and more. Get yours now!\r\n(some items available in other colours - see store for details)</p>\r\n<p class=\"\" style=\"text-align: center;\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"https://imprintedapparelstore.com/QL\" target=\"_blank\" rel=\"noopener noreferrer\">CLICK HERE TO GO TO STORE</a></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"text-decoration: underline;\">IMPORTANT INFORMATION REGARDING SHIPPING CHARGES\r\n</span></p>\r\n<p class=\"\" style=\"font-weight: 400;\">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.</p>\r\n<p class=\"\" style=\"font-weight: 400;\">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.</p>\r\n<p class=\"\" style=\"font-weight: 400;\">Finally, you can contact Imprinted Apparel (<span class=\"qu\" tabindex=\"-1\" role=\"gridcell\"><span class=\"gD\" data-hovercard-id=\"clinton@imprintedapparelstore.com\" data-hovercard-owner-id=\"144\"><a href=\"mailto:clinton@imprintedapparelstore.com\">clinton@imprintedapparelstore.com</a>) and </span></span>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.</p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"text-decoration: underline;\"> </span></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5041 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_229_450_283.630289532_1574194114-fullback_hat-898x1024.jpg\" alt=\"\" width=\"450\" height=\"283\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5042 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_170_450_300.5859375_1574194213-trucker_hat-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5045 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/105_0_724.516218081_848_1574194939-board_toque.jpg\" alt=\"\" width=\"724\" height=\"848\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-5037\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574193161-purple_ls_cotton_t.jpg\" alt=\"\" width=\"1897\" height=\"2163\"><img class=\"alignnone size-full wp-image-5046\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574195115-pompom_toque.jpg\" alt=\"\" width=\"1384\" height=\"1385\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5036 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_0_450_513.140311804_1574192832-purple_ls_performance-898x1024.jpg\" alt=\"\" width=\"450\" height=\"513\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5044 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_126_450_424.175824176_1574194771-workout_bundle_t-819x1024.jpg\" alt=\"\" width=\"450\" height=\"424\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5034 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_96_450_453.292682927_1574192306-purple_performance_shirt-820x1024.jpg\" alt=\"\" width=\"450\" height=\"453\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5038 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_85_450_442.857142857_1574193467-purple_polo-819x1024.jpg\" alt=\"\" width=\"450\" height=\"442\" data-imhwpb-built-photo-search=\"65|landscape\"><img class=\"alignnone size-full wp-image-5047\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574195263-lacrosse_bag.jpg\" alt=\"\" width=\"2346\" height=\"1035\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5040 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/81_0_616.225585938_847_1574193887-vintage_performance_hoodie-898x1024.jpg\" alt=\"\" width=\"616\" height=\"847\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5039 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_0_450_513.140311804_1574193654-adult_vintage_hoodie-898x1024.jpg\" alt=\"\" width=\"450\" height=\"513\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5043 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/46_33_623.070635721_847_1574194488-under_armour_quarter_zip-819x1024.jpg\" alt=\"\" width=\"623\" height=\"847\" data-imhwpb-built-photo-search=\"65|landscape\"><img class=\"alignnone size-full wp-image-5035\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574192583-grey_cotton_t.jpg\" alt=\"\" width=\"1518\" height=\"1730\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Bayhawks Apparel','','inherit','closed','closed','','5022-revision-v1','','','2020-01-06 03:43:18','2020-01-06 03:43:18','',5022,'http://quintelacrosse.com/5022-revision-v1/',0,'revision','',0),(5088,2,'2019-12-03 00:47:50','2019-12-03 00:47:50','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\"> </h2>\r\n<h2 class=\"text-center\">Show Your Pride With Quinte Bayhawks Apparel!</h2>\r\n<p class=\"text-center\">T-shirts, long sleeves, hoodies, hats, and more. Get yours now!\r\n(some items available in other colours - see store for details)</p>\r\n<p class=\"\" style=\"text-align: center;\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"https://imprintedapparelstore.com/QL\" target=\"_blank\" rel=\"noopener noreferrer\">CLICK HERE TO GO TO STORE</a></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"text-decoration: underline;\">IMPORTANT NOTE FOR CHRISTMAS ORDERS\r\n</span></p>\r\n<p class=\"\" style=\"font-weight: 400;\">For all orders placed up to December 6<sup>th</sup>, 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”</p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"text-decoration: underline;\">IMPORTANT INFORMATION REGARDING SHIPPING CHARGES\r\n</span></p>\r\n<p class=\"\" style=\"font-weight: 400;\">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.</p>\r\n<p class=\"\" style=\"font-weight: 400;\">For Christmas items only, to avoid shipping charges for multiple items, please choose \"pick up in store\" and arrangements will be made to have items delivered.</p>\r\n<p class=\"\" style=\"font-weight: 400;\">Alternatively, 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.</p>\r\n<p class=\"\" style=\"font-weight: 400;\">Finally, you can contact Imprinted Apparel (<span class=\"qu\" tabindex=\"-1\" role=\"gridcell\"><span class=\"gD\" data-hovercard-id=\"clinton@imprintedapparelstore.com\" data-hovercard-owner-id=\"144\"><a href=\"mailto:clinton@imprintedapparelstore.com\">clinton@imprintedapparelstore.com</a>) and </span></span>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.</p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"text-decoration: underline;\"> </span></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5041 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_229_450_283.630289532_1574194114-fullback_hat-898x1024.jpg\" alt=\"\" width=\"450\" height=\"283\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5042 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_170_450_300.5859375_1574194213-trucker_hat-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5045 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/105_0_724.516218081_848_1574194939-board_toque.jpg\" alt=\"\" width=\"724\" height=\"848\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-5037\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574193161-purple_ls_cotton_t.jpg\" alt=\"\" width=\"1897\" height=\"2163\"><img class=\"alignnone size-full wp-image-5046\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574195115-pompom_toque.jpg\" alt=\"\" width=\"1384\" height=\"1385\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5036 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_0_450_513.140311804_1574192832-purple_ls_performance-898x1024.jpg\" alt=\"\" width=\"450\" height=\"513\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5044 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_126_450_424.175824176_1574194771-workout_bundle_t-819x1024.jpg\" alt=\"\" width=\"450\" height=\"424\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5034 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_96_450_453.292682927_1574192306-purple_performance_shirt-820x1024.jpg\" alt=\"\" width=\"450\" height=\"453\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5038 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_85_450_442.857142857_1574193467-purple_polo-819x1024.jpg\" alt=\"\" width=\"450\" height=\"442\" data-imhwpb-built-photo-search=\"65|landscape\"><img class=\"alignnone size-full wp-image-5047\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574195263-lacrosse_bag.jpg\" alt=\"\" width=\"2346\" height=\"1035\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5040 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/81_0_616.225585938_847_1574193887-vintage_performance_hoodie-898x1024.jpg\" alt=\"\" width=\"616\" height=\"847\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5039 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_0_450_513.140311804_1574193654-adult_vintage_hoodie-898x1024.jpg\" alt=\"\" width=\"450\" height=\"513\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5043 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/46_33_623.070635721_847_1574194488-under_armour_quarter_zip-819x1024.jpg\" alt=\"\" width=\"623\" height=\"847\" data-imhwpb-built-photo-search=\"65|landscape\"><img class=\"alignnone size-full wp-image-5035\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574192583-grey_cotton_t.jpg\" alt=\"\" width=\"1518\" height=\"1730\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Bayhawks Apparel','','inherit','closed','closed','','5022-revision-v1','','','2019-12-03 00:47:50','2019-12-03 00:47:50','',5022,'http://quintelacrosse.com/5022-revision-v1/',0,'revision','',0),(5370,2,'2021-03-29 18:14:57','2021-03-29 18:14:57','','QMLA 2021- March 29','','inherit','open','closed','','qmla-2021-march-29','','','2021-03-29 18:14:57','2021-03-29 18:14:57','',0,'http://quintelacrosse.com/wp-content/uploads/2021/03/QMLA-2021-March-29.pdf',0,'attachment','application/pdf',0),(5371,2,'2021-03-29 18:17:16','2021-03-29 18:17:16','','QMLA 2021- March 29','','inherit','open','closed','','qmla-2021-march-29-2','','','2021-03-29 18:17:16','2021-03-29 18:17:16','',0,'http://quintelacrosse.com/wp-content/uploads/2021/03/QMLA-2021-March-29.jpg',0,'attachment','image/jpeg',0),(5064,2,'2019-11-25 00:20:28','2019-11-25 00:20:28','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-team-11 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\">Become a Referee with QMLA</h2>\r\n<p class=\"\" style=\"margin-top: 40px;\">\"Without officials, there is no game.\"</p>\r\n<p class=\"\">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. <strong> QMLA will cover the cost of the certification course.</strong>\r\nWhile we are seeking officials of all ages, the minimum age requirement is 14 years old.</p>\r\n<p class=\"\">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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a></p>\r\n<p class=\"\">Also, you can follow the link below for more information and to register.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"margin-bottom: 2em;\"><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-regular\" href=\"https://ontariolacrosse.com/content/news/2022-officiating-clinic-details.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Get Started</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{"arrows":false,"autoplay":true,"autoplaySpeed":"8","dots":true,"infinite":true,"bgOptions":{"arrowsPos":"standard","arrowsOverlay":true,"arrowsBgColor":"1","arrowsIcon":"angle","arrowsSize":"30","dotsPos":"bottom","dotsOverlay":false,"dotsColor":"1","dotsSize":"50"},"colors":{"arrowsBG":{"type":"class","value":"1","text":""},"dotsColor":{"type":"class","value":"1","text":""}}}\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\"><img class=\"bg-img bg-img-3 alignnone wp-image-5068 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_92_360_360_CMA_1042_medium.jpg\" alt=\"\" width=\"360\" height=\"360\"></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 wp-image-5081\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops296b3d9f4040003cc90643a5b000f6c7.jpg\" width=\"360\" height=\"360\">\r\n<h4 style=\"margin: 1.5em 0 0.5em;\">Birdie Ramos</h4>\r\n<p class=\"\">CEO</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 wp-image-5082\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcropsf3667df9e665eaba576bc60a850749db.jpg\" width=\"360\" height=\"360\">\r\n<h4 style=\"margin: 1.5em 0 0.5em;\">Gabriel Williams</h4>\r\n<p class=\"\">Creative Director</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Officials Page','','publish','closed','closed','','officials-page','','','2022-03-09 17:29:34','2022-03-09 22:29:34','',0,'http://quintelacrosse.com/?page_id=5064',0,'page','',0),(5122,2,'2020-01-02 23:29:34','2020-01-02 23:29:34','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Player-Release-Policy-2019.pdf\">QMLA Player Release Policy</a></p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\">QMLA Refund Policy</a></p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Appeal-Policy-2019.pdf\">QMLA Appeal Policy</a></p>\r\n<p class=\"\"> <a href=\"http://quintelacrosse.com/wp-content/uploads/2020/01/QMLA-Code-of-Conduct-Policy-2020.pdf\">QMLA Code of Conduct Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','QMLA Documents & Policies','','inherit','closed','closed','','4100-revision-v1','','','2020-01-02 23:29:34','2020-01-02 23:29:34','',4100,'http://quintelacrosse.com/4100-revision-v1/',0,'revision','',0),(5121,2,'2020-01-02 23:29:17','2020-01-02 23:29:17','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Player-Release-Policy-2019.pdf\"></a></p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Player-Release-Policy-2019.pdf\">QMLA Player Release Policy</a></p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\">QMLA Refund Policy</a></p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Appeal-Policy-2019.pdf\">QMLA Appeal Policy</a></p>\r\n<p class=\"\"> <a href=\"http://quintelacrosse.com/wp-content/uploads/2020/01/QMLA-Code-of-Conduct-Policy-2020.pdf\">QMLA Code of Conduct Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','QMLA Documents & Policies','','inherit','closed','closed','','4100-revision-v1','','','2020-01-02 23:29:17','2020-01-02 23:29:17','',4100,'http://quintelacrosse.com/4100-revision-v1/',0,'revision','',0),(5067,2,'2019-11-25 00:15:31','2019-11-25 00:15:31','','referee1','','inherit','open','closed','','referee1','','','2019-11-25 00:15:31','2019-11-25 00:15:31','',5064,'http://quintelacrosse.com/wp-content/uploads/2019/11/referee1.jpg',0,'attachment','image/jpeg',0),(5068,2,'2019-11-25 00:15:42','2019-11-25 00:15:42','','CMA_1042_medium','','inherit','open','closed','','cma_1042_medium','','','2019-11-25 00:15:42','2019-11-25 00:15:42','',5064,'http://quintelacrosse.com/wp-content/uploads/2019/11/CMA_1042_medium.jpg',0,'attachment','image/jpeg',0),(5069,2,'2019-11-25 00:16:01','2019-11-25 00:16:01','','referee','','inherit','open','closed','','referee','','','2019-11-25 00:16:01','2019-11-25 00:16:01','',5064,'http://quintelacrosse.com/wp-content/uploads/2019/11/referee.jpg',0,'attachment','image/jpeg',0),(5070,2,'2019-11-25 00:20:28','2019-11-25 00:20:28','<div style=\"margin-top: 50px; margin-right: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" class=\"tmpl-about-8 boldgrid-section dynamic-gridblock\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\">\r\n<div class=\"col-md-1 col-sm-2 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div class=\"bg-box-cover color5-background-color color-5-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -35px; padding: 3em; box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.75);\">\r\n<h2 class=\"\" style=\"text-transform: uppercase; margin-top: 10px; margin-bottom: 10px;\">QMLA OFFICIALS PAGE</h2>\r\n<div class=\"bg-hr-7 color2-color bg-hr\" style=\"width: 80%;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-2\">\r\n<div class=\"bg-box-flush bg-box-cover bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img alignnone wp-image-5068 size-full\" style=\"margin-top: -20px; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_73_366_469_CMA_1042_medium.jpg\" alt=\"\" width=\"366\" height=\"469\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-9\">\r\n<div style=\"margin-top: 35px; margin-left: -35px; margin-right: -35px; padding: 3em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75); z-index: 1; position: relative;\" class=\"color5-background-color color-5-text-contrast bg-background-color bg-box\">\r\n<h3 class=\"\" style=\"text-transform: uppercase; margin-top: 10px; margin-bottom: 10px;\">BECOME A REFEREE WITH QMLA!</h3>\r\n<div class=\"bg-hr-7 color2-color bg-hr\"></div>\r\n<p class=\"\" style=\"margin-top: 40px;\">\"Without officials, there is no game.\"\r\nThe 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.\r\nWhile we are seeking officials of all ages, the minimum age requirement is 14 years old.</p>\r\n<p class=\"\">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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a></p>\r\n<p class=\"\">Also, you can follow the link below to take you directly to the OLOA registration page.</p>\r\n<p class=\"\" style=\"margin-top: 40px;\"><a class=\"btn-color-2 btn btn-pill btn-regular\" href=\"https://olarefreg.sportngin.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Get Started</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-xs-3 col-sm-5\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"bg-box-flush bg-box\" style=\"margin-top: -100px; margin-right: -35px; margin-left: -15px;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img alignnone wp-image-5069 size-full\" style=\"margin-top: 35px; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_31_235_138_referee.jpg\" alt=\"\" width=\"235\" height=\"138\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Officials Page','','inherit','closed','closed','','5064-revision-v1','','','2019-11-25 00:20:28','2019-11-25 00:20:28','',5064,'http://quintelacrosse.com/5064-revision-v1/',0,'revision','',0),(5071,2,'2022-05-02 08:44:57','2019-11-25 00:20:29','','Become an OLOA Official','','publish','closed','closed','','5071','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'http://quintelacrosse.com/5071/',35,'nav_menu_item','',0),(5160,2,'2020-01-08 15:30:03','2020-01-08 15:30:03','','2020 General Flyer #1','','inherit','open','closed','','2020-general-flyer-1-2','','','2020-01-08 15:30:03','2020-01-08 15:30:03','',0,'http://quintelacrosse.com/wp-content/uploads/2019/01/2020-General-Flyer-1.jpg',0,'attachment','image/jpeg',0),(5159,2,'2020-01-08 15:28:46','2020-01-08 15:28:46','','2020 General Flyer #1','','inherit','open','closed','','2020-general-flyer-1','','','2020-01-08 15:28:46','2020-01-08 15:28:46','',0,'http://quintelacrosse.com/wp-content/uploads/2019/01/2020-General-Flyer-1.pdf',0,'attachment','application/pdf',0),(5109,2,'2020-01-01 23:28:30','2020-01-01 23:28:30','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Competitive Lacrosse</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-15 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div data-imhwpb-draggable=\"true\" class=\"\">\r\n<p class=\"\"><img class=\"bg-img-right bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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, <span style=\"color: #820ee8;\">NO EXPERIENCE NECESSARY.</span> 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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.<span style=\"color: #820ee8;\"> </span></p>\r\n<strong>PLEASE NOTE:\r\n</strong><strong>1. ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND TRYOUTS. \r\n</strong><strong>2. 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.</strong>\r\n\r\n \r\n\r\n2020 TRYOUT DATES:\r\n\r\nA tryout fee of $20 is required to attend. Players must attend at least one of the two tryouts.\r\n\r\n<span style=\"text-decoration: underline;\">Tyke (8U)</span>\r\nFriday February 28th, 5:00pm - 6:00pm\r\nSaturday March 7th, 9:00am - 10:00am\r\n\r\n<span style=\"text-decoration: underline;\">Novice (10U)</span>\r\nFriday February 28th, 6:00pm - 7:00pm\r\nSaturday March 7th, 10:00am - 11:00am\r\n\r\n<span style=\"text-decoration: underline;\">Peewee (12U)</span>\r\nSaturday February 22nd, 9:00am - 10:00am\r\nFriday March 6th, 5:00pm - 6:00pm\r\n\r\n<span style=\"text-decoration: underline;\">Bantam (14U)</span>\r\nSaturday February 22nd, 10:00am - 11:00am\r\nFriday March 6th, 6:00pm - 7:00pm\r\n\r\n \r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COST</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">Approximately $700-$800 per player. Teams are expected to find sponsorship and do fundraising to bring these costs down.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>SCHEDULE</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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). </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COMMITMENT</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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. </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><strong><span style=\"color: #00ccff;\">TRAVEL</span></strong></p>\r\n<p class=\"\" style=\"color: #8224e3;\">For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.</p>\r\n<strong><span style=\"color: #00ccff;\">PROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL</span></strong>\r\n\r\n<span style=\"color: #9424f0;\">The 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).</span>\r\n\r\n \r\n\r\n \r\n<p class=\"\" style=\"color: #8224e3;\"> <img class=\"alignnone size-full wp-image-4382\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA-Festival.png\" alt=\"\" width=\"246\" height=\"205\"><img class=\"size-full wp-image-4381 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA.png\" alt=\"\" width=\"200\" height=\"201\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Competitive','','inherit','closed','closed','','1100-revision-v1','','','2020-01-01 23:28:30','2020-01-01 23:28:30','',1100,'http://quintelacrosse.com/1100-revision-v1/',0,'revision','',0),(5073,2,'2022-05-02 08:44:57','2019-11-25 00:29:48','','Officiating','','publish','closed','closed','','officiating','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'http://quintelacrosse.com/officiating/',34,'nav_menu_item','',0),(5074,2,'2022-05-02 08:44:57','2019-11-25 00:29:48','','OLOA Registration Portal','','publish','closed','closed','','oloa-registration-portal','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'http://quintelacrosse.com/oloa-registration-portal/',36,'nav_menu_item','',0),(5075,2,'2022-05-02 08:44:57','2019-11-25 00:29:48','','OLA Officiating Page','','publish','closed','closed','','ola-officiating-page','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'http://quintelacrosse.com/ola-officiating-page/',38,'nav_menu_item','',0),(5076,2,'2022-05-02 08:44:57','2019-11-25 00:29:48','','CLA Officiating Resources','','publish','closed','closed','','cla-officiating-resources','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'http://quintelacrosse.com/cla-officiating-resources/',39,'nav_menu_item','',0),(5101,2,'2019-12-31 00:30:24','2019-12-31 00:30:24','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA Recreational League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"color4-color\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">The QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">If you are interested in playing competitive lacrosse, please click <a href=\"http://quintelacrosse.com/rep/\">here.</a></p>\r\n<p class=\"color4-color\">Details about each division of our recreational program are outlined below.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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 on May 16).\r\nTime: Saturday 9:30am - 10:00am\r\nLocation: QSWC - Mackay</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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 on May 16)\r\nTime: Saturday 10:00am - 11:00am\r\nLocation: QSWC - Mackay</p>\r\n<p class=\"color4-color\"><strong>TYKE (8U) / NOVICE (10U) / PEEWEE (12U) / BANTAM (14U) </strong></p>\r\n<p class=\"color4-color\">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. Each team will require at minimum one certified coach and one certified trainer on the bench. All certification costs are covered by the association. A competitive travel team is also offered for all players. Click <a class=\"\" href=\"http://quintelacrosse.com/rep/\">here</a> for more information and tryout dates.\r\nDates: April 12 - June 20 (no lacrosse on May 16/17)\r\nTime: Saturday 11:00am - 12:00pm / Tuesday 6:00pm - 7:00pm\r\nLocation: QSWC - Mackay (Saturdays) and Stirling Arena (Tuesdays)</p>\r\n<p class=\"color4-color\"><strong>NOVICE</strong></p>\r\n<p class=\"color4-color\">Players ages 9 and 10</p>\r\n<p class=\"color2-color\">dd</p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About QMLA House League','','inherit','closed','closed','','1094-revision-v1','','','2019-12-31 00:30:24','2019-12-31 00:30:24','',1094,'http://quintelacrosse.com/1094-revision-v1/',0,'revision','',0),(5102,2,'2019-12-31 00:51:35','2019-12-31 00:51:35','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA Recreational League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"color4-color\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">The QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">If you are interested in playing competitive lacrosse, please click <a href=\"http://quintelacrosse.com/rep/\">here.</a></p>\r\n<p class=\"color4-color\">Details about each division of our recreational program are outlined below.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>TYKE (8U) / NOVICE (10U) / PEEWEE (12U) / BANTAM (14U) </strong></p>\r\n<p class=\"color4-color\">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. Each team will require at minimum one certified coach and one certified trainer on the bench. All certification costs are covered by the association. A competitive travel team is also offered for all players. Click <a class=\"\" href=\"http://quintelacrosse.com/rep/\">here</a> for more information and tryout dates. \r\n<span style=\"text-decoration: underline;\">TYKE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Saturday 11:00am - 12:00pm / Tuesday 6:00pm - 7:00pm\r\nLocations: QSWC - Mackay (Saturdays) and Stirling Arena (Tuesdays)\r\n<span style=\"text-decoration: underline;\">NOVICE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 2:00pm - 3:00pm / Tuesday 7:00pm - 8:00pm\r\nLocations: QSWC - Mackay (Sundays) and Stirling Arena (Tuesdays)\r\n<span style=\"text-decoration: underline;\">PEEWEE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 3:00pm - 4:00pm / Thursday 6:00pm - 7:00pm\r\nLocations: QSWC - Mackay (Sundays) and TBD (Thursdays)\r\n<span style=\"text-decoration: underline;\">BANTAM</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 4:00pm - 5:00pm / Thursday 7:00pm - 8:00pm\r\nLocations: QSWC - Mackay (Sundays) and TBD (Thursdays)</p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\"><strong>MIDGET</strong></p>\r\n<p class=\"color4-color\">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 12 - June 20 (no lacrosse May 16/17)\r\nTimes: TBD\r\nLocations: TBD</p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n \r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About QMLA House League','','inherit','closed','closed','','1094-revision-v1','','','2019-12-31 00:51:35','2019-12-31 00:51:35','',1094,'http://quintelacrosse.com/1094-revision-v1/',0,'revision','',0),(5103,2,'2019-12-31 00:55:32','2019-12-31 00:55:32','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA Recreational League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"color4-color\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">The QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (Peewee and above only). Girls teams would follow a similar format as our Midget division (see below).</p>\r\n<p class=\"color4-color\">If you are interested in playing competitive lacrosse, please click <a href=\"http://quintelacrosse.com/rep/\">here.</a></p>\r\n<p class=\"color4-color\">Details about each division of our recreational program are outlined below.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>TYKE (8U) / NOVICE (10U) / PEEWEE (12U) / BANTAM (14U) </strong></p>\r\n<p class=\"color4-color\">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. Each team will require at minimum one certified coach and one certified trainer on the bench. All certification costs are covered by the association. A competitive travel team is also offered for all players. Click <a class=\"\" href=\"http://quintelacrosse.com/rep/\">here</a> for more information and tryout dates. \r\n<span style=\"text-decoration: underline;\">TYKE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Saturday 11:00am - 12:00pm / Tuesday 6:00pm - 7:00pm\r\nLocations: QSWC - Mackay (Saturdays) and Stirling Arena (Tuesdays)\r\n<span style=\"text-decoration: underline;\">NOVICE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 2:00pm - 3:00pm / Tuesday 7:00pm - 8:00pm\r\nLocations: QSWC - Mackay (Sundays) and Stirling Arena (Tuesdays)\r\n<span style=\"text-decoration: underline;\">PEEWEE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 3:00pm - 4:00pm / Thursday 6:00pm - 7:00pm\r\nLocations: QSWC - Mackay (Sundays) and TBD (Thursdays)\r\n<span style=\"text-decoration: underline;\">BANTAM</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 4:00pm - 5:00pm / Thursday 7:00pm - 8:00pm\r\nLocations: QSWC - Mackay (Sundays) and TBD (Thursdays)</p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\"><strong>MIDGET (16U)</strong></p>\r\n<p class=\"color4-color\">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 12 - June 20 (no lacrosse May 16/17)\r\nTimes: TBD\r\nLocations: TBD</p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n \r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2019-12-31 00:55:32','2019-12-31 00:55:32','',1094,'http://quintelacrosse.com/1094-revision-v1/',0,'revision','',0),(5105,2,'2019-12-31 01:01:12','2019-12-31 01:01:12','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA Recreational League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"color4-color\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">The QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (Peewee and above only). Girls teams would follow a similar format as our Midget division (see below).</p>\r\n<p class=\"color4-color\">If you are interested in playing competitive lacrosse, please click <a href=\"http://quintelacrosse.com/rep/\">here </a>for more information and tryout dates.</p>\r\n<p class=\"color4-color\">To sign up now for recreational local league lacrosse, click on the button below.</p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\">REGISTER NOW</a></p>\r\n<p class=\"color4-color\">Details about each division of our recreational program are outlined below.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>TYKE (8U) / NOVICE (10U) / PEEWEE (12U) / BANTAM (14U) </strong></p>\r\n<p class=\"color4-color\">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. Each team will require at minimum one certified coach and one certified trainer on the bench. All certification costs are covered by the association. A competitive travel team is also offered for all players. Click <a class=\"\" href=\"http://quintelacrosse.com/rep/\">here</a> for more information and tryout dates. \r\n<span style=\"text-decoration: underline;\">TYKE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Saturday 11:00am - 12:00pm / Tuesday 6:00pm - 7:00pm\r\nLocations: QSWC - Mackay (Saturdays) and Stirling Arena (Tuesdays)\r\n<span style=\"text-decoration: underline;\">NOVICE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 2:00pm - 3:00pm / Tuesday 7:00pm - 8:00pm\r\nLocations: QSWC - Mackay (Sundays) and Stirling Arena (Tuesdays)\r\n<span style=\"text-decoration: underline;\">PEEWEE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 3:00pm - 4:00pm / Thursday 6:00pm - 7:00pm\r\nLocations: QSWC - Mackay (Sundays) and TBD (Thursdays)\r\n<span style=\"text-decoration: underline;\">BANTAM</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 4:00pm - 5:00pm / Thursday 7:00pm - 8:00pm\r\nLocations: QSWC - Mackay (Sundays) and TBD (Thursdays)</p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\"><strong>MIDGET (16U)</strong></p>\r\n<p class=\"color4-color\">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 12 - June 20 (no lacrosse May 16/17)\r\nTimes: TBD\r\nLocations: TBD</p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2019-12-31 01:01:12','2019-12-31 01:01:12','',1094,'http://quintelacrosse.com/1094-revision-v1/',0,'revision','',0),(5104,2,'2019-12-31 00:59:49','2019-12-31 00:59:49','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA Recreational League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"color4-color\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">The QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (Peewee and above only). Girls teams would follow a similar format as our Midget division (see below).</p>\r\n<p class=\"color4-color\">If you are interested in playing competitive lacrosse, please click<a href=\"http://quintelacrosse.com/rep/\">here</a>for more information and tryout dates.</p>\r\n<p class=\"color4-color\"><a href=\"http://quintelacrosse.com/rep/\"></a>To sign up now for recreational local league lacrosse, click on the button below.</p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\">REGISTER NOW</a></p>\r\n<p class=\"color4-color\">Details about each division of our recreational program are outlined below.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>TYKE (8U) / NOVICE (10U) / PEEWEE (12U) / BANTAM (14U) </strong></p>\r\n<p class=\"color4-color\">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. Each team will require at minimum one certified coach and one certified trainer on the bench. All certification costs are covered by the association. A competitive travel team is also offered for all players. Click <a class=\"\" href=\"http://quintelacrosse.com/rep/\">here</a> for more information and tryout dates. \r\n<span style=\"text-decoration: underline;\">TYKE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Saturday 11:00am - 12:00pm / Tuesday 6:00pm - 7:00pm\r\nLocations: QSWC - Mackay (Saturdays) and Stirling Arena (Tuesdays)\r\n<span style=\"text-decoration: underline;\">NOVICE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 2:00pm - 3:00pm / Tuesday 7:00pm - 8:00pm\r\nLocations: QSWC - Mackay (Sundays) and Stirling Arena (Tuesdays)\r\n<span style=\"text-decoration: underline;\">PEEWEE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 3:00pm - 4:00pm / Thursday 6:00pm - 7:00pm\r\nLocations: QSWC - Mackay (Sundays) and TBD (Thursdays)\r\n<span style=\"text-decoration: underline;\">BANTAM</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 4:00pm - 5:00pm / Thursday 7:00pm - 8:00pm\r\nLocations: QSWC - Mackay (Sundays) and TBD (Thursdays)</p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\"><strong>MIDGET (16U)</strong></p>\r\n<p class=\"color4-color\">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 12 - June 20 (no lacrosse May 16/17)\r\nTimes: TBD\r\nLocations: TBD</p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n \r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2019-12-31 00:59:49','2019-12-31 00:59:49','',1094,'http://quintelacrosse.com/1094-revision-v1/',0,'revision','',0),(5083,2,'2019-11-25 01:01:27','2019-11-25 01:01:27','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-team-11 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\">Become a Referee with QMLA</h2>\r\n<p class=\"\" style=\"margin-top: 40px;\">\"Without officials, there is no game.\"\r\n\r\nThe 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.\r\nWhile we are seeking officials of all ages, the minimum age requirement is 14 years old.</p>\r\n<p class=\"\">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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a></p>\r\n<p class=\"\">Also, you can follow the link below to take you directly to the OLOA registration page.</p>\r\n \r\n<p class=\"\" style=\"margin-bottom: 2em;\"><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-regular\" href=\"https://olarefreg.sportngin.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Get Started</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{"arrows":false,"autoplay":true,"autoplaySpeed":"8","dots":true,"infinite":true,"bgOptions":{"arrowsPos":"standard","arrowsOverlay":true,"arrowsBgColor":"1","arrowsIcon":"angle","arrowsSize":"30","dotsPos":"bottom","dotsOverlay":false,"dotsColor":"1","dotsSize":"50"},"colors":{"arrowsBG":{"type":"class","value":"1","text":""},"dotsColor":{"type":"class","value":"1","text":""}}}\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\"><img class=\"bg-img bg-img-3 alignnone wp-image-5068 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_92_360_360_CMA_1042_medium.jpg\" alt=\"\" width=\"360\" height=\"360\"></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\"><img class=\"bg-img bg-img-3 wp-image-5081\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops296b3d9f4040003cc90643a5b000f6c7.jpg\" width=\"360\" height=\"360\">\r\n<h4 style=\"margin: 1.5em 0 0.5em;\">Birdie Ramos</h4>\r\n<p class=\"\">CEO</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\"><img class=\"bg-img bg-img-3 wp-image-5082\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcropsf3667df9e665eaba576bc60a850749db.jpg\" width=\"360\" height=\"360\">\r\n<h4 style=\"margin: 1.5em 0 0.5em;\">Gabriel Williams</h4>\r\n<p class=\"\">Creative Director</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Officials Page','','inherit','closed','closed','','5064-revision-v1','','','2019-11-25 01:01:27','2019-11-25 01:01:27','',5064,'http://quintelacrosse.com/5064-revision-v1/',0,'revision','',0),(5078,2,'2019-11-25 00:39:57','2019-11-25 00:39:57','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 30px;\">\r\n<div class=\"col-md-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"margin-top: 50px; margin-right: auto; background-image: linear-gradient(to left, #ffffff, #ffffff); margin-left: auto;\" class=\"tmpl-about-8 boldgrid-section dynamic-gridblock\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding: 0em; margin-left: 0px; margin-right: auto;\">\r\n<div class=\"col-md-1 col-sm-2 col-xs-12\" style=\"text-align: left;\"></div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\" style=\"text-align: left;\">\r\n<div class=\"bg-box-cover color5-background-color color-5-text-contrast bg-background-color bg-box\" style=\"margin-left: -35px; margin-top: -35px; padding: 3em; box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.75);\">\r\n<h2 class=\"\" style=\"text-transform: uppercase; margin-top: 10px; margin-bottom: 10px;\">QMLA OFFICIALS PAGE</h2>\r\n<div class=\"bg-hr-7 color2-color bg-hr\" style=\"width: 80%;\"></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\" style=\"text-align: left;\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 50px;\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-2\" style=\"text-align: left;\">\r\n<div class=\"bg-box-flush bg-box-cover bg-box\">\r\n<p class=\"mod-reset\"><img class=\"bg-img alignnone wp-image-5068 size-full\" style=\"margin-top: -20px; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_73_366_469_CMA_1042_medium.jpg\" alt=\"\" width=\"366\" height=\"469\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-5 col-xs-9\" style=\"text-align: left;\">\r\n<div style=\"margin-top: 35px; margin-left: -35px; margin-right: -35px; padding: 3em; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75); z-index: 1; position: relative;\" class=\"color5-background-color color-5-text-contrast bg-background-color bg-box\">\r\n<h3 class=\"\" style=\"text-transform: uppercase; margin-top: 10px; margin-bottom: 10px;\">BECOME A REFEREE WITH QMLA!</h3>\r\n<div class=\"bg-hr-7 color2-color bg-hr\"></div>\r\n<p class=\"\" style=\"margin-top: 40px;\">\"Without officials, there is no game.\"\r\nThe 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.\r\nWhile we are seeking officials of all ages, the minimum age requirement is 14 years old.</p>\r\n<p class=\"\">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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a></p>\r\n<p class=\"\">Also, you can follow the link below to take you directly to the OLOA registration page.</p>\r\n<p class=\"\" style=\"margin-top: 40px;\"><a class=\"btn-color-2 btn btn-pill btn-regular\" href=\"https://olarefreg.sportngin.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Get Started</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-xs-3 col-sm-5\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"bg-box-flush bg-box\" style=\"margin-top: -100px; margin-right: -35px; margin-left: -15px;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img alignnone wp-image-5069 size-full alignleft\" style=\"margin-top: 35px; box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_31_235_138_referee.jpg\" alt=\"\" width=\"235\" height=\"138\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Officials Page','','inherit','closed','closed','','5064-revision-v1','','','2019-11-25 00:39:57','2019-11-25 00:39:57','',5064,'http://quintelacrosse.com/5064-revision-v1/',0,'revision','',0),(5079,2,'2019-11-25 00:54:22','2019-11-25 00:54:22','','referee2','','inherit','open','closed','','referee2','','','2019-11-25 00:54:22','2019-11-25 00:54:22','',5064,'http://quintelacrosse.com/wp-content/uploads/2019/11/referee2.jpg',0,'attachment','image/jpeg',0),(5100,2,'2019-12-30 20:31:17','2019-12-30 20:31:17','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2020 Registration Fees</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Registration opens in January!\r\n REGISTER NOW! The first 50 <span style=\"text-decoration: underline;\">NEW</span> player registrations will receive a FREE lacrosse stick!</p>\r\n<p class=\"\">Below is the fee schedule based on division. All teams Tyke to Midget are guaranteed minimum of 15 hours of floor time. </p>\r\n\r\n<table width=\"521\">\r\n<tbody>\r\n<tr>\r\n<td width=\"210\"><strong>Level/Year of Birth</strong></td>\r\n<td width=\"157\"><strong>Fee - Before March 1st</strong></td>\r\n<td width=\"154\"><strong>Fee - March 1st or later</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Soft Lacrosse - 2016/2017</td>\r\n<td>$50</td>\r\n<td>$50</td>\r\n</tr>\r\n<tr>\r\n<td>Paperweight - 2014/2015</td>\r\n<td>$150</td>\r\n<td>$150</td>\r\n</tr>\r\n<tr>\r\n<td>Tyke (8U) - 2012/2013</td>\r\n<td>$185</td>\r\n<td>$210</td>\r\n</tr>\r\n<tr>\r\n<td>Novice (10U) - 2010/2011</td>\r\n<td>$185</td>\r\n<td>$210</td>\r\n</tr>\r\n<tr>\r\n<td>Peewee (12U) - 2008/2009</td>\r\n<td>$200</td>\r\n<td>$225</td>\r\n</tr>\r\n<tr>\r\n<td>Bantam (14U) - 2006/2007</td>\r\n<td>$200</td>\r\n<td>$225</td>\r\n</tr>\r\n<tr>\r\n<td>Midget (16U) - 2004/2005</td>\r\n<td>$225</td>\r\n<td>$250</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>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.</p>\r\n<p class=\"\" style=\"text-align: center;\">Please review our refund policy: <a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\"> QMLA Refund Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2019-12-30 20:31:17','2019-12-30 20:31:17','',1096,'http://quintelacrosse.com/1096-revision-v1/',0,'revision','',0),(5085,2,'2022-05-02 08:44:57','2019-11-25 02:26:00','','Officiating Rates','','publish','closed','closed','','officiating-rates','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'http://quintelacrosse.com/officiating-rates/',40,'nav_menu_item','',0),(5086,2,'2019-11-28 03:36:04','2019-11-28 03:36:04','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Joe Fee</h4>\r\n<h5>President</h5>\r\n<a href=\"mailto:president@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Abby Leavitt</h4>\r\n<h5>VP / Registrar</h5>\r\n<a href=\"mailto:registrar@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Sue Stewart</h4>\r\n<h5>Treasurer</h5>\r\n<a href=\"mailto:treasurer@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Victoria Black</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Simon Gedeon</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Nathan Tugnette</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Chris Haalstra</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Chris Brinklow</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Cory Black</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Stephen Jones</h4>\r\n<h5>Referee-in-Chief</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Board of Directors','','inherit','closed','closed','','4083-revision-v1','','','2019-11-28 03:36:04','2019-11-28 03:36:04','',4083,'http://quintelacrosse.com/4083-revision-v1/',0,'revision','',0),(5089,2,'2019-12-04 03:50:44','2019-12-04 03:50:44','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\">Bantam Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Bantam House League</h2>\r\n<h4 class=\"\">2020</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Bantam Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Bantam Division','','inherit','closed','closed','','4068-revision-v1','','','2019-12-04 03:50:44','2019-12-04 03:50:44','',4068,'http://quintelacrosse.com/4068-revision-v1/',0,'revision','',0),(5090,2,'2019-12-04 03:51:15','2019-12-04 03:51:15','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\">Midget Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Midget House League</h2>\r\n<h4 class=\"\">2020</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Midget Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Midget Division','','inherit','closed','closed','','4070-revision-v1','','','2019-12-04 03:51:15','2019-12-04 03:51:15','',4070,'http://quintelacrosse.com/4070-revision-v1/',0,'revision','',0),(5091,2,'2019-12-04 03:53:19','2019-12-04 03:53:19','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\">Quinte Mat Rentals Novice Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Novice House League</h2>\r\n<h4 class=\"\">2020</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\" style=\"width: 40.96%; height: 169px;\">\r\n\r\n \r\n\r\n \r\n<p class=\"mod-img\"><img class=\"size-medium wp-image-4181 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 (Purple)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 (Gray)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Quinte Mat Rentals Novice Division','','inherit','closed','closed','','4060-revision-v1','','','2019-12-04 03:53:19','2019-12-04 03:53:19','',4060,'http://quintelacrosse.com/4060-revision-v1/',0,'revision','',0),(5092,2,'2019-12-04 03:53:58','2019-12-04 03:53:58','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\">TaskForce Engineering Peewee Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Peewee House League</h2>\r\n<h4 class=\"\">2020</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 (Blue)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 (White)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','TaskForce Peewee Division','','inherit','closed','closed','','4066-revision-v1','','','2019-12-04 03:53:58','2019-12-04 03:53:58','',4066,'http://quintelacrosse.com/4066-revision-v1/',0,'revision','',0),(5115,2,'2020-01-02 22:24:27','2020-01-02 22:24:27','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2020 Registration Fees</h1>\r\n \r\n\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\" style=\"text-align: center;\"> REGISTER NOW! The first 50 <span style=\"text-decoration: underline;\">NEW</span> player registrations will receive a FREE lacrosse stick!</p>\r\n<p class=\"\">Below is the fee schedule based on division. All teams Tyke to Midget are guaranteed minimum of 15 hours of floor time. </p>\r\n\r\n<table width=\"521\">\r\n<tbody>\r\n<tr>\r\n<td width=\"210\"><strong>Level/Year of Birth</strong></td>\r\n<td width=\"157\"><strong>Fee - Before March 1st</strong></td>\r\n<td width=\"154\"><strong>Fee - March 1st or later</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Soft Lacrosse - 2016/2017</td>\r\n<td>$50</td>\r\n<td>$50</td>\r\n</tr>\r\n<tr>\r\n<td>Paperweight - 2014/2015</td>\r\n<td>$150</td>\r\n<td>$150</td>\r\n</tr>\r\n<tr>\r\n<td>Tyke (8U) - 2012/2013</td>\r\n<td>$185</td>\r\n<td>$210</td>\r\n</tr>\r\n<tr>\r\n<td>Novice (10U) - 2010/2011</td>\r\n<td>$195</td>\r\n<td>$220</td>\r\n</tr>\r\n<tr>\r\n<td>Peewee (12U) - 2008/2009</td>\r\n<td>$195</td>\r\n<td>$220</td>\r\n</tr>\r\n<tr>\r\n<td>Bantam (14U) - 2006/2007</td>\r\n<td>$215</td>\r\n<td>$240</td>\r\n</tr>\r\n<tr>\r\n<td>Midget (16U) - 2004/2005</td>\r\n<td>$215</td>\r\n<td>$240</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>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.</p>\r\n<p class=\"\" style=\"text-align: center;\">Please review our refund policy: <a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\"> QMLA Refund Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2020-01-02 22:24:27','2020-01-02 22:24:27','',1096,'http://quintelacrosse.com/1096-revision-v1/',0,'revision','',0),(5098,2,'2019-12-18 03:53:09','2019-12-18 03:53:09','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2020 Registration Fees</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Registration opens in January!\r\n REGISTER NOW! The first 50 NEW player registrations will receive a FREE lacrosse stick!</p>\r\n<p class=\"\">Below is the fee schedule based on division. All teams Tyke to Midget are guaranteed minimum of 15 hours of floor time. </p>\r\n\r\n<table width=\"382\">\r\n<tbody>\r\n<tr>\r\n<td width=\"194\"><strong>Level/Years of Birth </strong></td>\r\n<td width=\"188\"><strong>2020 Lacrosse Fees </strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Soft Lacrosse 2016/2017</td>\r\n<td width=\"188\">$50</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Paperweight – 2014/2015</td>\r\n<td width=\"188\">$150</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Tyke – 2012/2013</td>\r\n<td width=\"188\">$185</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Novice -2010/2011</td>\r\n<td width=\"188\">$195</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">PeeWee – 2008/2009</td>\r\n<td width=\"188\">$195</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Bantam – 2006/2007</td>\r\n<td width=\"188\">$215</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Midget – 2004/2005</td>\r\n<td width=\"188\">$215</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td width=\"188\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>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.</p>\r\n<p class=\"\" style=\"text-align: center;\">Please review our refund policy: <a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\"> QMLA Refund Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2019-12-18 03:53:09','2019-12-18 03:53:09','',1096,'http://quintelacrosse.com/1096-revision-v1/',0,'revision','',0),(5097,2,'2019-12-18 03:50:36','2019-12-18 03:50:36','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2020 Registration Fees</h1>\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Registration opens in January!\r\n<a href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\">REGISTER NOW!</a> The first 50 NEW player registrations will receive a FREE lacrosse stick!</p>\r\n<p class=\"\">Below is the fee schedule based on division. All teams Tyke to Midget are guaranteed minimum of 15 hours of floor time. </p>\r\n\r\n<table width=\"382\">\r\n<tbody>\r\n<tr>\r\n<td width=\"194\"><strong>Level/Years of Birth </strong></td>\r\n<td width=\"188\"><strong>2020 Lacrosse Fees </strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Soft Lacrosse 2016/2017</td>\r\n<td width=\"188\">$50</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Paperweight – 2014/2015</td>\r\n<td width=\"188\">$150</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Tyke – 2012/2013</td>\r\n<td width=\"188\">$185</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Novice -2010/2011</td>\r\n<td width=\"188\">$195</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">PeeWee – 2008/2009</td>\r\n<td width=\"188\">$195</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Bantam – 2006/2007</td>\r\n<td width=\"188\">$215</td>\r\n</tr>\r\n<tr>\r\n<td width=\"194\">Midget – 2004/2005</td>\r\n<td width=\"188\">$215</td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td width=\"188\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>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.</p>\r\n<p class=\"\" style=\"text-align: center;\">Please review our refund policy: <a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\"> QMLA Refund Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2019-12-18 03:50:36','2019-12-18 03:50:36','',1096,'http://quintelacrosse.com/1096-revision-v1/',0,'revision','',0),(5113,2,'2020-01-02 22:17:49','2020-01-02 22:17:49','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2020 Recreational League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Soft Lacrosse (2016/2017) Saturdays, 9:30-10:00am, QSWC (Mackay) beginning April 25th</span>\r\n<span style=\"color: #333399;\">Paperweight (2014/2015) Saturdays, 10:00-11:00am, QSWC (Mackay) beginning April 25th</span></p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Note</span>: 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\nUnless otherwise noted on schedule, practices will mainly take place at Stirling-Rawdon Arena and games will mainly take place at QSWC (Mackay).\r\nAll practices and games are one hour in length.</p>\r\n<p class=\"\"><span style=\"color: #333399;\">Tyke (2012/2013) Practice Tuesdays, 6:00pm beginning April 14th\r\n Game Saturdays, 11:00am as scheduled <span class=\"text_exposed_show\">\r\nNovice (2010/2011) Practice Tuesdays, 7:00pm beginning April 14th\r\n Game Sundays, 2:00pm as scheduled\r\nPeewee (2008/2009) Practice Tuesdays, 8:00pm beginning April 14th\r\n Game Sundays, 3:00pm as scheduled\r\nBantam </span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">(2006/2007) Practice TBD\r\n Game Sundays, 4:00pm as scheduled\r\nMidget (2004/2005) Practice TBD\r\n Game To be determined based on available opponents</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">The season will begin in April and conclude on June 20th for all local league recreational teams.</p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2020-01-02 22:17:49','2020-01-02 22:17:49','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(5114,2,'2020-01-02 22:21:17','2020-01-02 22:21:17','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA Recreational League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"color4-color\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">The QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (Peewee and above only). Girls teams would follow a similar format as our Midget division (see below).</p>\r\n<p class=\"color4-color\">If you are interested in playing competitive lacrosse, please click <a href=\"http://quintelacrosse.com/rep/\">here </a>for more information and tryout dates.</p>\r\n<p class=\"color4-color\">To sign up now for recreational local league lacrosse, click on the button below.</p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\">REGISTER NOW</a></p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>TYKE (8U) / NOVICE (10U) / PEEWEE (12U) / BANTAM (14U) </strong></p>\r\n<p class=\"color4-color\">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. Each team will require at minimum one certified coach and one certified trainer on the bench. All certification costs are covered by the association. A competitive travel team is also offered for all players. Click <a class=\"\" href=\"http://quintelacrosse.com/rep/\">here</a> for more information and tryout dates. \r\n<span style=\"text-decoration: underline;\">TYKE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Saturday 11:00am - 12:00pm / Tuesday 6:00pm - 7:00pm\r\nLocations: QSWC - Mackay (Saturdays) and Stirling Arena (Tuesdays)\r\n<span style=\"text-decoration: underline;\">NOVICE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 2:00pm - 3:00pm / Tuesday 7:00pm - 8:00pm\r\nLocations: QSWC - Mackay (Sundays) and Stirling Arena (Tuesdays)\r\n<span style=\"text-decoration: underline;\">PEEWEE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 3:00pm - 4:00pm / Tuesday 8:00pm - 9:00pm\r\nLocations: QSWC - Mackay (Sundays) and TBD (Thursdays)\r\n<span style=\"text-decoration: underline;\">BANTAM</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 4:00pm - 5:00pm / TBD\r\nLocations: QSWC - Mackay (Sundays) and TBD</p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\"><strong>MIDGET (16U)</strong></p>\r\n<p class=\"color4-color\">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 12 - June 20 (no lacrosse May 16/17)\r\nTimes: TBD\r\nLocations: TBD</p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2020-01-02 22:21:17','2020-01-02 22:21:17','',1094,'http://quintelacrosse.com/1094-revision-v1/',0,'revision','',0),(5116,2,'2020-01-02 22:25:53','2020-01-02 22:25:53','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2020 Registration Fees</h1>\r\n \r\n\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\" style=\"text-align: center;\"> REGISTER NOW! The first 50 <span style=\"text-decoration: underline;\">NEW</span> player registrations will receive a FREE lacrosse stick!</p>\r\n<p class=\"\">Below is the fee schedule based on division. All teams Tyke to Midget are guaranteed minimum of 15 hours of floor time. </p>\r\n\r\n<table width=\"521\">\r\n<tbody>\r\n<tr>\r\n<td width=\"210\"><strong>Level/Year of Birth</strong></td>\r\n<td width=\"157\"><strong>Fee - Before March 1st</strong></td>\r\n<td width=\"154\"><strong>Fee - March 1st or later</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Soft Lacrosse - 2016/2017</td>\r\n<td>$50</td>\r\n<td>$50</td>\r\n</tr>\r\n<tr>\r\n<td>Paperweight - 2014/2015</td>\r\n<td>$150</td>\r\n<td>$150</td>\r\n</tr>\r\n<tr>\r\n<td>Tyke (8U) - 2012/2013</td>\r\n<td>$185</td>\r\n<td>$210</td>\r\n</tr>\r\n<tr>\r\n<td>Novice (10U) - 2010/2011</td>\r\n<td>$195</td>\r\n<td>$220</td>\r\n</tr>\r\n<tr>\r\n<td>Peewee (12U) - 2008/2009</td>\r\n<td>$195</td>\r\n<td>$220</td>\r\n</tr>\r\n<tr>\r\n<td>Bantam (14U) - 2006/2007</td>\r\n<td>$215</td>\r\n<td>$240</td>\r\n</tr>\r\n<tr>\r\n<td>Midget (16U) - 2004/2005</td>\r\n<td>$215</td>\r\n<td>$240</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>For more information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">here</a>. You must also have a valid email address.</p>\r\n<p class=\"\" style=\"text-align: center;\">Please review our refund policy: <a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\"> QMLA Refund Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Registration Fees','','inherit','closed','closed','','1096-revision-v1','','','2020-01-02 22:25:53','2020-01-02 22:25:53','',1096,'http://quintelacrosse.com/1096-revision-v1/',0,'revision','',0),(5117,2,'2020-01-02 23:24:05','2020-01-02 23:24:05','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Player-Release-Policy-2019.pdf\">QMLA Player Release Policy 2019</a></p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\">QMLA Refund Policy 2019</a></p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Appeal-Policy-2019.pdf\">QMLA Appeal Policy 2019</a></p>\r\n<p class=\"\"> QMLA Code of Conduct Policy</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','QMLA Documents & Policies','','inherit','closed','closed','','4100-revision-v1','','','2020-01-02 23:24:05','2020-01-02 23:24:05','',4100,'http://quintelacrosse.com/4100-revision-v1/',0,'revision','',0),(5118,2,'2020-01-02 23:25:25','2020-01-02 23:25:25','','QMLA Code of Conduct Policy 2020','','inherit','open','closed','','qmla-code-of-conduct-policy-2020','','','2020-01-02 23:25:25','2020-01-02 23:25:25','',0,'http://quintelacrosse.com/wp-content/uploads/2020/01/QMLA-Code-of-Conduct-Policy-2020.pdf',0,'attachment','application/pdf',0),(5120,2,'2020-01-02 23:29:00','2020-01-02 23:29:00','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Player-Release-Policy-2019.pdf\">QMLA Player Release Policy</a></p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\">QMLA Refund Policy</a></p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Appeal-Policy-2019.pdf\">QMLA Appeal Policy</a></p>\r\n<p class=\"\"> <a href=\"http://quintelacrosse.com/wp-content/uploads/2020/01/QMLA-Code-of-Conduct-Policy-2020.pdf\">QMLA Code of Conduct Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','QMLA Documents & Policies','','inherit','closed','closed','','4100-revision-v1','','','2020-01-02 23:29:00','2020-01-02 23:29:00','',4100,'http://quintelacrosse.com/4100-revision-v1/',0,'revision','',0),(5123,2,'2020-01-02 23:31:07','2020-01-02 23:31:07','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Player-Release-Policy-2019.pdf\">QMLA Player Release Policy</a></p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\">QMLA Refund Policy</a></p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Appeal-Policy-2019.pdf\">QMLA Appeal Policy\r\n</a><a href=\"http://quintelacrosse.com/wp-content/uploads/2020/01/QMLA-Code-of-Conduct-Policy-2020.pdf\">QMLA Code of Conduct Policy</a></p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','QMLA Documents & Policies','','inherit','closed','closed','','4100-revision-v1','','','2020-01-02 23:31:07','2020-01-02 23:31:07','',4100,'http://quintelacrosse.com/4100-revision-v1/',0,'revision','',0),(5124,2,'2020-01-02 23:42:10','2020-01-02 23:42:10','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">OLA Release Procedures</h1>\r\n<p class=\"\"> </p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QMLA-Player-Release-Policy-2019-Updated.pdf\">QMLA Player Release Policy</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2019/01/2019-Release-Form.docx\">OLA Player Release Form</a></p>\r\n<p class=\"\">Please <a href=\"mailto:president@quintelacrosse.com\">send</a> completed release requests to the QMLA President. There is no fee for a club release request from QMLA. The following is a summary of the OLA regulations for player release requests.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Only the information presented in section 1 will be considered. New reasons for release will not be entertained at appeal level(s).</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','OLA Release Procedures','','inherit','closed','closed','','1098-revision-v1','','','2020-01-02 23:42:10','2020-01-02 23:42:10','',1098,'http://quintelacrosse.com/1098-revision-v1/',0,'revision','',0),(5126,2,'2020-01-02 23:54:49','2020-01-02 23:54:49','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a href=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712</a></p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Registration','','inherit','closed','closed','','122-revision-v1','','','2020-01-02 23:54:49','2020-01-02 23:54:49','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(5190,2,'2020-02-03 19:52:12','2020-02-03 19:52:12','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a></p>\r\n<p class=\"\"><strong>IMPORTANT NOTE FOR PLAYERS INTERESTED IN COMPETITIVE LACROSSE:\r\n</strong><strong>1. ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND COMPETITIVE TRYOUTS. \r\n</strong><strong>2. 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.</strong></p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2020-02-03 19:52:12','2020-02-03 19:52:12','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(5191,2,'2020-02-03 19:55:53','2020-02-03 19:55:53','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\r\nWe recommend using desktop or laptop computers for registration. Registrations done on mobile devices may encounter difficulties. </p>\r\n<p class=\"\"><strong>IMPORTANT NOTE FOR PLAYERS INTERESTED IN COMPETITIVE LACROSSE:\r\n</strong><strong>1. ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND COMPETITIVE TRYOUTS. \r\n</strong><strong>2. 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.</strong></p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2020-02-03 19:55:53','2020-02-03 19:55:53','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(5129,2,'2020-01-03 00:00:33','2020-01-03 00:00:33','<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\" style=\"padding-bottom: 45px;\" data-mce-style=\"padding-bottom: 45px;\"><div class=\"col-md-12 col-xs-12 col-sm-12\"><div class=\"video-container\"><span contenteditable=\"false\" data-mce-object=\"iframe\" class=\"mce-preview-object mce-object-iframe\" data-mce-p-src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\" data-mce-html=\"%3Cbr%20/%3E\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\" frameborder=\"0\"></iframe><span class=\"mce-shim\"></span></span></div><div><br></div></div></div></div></div>','Registration Portal','','publish','closed','closed','','registration-portal','','','2020-01-03 00:00:33','2020-01-03 00:00:33','',0,'http://quintelacrosse.com/bg-block/registration-portal/',0,'bg_block','',0),(5130,2,'2020-01-03 00:03:16','2020-01-03 00:03:16','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2020-01-03 00:03:16','2020-01-03 00:03:16','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(5131,2,'2020-01-03 00:07:16','2020-01-03 00:07:16','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2020-01-03 00:07:16','2020-01-03 00:07:16','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(5132,2,'2020-01-03 00:30:37','2020-01-03 00:30:37','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">How to Register</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n<p class=\"\">Please read and follow the instructions below to register for 2019.</p>\r\n\r\n<div>\r\n<div>\r\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">=================================================</p>\r\n\r\n<h2>Returning Players</h2>\r\n<p class=\"\"> </p>\r\n<p class=\"\">If you <strong>ALREADY HAVE</strong> a SportzSoft login:</p>\r\n<p class=\"\">Here is the online registration link: <a href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"><strong>** NOTES:</strong></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">2. Please make sure to complete online payment of the 2020 fees for each child registered.</p>\r\n<p class=\"\">3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\"> </p>\r\n\r\n<h2 class=\"\">New Players to Quinte Minor Lacrosse</h2>\r\n<p class=\"\"> </p>\r\n<p class=\"\">If you are <strong>NEW to QMLA and DO NOT HAVE</strong> a SportzSoft account you will need to create one and upload Proof of Age document(s) for your child(ren).</p>\r\n<p class=\"\">To create a SportzSoft account:</p>\r\n<p class=\"\">1. Click the online registration link: <a href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password</p>\r\n<p class=\"\">3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n<strong>** NOTE</strong>: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\">4. To register a player, click the orange “New Registration” button, select the child’s name from the Participant list, and then click “Next”.</p>\r\n<p class=\"\">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. </p>\r\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\r\n<p class=\"\">7. Complete the Questionnaire</p>\r\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only)</p>\r\n<p class=\"\">9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.</p>\r\n<p class=\"\"><strong>** NOTE</strong>: Registration is NOT complete until a valid Proof of Age document is uploaded AND payment is received for each child.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2020-01-03 00:30:37','2020-01-03 00:30:37','',4168,'http://quintelacrosse.com/4168-revision-v1/',0,'revision','',0),(5133,2,'2020-01-03 00:32:19','2020-01-03 00:32:19','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">How to Register</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n\r\n \r\n<p class=\"\">Please read and follow the instructions below to register for 2020.</p>\r\n\r\n<div>\r\n<div>\r\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">=================================================</p>\r\n\r\n<h2>Returning Players</h2>\r\n<p class=\"\"> </p>\r\n<p class=\"\">If you <strong>ALREADY HAVE</strong> a SportzSoft login:</p>\r\n<p class=\"\">Here is the online registration link: <a href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"><strong>** NOTES:</strong></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">2. Please make sure to complete online payment of the 2020 fees for each child registered.</p>\r\n<p class=\"\">3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\"> </p>\r\n\r\n<h2 class=\"\">New Players to Quinte Minor Lacrosse</h2>\r\n<p class=\"\"> </p>\r\n<p class=\"\">If you are <strong>NEW to QMLA and DO NOT HAVE</strong> a SportzSoft account you will need to create one and upload Proof of Age document(s) for your child(ren).</p>\r\n<p class=\"\">To create a SportzSoft account:</p>\r\n<p class=\"\">1. Click the online registration link: <a href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password</p>\r\n<p class=\"\">3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n<strong>** NOTE</strong>: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\">4. To register a player, click the orange “New Registration” button, select the child’s name from the Participant list, and then click “Next”.</p>\r\n<p class=\"\">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. </p>\r\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\r\n<p class=\"\">7. Complete the Questionnaire</p>\r\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only)</p>\r\n<p class=\"\">9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.</p>\r\n<p class=\"\"><strong>** NOTE</strong>: Registration is NOT complete until a valid Proof of Age document is uploaded AND payment is received for each child.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2020-01-03 00:32:19','2020-01-03 00:32:19','',4168,'http://quintelacrosse.com/4168-revision-v1/',0,'revision','',0),(5136,2,'2020-01-03 14:22:32','2020-01-03 14:22:32','<div class=\"tmpl-blog-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 text-center align-column-top\">\r\n<p class=\"\" style=\"margin: 20px 0px;\"><img class=\"bg-img alignnone wp-image-4227 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-1-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2 class=\"\">Paperweight Division 3v3 Mini-Game Lacrosse</h2>\r\n<p class=\"\">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!</p>\r\n<p class=\"\">Saturdays at 10am from April 13th to June 15 (note: start date updated).</p>\r\n<p class=\"\"><strong>Want to \"Try Lacrosse\" before you buy, please register for our FREE clinics <a href=\"http://quintelacrosse.com/try-lacrosse-for-free/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>For information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>To register, click <a href=\"http://quintelacrosse.com/bg-block/registration-portal/\">HERE</a></strong></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Paperweight 3v3','','inherit','closed','closed','','4218-revision-v1','','','2020-01-03 14:22:32','2020-01-03 14:22:32','',4218,'http://quintelacrosse.com/4218-revision-v1/',0,'revision','',0),(5135,2,'2020-01-03 14:22:03','2020-01-03 14:22:03','<div class=\"tmpl-blog-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 text-center align-column-top\">\r\n<p class=\"\" style=\"margin: 20px 0px;\"><img class=\"bg-img alignnone wp-image-4227 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-1-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2 class=\"\">Paperweight Division 3v3 Mini-Game Lacrosse</h2>\r\n<p class=\"\">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!</p>\r\n<p class=\"\">Saturdays at 10am from April 13th to June 15 (note: start date updated).</p>\r\n<p class=\"\"><strong>Want to \"Try Lacrosse\" before you buy, please register for our FREE clinics <a href=\"http://quintelacrosse.com/try-lacrosse-for-free/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>For information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>To register for house league play, click <a href=\"http://quintelacrosse.com/bg-block/registration-portal/\">HERE</a></strong></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Paperweight 3v3','','inherit','closed','closed','','4218-revision-v1','','','2020-01-03 14:22:03','2020-01-03 14:22:03','',4218,'http://quintelacrosse.com/4218-revision-v1/',0,'revision','',0),(5137,2,'2020-01-03 14:23:06','2020-01-03 14:23:06','<div class=\"tmpl-blog-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 text-center align-column-top\">\r\n<p class=\"\" style=\"margin: 20px 0px;\"><img class=\"bg-img alignnone wp-image-4227 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-1-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2 class=\"\">Paperweight Division 3v3 Mini-Game Lacrosse</h2>\r\n<p class=\"\">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!</p>\r\n<p class=\"\">Saturdays at 10am from April 25th to June 20 (note: start date updated).</p>\r\n<p class=\"\"><strong>Want to \"Try Lacrosse\" before you buy, please register for our FREE clinics <a href=\"http://quintelacrosse.com/try-lacrosse-for-free/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>For information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>To register, click <a href=\"http://quintelacrosse.com/bg-block/registration-portal/\">HERE</a></strong></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Paperweight 3v3','','inherit','closed','closed','','4218-revision-v1','','','2020-01-03 14:23:06','2020-01-03 14:23:06','',4218,'http://quintelacrosse.com/4218-revision-v1/',0,'revision','',0),(5138,2,'2020-01-03 14:29:45','2020-01-03 14:29:45','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">How to Register</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n\r\n \r\n<p class=\"\">Please read and follow the instructions below to register for 2020.</p>\r\n\r\n<div>\r\n<div>\r\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">=================================================</p>\r\n\r\n<h2>Returning Players</h2>\r\n<p class=\"\"> </p>\r\n<p class=\"\">If you <strong>ALREADY HAVE</strong> a SportzSoft login:</p>\r\n<p class=\"\">Here is the online registration link: <a href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"><strong>** NOTES:</strong></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">2. Please make sure to complete online payment of the 2020 fees for each child registered.</p>\r\n<p class=\"\">3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\"> </p>\r\n\r\n<h2 class=\"\">New Players to Quinte Minor Lacrosse</h2>\r\n<p class=\"\"> </p>\r\n<p class=\"\">If you are <strong>NEW to QMLA and DO NOT HAVE</strong> a SportzSoft account you will need to create one and upload Proof of Age document(s) for your child(ren).</p>\r\n<p class=\"\">To create a SportzSoft account:</p>\r\n<p class=\"\">1. Click the online registration link: <a href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password</p>\r\n<p class=\"\">3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n<strong>** NOTE</strong>: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\">4. To register a player, click the orange “New Registration” button, select the child’s name from the Participant list, and then click “Next”.</p>\r\n<p class=\"\">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. </p>\r\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\r\n<p class=\"\">7. Complete the Questionnaire</p>\r\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only)\r\n<strong>** NOTE:</strong> Proof of Age is not required for Try Lacrosse registrations</p>\r\n<p class=\"\">9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.</p>\r\n<p class=\"\"><strong>** NOTE</strong>: 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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2020-01-03 14:29:45','2020-01-03 14:29:45','',4168,'http://quintelacrosse.com/4168-revision-v1/',0,'revision','',0),(5139,2,'2020-01-03 14:34:29','2020-01-03 14:34:29','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">How to Register</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n\r\n \r\n<p class=\"\">Please read and follow the instructions below to register for 2020.</p>\r\n\r\n<div>\r\n<div>\r\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">=================================================</p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">Returning Players and Those Already Registered for Try Lacrosse</h2>\r\n<p class=\"\"> </p>\r\n<p class=\"\">If you <strong>ALREADY HAVE</strong> a SportzSoft login:</p>\r\n<p class=\"\">Here is the online registration link: <a href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"><strong>** NOTES:</strong></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">2. Please make sure to complete online payment of the 2020 fees for each child registered.</p>\r\n<p class=\"\">3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\"> </p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">New Players to Quinte Minor Lacrosse and New Try Lacrosse Registrations </h2>\r\n<p class=\"\"> </p>\r\n<p class=\"\">If you are <strong>NEW to QMLA and DO NOT HAVE</strong> a SportzSoft account you will need to create one and upload Proof of Age document(s). <strong>**</strong>proof of age not required for Try Lacrosse.</p>\r\n<p class=\"\">To create a SportzSoft account:</p>\r\n<p class=\"\">1. Click the online registration link: <a href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password</p>\r\n<p class=\"\">3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n<strong>** NOTE</strong>: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\">4. To register a player, click the orange “New Registration” button, select the child’s name from the Participant list, and then click “Next”.</p>\r\n<p class=\"\">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. </p>\r\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\r\n<p class=\"\">7. Complete the Questionnaire</p>\r\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only)\r\n<strong>** NOTE:</strong> Proof of Age is not required for Try Lacrosse registrations</p>\r\n<p class=\"\">9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.</p>\r\n<p class=\"\"><strong>** NOTE</strong>: 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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','How To Register','','inherit','closed','closed','','4168-revision-v1','','','2020-01-03 14:34:29','2020-01-03 14:34:29','',4168,'http://quintelacrosse.com/4168-revision-v1/',0,'revision','',0),(5142,2,'2020-01-05 14:26:59','2020-01-05 14:26:59','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA Recreational League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"color4-color\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">The QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (Peewee and above only). Girls teams would follow a similar format as our Midget division (see below).</p>\r\n<p class=\"color4-color\">If you are interested in playing competitive lacrosse, please click <a href=\"http://quintelacrosse.com/rep/\">here </a>for more information and tryout dates.</p>\r\n<p class=\"color4-color\">To sign up now for recreational local league lacrosse, click on the button below.</p>\r\n<p class=\"color2-color\">PLEASE NOTE: PLAYERS WHO RESIDE IN OR CLOSEST TO ANOTHER ASSOCIATION\'S BOUNDARY (for example, Tyendinaga or Northumberland) WILL REQUIRE A RELEASE TO REGISTER WITH QMLA. \r\nIf you are unsure about who your home association is, see <a href=\"https://ontariolacrosse.com/playing/where-do-i-play\" target=\"_blank\" rel=\"noopener noreferrer\">Where Do I Play?</a> on the OLA website or contact us at <a href=\"mailto:registrar@quintelacrosse.com\" target=\"_blank\" rel=\"noopener noreferrer\">registrar@quintelacrosse.com</a></p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\">REGISTER NOW</a></p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>TYKE (8U) / NOVICE (10U) / PEEWEE (12U) / BANTAM (14U) </strong></p>\r\n<p class=\"color4-color\">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. Each team will require at minimum one certified coach and one certified trainer on the bench. All certification costs are covered by the association. A competitive travel team is also offered for all players. Click <a class=\"\" href=\"http://quintelacrosse.com/rep/\">here</a> for more information and tryout dates. \r\n<span style=\"text-decoration: underline;\">TYKE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Saturday 11:00am - 12:00pm / Tuesday 6:00pm - 7:00pm\r\nLocations: QSWC - Mackay (Saturdays) and Stirling Arena (Tuesdays)\r\n<span style=\"text-decoration: underline;\">NOVICE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 2:00pm - 3:00pm / Tuesday 7:00pm - 8:00pm\r\nLocations: QSWC - Mackay (Sundays) and Stirling Arena (Tuesdays)\r\n<span style=\"text-decoration: underline;\">PEEWEE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 3:00pm - 4:00pm / Tuesday 8:00pm - 9:00pm\r\nLocations: QSWC - Mackay (Sundays) and TBD (Thursdays)\r\n<span style=\"text-decoration: underline;\">BANTAM</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 4:00pm - 5:00pm / TBD\r\nLocations: QSWC - Mackay (Sundays) and TBD</p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\"><strong>MIDGET (16U)</strong></p>\r\n<p class=\"color4-color\">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 12 - June 20 (no lacrosse May 16/17)\r\nTimes: TBD\r\nLocations: TBD</p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2020-01-05 14:26:59','2020-01-05 14:26:59','',1094,'http://quintelacrosse.com/1094-revision-v1/',0,'revision','',0),(5143,2,'2020-01-05 14:28:34','2020-01-05 14:28:34','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA Recreational League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"color4-color\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">The QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (Peewee and above only). Girls teams would follow a similar format as our Midget division (see below).</p>\r\n<p class=\"color4-color\">If you are interested in playing competitive lacrosse, please click <a href=\"http://quintelacrosse.com/rep/\">here </a>for more information and tryout dates.</p>\r\n<p class=\"color4-color\">To sign up now for recreational local league lacrosse, click on the button below.</p>\r\n<p class=\"color2-color\">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 REGISTER WITH QMLA. \r\nIf you are unsure about who your home association is, see <a href=\"https://ontariolacrosse.com/playing/where-do-i-play\" target=\"_blank\" rel=\"noopener noreferrer\">Where Do I Play?</a> on the OLA website or contact us at <a href=\"mailto:registrar@quintelacrosse.com\" target=\"_blank\" rel=\"noopener noreferrer\">registrar@quintelacrosse.com</a></p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\">REGISTER NOW</a></p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>TYKE (8U) / NOVICE (10U) / PEEWEE (12U) / BANTAM (14U) </strong></p>\r\n<p class=\"color4-color\">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. Each team will require at minimum one certified coach and one certified trainer on the bench. All certification costs are covered by the association. A competitive travel team is also offered for all players. Click <a class=\"\" href=\"http://quintelacrosse.com/rep/\">here</a> for more information and tryout dates. \r\n<span style=\"text-decoration: underline;\">TYKE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Saturday 11:00am - 12:00pm / Tuesday 6:00pm - 7:00pm\r\nLocations: QSWC - Mackay (Saturdays) and Stirling Arena (Tuesdays)\r\n<span style=\"text-decoration: underline;\">NOVICE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 2:00pm - 3:00pm / Tuesday 7:00pm - 8:00pm\r\nLocations: QSWC - Mackay (Sundays) and Stirling Arena (Tuesdays)\r\n<span style=\"text-decoration: underline;\">PEEWEE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 3:00pm - 4:00pm / Tuesday 8:00pm - 9:00pm\r\nLocations: QSWC - Mackay (Sundays) and TBD (Thursdays)\r\n<span style=\"text-decoration: underline;\">BANTAM</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 4:00pm - 5:00pm / TBD\r\nLocations: QSWC - Mackay (Sundays) and TBD</p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\"><strong>MIDGET (16U)</strong></p>\r\n<p class=\"color4-color\">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 12 - June 20 (no lacrosse May 16/17)\r\nTimes: TBD\r\nLocations: TBD</p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2020-01-05 14:28:34','2020-01-05 14:28:34','',1094,'http://quintelacrosse.com/1094-revision-v1/',0,'revision','',0),(5144,2,'2020-01-05 14:31:40','2020-01-05 14:31:40','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA Recreational League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"color4-color\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">The QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (Peewee and above only). Girls teams would follow a similar format as our Midget division (see below).</p>\r\n<p class=\"color4-color\">If you are interested in playing competitive lacrosse, please click <a href=\"http://quintelacrosse.com/rep/\">here </a>for more information and tryout dates.</p>\r\n<p class=\"color4-color\">To sign up now for recreational local league lacrosse, click on the button below.</p>\r\n<p class=\"color2-color\">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 REGISTER WITH QMLA. \r\nIf you are unsure about who your home association is, see <a href=\"https://ontariolacrosse.com/playing/where-do-i-play\" target=\"_blank\" rel=\"noopener noreferrer\">Where Do I Play?</a> on the OLA website or contact us at <a href=\"mailto:registrar@quintelacrosse.com\" target=\"_blank\" rel=\"noopener noreferrer\">registrar@quintelacrosse.com</a></p>\r\n<p class=\"color2-color\"><a href=\"mailto:registrar@quintelacrosse.com\" target=\"_blank\" rel=\"noopener noreferrer\"></a><a href=\"http://quintelacrosse.com/ola-release-procedures/\">Release Procedure and Form</a></p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\">REGISTER NOW</a></p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>TYKE (8U) / NOVICE (10U) / PEEWEE (12U) / BANTAM (14U) </strong></p>\r\n<p class=\"color4-color\">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. Each team will require at minimum one certified coach and one certified trainer on the bench. All certification costs are covered by the association. A competitive travel team is also offered for all players. Click <a class=\"\" href=\"http://quintelacrosse.com/rep/\">here</a> for more information and tryout dates. \r\n<span style=\"text-decoration: underline;\">TYKE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Saturday 11:00am - 12:00pm / Tuesday 6:00pm - 7:00pm\r\nLocations: QSWC - Mackay (Saturdays) and Stirling Arena (Tuesdays)\r\n<span style=\"text-decoration: underline;\">NOVICE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 2:00pm - 3:00pm / Tuesday 7:00pm - 8:00pm\r\nLocations: QSWC - Mackay (Sundays) and Stirling Arena (Tuesdays)\r\n<span style=\"text-decoration: underline;\">PEEWEE</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 3:00pm - 4:00pm / Tuesday 8:00pm - 9:00pm\r\nLocations: QSWC - Mackay (Sundays) and TBD (Thursdays)\r\n<span style=\"text-decoration: underline;\">BANTAM</span>\r\nDates: April 12 - June 20 (no lacrosse May 16/17)\r\nTimes: Sunday 4:00pm - 5:00pm / TBD\r\nLocations: QSWC - Mackay (Sundays) and TBD</p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\"><strong>MIDGET (16U)</strong></p>\r\n<p class=\"color4-color\">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 12 - June 20 (no lacrosse May 16/17)\r\nTimes: TBD\r\nLocations: TBD</p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About QMLA Recreational League','','inherit','closed','closed','','1094-revision-v1','','','2020-01-05 14:31:40','2020-01-05 14:31:40','',1094,'http://quintelacrosse.com/1094-revision-v1/',0,'revision','',0),(5145,2,'2020-01-05 14:49:45','2020-01-05 14:49:45','','QMLA Player Release Policy 2020','','inherit','open','closed','','qmla-player-release-policy-2020','','','2020-01-05 14:49:45','2020-01-05 14:49:45','',1094,'http://quintelacrosse.com/wp-content/uploads/2020/01/QMLA-Player-Release-Policy-2020.pdf',0,'attachment','application/pdf',0),(5146,2,'2020-01-05 15:16:53','2020-01-05 15:16:53','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<p class=\"\"> </p>\r\n\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">OLA Release Procedures</h1>\r\n<p class=\"\"> </p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2020/01/QMLA-Player-Release-Policy-2020.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">QMLA Player Release Policy</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2019/01/2019-Release-Form.docx\">OLA Player Release Form</a></p>\r\n<p class=\"\">Please <a href=\"mailto:president@quintelacrosse.com\">send</a> completed release requests to the QMLA President. There is no fee for a club release request from QMLA. The following is a summary of the OLA regulations for player release requests.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Only the information presented in section 1 will be considered. New reasons for release will not be entertained at appeal level(s).</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','OLA Release Procedures','','inherit','closed','closed','','1098-revision-v1','','','2020-01-05 15:16:53','2020-01-05 15:16:53','',1098,'http://quintelacrosse.com/1098-revision-v1/',0,'revision','',0),(5193,2,'2020-02-11 17:16:35','2020-02-11 17:16:35','','Bayhawks ChuckaPuck Graphic','','inherit','open','closed','','bayhawks-chuckapuck-graphic','','','2020-02-11 17:16:35','2020-02-11 17:16:35','',0,'http://quintelacrosse.com/wp-content/uploads/2020/02/Bayhawks-ChuckaPuck-Graphic.png',0,'attachment','image/png',0),(5194,2,'2020-02-11 17:32:24','2020-02-11 17:32:24','<div class=\"tmpl-blog-3 boldgrid-section dynamic-gridblock\">\r\n<div></div>\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 text-center align-column-center\">\r\n<p class=\"\" style=\"margin: 20px 0;\"><img class=\"bg-img bg-img-rounded alignnone wp-image-5193 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/02/0_0_400_517.825537295_Bayhawks-ChuckaPuck-Graphic-791x1024.png\" alt=\"\" width=\"400\" height=\"517\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12\">\r\n<h2 class=\"color3-color\">CAA Chuck-a-Puck Fundraising Night</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color3-color bg-hr\" style=\"border: 2px solid; margin-bottom: 25px; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">Come out to watch your Belleville Senators make their push for the playoffs on March 7th and support Quinte Minor Lacrosse at the same time!</p>\r\n<p class=\"\">Buy tickets from QMLA for just $21.50 for this special night! </p>\r\n<p class=\"\">For tickets, email <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a></p>\r\nWe look forward to seeing you there!\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Bayhawks Fundraiser Night with the Belleville Senators','','draft','open','open','','bayhawks-fundraiser-night-with-the-belleville-senators','','','2021-06-03 22:38:07','2021-06-03 22:38:07','',0,'http://quintelacrosse.com/?p=5194',0,'post','',0),(5148,2,'2022-05-02 08:44:57','2020-01-06 03:35:57','','Store','','publish','closed','closed','','store','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'http://quintelacrosse.com/store/',49,'nav_menu_item','',0),(5149,2,'2022-05-02 08:44:57','2020-01-06 03:35:57',' ','','','publish','closed','closed','','5149','','','2022-05-02 08:44:57','2022-05-02 12:44:57','',0,'http://quintelacrosse.com/5149/',50,'nav_menu_item','',0),(5196,2,'2020-02-11 17:32:24','2020-02-11 17:32:24','<div class=\"tmpl-blog-3 boldgrid-section dynamic-gridblock\">\r\n<div></div>\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-5 col-sm-5 col-xs-12 text-center align-column-center\">\r\n<p class=\"\" style=\"margin: 20px 0;\"><img class=\"bg-img bg-img-rounded alignnone wp-image-5193 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/02/0_0_400_517.825537295_Bayhawks-ChuckaPuck-Graphic-791x1024.png\" alt=\"\" width=\"400\" height=\"517\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12\">\r\n<h2 class=\"color3-color\">CAA Chuck-a-Puck Fundraising Night</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color3-color bg-hr\" style=\"border: 2px solid; margin-bottom: 25px; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">Come out to watch your Belleville Senators make their push for the playoffs on March 7th and support Quinte Minor Lacrosse at the same time!</p>\r\n<p class=\"\">Buy tickets from QMLA for just $21.50 for this special night! </p>\r\n<p class=\"\">For tickets, email <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a></p>\r\nWe look forward to seeing you there!\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Bayhawks Fundraiser Night with the Belleville Senators','','inherit','closed','closed','','5194-revision-v1','','','2020-02-11 17:32:24','2020-02-11 17:32:24','',5194,'http://quintelacrosse.com/5194-revision-v1/',0,'revision','',0),(5153,2,'2020-01-06 03:55:46','2020-01-06 03:55:46','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Competitive Lacrosse</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-15 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div data-imhwpb-draggable=\"true\" class=\"\">\r\n<p class=\"\"><img class=\"bg-img-right bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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, <span style=\"color: #820ee8;\">NO EXPERIENCE NECESSARY.</span> 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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.<span style=\"color: #820ee8;\"> </span></p>\r\n<strong>PLEASE NOTE:\r\n</strong><strong>1. ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND TRYOUTS. \r\n</strong><strong>2. 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.</strong>\r\n\r\n \r\n\r\n2020 TRYOUT DATES:\r\n\r\nA tryout fee of $20 is required to attend. Players must attend at least one of the two tryouts.\r\n\r\nAll tryouts take place at the Loyalist Sportsdome on the court side.\r\n\r\n<span style=\"text-decoration: underline;\">Tyke (8U)</span>\r\nFriday February 28th, 5:00pm - 6:00pm\r\nSaturday March 7th, 9:00am - 10:00am\r\n\r\n<span style=\"text-decoration: underline;\">Novice (10U)</span>\r\nFriday February 28th, 6:00pm - 7:00pm\r\nSaturday March 7th, 10:00am - 11:00am\r\n\r\n<span style=\"text-decoration: underline;\">Peewee (12U)</span>\r\nSaturday February 22nd, 9:00am - 10:00am\r\nFriday March 6th, 5:00pm - 6:00pm\r\n\r\n<span style=\"text-decoration: underline;\">Bantam (14U)</span>\r\nSaturday February 22nd, 10:00am - 11:00am\r\nFriday March 6th, 6:00pm - 7:00pm\r\n\r\n \r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COST</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">Approximately $700-$800 per player. Teams are expected to find sponsorship and do fundraising to bring these costs down.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>SCHEDULE</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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). </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COMMITMENT</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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. </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><strong><span style=\"color: #00ccff;\">TRAVEL</span></strong></p>\r\n<p class=\"\" style=\"color: #8224e3;\">For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.</p>\r\n<strong><span style=\"color: #00ccff;\">PROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL</span></strong>\r\n\r\n<span style=\"color: #9424f0;\">The 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).</span>\r\n\r\n \r\n\r\n \r\n<p class=\"\" style=\"color: #8224e3;\"> <img class=\"alignnone size-full wp-image-4382\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA-Festival.png\" alt=\"\" width=\"246\" height=\"205\"><img class=\"size-full wp-image-4381 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA.png\" alt=\"\" width=\"200\" height=\"201\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Competitive','','inherit','closed','closed','','1100-revision-v1','','','2020-01-06 03:55:46','2020-01-06 03:55:46','',1100,'http://quintelacrosse.com/1100-revision-v1/',0,'revision','',0),(5154,2,'2020-01-06 23:51:59','2020-01-06 23:51:59','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">2020 Quinte Bayhawks Competitive Coaches</h2>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-team-8 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff); margin-left: 0px; margin-right: auto;\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px; padding-top: 10px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks\r\nTyke</h5>\r\n<h5> </h5>\r\n<p class=\"\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks Novice</h5>\r\n<h5> </h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks Peewee</h5>\r\n<h5>Joe Fee</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h5>Quinte Bayhawks Bantam</h5>\r\n<h5> </h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: left;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Competitive Coaches','','inherit','closed','closed','','4936-revision-v1','','','2020-01-06 23:51:59','2020-01-06 23:51:59','',4936,'http://quintelacrosse.com/4936-revision-v1/',0,'revision','',0),(5155,2,'2020-01-07 00:50:54','2020-01-07 00:50:54','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">here</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2020-01-07 00:50:54','2020-01-07 00:50:54','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(5156,2,'2020-01-07 00:51:29','2020-01-07 00:51:29','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">here</a></p>\r\n<p class=\"\"><a href=\"http://quintelacrosse.com/howtoregister/\"></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2020-01-07 00:51:29','2020-01-07 00:51:29','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(5157,2,'2020-01-07 02:15:46','2020-01-07 02:15:46','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a></p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Registration Portal','','inherit','closed','closed','','122-revision-v1','','','2020-01-07 02:15:46','2020-01-07 02:15:46','',122,'http://quintelacrosse.com/122-revision-v1/',0,'revision','',0),(5164,2,'2020-01-11 00:40:38','2020-01-11 00:40:38','Born in 2010 or later: 5:00pm to 6:00pm\r\n\r\nBorn in 2009 or ealier: 6:00pm to 7:00pm','Quinte Winter Lacrosse School','','publish','closed','closed','','quinte-winter-lacrosse-school','','','2020-01-11 01:22:36','2020-01-11 01:22:36','',0,'http://quintelacrosse.com/mc-events/quinte-winter-lacrosse-school/',0,'mc-events','',0),(5165,2,'2020-01-11 01:02:27','2020-01-11 01:02:27','All players must be registered prior to attending tryouts.','Tyke Competitive Tryout','','publish','closed','closed','','tyke-competitive-tryout','','','2020-01-11 01:02:27','2020-01-11 01:02:27','',0,'http://quintelacrosse.com/mc-events/tyke-competitive-tryout/',0,'mc-events','',0),(5167,2,'2020-01-11 01:09:13','2020-01-11 01:09:13','All players must be registered prior to attending tryouts','Novice Competitive Tryout','','publish','closed','closed','','novice-competitive-tryout','','','2020-01-11 01:09:13','2020-01-11 01:09:13','',0,'http://quintelacrosse.com/mc-events/novice-competitive-tryout/',0,'mc-events','',0),(5217,2,'2020-03-03 16:00:39','2020-03-03 16:00:39','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Competitive Lacrosse</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-15 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div data-imhwpb-draggable=\"true\" class=\"\">\r\n<p class=\"\"><img class=\"bg-img-right bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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, <span style=\"color: #820ee8;\">NO EXPERIENCE NECESSARY.</span> 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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.<span style=\"color: #820ee8;\"> </span></p>\r\n<strong>PLEASE NOTE:\r\n</strong><strong>1. ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND TRYOUTS. \r\n</strong><strong>2. 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.</strong>\r\n\r\n \r\n\r\n2020 TRYOUT DATES: (UPDATED FEBRUARY 19th, ONE TRYOUT REMOVED FROM SCHEDULE)\r\n\r\nA tryout fee of $20 is required to attend. <del>Players must attend at least one of the two tryouts</del>. 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\n<span style=\"text-decoration: underline;\">Tyke (8U)</span> FULL EQUIPMENT <span style=\"text-decoration: underline;\">NOT</span> REQUIRED. HELMET, GLOVES AND STICK ONLY.\r\n<del>Friday February 28th, 5:00pm - 6:00pm</del>\r\nSaturday March 7th, 9:00am - 10:00am\r\n\r\n<span style=\"text-decoration: underline;\">Novice (10U)</span> FULL EQUIPMENT <span style=\"text-decoration: underline;\">NOT</span> REQUIRED. HELMET, GLOVES AND STICK ONLY.\r\n<del>Friday February 28th, 6:00pm - 7:00pm</del>\r\nSaturday March 7th, 10:00am - 11:00am\r\n\r\n<span style=\"text-decoration: underline;\">Peewee (12U)</span>\r\nSaturday February 22nd, 9:00am - 10:00am\r\n<del>Friday March 6th, 5:00pm - 6:00pm</del>\r\n\r\n<span style=\"text-decoration: underline;\">Bantam (14U)</span>\r\nSaturday February 22nd, 10:00am - 11:00am\r\n<del>Friday March 6th, 6:00pm - 7:00pm</del>\r\n\r\n \r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COST</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">Approximately $700-$800 per player. Teams are expected to find sponsorship and do fundraising to bring these costs down.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>SCHEDULE</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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). </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COMMITMENT</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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. </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><strong><span style=\"color: #00ccff;\">TRAVEL</span></strong></p>\r\n<p class=\"\" style=\"color: #8224e3;\">For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.</p>\r\n<strong><span style=\"color: #00ccff;\">PROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL</span></strong>\r\n\r\n<span style=\"color: #9424f0;\">The 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).</span>\r\n\r\n \r\n\r\n \r\n<p class=\"\" style=\"color: #8224e3;\"> <img class=\"alignnone size-full wp-image-4382\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA-Festival.png\" alt=\"\" width=\"246\" height=\"205\"><img class=\"size-full wp-image-4381 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA.png\" alt=\"\" width=\"200\" height=\"201\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Competitive','','inherit','closed','closed','','1100-revision-v1','','','2020-03-03 16:00:39','2020-03-03 16:00:39','',1100,'http://quintelacrosse.com/1100-revision-v1/',0,'revision','',0),(5170,2,'2020-01-11 01:18:07','2020-01-11 01:18:07','All players must be registered before attending tryouts','Peewee Competitive Tryout','','publish','closed','closed','','peewee-competitive-tryout-2','','','2020-01-11 01:18:07','2020-01-11 01:18:07','',0,'http://quintelacrosse.com/mc-events/peewee-competitive-tryout-2/',0,'mc-events','',0),(5172,2,'2020-01-11 01:19:53','2020-01-11 01:19:53','All players must be registered before attending tryouts','Bantam Competitive Tryout','','publish','closed','closed','','bantam-competitive-tryout-2','','','2020-01-11 01:19:53','2020-01-11 01:19:53','',0,'http://quintelacrosse.com/mc-events/bantam-competitive-tryout-2/',0,'mc-events','',0),(5173,2,'2020-01-14 15:25:16','2020-01-14 15:25:16','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\nB\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-about-9 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-bottom: 50px; padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-5 col-xs-12 text-center align-column-center\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5079 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/referee2-232x300.jpg\" alt=\"\" width=\"232\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\" style=\"padding: 1em;\">\r\n<h2 class=\"\" style=\"margin-top: 0;\">BECOME A LACROSSE REFEREE</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h3>Quinte Minor Lacrosse Association is currently seeking individuals to officiate games in the area.</h3>\r\n<p class=\"\">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.</p>\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\n<a href=\"https://ontariolacrosse.com/content/administration/admin-documentation/2020-season/2018-2020-referee-rates-box-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">2020 Officiating Rates</a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Become a Lacrosse Referee with QMLA!','','publish','open','open','','become-a-lacrosse-referee-with-qmla','','','2021-06-16 02:37:02','2021-06-16 02:37:02','',0,'http://quintelacrosse.com/?p=5173',0,'post','',0),(5386,2,'2021-06-03 22:54:35','2021-06-03 22:54:35','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\nB\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-about-9 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-bottom: 50px; padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-5 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5079 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_18_400.303643725_500_referee2-791x1024.jpg\" alt=\"\" width=\"400\" height=\"500\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\" style=\"padding: 1em;\">\r\n<h2 class=\"\" style=\"margin-top: 0;\">BECOME A LACROSSE REFEREE</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h3>Quinte Minor Lacrosse Association is currently seeking individuals to officiate games in the area.</h3>\r\n<p class=\"\">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.</p>\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\n<a href=\"https://ontariolacrosse.com/content/administration/admin-documentation/2020-season/2018-2020-referee-rates-box-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">2020 Officiating Rates</a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Become a Lacrosse Referee with QMLA!','','inherit','closed','closed','','5173-revision-v1','','','2021-06-03 22:54:35','2021-06-03 22:54:35','',5173,'http://quintelacrosse.com/5173-revision-v1/',0,'revision','',0),(5385,2,'2021-06-03 22:52:37','2021-06-03 22:52:37','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\nB\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-about-9 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-bottom: 50px; padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-5 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5079 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_18_400.303643725_500_referee2-791x1024.jpg\" alt=\"\" width=\"400\" height=\"500\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\" style=\"padding: 1em;\">\r\n<h2 class=\"\" style=\"margin-top: 0;\">BECOME A LACROSSE REFEREE</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div>\r\n<h3>Quinte Minor Lacrosse Association is currently seeking individuals to officiate games in the area.</h3>\r\n<p class=\"\">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.</p>\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\n<a href=\"https://ontariolacrosse.com/content/administration/admin-documentation/2020-season/2018-2020-referee-rates-box-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">2020 Officiating Rates</a>\r\n<p class=\"wow headShake\" style=\"margin-top: 25px; margin-bottom: 25px;\" data-wow-duration=\"1s\" data-wow-delay=\"1s\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"https://olarefreg.sportngin.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Get Started</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Become a Lacrosse Referee with QMLA!','','inherit','closed','closed','','5173-revision-v1','','','2021-06-03 22:52:37','2021-06-03 22:52:37','',5173,'http://quintelacrosse.com/5173-revision-v1/',0,'revision','',0),(5175,2,'2020-01-14 15:25:16','2020-01-14 15:25:16','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\nB\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-about-9 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-bottom: 50px; padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-5 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5079 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_18_400.303643725_500_referee2-791x1024.jpg\" alt=\"\" width=\"400\" height=\"500\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\" style=\"padding: 1em;\">\r\n<h2 class=\"\" style=\"margin-top: 0;\">BECOME A LACROSSE REFEREE</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div>\r\n<div>\r\n<h3>Quinte Minor Lacrosse Association is currently seeking individuals to officiate games in the area.</h3>\r\n<p class=\"\">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 of officials that can learn and gain experience and pass on their knowledge to future officials.</p>\r\nUpcoming referee clinics are:\r\n\r\nFebruary 23rd, 2020\r\nWhitby, ON\r\n\r\nMarch 1st, 2020\r\nMississauga, ON\r\n\r\nMarch 8th, 2020\r\nCornwall, ON\r\n\r\nFor a complete list of clinic dates, click <a href=\"https://olarefreg.sportngin.com/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\r\n\r\nImportant resources and information:\r\n\r\n<a href=\"https://ontariolacrosse.com/officiating\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Officiating Page</a>\r\n\r\n<a href=\"http://cla.pointstreaksites.com/view/cla/officials-resources\" target=\"_blank\" rel=\"noopener noreferrer\">CLA Officiating Resources</a>\r\n\r\n<a href=\"https://ontariolacrosse.com/content/administration/admin-documentation/2020-season/2018-2020-referee-rates-box-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">2020 Officiating Rates</a>\r\n<p class=\"wow headShake\" style=\"margin-top: 25px; margin-bottom: 25px;\" data-wow-duration=\"1s\" data-wow-delay=\"1s\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"https://olarefreg.sportngin.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Get Started</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Become a Lacrosse Referee with QMLA!','','inherit','closed','closed','','5173-revision-v1','','','2020-01-14 15:25:16','2020-01-14 15:25:16','',5173,'http://quintelacrosse.com/5173-revision-v1/',0,'revision','',0),(5176,2,'2020-01-15 18:19:20','2020-01-15 18:19:20','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\nB\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-about-9 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-bottom: 50px; padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-5 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5079 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_18_400.303643725_500_referee2-791x1024.jpg\" alt=\"\" width=\"400\" height=\"500\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\" style=\"padding: 1em;\">\r\n<h2 class=\"\" style=\"margin-top: 0;\">BECOME A LACROSSE REFEREE</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div>\r\n<div>\r\n<h3>Quinte Minor Lacrosse Association is currently seeking individuals to officiate games in the area.</h3>\r\n<p class=\"\">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.</p>\r\nUpcoming referee clinics are:\r\n\r\nFebruary 23rd, 2020\r\nWhitby, ON\r\n\r\nMarch 1st, 2020\r\nMississauga, ON\r\n\r\nMarch 8th, 2020\r\nCornwall, ON\r\n\r\nFor a complete list of clinic dates, click <a href=\"https://olarefreg.sportngin.com/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\r\n\r\nImportant resources and information:\r\n\r\n<a href=\"https://ontariolacrosse.com/officiating\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Officiating Page</a>\r\n\r\n<a href=\"http://cla.pointstreaksites.com/view/cla/officials-resources\" target=\"_blank\" rel=\"noopener noreferrer\">CLA Officiating Resources</a>\r\n\r\n<a href=\"https://ontariolacrosse.com/content/administration/admin-documentation/2020-season/2018-2020-referee-rates-box-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">2020 Officiating Rates</a>\r\n<p class=\"wow headShake\" style=\"margin-top: 25px; margin-bottom: 25px;\" data-wow-duration=\"1s\" data-wow-delay=\"1s\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"https://olarefreg.sportngin.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Get Started</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Become a Lacrosse Referee with QMLA!','','inherit','closed','closed','','5173-revision-v1','','','2020-01-15 18:19:20','2020-01-15 18:19:20','',5173,'http://quintelacrosse.com/5173-revision-v1/',0,'revision','',0),(5178,2,'2020-01-20 19:25:37','2020-01-20 19:25:37','<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"bg-font-family-alt bg-text-fx bg-text-fx-closeheavy\" style=\"text-align: center; color: #8224e3; font-size: 28px;\">QUINTE WINTER LACROSSE SCHOOL</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">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!</p>\r\n<p class=\"\">Who: all players born between 2006 and 2014\r\n<span style=\"color: #ff0000;\">UPDATED</span> When: Mondays at 5pm (2010-2014) and 6pm (2006-2009) from <del>January 20th</del> January 27th to <del>March 2nd</del> March 9th (except Family Day)\r\nWhere: Loyalist SportsDome (court side)\r\nCost: $135 for 6 weeks of lacrosse instruction from top professional lacrosse players</p>\r\n<p class=\"\">Full equipment is required.</p>\r\n<p class=\"\">Click on the link below to register. Payment to be made in full by cash, cheque or e-transfer to <strong>treasurer@quintelacrosse.com</strong> on or before the date of the first session. Cheques can be made payable to <strong>Quinte Minor Lacrosse Association</strong> or <strong>QMLA</strong>. For more information, contact <a href=\"mailto:quintelacrosse@gmail.com\" target=\"_blank\" rel=\"noopener noreferrer\">quintelacrosse@gmail.com</a>.</p>\r\n<p class=\"\">Register now! Limited spots are available.</p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/quinte-lacrosse-school/\">REGISTER</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Looking for equipment? Click <a href=\"https://ontariolacrosse.com/content/playing/required-equipment/box-equipment/box-guidelines.pdf\">here</a> to see what is required. Equipment can be ordered through <a href=\"https://www.facebook.com/pages/Duvall-Clark-Sportswear-Equipment/131926850186267\">Duvall and Clark Sportswear and Equipment</a>.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4948\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Nationwide-Logo.jpg\" alt=\"\" width=\"215\" height=\"52\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"><img class=\"wp-image-52 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"190\" height=\"190\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\" style=\"text-align: left;\">SHAWN EVANS</h3>\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-4957\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Shawn-168x300.jpg\" alt=\"\" width=\"168\" height=\"300\"></p>\r\n\r\n<ul class=\"\">\r\n <li style=\"text-align: left;\">2x National Lacrosse Leauge MVP</li>\r\n <li>2x World Indoor Lacrosse Gold Medal</li>\r\n <li>7x Mann Cup champion</li>\r\n <li>Current member of NLL Rochester Knightawks</li>\r\n</ul>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h3 class=\"\">TURNER EVANS</h3>\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-4959\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/10/Turner-200x300.jpg\" alt=\"\" width=\"200\" height=\"300\"></p>\r\n\r\n<ul class=\"\">\r\n <li>10th overall selection 2015 NLL draft</li>\r\n <li>3x Mann Cup champion</li>\r\n <li>NCAA Division 1 at Ohio State University</li>\r\n <li>Current member of NLL Rochester Knighthawks</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 25px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Quinte Lacrosse School Information','','inherit','closed','closed','','4947-revision-v1','','','2020-01-20 19:25:37','2020-01-20 19:25:37','',4947,'http://quintelacrosse.com/4947-revision-v1/',0,'revision','',0),(5180,2,'2020-01-21 16:41:15','2020-01-21 16:41:15','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-9 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5184 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/01/0_88_458_264.78125_IMG_77771-1024x768.jpg\" alt=\"\" width=\"458\" height=\"264\"></p>\r\n\r\n<h4 class=\"color3-color\">Evolve Elite Lacrosse Wins Chicago Indoor Lacrosse Championship</h4>\r\n<p class=\"\">Evolve Lacrosse, an elite program featuring players from all over Ontario including Belleville\'s own Patrick Fee, came home the champions of the Chicago Indoor Lacrosse Championship in Naperville, Illinois this past weekend. Patrick, an 11-year-old player who plays for the Quinte Bayhawks in the summer, was selected to the team following tryouts and will also travel with the Evolve team to a tournament in Rochester, NY on February 1st in hopes of returning with another championship trophy. </p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-5 col-sm-4 col-xs-3\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5183 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/01/IMG_77861-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-8 col-xs-9\">\r\n<h4 class=\"color1-color\">Patrick Fee</h4>\r\n<p class=\"\">11 years old\r\nQuinte Bayhawks</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Belleville Lacrosse Player Wins Championship in Chicago Tournament','','publish','open','open','','belleville-lacrosse-player-wins-championship-in-chicago-tournament','','','2021-06-16 02:28:12','2021-06-16 02:28:12','',0,'http://quintelacrosse.com/?p=5180',0,'post','',0),(5183,2,'2020-01-21 16:26:31','2020-01-21 16:26:31','','','','inherit','open','closed','','img_77861','','','2021-06-16 02:25:32','2021-06-16 02:25:32','',5180,'http://quintelacrosse.com/wp-content/uploads/2020/01/IMG_77861.jpg',0,'attachment','image/jpeg',0),(5184,2,'2020-01-21 16:27:16','2020-01-21 16:27:16','','IMG_7777[1]','','inherit','open','closed','','img_77771','','','2020-01-21 16:27:16','2020-01-21 16:27:16','',5180,'http://quintelacrosse.com/wp-content/uploads/2020/01/IMG_77771.jpg',0,'attachment','image/jpeg',0),(5185,2,'2020-01-21 16:41:15','2020-01-21 16:41:15','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-9 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5184 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/01/0_88_458_264.78125_IMG_77771-1024x768.jpg\" alt=\"\" width=\"458\" height=\"264\"></p>\r\n\r\n<h4 class=\"color3-color\">Evolve Elite Lacrosse Wins Chicago Indoor Lacrosse Championship</h4>\r\n<p class=\"\">Evolve Lacrosse, an elite program featuring players from all over Ontario including Belleville\'s own Patrick Fee, came home the champions of the Chicago Indoor Lacrosse Championship in Naperville, Illinois this past weekend. Patrick, an 11-year-old player who plays for the Quinte Bayhawks in the summer, was selected to the team following tryouts and will also travel with the Evolve team to a tournament in Rochester, NY on February 1st in hopes of returning with another championship trophy. </p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-5 col-sm-4 col-xs-3\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5183 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/01/IMG_77861-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-7 col-sm-8 col-xs-9\">\r\n<h4 class=\"color1-color\">Patrick Fee</h4>\r\n<p class=\"\">11 years old\r\nQuinte Bayhawks</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Belleville Lacrosse Player Wins Championship in Chicago Tournament','','inherit','closed','closed','','5180-revision-v1','','','2020-01-21 16:41:15','2020-01-21 16:41:15','',5180,'http://quintelacrosse.com/5180-revision-v1/',0,'revision','',0),(5187,2,'2020-01-30 15:05:11','2020-01-30 15:05:11','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n\r\n \r\n\r\n<img class=\"size-medium wp-image-4354 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/Oshawa-paperweight-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">\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\n<a href=\"https://www.facebook.com/pages/Duvall-Clark-Sportswear-Equipment/131926850186267\" target=\"_blank\" rel=\"noopener noreferrer\">Duvall and Clark Sportswear & Equipment Facebook Page</a>\r\n\r\nFor the equipment guidelines for players in Tyke through Midget, see the following:\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/playing/required-equipment/box-equipment/box-guidelines.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Equipment Guidelines</a></p>\r\nFor our Peanut and Paperweight programs, the following equipment is required:\r\n\r\n<strong><span style=\"text-decoration: underline;\">Peanut</span></strong>\r\n<p class=\"\">Helmet with facemask</p>\r\n<p class=\"\">Gloves (optional)</p>\r\n<p class=\"\">Lacrosse stick</p>\r\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">Paperweight</span></strong></p>\r\nHelmet with facemask\r\n\r\nGloves\r\n<p class=\"\">Mouthguard</p>\r\n<p class=\"\">Lacrosse stick</p>\r\nShoulder pads (optional)\r\n<p class=\"\">Kidney pads (optional)</p>\r\n<p class=\"\">Arm guards (optional)</p>\r\n \r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Equipment Requirements','','inherit','closed','closed','','4353-revision-v1','','','2020-01-30 15:05:11','2020-01-30 15:05:11','',4353,'http://quintelacrosse.com/4353-revision-v1/',0,'revision','',0),(5188,2,'2020-01-31 16:11:12','2020-01-31 16:11:12','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">2020 Quinte Bayhawks Competitive Coaches</h2>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-team-8 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff); margin-left: 0px; margin-right: auto;\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px; padding-top: 10px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks\r\nTyke</h5>\r\n<h5> </h5>\r\n<p class=\"\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks Novice</h5>\r\n<h5>Simon Gedeon</h5>\r\n<h5> </h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks Peewee</h5>\r\n<h5>Joe Fee</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h5>Quinte Bayhawks Bantam</h5>\r\n<h5> </h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: left;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Competitive Coaches','','inherit','closed','closed','','4936-revision-v1','','','2020-01-31 16:11:12','2020-01-31 16:11:12','',4936,'http://quintelacrosse.com/4936-revision-v1/',0,'revision','',0),(5189,2,'2020-01-31 16:11:59','2020-01-31 16:11:59','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">2020 Quinte Bayhawks Competitive Coaches</h2>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-team-8 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff); margin-left: 0px; margin-right: auto;\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px; padding-top: 10px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks\r\nTyke</h5>\r\n<h5> </h5>\r\n<p class=\"\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks Novice</h5>\r\n<h5>Simon Gedeon</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks Peewee</h5>\r\n<h5>Joe Fee</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h5>Quinte Bayhawks Bantam</h5>\r\n<h5> </h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: left;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Competitive Coaches','','inherit','closed','closed','','4936-revision-v1','','','2020-01-31 16:11:59','2020-01-31 16:11:59','',4936,'http://quintelacrosse.com/4936-revision-v1/',0,'revision','',0),(5198,2,'2020-02-19 15:07:09','2020-02-19 15:07:09','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Competitive Lacrosse</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-15 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div data-imhwpb-draggable=\"true\" class=\"\">\r\n<p class=\"\"><img class=\"bg-img-right bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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, <span style=\"color: #820ee8;\">NO EXPERIENCE NECESSARY.</span> 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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.<span style=\"color: #820ee8;\"> </span></p>\r\n<strong>PLEASE NOTE:\r\n</strong><strong>1. ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND TRYOUTS. \r\n</strong><strong>2. 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.</strong>\r\n\r\n \r\n\r\n2020 TRYOUT DATES: (UPDATED FEBRUARY 19th, ONE TRYOUT REMOVED FROM SCHEDULE)\r\n\r\nA tryout fee of $20 is required to attend. <del>Players must attend at least one of the two tryouts</del>. 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\n<span style=\"text-decoration: underline;\">Tyke (8U)</span>\r\n<del>Friday February 28th, 5:00pm - 6:00pm</del>\r\nSaturday March 7th, 9:00am - 10:00am\r\n\r\n<span style=\"text-decoration: underline;\">Novice (10U)</span>\r\n<del>Friday February 28th, 6:00pm - 7:00pm</del>\r\nSaturday March 7th, 10:00am - 11:00am\r\n\r\n<span style=\"text-decoration: underline;\">Peewee (12U)</span>\r\nSaturday February 22nd, 9:00am - 10:00am\r\n<del>Friday March 6th, 5:00pm - 6:00pm</del>\r\n\r\n<span style=\"text-decoration: underline;\">Bantam (14U)</span>\r\nSaturday February 22nd, 10:00am - 11:00am\r\n<del>Friday March 6th, 6:00pm - 7:00pm</del>\r\n\r\n \r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COST</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">Approximately $700-$800 per player. Teams are expected to find sponsorship and do fundraising to bring these costs down.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>SCHEDULE</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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). </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COMMITMENT</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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. </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><strong><span style=\"color: #00ccff;\">TRAVEL</span></strong></p>\r\n<p class=\"\" style=\"color: #8224e3;\">For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.</p>\r\n<strong><span style=\"color: #00ccff;\">PROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL</span></strong>\r\n\r\n<span style=\"color: #9424f0;\">The 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).</span>\r\n\r\n \r\n\r\n \r\n<p class=\"\" style=\"color: #8224e3;\"> <img class=\"alignnone size-full wp-image-4382\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA-Festival.png\" alt=\"\" width=\"246\" height=\"205\"><img class=\"size-full wp-image-4381 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA.png\" alt=\"\" width=\"200\" height=\"201\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Competitive','','inherit','closed','closed','','1100-revision-v1','','','2020-02-19 15:07:09','2020-02-19 15:07:09','',1100,'http://quintelacrosse.com/1100-revision-v1/',0,'revision','',0),(5201,2,'2020-02-24 14:30:15','2020-02-24 14:30:15','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2020 Recreational League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">***UPDATED FEBRUARY 24th 2020</p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Soft Lacrosse (2016/2017) Saturdays, 9:30-10:00am, QSWC (Mackay) beginning April 25th</span>\r\n<span style=\"color: #333399;\">Paperweight (2014/2015) Saturdays, 10:00-11:00am, QSWC (Mackay) beginning April 25th</span></p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Note</span>: 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.</p>\r\n<p class=\"\"><span style=\"color: #333399;\">Tyke (2012/2013) Game Tuesdays, 6:00pm\r\n Practice Saturdays, 11:00am <span class=\"text_exposed_show\">\r\nNovice (2010/2011) Game Tuesdays, 7:00pm\r\n Practice ***Fridays, 6:00pm\r\nPeewee (2008/2009) Game Tuesdays, 8:00pm\r\n Practice ***Fridays, 7:00pm\r\nBantam </span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">(2006/2007) Game TBD\r\n Practice ***Fridays, 8:00pm\r\nMidget (2004/2005) Practice TBD\r\n Game To be determined based on available opponents</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">The season will begin with development the week of April 6th and conclude on June 20th for all local league recreational teams.</p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','House League Days of Play','','inherit','closed','closed','','1092-revision-v1','','','2020-02-24 14:30:15','2020-02-24 14:30:15','',1092,'http://quintelacrosse.com/1092-revision-v1/',0,'revision','',0),(5202,2,'2020-02-25 20:28:16','2020-02-25 20:28:16','','Facebook','Facebook','publish','closed','closed','','facebook-2','','','2020-02-25 20:28:16','2020-02-25 20:28:16','',0,'http://quintelacrosse.com/facebook-2/',0,'nav_menu_item','',0),(5203,2,'2020-02-25 20:28:16','2020-02-25 20:28:16','','Twitter','Twitter','publish','closed','closed','','twitter-2','','','2020-02-25 20:28:16','2020-02-25 20:28:16','',0,'http://quintelacrosse.com/twitter-2/',2,'nav_menu_item','',0),(5204,2,'2020-02-25 20:28:16','2020-02-25 20:28:16','','Instagram','Instagram','publish','closed','closed','','instagram-2','','','2020-02-25 20:28:16','2020-02-25 20:28:16','',0,'http://quintelacrosse.com/instagram-2/',3,'nav_menu_item','',0),(5233,2,'2020-03-30 23:01:21','2020-03-30 23:01:21','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">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 <a href=\"https://ontariolacrosse.com/content/news/covid-19-update-march-30-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Ontario Lacrosse Association COVID-19 Update - March 30th, 2020</a>. Details specific to the QMLA will be e-mailed to our current registered families.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n[smartslider3 slider=4]\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em;\">\r\n<p class=\"\"><script async=\"\" defer=\"\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v4.0\"></script></p>\r\n\r\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"true\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\">\r\n<blockquote class=\"fb-xfbml-parse-ignore\" style=\"padding-bottom: 0.6em; margin-bottom: 49px;\" cite=\"https://www.facebook.com/quintelacrosse/\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a></blockquote>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 10px;\"><a class=\"twitter-timeline\" style=\"background-color: #ffffff;\" href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-width=\"340\" data-height=\"600\" data-dnt=\"true\" data-theme=\"dark\" data-link-color=\"#9266CC\">Tweets by QuinteLacrosse</a> <script async=\"\" src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\"> </p>\r\n[post_grid id=\"379\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row receptor-containers-imhwpb\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://ca.linkedin.com/in/melissa-haig-p-eng-719a75\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a><a href=\"http://www.youtube.com/user/KKPCanada\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2020 Recreational League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">***UPDATED FEBRUARY 27th 2020</p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Soft Lacrosse (2016/2017) Saturdays, 9:30-10:00am, QSWC (Mackay) beginning April 25th</span>\r\n<span style=\"color: #333399;\">Paperweight (2014/2015) Saturdays, 10:00-11:00am, QSWC (Mackay) beginning April 25th</span></p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Note</span>: 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.</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Regular Floor Times (all at QSWC - Mackay unless otherwise noted on schedule)</span>:</p>\r\n<p class=\"\"><span style=\"color: #333399;\">Tyke (2012/2013) Game Saturdays, 11:00am\r\n Practice Sundays, 2:00pm <span class=\"text_exposed_show\">\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 </span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">(2006/2007) Game TBD\r\n Practice TBD\r\nMidget (2004/2005) Practice TBD\r\n Game TBD</span></span></p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Additional Floor Times</span>:</p>\r\n<p class=\"\"><span style=\"color: #333399;\">Tyke (2012/2013) Games in Brighton vs Northumberland Two games/team, Wednesdays, 6:00pm Actual dates TBD</span>\r\n<span style=\"color: #333399;\"> Games in Kingston One game/team, either April 23rd or May 20th</span>\r\n<span style=\"color: #333399;\"> 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.</span></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">The season will begin with development the week of April 6th and conclude on June 20th for all local league recreational teams.</p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2020 Recreational League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">***UPDATED FEBRUARY 27th 2020</p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Soft Lacrosse (2016/2017) Saturdays, 9:30-10:00am, QSWC (Mackay) beginning April 25th</span>\r\n<span style=\"color: #333399;\">Paperweight (2014/2015) Saturdays, 10:00-11:00am, QSWC (Mackay) beginning April 25th</span></p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Note</span>: 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).</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Regular Floor Times (all at QSWC - Mackay unless otherwise noted on schedule)</span>:</p>\r\n<p class=\"\"><span style=\"color: #333399;\">Tyke (2012/2013) Game Saturdays, 11:00am\r\n Practice Sundays, 2:00pm <span class=\"text_exposed_show\">\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 </span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">(2006/2007) Game TBD\r\n Practice TBD\r\nMidget (2004/2005) NOT OFFERED IN 2020 \r\n</span></span></p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Additional Floor Times </span>:</p>\r\n<p class=\"\"><span style=\"color: #333399;\">Tyke (2012/2013) Games in Brighton vs Northumberland Two games/team, Wednesdays, 6:00pm Actual dates TBD</span>\r\n<span style=\"color: #333399;\"> Games in Kingston One game/team, either April 23rd or May 20th</span>\r\n<span style=\"color: #333399;\"> 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</span></p>\r\n*** - games not confirmed, may not be scheduled.\r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">The season will begin with development the week of April 6th and conclude on June 20th for all local league recreational teams.</p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2020 Recreational League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">***UPDATED FEBRUARY 27th 2020</p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Soft Lacrosse (2016/2017) Saturdays, 9:30-10:00am, QSWC (Mackay) beginning April 25th</span>\r\n<span style=\"color: #333399;\">Paperweight (2014/2015) Saturdays, 10:00-11:00am, QSWC (Mackay) beginning April 25th</span></p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Note</span>: 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).</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Regular Floor Times (all at QSWC - Mackay unless otherwise noted on schedule)</span>:</p>\r\n<p class=\"\"><span style=\"color: #333399;\">Tyke (2012/2013) Game Saturdays, 11:00am\r\n Practice Sundays, 2:00pm <span class=\"text_exposed_show\">\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 </span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">(2006/2007) Game TBD\r\n Practice TBD\r\nMidget (2004/2005) Practice TBD\r\n Game TBD</span></span></p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Additional Floor Times </span>:</p>\r\n<p class=\"\"><span style=\"color: #333399;\">Tyke (2012/2013) Games in Brighton vs Northumberland Two games/team, Wednesdays, 6:00pm Actual dates TBD</span>\r\n<span style=\"color: #333399;\"> Games in Kingston One game/team, either April 23rd or May 20th</span>\r\n<span style=\"color: #333399;\"> 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</span></p>\r\n*** - games not confirmed, may not be scheduled.\r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">The season will begin with development the week of April 6th and conclude on June 20th for all local league recreational teams.</p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA Recreational League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><span style=\"color: #000000;\">(UPDATED FEBRUARY 27th, 2020)</span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">For more information about days of play for recreational league lacrosse, see <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/house-league-days-of-play/\">House League Days of Play</a></span></span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </span></p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (Peewee and above only).</p>\r\n<p class=\"color4-color\">If you are interested in playing competitive lacrosse, please click <a href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\"> here</span> </a>for more information and tryout dates.</p>\r\n<p class=\"color4-color\">To sign up now for recreational local league lacrosse, click on the button below.</p>\r\n<p class=\"color2-color\">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. </p>\r\nIf you are unsure about who your home association is, see <a href=\"https://ontariolacrosse.com/playing/where-do-i-play\" target=\"_blank\" rel=\"noopener noreferrer\">Where Do I Play?</a> on the OLA website or contact us at <a href=\"mailto:registrar@quintelacrosse.com\" target=\"_blank\" rel=\"noopener noreferrer\">registrar@quintelacrosse.com</a>\r\n<p class=\"color2-color\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/ola-release-procedures/\">Release Procedure and Form</a></span></p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\">REGISTER NOW</a></p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>TYKE (8U) / NOVICE (10U) / PEEWEE (12U) / BANTAM (14U)</strong></p>\r\n<p class=\"color4-color\">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 <a class=\"\" href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\">here</span></a> 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\n<span style=\"text-decoration: underline;\">TYKE</span>\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\n<span style=\"text-decoration: underline;\">NOVICE</span>\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\n<span style=\"text-decoration: underline;\">PEEWEE</span>\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\n<span style=\"text-decoration: underline;\">BANTAM</span>\r\nDates: April 6 - June 20 (no lacrosse May 15 -18)\r\nTimes: TBD\r\nLocations: TBD</p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\"><strong>MIDGET (16U)</strong></p>\r\n<p class=\"\"><span style=\"color: #333399;\"><span style=\"text-decoration: underline;\">UPDATE</span>: DUE TO LOW REGISTRATION, WE WON\'T BE OFFERING A MIDGET DIVISION FOR 2020</span></p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA Recreational League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><span style=\"color: #000000;\">(UPDATED FEBRUARY 27th, 2020)</span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">For more information about days of play for recreational league lacrosse, see <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/house-league-days-of-play/\">House League Days of Play</a></span></span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </span></p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (Peewee and above only).</p>\r\n<p class=\"color4-color\">If you are interested in playing competitive lacrosse, please click <a href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\"> here</span> </a>for more information and tryout dates.</p>\r\n<p class=\"color4-color\">To sign up now for recreational local league lacrosse, click on the button below.</p>\r\n<p class=\"color2-color\">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 <a href=\"https://ontariolacrosse.com/playing/where-do-i-play\" target=\"_blank\" rel=\"noopener noreferrer\">Where Do I Play?</a> on the OLA website or contact us at <a href=\"mailto:registrar@quintelacrosse.com\" target=\"_blank\" rel=\"noopener noreferrer\">registrar@quintelacrosse.com</a></p>\r\n<p class=\"color2-color\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/ola-release-procedures/\">Release Procedure and Form</a></span></p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\">REGISTER NOW</a></p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>TYKE (8U) / NOVICE (10U) / PEEWEE (12U)</strong></p>\r\n<p class=\"color4-color\">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 <a class=\"\" href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\">here</span></a> 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\n<span style=\"text-decoration: underline;\">TYKE</span>\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\n<span style=\"text-decoration: underline;\">NOVICE</span>\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\n<span style=\"text-decoration: underline;\">PEEWEE</span>\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\n<span style=\"text-decoration: underline;\">BANTAM</span>\r\nDates: April 6 - June 20 (no lacrosse May 15 -18)\r\nTimes: TBD\r\nLocations: TBD</p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\"><strong>MIDGET (16U)</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2020 Recreational League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">***UPDATED FEBRUARY 27th 2020</p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Soft Lacrosse (2016/2017) Saturdays, 9:30-10:00am, QSWC (Mackay) beginning April 25th</span>\r\n<span style=\"color: #333399;\">Paperweight (2014/2015) Saturdays, 10:00-11:00am, QSWC (Mackay) beginning April 25th</span></p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"text-decoration: underline;\">Note</span>: 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. </p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Regular Floor Times (all at QSWC - Mackay unless otherwise noted on schedule)</span>:</p>\r\n<p class=\"\"><span style=\"color: #333399;\">Tyke (2012/2013) Game Saturdays, 11:00am\r\n Practice Sundays, 2:00pm <span class=\"text_exposed_show\">\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 </span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">(2006/2007) Game TBD\r\n Practice TBD\r\nMidget (2004/2005) NOT OFFERED IN 2020 \r\n</span></span></p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Additional Floor Times </span>:</p>\r\n<p class=\"\"><span style=\"color: #333399;\">Tyke (2012/2013) Games in Brighton vs Northumberland Two games/team, Wednesdays, 6:00pm Actual dates TBD</span>\r\n<span style=\"color: #333399;\"> Games in Kingston One game/team, either April 23rd or May 20th</span>\r\n<span style=\"color: #333399;\"> 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</span></p>\r\n*** - games not confirmed, may not be scheduled.\r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">The season will begin with development the week of April 6th and conclude on June 20th for all local league recreational teams.</p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Competitive Lacrosse</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-15 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div data-imhwpb-draggable=\"true\" class=\"\">\r\n<p class=\"\"><img class=\"bg-img-right bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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, <span style=\"color: #820ee8;\">NO EXPERIENCE NECESSARY.</span> 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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.<span style=\"color: #820ee8;\"> </span></p>\r\n<strong>PLEASE NOTE:\r\n</strong><strong>1. ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND TRYOUTS. \r\n</strong><strong>2. 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.</strong>\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. <del>Players must attend at least one of the two tryouts</del>. 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\n<span style=\"text-decoration: underline;\">Tyke (8U)</span> FULL EQUIPMENT <span style=\"text-decoration: underline;\">NOT</span> REQUIRED. HELMET, GLOVES AND STICK ONLY.\r\n<del>Friday February 28th, 5:00pm - 6:00pm</del>\r\n<strong>Saturday March 7th, 9:00am - 10:00am</strong>\r\n\r\n<span style=\"text-decoration: underline;\">Novice (10U)</span> FULL EQUIPMENT <span style=\"text-decoration: underline;\">NOT</span> REQUIRED. HELMET, GLOVES AND STICK ONLY.\r\n<del>Friday February 28th, 6:00pm - 7:00pm</del>\r\n<strong>Saturday March 7th, 10:00am - 11:00am</strong>\r\n\r\n \r\n\r\n<span style=\"text-decoration: underline;\">Peewee (12U)/</span><span style=\"text-decoration: underline;\">Bantam (14U)\r\n</span>Workout run for <strong>ALL</strong> 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<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COST</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">Approximately $700-$800 per player. Teams are expected to find sponsorship and do fundraising to bring these costs down.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>SCHEDULE</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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). </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COMMITMENT</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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. </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><strong><span style=\"color: #00ccff;\">TRAVEL</span></strong></p>\r\n<p class=\"\" style=\"color: #8224e3;\">For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.</p>\r\n<strong><span style=\"color: #00ccff;\">PROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL</span></strong>\r\n\r\n<span style=\"color: #9424f0;\">The 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).</span>\r\n\r\n \r\n\r\n \r\n<p class=\"\" style=\"color: #8224e3;\"> <img class=\"alignnone size-full wp-image-4382\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA-Festival.png\" alt=\"\" width=\"246\" height=\"205\"><img class=\"size-full wp-image-4381 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA.png\" alt=\"\" width=\"200\" height=\"201\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Competitive Lacrosse</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-15 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div data-imhwpb-draggable=\"true\" class=\"\">\r\n<p class=\"\"><img class=\"bg-img-right bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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, <span style=\"color: #820ee8;\">NO EXPERIENCE NECESSARY.</span> 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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.<span style=\"color: #820ee8;\"> </span></p>\r\n<strong>PLEASE NOTE:\r\n</strong><strong>1. ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND TRYOUTS. \r\n</strong><strong>2. 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.</strong>\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. <del>Players must attend at least one of the two tryouts</del>. 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\n<span style=\"text-decoration: underline;\">Tyke (8U)</span> FULL EQUIPMENT <span style=\"text-decoration: underline;\">NOT</span> REQUIRED. HELMET, GLOVES AND STICK ONLY.\r\n<del>Friday February 28th, 5:00pm - 6:00pm</del>\r\n<strong>Saturday March 7th, 9:00am - 10:00am</strong>\r\n\r\n<span style=\"text-decoration: underline;\">Novice (10U)</span> FULL EQUIPMENT <span style=\"text-decoration: underline;\">NOT</span> REQUIRED. HELMET, GLOVES AND STICK ONLY.\r\n<del>Friday February 28th, 6:00pm - 7:00pm</del>\r\n<strong>Saturday March 7th, 10:00am - 11:00am</strong>\r\n\r\n \r\n\r\n<span style=\"text-decoration: underline;\">Peewee (12U)/</span><span style=\"text-decoration: underline;\">Bantam (14U)\r\n</span>Workout run for <strong>ALL</strong> 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<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COST</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">Approximately $700-$800 per player. Teams are expected to find sponsorship and do fundraising to bring these costs down.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>SCHEDULE</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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). </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COMMITMENT</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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. </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><strong><span style=\"color: #00ccff;\">TRAVEL</span></strong></p>\r\n<p class=\"\" style=\"color: #8224e3;\">For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.</p>\r\n<strong><span style=\"color: #00ccff;\">PROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL</span></strong>\r\n\r\n<span style=\"color: #9424f0;\">The 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).</span>\r\n\r\n \r\n\r\n \r\n<p class=\"\" style=\"color: #8224e3;\"> <img class=\"alignnone size-full wp-image-4382\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA-Festival.png\" alt=\"\" width=\"246\" height=\"205\"><img class=\"size-full wp-image-4381 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA.png\" alt=\"\" width=\"200\" height=\"201\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3> </h3>\r\n<h3> </h3>\r\n<h3 class=\"\">Police Background Check (Vulnerable Sector Check)</h3>\r\n<p class=\"\"><strong>According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:</strong></p>\r\n<p class=\"\">\"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.\"</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">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 <a href=\"http://quintelacrosse.com/lacrosse-registration/\">SportzSoft</a> account profile.</p>\r\n<p class=\"\">For returning coaches, you do not require a new background check. Download the Offense Declaration Form below. Complete and scan and email to our <a href=\"mailto:registrar@quintelacrosse.com\" target=\"_blank\" rel=\"noopener noreferrer\">privacy officer</a>.</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/administration/admin-documentation/2019-season/offense-declaration-form.docx\" target=\"_blank\" rel=\"noopener noreferrer\">Offense Declaration Form</a></p>\r\n<p class=\"\">If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it <a href=\"http://quintelacrosse.com/wp-content/uploads/2020/03/2020-Volunteer-CRC-Letter-Coach-Signed.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>.</p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"text clearfix\">\r\n<p class=\"\">The Ontario Lacrosse Association is in a partnership agreement with <a href=\"https://www.sterlingtalentsolutions.ca/about/about-us/\" target=\"_blank\" rel=\"noopener noreferrer\">Sterling Backcheck</a> 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. </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Click on the link below to begin your background check:</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/administration/sterling-backcheck\" target=\"_blank\" rel=\"noopener noreferrer\">https://ontariolacrosse.com/administration/sterling-backcheck</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Alternatively, you can obtain a background check through the police service serving your jurisdiction:</p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.policesolutions.ca/checks/services/belleville/index.php\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.policesolutions.ca/checks/services/belleville/index.php</a></p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.opp.ca/index.php?id=115&entryid=56a1276d8f94acdb5824a3d7\" target=\"_blank\" rel=\"noopener noreferrer\">OPP Criminal Record Checks and Police Checks</a></p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\r\nWe recommend using desktop or laptop computers for registration. Registrations done on mobile devices may encounter difficulties. </p>\r\n<p class=\"\"><strong>IMPORTANT NOTE FOR PLAYERS INTERESTED IN COMPETITIVE LACROSSE:\r\n</strong><strong>1. ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND COMPETITIVE TRYOUTS. \r\n</strong><strong>2. 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.</strong></p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\r\nWe recommend using desktop or laptop computers for registration. Registrations done on mobile devices may encounter difficulties. </p>\r\n<p class=\"\"><strong>IMPORTANT NOTE FOR PLAYERS INTERESTED IN COMPETITIVE LACROSSE:\r\n</strong><strong>1. ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND COMPETITIVE TRYOUTS. \r\n</strong><strong>2. 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.</strong></p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">ATTENTION NOVICE PLAYERS (2010/2011)</span>: 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.</p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\r\nWe recommend using desktop or laptop computers for registration. Registrations done on mobile devices may encounter difficulties. </p>\r\n<p class=\"\"><strong>IMPORTANT NOTE FOR PLAYERS INTERESTED IN COMPETITIVE LACROSSE:\r\n</strong><strong>1. ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND COMPETITIVE TRYOUTS. \r\n</strong><strong>2. 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.</strong></p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">ATTENTION NOVICE PLAYERS (2010/2011)</span>: 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 <a href=\"mailto:QUINTELACROSSE@GMAIL.COM\">QUINTELACROSSE@GMAIL.COM</a></p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">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. </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n[smartslider3 slider=4]\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em;\">\r\n<p class=\"\"><script async=\"\" defer=\"\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v4.0\"></script></p>\r\n\r\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"true\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\">\r\n<blockquote class=\"fb-xfbml-parse-ignore\" style=\"padding-bottom: 0.6em; margin-bottom: 49px;\" cite=\"https://www.facebook.com/quintelacrosse/\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a></blockquote>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 10px;\"><a class=\"twitter-timeline\" style=\"background-color: #ffffff;\" href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-width=\"340\" data-height=\"600\" data-dnt=\"true\" data-theme=\"dark\" data-link-color=\"#9266CC\">Tweets by QuinteLacrosse</a> <script async=\"\" src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\"> </p>\r\n[post_grid id=\"379\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row receptor-containers-imhwpb\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://ca.linkedin.com/in/melissa-haig-p-eng-719a75\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a><a href=\"http://www.youtube.com/user/KKPCanada\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">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. </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n[smartslider3 slider=4]\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em;\">\r\n<p class=\"\"><script async=\"\" defer=\"\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v4.0\"></script></p>\r\n\r\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"true\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\">\r\n<blockquote class=\"fb-xfbml-parse-ignore\" style=\"padding-bottom: 0.6em; margin-bottom: 49px;\" cite=\"https://www.facebook.com/quintelacrosse/\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a></blockquote>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 10px;\"><a class=\"twitter-timeline\" style=\"background-color: #ffffff;\" href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-width=\"340\" data-height=\"600\" data-dnt=\"true\" data-theme=\"dark\" data-link-color=\"#9266CC\">Tweets by QuinteLacrosse</a> <script async=\"\" src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\"> </p>\r\n[post_grid id=\"379\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row receptor-containers-imhwpb\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://ca.linkedin.com/in/melissa-haig-p-eng-719a75\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a><a href=\"http://www.youtube.com/user/KKPCanada\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\"> </h2>\r\n<h2 class=\"text-center\">Show Your Pride With Quinte Bayhawks Apparel!</h2>\r\n<p class=\"text-center\">T-shirts, long sleeves, hoodies, hats, and more. Get yours now!\r\n(some items available in other colours - see store for details)</p>\r\n<p class=\"\" style=\"text-align: center;\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"https://imprintedapparelstore.com/QL\" target=\"_blank\" rel=\"noopener noreferrer\">CLICK HERE TO GO TO STORE</a></p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"text-decoration: underline;\">IMPORTANT INFORMATION REGARDING SHIPPING CHARGES\r\n</span></p>\r\n<p class=\"\" style=\"font-weight: 400;\">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.</p>\r\n<p class=\"\" style=\"font-weight: 400;\">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.</p>\r\n<p class=\"\" style=\"font-weight: 400;\">Finally, you can contact Imprinted Apparel (<span class=\"qu\" tabindex=\"-1\" role=\"gridcell\"><span class=\"gD\" data-hovercard-id=\"clinton@imprintedapparelstore.com\" data-hovercard-owner-id=\"144\"><a href=\"mailto:clinton@imprintedapparelstore.com\">clinton@imprintedapparelstore.com</a>) and </span></span>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.</p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"text-decoration: underline;\"> </span></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5041 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_229_450_283.630289532_1574194114-fullback_hat-898x1024.jpg\" alt=\"\" width=\"450\" height=\"283\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5042 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_170_450_300.5859375_1574194213-trucker_hat-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5045 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/105_0_724.516218081_848_1574194939-board_toque.jpg\" alt=\"\" width=\"724\" height=\"848\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-5037\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574193161-purple_ls_cotton_t.jpg\" alt=\"\" width=\"1897\" height=\"2163\"><img class=\"alignnone size-full wp-image-5046\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574195115-pompom_toque.jpg\" alt=\"\" width=\"1384\" height=\"1385\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5036 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_0_450_513.140311804_1574192832-purple_ls_performance-898x1024.jpg\" alt=\"\" width=\"450\" height=\"513\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5297 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/08/0_75_450_424.14893617021_shirt_shorts2.jpg\" alt=\"\" width=\"450\" height=\"424\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5034 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_96_450_453.292682927_1574192306-purple_performance_shirt-820x1024.jpg\" alt=\"\" width=\"450\" height=\"453\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5038 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_85_450_442.857142857_1574193467-purple_polo-819x1024.jpg\" alt=\"\" width=\"450\" height=\"442\" data-imhwpb-built-photo-search=\"65|landscape\"><img class=\"alignnone size-full wp-image-5047\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574195263-lacrosse_bag.jpg\" alt=\"\" width=\"2346\" height=\"1035\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5040 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/81_0_616.225585938_847_1574193887-vintage_performance_hoodie-898x1024.jpg\" alt=\"\" width=\"616\" height=\"847\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5039 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_0_450_513.140311804_1574193654-adult_vintage_hoodie-898x1024.jpg\" alt=\"\" width=\"450\" height=\"513\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5043 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/46_33_623.070635721_847_1574194488-under_armour_quarter_zip-819x1024.jpg\" alt=\"\" width=\"623\" height=\"847\" data-imhwpb-built-photo-search=\"65|landscape\"><img class=\"alignnone size-full wp-image-5035\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574192583-grey_cotton_t.jpg\" alt=\"\" width=\"1518\" height=\"1730\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">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 <a href=\"http://quintelacrosse.com/5246-2/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\">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 <a href=\"https://ontariolacrosse.com/content/news/covid-19-update-march-30-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Ontario Lacrosse Association COVID-19 Update - March 30th, 2020</a>. Details specific to the QMLA will be e-mailed to our current registered families.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n[smartslider3 slider=4]\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em;\">\r\n<p class=\"\"><script async=\"\" defer=\"\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v4.0\"></script></p>\r\n\r\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"true\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\">\r\n<blockquote class=\"fb-xfbml-parse-ignore\" style=\"padding-bottom: 0.6em; margin-bottom: 49px;\" cite=\"https://www.facebook.com/quintelacrosse/\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a></blockquote>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 10px;\"><a class=\"twitter-timeline\" style=\"background-color: #ffffff;\" href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-width=\"340\" data-height=\"600\" data-dnt=\"true\" data-theme=\"dark\" data-link-color=\"#9266CC\">Tweets by QuinteLacrosse</a> <script async=\"\" src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-divider\"><a href=\"services\">LATEST NEWS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\"> </p>\r\n[post_grid id=\"379\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row receptor-containers-imhwpb\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row receptor-containers-imhwpb\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://ca.linkedin.com/in/melissa-haig-p-eng-719a75\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a><a href=\"http://www.youtube.com/user/KKPCanada\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 18px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color5-background-color color-5-text-contrast bg-background-color tmpl-text-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 20px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-10 col-sm-4 col-xs-12\" style=\"padding: 1em;\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h2 class=\"\" align=\"center\">QMLA Refund & Cancellation Policy</h2>\r\n<p class=\"\" align=\"center\">NOTE: Please see our <a href=\"http://quintelacrosse.com/5246-2/\">2020 Recreational Program Cancellation</a> for details regarding refunds for the cancellation of our 2020 Recreational Program due to COVID-19</p>\r\n<p class=\"\" align=\"center\">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.</p>\r\n<p class=\"\" align=\"center\">For a detailed outline of the QMLA Refund Policy, click <a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\">HERE</a></p>\r\n<p class=\"\" align=\"center\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 18px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color5-background-color color-5-text-contrast bg-background-color tmpl-text-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 20px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-10 col-sm-4 col-xs-12\" style=\"padding: 1em;\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h2 class=\"\" align=\"center\">QMLA Refund & Cancellation Policy</h2>\r\n<p class=\"\" align=\"center\">NOTE: Please see our <a href=\"http://quintelacrosse.com/5246-2/\"><strong>2020 Recreational Program Cancellation</strong></a> for details regarding refunds for the cancellation of our 2020 Recreational Program due to COVID-19.</p>\r\n<p class=\"\" align=\"center\">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.</p>\r\n<p class=\"\" align=\"center\">For a detailed outline of the QMLA Refund Policy, click <a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\">HERE</a></p>\r\n<p class=\"\" align=\"center\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA Recreational League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><span style=\"color: #000000;\">(UPDATED SEPTEMBER 5th, 2020)</span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">For more information about days of play for recreational league lacrosse, see <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/house-league-days-of-play/\">House League Days of Play</a></span></span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </span></p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (Peewee and above only).</p>\r\n<p class=\"color4-color\">If you are interested in playing competitive lacrosse, please click <a href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\"> here</span> </a>for more information and tryout dates.</p>\r\n<p class=\"color4-color\">To sign up now for recreational local league lacrosse, click on the button below.</p>\r\n<p class=\"color2-color\">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 <a href=\"https://ontariolacrosse.com/playing/where-do-i-play\">WHERE DO I PLAY?</a></p>\r\n<p class=\"color2-color\"><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/ola-release-procedures/\">Release Procedure and Form</a></span></p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\">REGISTER NOW</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>TYKE (8U) / NOVICE (10U) / PEEWEE (12U) / BANTAM (14U) / MIDGET (16U)</strong></p>\r\n<p class=\"color4-color\">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 <a class=\"\" href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\">here</span></a> for more information and tryout dates. </p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"color4-color\"><span style=\"text-decoration: underline;\">TYKE</span>\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD FOR 2021 SEASON\r\nLocations: TBD FOR 2021 SEASON\r\n<span style=\"text-decoration: underline;\">NOVICE</span>\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD FOR 2021 SEASON\r\nLocations: TBD FOR 2021 SEASON\r\n<span style=\"text-decoration: underline;\">PEEWEE</span>\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD FOR 2021 SEASON\r\nLocations: TBD FOR 2021 SEASON\r\n<span style=\"text-decoration: underline;\">BANTAM</span>\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD\r\nLocations: TBD\r\n<span style=\"text-decoration: underline;\">MIDGET</span>\r\nDates: 2021 DATES COMING SOON\r\nTimes: TBD\r\nLocations: TBD</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\r\nWe recommend using desktop or laptop computers for registration. Registrations done on mobile devices may encounter difficulties. </p>\r\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">IMPORTANT INSTRUCTIONS FOR RETURN-TO-ACTIVITY REGISTRATION\r\n</span>\r\nTHERE ARE TWO REGISTRATION PRODUCTS TO CHOOSE FROM:</strong></p>\r\n<strong>1. RTA - REFUNDED/CANCELLED\r\n</strong>Choose this option if you were registered for the 2020 season and received a refund <strong>OR</strong> chose to carry over your registration fee to 2021. \r\n<strong>\r\n</strong><strong>2. RTA - NEW MEMBER\r\n</strong>Choose 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<strong>\r\n</strong>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\r\nWe recommend using desktop or laptop computers for registration. Registrations done on mobile devices may encounter difficulties. </p>\r\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">IMPORTANT INSTRUCTIONS FOR RETURN-TO-ACTIVITY REGISTRATION\r\n</span>\r\nTHERE ARE TWO REGISTRATION PRODUCTS TO CHOOSE FROM:</strong></p>\r\n<p class=\"\"><strong>1. RTA - REFUNDED/CANCELLED\r\n</strong>Choose this option if you were registered for the 2020 season and received a refund <strong>OR</strong> chose to carry over your registration fee to 2021. \r\n<strong>\r\n</strong><strong>2. RTA - NEW MEMBER\r\n</strong>Choose 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<strong>\r\n</strong></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\r\nWe recommend using desktop or laptop computers for registration. Registrations done on mobile devices may encounter difficulties. </p>\r\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">IMPORTANT INSTRUCTIONS FOR RETURN-TO-ACTIVITY REGISTRATION</span></strong></p>\r\n<p class=\"\"><strong>THERE ARE TWO REGISTRATION PRODUCTS TO CHOOSE FROM:</strong></p>\r\n<p class=\"\"><strong>1. RTA - REFUNDED/CANCELLED\r\n</strong>Choose this option if you were registered for the 2020 season and received a refund <strong>OR</strong> chose to carry over your registration fee to 2021. \r\n<strong>\r\n</strong><strong>2. RTA - NEW MEMBER\r\n</strong>Choose 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<strong>\r\n</strong></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n \r\n<p class=\"\" style=\"text-align: center;\">Registration for our 2021 summer program in now closed. Watch for details on upcoming programs in winter and spring 2022.</p>\r\n<p class=\"\" style=\"text-align: center;\">GO BAYHAWKS!</p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n \r\n<p style=\"text-align: center;\">Sorry, online registration for ReLax in the Summer is now closed.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n \r\n<p style=\"text-align: center;\">Sorry, online registration for ReLax in the Summer is now closed.</p>\r\n<p class=\"\" style=\"text-align: center;\">If you would like to register, please contact us at <a href=\"mailto:quintelacrosse@gmail.com\" target=\"_blank\" rel=\"noopener noreferrer\">quintelacrosse@gmail.com</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2 class=\"\">Quinte Minor Lacrosse Association - Annual General Meeting</h2>\r\n<p class=\"yiv0899657734MsoNormal\"><span style=\"font-size: medium;\"><span style=\"font-family: Calibri;\">The 2020 AGM will be held on <strong>Tuesday October 20<sup>th</sup>, 2020 at 6:30pm</strong> via Zoom online video conference</span></span><span style=\"font-size: medium;\"><span style=\"font-family: Calibri;\">. 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.</span></span></p>\r\n<p class=\"yiv0899657734MsoNormal\"><span style=\"font-size: medium;\"><span style=\"font-family: Calibri;\">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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a></span></span></p>\r\n<p class=\"yiv0899657734MsoNormal\"><span style=\"font-size: medium;\"><span style=\"font-family: Calibri;\">Volunteers are crucial to the success of the association and we need your help!</span></span></p>\r\n<p class=\"yiv0899657734MsoNormal\"><span style=\"font-family: Calibri; font-size: medium;\">We look forward to seeing you on October 20th!</span></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><img class=\"bg-img bg-img-circle alignnone wp-image-3358 \" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"136\" height=\"136\"><img class=\"bg-img bg-img-circle alignnone wp-image-4830 \" src=\"http://quintelacrosse.com/wp-content/uploads/2019/09/0_0_150_150_IMG_6304-300x225.jpg\" alt=\"\" width=\"141\" height=\"141\"><img class=\"bg-img bg-img-circle alignnone wp-image-4831 \" src=\"http://quintelacrosse.com/wp-content/uploads/2019/09/20_0_150_150_IMG_6348-300x225.jpg\" alt=\"\" width=\"140\" height=\"140\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2 class=\"\">Quinte Minor Lacrosse Association - Annual General Meeting</h2>\r\n<p class=\"yiv0899657734MsoNormal\"><span style=\"font-size: medium;\"><span style=\"font-family: Calibri;\">The 2020 AGM will be held on <strong>Tuesday October 20<sup>th</sup>, 2020 at 6:30pm</strong> via Zoom online video conference</span></span><span style=\"font-size: medium;\"><span style=\"font-family: Calibri;\">. 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.</span></span></p>\r\n<p class=\"yiv0899657734MsoNormal\"><span style=\"font-size: medium;\"><span style=\"font-family: Calibri;\">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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a></span></span></p>\r\n<p class=\"yiv0899657734MsoNormal\"><span style=\"font-size: medium;\"><span style=\"font-family: Calibri;\">Volunteers are crucial to the success of the association and we need your help!</span></span></p>\r\n<p class=\"yiv0899657734MsoNormal\"><span style=\"font-family: Calibri; font-size: medium;\">We look forward to seeing you on October 20th!</span></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><img class=\"bg-img bg-img-circle alignnone wp-image-3358 \" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"136\" height=\"136\"><img class=\"bg-img bg-img-circle alignnone wp-image-4830 \" src=\"http://quintelacrosse.com/wp-content/uploads/2019/09/0_0_150_150_IMG_6304-300x225.jpg\" alt=\"\" width=\"141\" height=\"141\"><img class=\"bg-img bg-img-circle alignnone wp-image-4831 \" src=\"http://quintelacrosse.com/wp-content/uploads/2019/09/20_0_150_150_IMG_6348-300x225.jpg\" alt=\"\" width=\"140\" height=\"140\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2 class=\"\">Quinte Minor Lacrosse Association - Annual General Meeting</h2>\r\n<p class=\"yiv0899657734MsoNormal\"><span style=\"font-size: medium;\"><span style=\"font-family: Calibri;\">The 2020 AGM will be held on <strong>Tuesday October 20<sup>th</sup>, 2020 at 6:30pm</strong> via Zoom online video conference</span></span><span style=\"font-size: medium;\"><span style=\"font-family: Calibri;\">. 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: </span></span></p>\r\n<p class=\"yiv0899657734MsoNormal\"><span style=\"font-size: medium;\"><span style=\"font-family: Calibri;\">Marketing & Advertising Director\r\nFundraising & Sponsorship Director</span></span></p>\r\n<p class=\"yiv0899657734MsoNormal\"><span style=\"font-size: medium;\"><span style=\"font-family: Calibri;\">Nominations for these positions can be made up until the beginning of the meeting. </span></span></p>\r\n<p class=\"yiv0899657734MsoNormal\"><span style=\"font-size: medium;\"><span style=\"font-family: Calibri;\">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. </span></span></p>\r\n<p class=\"yiv0899657734MsoNormal\"><span style=\"font-size: medium;\"><span style=\"font-family: Calibri;\">Volunteers are crucial to the success of the association and we need your help!</span></span></p>\r\n<p class=\"yiv0899657734MsoNormal\"><span style=\"font-family: Calibri; font-size: medium;\">We look forward to seeing you on September 26<sup>th</sup>!</span></p>\r\n<p class=\"\"><img class=\"bg-img bg-img-circle alignnone wp-image-3358 \" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"136\" height=\"136\"><img class=\"bg-img bg-img-circle alignnone wp-image-4830 \" src=\"http://quintelacrosse.com/wp-content/uploads/2019/09/0_0_150_150_IMG_6304-300x225.jpg\" alt=\"\" width=\"141\" height=\"141\"><img class=\"bg-img bg-img-circle alignnone wp-image-4831 \" src=\"http://quintelacrosse.com/wp-content/uploads/2019/09/20_0_150_150_IMG_6348-300x225.jpg\" alt=\"\" width=\"140\" height=\"140\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2021 Recreational League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">***UPDATED June 3rd 2021***</p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Below are the days of the week and times that each division will play. All dates, times and locations are subject to change.</p>\r\n<p class=\"\" style=\"text-align: center;\">Times shown are start of play to field exit. Please arrive 10 minutes early ready to play.</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Regular Field Times (all at Thurlow Fields unless otherwise noted on schedule)</span>:</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Soft Lacrosse (2017/2018) Tuesdays, 5:30pm-6:00pm, Thurlow, August 10th - September 21st</span>\r\n<span style=\"color: #333399;\">Paperweight (2015/2016) Tuesdays, 5:00pm-5:50pm, Thurlow, August 10th - September 21st</span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">U9 (2013/2014) Tuesdays, 6:00pm-6:50pm, Thurlow, August 10th - September 21st<span class=\"text_exposed_show\">\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\n</span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">U15 (2007/2008) TBD - Stay tuned for programming information\r\n</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">The first week of the schedule will be a development session with experienced instructors.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2021 Recreational League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">***UPDATED April 1st 2021***</p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Below are the days of the week and times that each division will play. All dates, times and locations are subject to change.</p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Regular Floor Times (all at QSWC unless otherwise noted on schedule)</span>:</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Soft Lacrosse (2017/2018) Saturdays, 9:00am-9:50am, QSWC, April 24th - June 5th (no lacrosse May 22nd)</span>\r\n<span style=\"color: #333399;\">Paperweight (2015/2016) Saturdays, 9:50am-11:05am, QSWC, April 24th - June 5th (no lacrosse May 22nd)</span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">U9 (2013/2014) Saturdays, 11:05am-12:20pm, QSWC, April 24th - June 5th (no lacrosse May 22nd)<span class=\"text_exposed_show\">\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\n</span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">U15 (2007/2008) Fridays, 6:45pm-8:00pm, QSWC, April 23rd - June5th (no lacrosse May 21st)\r\n</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">The first week of the schedule will be a development session with experienced instructors.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">2021 Quinte Bayhawks Competitive Coaches</h2>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-team-8 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff); margin-left: 0px; margin-right: auto;\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px; padding-top: 10px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks U9</h5>\r\n<h5> </h5>\r\n<p class=\"\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks U11</h5>\r\n<h5> </h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks U13</h5>\r\n<h5> </h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h5>Quinte Bayhawks U15</h5>\r\n<h5> </h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: left;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">How to Register</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n\r\n \r\n<p class=\"\">Please read and follow the instructions below to register for 2021.</p>\r\n\r\n<div>\r\n<div>\r\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">=================================================</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/house-league-days-of-play/\">here</a> to see the Days of Play</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/registration-fees/\">here</a> to see the 2021 Registration Fees</p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">Returning Players</h2>\r\n<p class=\"\">If you <strong>ALREADY HAVE</strong> a SportzSoft login:</p>\r\n<p class=\"\">Here is the online registration link: <a href=\"http://quintelacrosse.com/registration-closed/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"><strong>NOTES:</strong></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">2. Please make sure to complete online payment of the 2021 fees for each child registered. \r\n<strong>REGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.</strong></p>\r\n<p class=\"\">3. If you wish email communication to go to TWO email addresses, please make sure <strong>BOTH</strong> are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\"> </p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">New Players to Quinte Minor Lacrosse</h2>\r\n<p class=\"\">If you are <strong>NEW to QMLA and DO NOT HAVE</strong> a SportzSoft account you will need to create one and upload Proof of Age document(s). </p>\r\n<p class=\"\">To create a SportzSoft account:</p>\r\n<p class=\"\">1. Click the online registration link: <a href=\"http://quintelacrosse.com/registration-closed/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password</p>\r\n<p class=\"\">3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n<strong>** NOTE</strong>: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\">4. To register a player, click the “New Registration” button, select the child’s name from the Participant list, and then click “Next”.</p>\r\n<p class=\"\">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. </p>\r\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\r\n<p class=\"\">7. Complete the Questionnaire (if applicable)</p>\r\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only). <strong> Acceptable proof of age is a birth certificate, health card or passport.</strong></p>\r\n<p class=\"\">9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.</p>\r\n<p class=\"\"><strong>NOTE</strong>: Registration is NOT complete until a valid proof of age document is uploaded <strong>AND</strong> payment is received for each child.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\r\nWe recommend using desktop or laptop computers for registration. Registrations done on mobile devices may encounter difficulties. </p>\r\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">IMPORTANT INSTRUCTIONS FOR RETURN-TO-ACTIVITY REGISTRATION</span></strong></p>\r\n<p class=\"\"><strong>THERE ARE TWO REGISTRATION PRODUCTS TO CHOOSE FROM:</strong></p>\r\n<p class=\"\"><strong>1. RTA - REFUNDED/CANCELLED\r\n</strong>Choose this option if you were registered for the 2020 season and received a refund <strong>OR</strong> chose to carry over your registration fee to 2021. \r\n<strong>\r\n</strong><strong>2. RTA - NEW MEMBER\r\n</strong>Choose 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<strong>\r\n</strong></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\r\nWe recommend using desktop or laptop computers for registration. Registrations done on mobile devices may encounter difficulties. </p>\r\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">IMPORTANT INSTRUCTIONS FOR RETURN-TO-ACTIVITY REGISTRATION</span></strong></p>\r\n<p class=\"\"><strong>THERE ARE TWO REGISTRATION PRODUCTS TO CHOOSE FROM:</strong></p>\r\n<p class=\"\"><strong>1. RTA - REFUNDED/CANCELLED\r\n</strong>Choose this option if you were registered for the 2020 season and received a refund <strong>OR</strong> chose to carry over your registration fee to 2021. \r\n<strong>\r\n</strong><strong>2. RTA - NEW MEMBER\r\n</strong>Choose 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<strong>\r\n</strong></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"><iframe src=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">\r\n</iframe></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<h2 class=\"\"> </h2>\n<h2 class=\"text-center\">Show Your Pride With Quinte Bayhawks Apparel!</h2>\n<p class=\"text-center\">T-shirts, long sleeves, hoodies, hats, and more. Get yours now!\n(some items available in other colours - see store for details)</p>\n<p class=\"\" style=\"text-align: center;\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"https://imprintedapparelstore.com/QL\" target=\"_blank\" rel=\"noopener noreferrer\">CLICK HERE TO GO TO STORE</a></p>\n<p class=\"\" style=\"text-align: center;\"><span style=\"text-decoration: underline;\">IMPORTANT INFORMATION REGARDING SHIPPING CHARGES\n</span></p>\n<p class=\"\" style=\"font-weight: 400;\">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.</p>\n<p class=\"\" style=\"font-weight: 400;\">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.</p>\n<p class=\"\" style=\"font-weight: 400;\">Finally, you can contact Imprinted Apparel (<span class=\"qu\" tabindex=\"-1\" role=\"gridcell\"><span class=\"gD\" data-hovercard-id=\"clinton@imprintedapparelstore.com\" data-hovercard-owner-id=\"144\"><a href=\"mailto:clinton@imprintedapparelstore.com\">clinton@imprintedapparelstore.com</a>) and </span></span>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.</p>\n<p class=\"\" style=\"text-align: center;\"><span style=\"text-decoration: underline;\"> </span></p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\n<div class=\"image-gallery\">\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5041 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_229_450_283.630289532_1574194114-fullback_hat-898x1024.jpg\" alt=\"\" width=\"450\" height=\"283\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5042 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_170_450_300.5859375_1574194213-trucker_hat-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5045 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/105_0_724.516218081_848_1574194939-board_toque.jpg\" alt=\"\" width=\"724\" height=\"848\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\n<p class=\"mod-reset\"> </p>\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-5037\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574193161-purple_ls_cotton_t.jpg\" alt=\"\" width=\"1897\" height=\"2163\"><img class=\"alignnone size-full wp-image-5046\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574195115-pompom_toque.jpg\" alt=\"\" width=\"1384\" height=\"1385\"></p>\n\n</div>\n</div>\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\n<div class=\"image-gallery\">\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5036 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_0_450_513.140311804_1574192832-purple_ls_performance-898x1024.jpg\" alt=\"\" width=\"450\" height=\"513\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5044 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_126_450_424.175824176_1574194771-workout_bundle_t-819x1024.jpg\" alt=\"\" width=\"450\" height=\"424\" data-imhwpb-built-photo-search=\"65|portrait\" data-wp-editing=\"1\"></p>\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5034 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_96_450_453.292682927_1574192306-purple_performance_shirt-820x1024.jpg\" alt=\"\" width=\"450\" height=\"453\" data-imhwpb-built-photo-search=\"65|landscape\"></p>\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5038 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_85_450_442.857142857_1574193467-purple_polo-819x1024.jpg\" alt=\"\" width=\"450\" height=\"442\" data-imhwpb-built-photo-search=\"65|landscape\"><img class=\"alignnone size-full wp-image-5047\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574195263-lacrosse_bag.jpg\" alt=\"\" width=\"2346\" height=\"1035\"></p>\n\n</div>\n</div>\n<div class=\"col-md-4 col-sm-4 text-center col-xs-12\">\n<div class=\"image-gallery\">\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5040 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/81_0_616.225585938_847_1574193887-vintage_performance_hoodie-898x1024.jpg\" alt=\"\" width=\"616\" height=\"847\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5039 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_0_450_513.140311804_1574193654-adult_vintage_hoodie-898x1024.jpg\" alt=\"\" width=\"450\" height=\"513\" data-imhwpb-built-photo-search=\"65|portrait\"></p>\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5043 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/46_33_623.070635721_847_1574194488-under_armour_quarter_zip-819x1024.jpg\" alt=\"\" width=\"623\" height=\"847\" data-imhwpb-built-photo-search=\"65|landscape\"><img class=\"alignnone size-full wp-image-5035\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/1574192583-grey_cotton_t.jpg\" alt=\"\" width=\"1518\" height=\"1730\"></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n \n\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\">Bantam Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Bantam House League</h2>\r\n<h4 class=\"\">2021</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Bantam Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/sponsors/\"><img class=\"alignnone size-medium wp-image-5302\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n\r\n<div class=\"\">\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">2021 Quinte Bayhawks Competitive Coaches</h2>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-team-8 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff); margin-left: 0px; margin-right: auto;\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px; padding-top: 10px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks Tyke</h5>\r\n<h5> </h5>\r\n<p class=\"\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks Novice</h5>\r\n<h5> </h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks Peewee</h5>\r\n<h5> </h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h5>Quinte Bayhawks Bantam</h5>\r\n<h5> </h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: left;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-43\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL052VjgtcUZVVjRJLzYwMHgzMDA_3D-imhwpb-by6i1wxava2jjv6.jpg\" alt=\"\" width=\"600\" height=\"300\" data-imhwpb-asset-id=\"780395\"></p>\r\n\r\n</div>\r\n<p class=\"\">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.</p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\r\n<p class=\"\"><a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a></p>\r\n\r\n<h3><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\r\n<p class=\"\">613-242-0462</p>\r\n\r\n<h3><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\r\n<p class=\"\">Belleville, ON</p>\r\n<p class=\"boldgrid-google-maps\" style=\"width: 100%; height: 200px;\"><iframe style=\"width: 100%; height: 100%;\" src=\"https://maps.google.com/maps?q=1234+Your+St%2C+City%2C+STATE%2C+12345&t=m&z=16&output=embed\" frameborder=\"0\"></iframe></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3>Get in Touch</h3>\r\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.</p>\r\n\r\n<div class=\"boldgrid-shortcode wpforms-shortcode\" data-imhwpb-draggable=\"true\">\r\n\r\n[wpforms id=\"11\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-43\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL052VjgtcUZVVjRJLzYwMHgzMDA_3D-imhwpb-by6i1wxava2jjv6.jpg\" alt=\"\" width=\"600\" height=\"300\" data-imhwpb-asset-id=\"780395\"></p>\r\n\r\n</div>\r\n<p class=\"\">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.</p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\r\n<p class=\"\"><a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a></p>\r\n\r\n<h3><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\r\n<p class=\"\">613-242-0462</p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\r\n<p class=\"\">Belleville, ON</p>\r\n<p class=\"boldgrid-google-maps\" style=\"width: 100%; height: 200px;\"><iframe style=\"width: 100%; height: 100%;\" src=\"https://maps.google.com/maps?q=1234+Your+St%2C+City%2C+STATE%2C+12345&t=m&z=16&output=embed\" frameborder=\"0\"></iframe></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3>Get in Touch</h3>\r\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.</p>\r\n\r\n<div class=\"boldgrid-shortcode wpforms-shortcode\" data-imhwpb-draggable=\"true\">\r\n\r\n[wpforms id=\"11\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">How to Register</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n\r\n \r\n<p class=\"\">Please read and follow the instructions below to register for 2020.</p>\r\n\r\n<div>\r\n<div>\r\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">=================================================</p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">Returning Players and Those Already Registered for Try Lacrosse</h2>\r\n<p class=\"\"> </p>\r\n<p class=\"\">If you <strong>ALREADY HAVE</strong> a SportzSoft login:</p>\r\n<p class=\"\">Here is the online registration link: <a href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"><strong>** NOTES:</strong></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">2. Please make sure to complete online payment of the 2020 fees for each child registered.</p>\r\n<p class=\"\">3. If you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\"> </p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">New Players to Quinte Minor Lacrosse and New Try Lacrosse Registrations </h2>\r\n<p class=\"\"> </p>\r\n<p class=\"\">If you are <strong>NEW to QMLA and DO NOT HAVE</strong> a SportzSoft account you will need to create one and upload Proof of Age document(s). <strong>**</strong>proof of age not required for Try Lacrosse.</p>\r\n<p class=\"\">To create a SportzSoft account:</p>\r\n<p class=\"\">1. Click the online registration link: <a href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password</p>\r\n<p class=\"\">3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n<strong>** NOTE</strong>: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\">4. To register a player, click the “New Registration” button, select the child’s name from the Participant list, and then click “Next”.</p>\r\n<p class=\"\">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. </p>\r\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\r\n<p class=\"\">7. Complete the Questionnaire (if applicable)</p>\r\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only)\r\n<strong>** NOTE:</strong> Proof of Age is not required for Try Lacrosse registrations</p>\r\n<p class=\"\">9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.</p>\r\n<p class=\"\"><strong>** NOTE</strong>: 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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n \r\n<p class=\"\" style=\"text-align: center;\">Registration is currently closed. Registration for 2021 programming coming soon.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2021 Recreational League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">***UPDATED MARCH 28th 2021</p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">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.</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Regular Floor Times (all at QSWC unless otherwise noted on schedule)</span>:</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Soft Lacrosse (2017/2018) Saturdays, 9:30-10:00am, QSWC, May 1st - June 12th (no lacrosse May 22nd)</span>\r\n<span style=\"color: #333399;\">Paperweight (2015/2016) Saturdays, 10:00-11:00am, QSWC, May 1st - June 12th (no lacrosse May 22nd)</span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">U9 (2013/2014) Sundays, 2:00-3:00pm, QSWC, May 2nd - June 12th (no lacrosse May 23rd)<span class=\"text_exposed_show\">\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\n</span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">U15 (2007/2008) Fridays, 6:00-7:00pm, QSWC, April 30th - June12th (no lacrosse May 21st)\r\n</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">The first two weeks of the schedule will be development sessions with experienced instructors.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA Recreational League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><span style=\"color: #333399;\">For more information about days of play for recreational league lacrosse, see <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/house-league-days-of-play/\">House League Days of Play</a></span></span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </span></p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (Peewee and above only).</p>\r\n<p class=\"color4-color\">If you are interested in playing competitive lacrosse, please click <a href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\"> here</span> </a>for more information and tryout dates.</p>\r\n<p class=\"color4-color\">To sign up now for recreational local league lacrosse, click on the button below.</p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\">REGISTER NOW</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>U9 / U11 / U13 / U15 / U17</strong></p>\r\n<p class=\"color4-color\">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 <a class=\"\" href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\">here</span></a> for more information and tryout dates. </p>\r\n<p class=\"color4-color\"><span style=\"text-decoration: underline;\">U9</span>\r\nDates: Sundays, May 2nd to June 6th, and Saturday June 12th (no lacrosse May 23rd)\r\nTimes: 2:00pm\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U11</span>\r\nDates: Sundays, May 2nd to June 6th, and Saturday June 12th (no lacrosse May 23rd)\r\nTimes: 3:00pm\r\nLocations: QSWC\r\n<span style=\"text-decoration: underline;\">U13</span>\r\nDates: Fridays, April 30th to June 3rd, and Saturday June 12th (no lacrosse May 21st)\r\nTimes: 6:00pm\r\nLocations: QSWC\r\n<span style=\"text-decoration: underline;\">U15</span>\r\nDates: Fridays, April 30th to June 3rd, and Saturday June 12th (no lacrosse May 21st)\r\nTimes: 7:00pm\r\nLocations: QSWC\r\n<span style=\"text-decoration: underline;\">U17</span>\r\nNot offered for the 2021 season.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Midget Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Midget House League</h2>\r\n<h4 class=\"\">2021</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Midget Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/sponsors/\"><img class=\"alignnone size-medium wp-image-5302\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n \r\n<p class=\"\" align=\"center\"><strong>Mission Statement</strong></p>\r\n<p class=\"\">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.</p>\r\n<p align=\"center\"><strong>Philosophy</strong></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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</p>\r\n<p align=\"center\"><strong>Zero Tolerance Abuse Policy</strong></p>\r\n<p class=\"\">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. </p>\r\n<p class=\"\">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. </p>\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<p class=\"\" align=\"center\"><strong>Refund Policy</strong></p>\r\n<p class=\"\">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 </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 text-center align-column-top\">\r\n<p class=\"\" style=\"margin: 20px 0px;\"><img class=\"bg-img alignnone wp-image-4227 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-1-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2 class=\"\">Paperweight Division 3v3 Mini-Game Lacrosse</h2>\r\n<p class=\"\">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!</p>\r\n<p class=\"\">2021 dates and times to be confirmed.</p>\r\n<p class=\"\"><strong>Want to \"Try Lacrosse\" before you buy, please register for our FREE clinics <a href=\"http://quintelacrosse.com/try-lacrosse-for-free/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>For information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>To register, click <a href=\"http://quintelacrosse.com/bg-block/registration-portal/\">HERE</a></strong></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\">Paperweight Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Paperweight House League</h2>\r\n<h4 class=\"\">2021</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Paperweight teams will participate in 3v3 cross-floor games.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-5302\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 3</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Paperweight Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Paperweight House League</h2>\r\n<h4 class=\"\">2021</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Paperweight teams will participate in 3v3 cross-floor games.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/sponsors/\"><img class=\"alignnone size-medium wp-image-5302\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 3</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Peanut Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Peanut House League</h2>\r\n<h4 class=\"\">2020</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Peanut Division home page. Below you will find the schedule and other important information about our cutest Bayhawks!</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-5302 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/0_0_450_450_your_logo_here.jpg\" alt=\"\" width=\"450\" height=\"450\" data-imhwpb-built-photo-search=\"68|landscape\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\">Quinte Mat Rentals Novice Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Novice House League</h2>\r\n<h4 class=\"\">2021</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\" style=\"width: 40.96%; height: 169px;\">\r\n\r\n \r\n\r\n \r\n<p class=\"mod-img\"><img class=\"size-medium wp-image-4181 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 (Purple)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 (Gray)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\">TaskForce Engineering Peewee Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2>Bayhawks Peewee House League</h2>\r\n<h4 class=\"\">2021</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2>Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 (Blue)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 (White)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\">Tyke Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Tyke House League</h2>\r\n<h4 class=\"\">2021</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Tyke Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/0_170_450_300.171624714_137-1024x1024.jpg\" alt=\"\" width=\"450\" height=\"300\" data-imhwpb-built-photo-search=\"68|landscape\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\">Tyke Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Tyke House League</h2>\r\n<h4 class=\"\">2021</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Tyke Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-5302\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 style=\"text-align: center;\">Tyke Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Tyke House League</h2>\r\n<h4 class=\"\">2021</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Tyke Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/sponsors/\"><img class=\"alignnone size-medium wp-image-5302\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2021 Registration Fees</h1>\r\n<p class=\"\" style=\"text-align: center;\">Updated June 3rd, 2021</p>\r\n\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\">Below is the fee schedule based on division. </p>\r\n\r\n<table width=\"521\">\r\n<tbody>\r\n<tr>\r\n<td width=\"210\"><strong>Division (Birth Year)</strong></td>\r\n<td width=\"157\"><strong>Fee</strong></td>\r\n<td width=\"154\"> </td>\r\n</tr>\r\n<tr>\r\n<td>Soft Lacrosse (2017/2018)</td>\r\n<td>FREE!</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>Paperweight (2015/2016)</td>\r\n<td>$155</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U9 (2013/2014)</td>\r\n<td>$155</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U11 (2011/2012)</td>\r\n<td>$185</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U13 (2009/2010)</td>\r\n<td>$185</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U15 (2007/2008)</td>\r\n<td>TBD</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>For more information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">here</a>. You must also have a valid email address.</p>\r\n<p class=\"\" style=\"text-align: center;\">Please review our refund policy: <a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\"> QMLA Refund Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3> </h3>\r\n<h3> </h3>\r\n<h3 class=\"\">Police Background Check (Vulnerable Sector Check)</h3>\r\n<p class=\"\"><strong>According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:</strong></p>\r\n<p class=\"\">\"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.\"</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">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 <a href=\"http://quintelacrosse.com/registration-closed/\">SportzSoft</a> account profile.</p>\r\n<p class=\"\">For returning coaches, you do not require a new background check. Download the Offense Declaration Form below. Complete and scan and email to our <a href=\"mailto:registrar@quintelacrosse.com\" target=\"_blank\" rel=\"noopener noreferrer\">privacy officer</a>.</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/administration/admin-documentation/2019-season/offense-declaration-form.docx\" target=\"_blank\" rel=\"noopener noreferrer\">Offense Declaration Form</a></p>\r\n<p class=\"\">If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it <a href=\"http://quintelacrosse.com/wp-content/uploads/2020/03/2020-Volunteer-CRC-Letter-Coach-Signed.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>.</p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"text clearfix\">\r\n<p class=\"\">The Ontario Lacrosse Association is in a partnership agreement with <a href=\"https://www.sterlingtalentsolutions.ca/about/about-us/\" target=\"_blank\" rel=\"noopener noreferrer\">Sterling Backcheck</a> 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. </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Click on the link below to begin your background check:</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/administration/sterling-backcheck\" target=\"_blank\" rel=\"noopener noreferrer\">https://ontariolacrosse.com/administration/sterling-backcheck</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Alternatively, you can obtain a background check through the police service serving your jurisdiction:</p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.policesolutions.ca/checks/services/belleville/index.php\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.policesolutions.ca/checks/services/belleville/index.php</a></p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.opp.ca/index.php?id=115&entryid=56a1276d8f94acdb5824a3d7\" target=\"_blank\" rel=\"noopener noreferrer\">OPP Criminal Record Checks and Police Checks</a></p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3 class=\"\"> </h3>\r\n<h3> </h3>\r\n<h3 class=\"\">Police Background Check (Vulnerable Sector Check)</h3>\r\n<p class=\"\"><strong>According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:</strong></p>\r\n<p class=\"\">\"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.\"</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">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 <a href=\"http://quintelacrosse.com/registration-closed/\">SportzSoft</a> account profile.</p>\r\n<p class=\"\">For returning coaches, you do not require a new background check. Download the Offense Declaration Form below. Complete and scan and email to our <a href=\"mailto:registrar@quintelacrosse.com\" target=\"_blank\" rel=\"noopener noreferrer\">privacy officer</a>.</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/administration/admin-documentation/2019-season/offense-declaration-form.docx\" target=\"_blank\" rel=\"noopener noreferrer\">Offense Declaration Form</a></p>\r\n<p class=\"\">If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it <a href=\"http://quintelacrosse.com/wp-content/uploads/2020/03/2020-Volunteer-CRC-Letter-Coach-Signed.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>.</p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"text clearfix\">\r\n<p class=\"\">The Ontario Lacrosse Association is in a partnership agreement with <a href=\"https://www.sterlingtalentsolutions.ca/about/about-us/\" target=\"_blank\" rel=\"noopener noreferrer\">Sterling Backcheck</a> 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. </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Click on the link below to begin your background check:</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/administration/sterling-backcheck\" target=\"_blank\" rel=\"noopener noreferrer\">https://ontariolacrosse.com/administration/sterling-backcheck</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Alternatively, you can obtain a background check through the police service serving your jurisdiction:</p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.policesolutions.ca/checks/services/belleville/index.php\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.policesolutions.ca/checks/services/belleville/index.php</a></p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.opp.ca/index.php?id=115&entryid=56a1276d8f94acdb5824a3d7\" target=\"_blank\" rel=\"noopener noreferrer\">OPP Criminal Record Checks and Police Checks</a></p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA Recreational League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><span style=\"color: #333399;\">For more information about days of play for recreational league lacrosse, see <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/house-league-days-of-play/\">Recreational League Days of Play</a></span></span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </span></p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).</p>\r\n<p class=\"color4-color\">If you are interested in playing competitive lacrosse, please click <a href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\"> here</span> </a>for more information and tryout dates.</p>\r\n<p class=\"color4-color\">To sign up now for recreational local league lacrosse, click on the button below.</p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration-closed/\" target=\"_blank\" rel=\"noopener noreferrer\">REGISTER NOW</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"color2-color\">Recreational league finals and wrap-up will be held Saturday September 25th, 2021 at Thurlow Fields. Times TBD.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>U9 / U11 / U13 / U15 / U17</strong></p>\r\n<p class=\"color4-color\">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 <a class=\"\" href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\">here</span></a> for more information and tryout dates. </p>\r\n<p class=\"color4-color\"><span style=\"text-decoration: underline;\">U9</span>\r\nDates: <span style=\"color: #333399;\"><span class=\"text_exposed_show\">August 10th - September 21st</span></span>\r\nTimes: Tuesday 6:00pm - 6:50pm\r\nLocation: Thurlow Fields\r\n<span style=\"text-decoration: underline;\">U11</span>\r\nDates: <span style=\"color: #333399;\"><span class=\"text_exposed_show\">August 12th - September 23rd</span></span>\r\nTimes: Thursday 5:00pm - 5:50pm\r\nLocations: Thurlow Fields\r\n<span style=\"text-decoration: underline;\">U13</span>\r\nDates: <span style=\"color: #333399;\"><span class=\"text_exposed_show\">August 12th - September 23rd</span></span>\r\nTimes: Tuesday 6:00pm - 6:50pm\r\nLocations: Thurlow Fields\r\n<span style=\"text-decoration: underline;\">U15</span>\r\nDates: TBD\r\nTimes: TBD\r\nLocations: TBD\r\n<span style=\"text-decoration: underline;\">U17</span>\r\nNot offered for the 2021 season.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA Recreational League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><span style=\"color: #333399;\">For more information about days of play for recreational league lacrosse, see <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/house-league-days-of-play/\">Recreational League Days of Play</a></span></span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </span></p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).</p>\r\n<p class=\"color4-color\">If you are interested in playing competitive lacrosse, please click <a href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\"> here</span> </a>for more information and tryout dates.</p>\r\n<p class=\"color4-color\">To sign up now for recreational local league lacrosse, click on the button below.</p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration-closed/\" target=\"_blank\" rel=\"noopener noreferrer\">REGISTER NOW</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"color2-color\">2021 Recreational league finals and wrap-up will be held Saturday September 25th, 2021 at Thurlow Fields. Times TBD.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>U9 / U11 / U13 / U15 / U17</strong></p>\r\n<p class=\"color4-color\">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 <a class=\"\" href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\">here</span></a> for more information and tryout dates. </p>\r\n<p class=\"color4-color\"><span style=\"text-decoration: underline;\">U9</span>\r\nDates: <span style=\"color: #333399;\"><span class=\"text_exposed_show\">August 10th - September 21st</span></span>\r\nTimes: Tuesday 6:00pm - 6:50pm\r\nLocation: Thurlow Fields\r\n<span style=\"text-decoration: underline;\">U11</span>\r\nDates: <span style=\"color: #333399;\"><span class=\"text_exposed_show\">August 12th - September 23rd</span></span>\r\nTimes: Thursday 5:00pm - 5:50pm\r\nLocations: Thurlow Fields\r\n<span style=\"text-decoration: underline;\">U13</span>\r\nDates: <span style=\"color: #333399;\"><span class=\"text_exposed_show\">August 12th - September 23rd</span></span>\r\nTimes: Tuesday 6:00pm - 6:50pm\r\nLocations: Thurlow Fields\r\n<span style=\"text-decoration: underline;\">U15</span>\r\nDates: TBD\r\nTimes: TBD\r\nLocations: TBD\r\n<span style=\"text-decoration: underline;\">U17</span>\r\nNot offered for the 2021 season.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2021 Recreational League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">***UPDATED June 3rd 2021***</p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Below are the days of the week and times that each division will play. All dates, times and locations are subject to change.</p>\r\n<p class=\"\" style=\"text-align: center;\">Times shown are start of play to field exit. Please arrive 10 minutes early ready to play.</p>\r\n<p class=\"\">2021 Recreational League Finals and Wrap-up will be held Saturday September 25th, 2021.</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Regular Field Times (all at Thurlow Fields unless otherwise noted on schedule)</span>:</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Soft Lacrosse (2017/2018) Tuesdays, 5:30pm-6:00pm, Thurlow, August 10th - September 21st</span>\r\n<span style=\"color: #333399;\">Paperweight (2015/2016) Tuesdays, 5:00pm-5:50pm, Thurlow, August 10th - September 21st</span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">U9 (2013/2014) Tuesdays, 6:00pm-6:50pm, Thurlow, August 10th - September 21st<span class=\"text_exposed_show\">\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\n</span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">U15 (2007/2008) TBD - Stay tuned for programming information\r\n</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">The first week of the schedule will be a development session with experienced instructors.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Peanut Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Peanut House League</h2>\r\n<h4 class=\"\">2021</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Peanut Division home page. Below you will find the schedule and other important information about our cutest Bayhawks!</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-5302 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/0_0_450_450_your_logo_here.jpg\" alt=\"\" width=\"450\" height=\"450\" data-imhwpb-built-photo-search=\"68|landscape\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2021 Recreational League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\">***UPDATED June 13th 2021***</p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Below are the days of the week and times that each division will play. All dates, times and locations are subject to change.</p>\r\n<p class=\"\" style=\"text-align: center;\">Times shown are start of play to field exit. Please arrive 10 minutes early ready to play.</p>\r\n<p class=\"\">2021 Recreational League Finals and Wrap-up will be held Saturday September 25th, 2021.</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Regular Field Times (all at Thurlow Fields unless otherwise noted on schedule)</span>:</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Soft Lacrosse (2017/2018) Tuesdays, 5:30pm-6:00pm, Thurlow, August 10th - September 21st</span>\r\n<span style=\"color: #333399;\">Paperweight (2015/2016) Tuesdays, 5:00pm-5:50pm, Thurlow, August 10th - September 21st</span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">U9 (2013/2014) Tuesdays, 6:00pm-6:50pm, Thurlow, August 10th - September 21st<span class=\"text_exposed_show\">\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\n</span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">U15 (2007/2008) Tuesdays, 5:30pm-6:20pm, Thurlow, August 10th - September 21st\r\n</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">The first week of the schedule will be a development session with experienced instructors.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2021 Registration Fees</h1>\r\n<p class=\"\" style=\"text-align: center;\">Updated June 3rd, 2021</p>\r\n\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\">Below is the fee schedule based on division. </p>\r\n\r\n<table class=\"\" width=\"521\">\r\n<tbody>\r\n<tr>\r\n<td width=\"210\"><strong>Division (Birth Year)</strong></td>\r\n<td width=\"157\"><strong>Fee</strong></td>\r\n<td width=\"154\"> </td>\r\n</tr>\r\n<tr>\r\n<td>Soft Lacrosse (2017/2018)</td>\r\n<td>FREE!</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>Paperweight (2015/2016)</td>\r\n<td>$155</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U9 (2013/2014)</td>\r\n<td>$155</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U11 (2011/2012)</td>\r\n<td>$185</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U13 (2009/2010)</td>\r\n<td>$185</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U15 (2007/2008)</td>\r\n<td>$185</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>For more information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">here</a>. You must also have a valid email address.</p>\r\n<p class=\"\" style=\"text-align: center;\">Please review our refund policy: <a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\"> QMLA Refund Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2021 Registration Fees</h1>\r\n<p class=\"\" style=\"text-align: center;\">Updated June 13th, 2021</p>\r\n\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\">Below is the fee schedule based on division. </p>\r\n\r\n<table width=\"521\">\r\n<tbody>\r\n<tr>\r\n<td width=\"210\"><strong>Division (Birth Year)</strong></td>\r\n<td width=\"157\"><strong>Fee</strong></td>\r\n<td width=\"154\"> </td>\r\n</tr>\r\n<tr>\r\n<td>Soft Lacrosse (2017/2018)</td>\r\n<td>FREE!</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>Paperweight (2015/2016)</td>\r\n<td>$155</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U9 (2013/2014)</td>\r\n<td>$155</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U11 (2011/2012)</td>\r\n<td>$185</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U13 (2009/2010)</td>\r\n<td>$185</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U15 (2007/2008)</td>\r\n<td>$185</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>For more information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">here</a>. You must also have a valid email address.</p>\r\n<p class=\"\" style=\"text-align: center;\">Please review our refund policy: <a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Refund-Policy-2019.pdf\"> QMLA Refund Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\r\nWe recommend using desktop or laptop computers for registration. Registrations done on mobile devices may encounter difficulties. </p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"https://www.sportzsoft.com/regApp/Login?OrgId=6712\">REGISTER</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\r\nWe recommend using desktop or laptop computers for registration. Registrations done on mobile devices may encounter difficulties. </p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"https://www.sportzsoft.com/regApp/Login?OrgId=6712\" target=\"_blank\" rel=\"noopener\">REGISTER</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\r\nWe recommend using desktop or laptop computers for registration. Registrations done on mobile devices may encounter difficulties. </p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration-closed/\" target=\"_blank\" rel=\"noopener\">REGISTER</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\">QMLA Awarded Jumpstart Grant</h2>\r\n<p class=\"\">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.</p>\r\nThank you CT Jumpstart!\r\n\r\n#SportReliefFund\r\n\r\n \r\n<p class=\"\"> </p>\r\n \r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{"arrows":false,"autoplay":true,"autoplaySpeed":"8","dots":true,"infinite":true,"bgOptions":{"arrowsPos":"standard","arrowsOverlay":true,"arrowsBgColor":"1","arrowsIcon":"angle","arrowsSize":"30","dotsPos":"bottom","dotsOverlay":false,"dotsColor":"1","dotsSize":"50"},"colors":{"arrowsBG":{"type":"class","value":"1","text":""},"dotsColor":{"type":"class","value":"1","text":""}}}\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2020/07/lacrosse-stick.jpg\"><img class=\"bg-img bg-img-3 alignnone wp-image-5417 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2021/06/0_0_1000_1000_IMG_0830.png\" alt=\"\" width=\"1000\" height=\"1000\"></a></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 wp-image-5266\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/07/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops62e90497e94ae978321a89a7ef6f50f1.jpg\" width=\"360\" height=\"360\"> \r\n<h4 style=\"margin: 1.5em 0 0.5em;\">Lee Ramsey</h4>\r\n<p class=\"\">President</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 wp-image-5268\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/07/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops190c64d9fbe319772aa172afae7b3e46.jpg\" width=\"360\" height=\"360\"> \r\n<h4 style=\"margin: 1.5em 0 0.5em;\">Kenneth Huff</h4>\r\n<p class=\"\">Product Management</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\">QMLA Awarded Jumpstart Grant</h2>\r\n<p class=\"\">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.</p>\r\nThank you CT Jumpstart!\r\n\r\n#SportReliefFund\r\n\r\n \r\n<p class=\"\"> </p>\r\n \r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{"arrows":false,"autoplay":true,"autoplaySpeed":"8","dots":true,"infinite":true,"bgOptions":{"arrowsPos":"standard","arrowsOverlay":true,"arrowsBgColor":"1","arrowsIcon":"angle","arrowsSize":"30","dotsPos":"bottom","dotsOverlay":false,"dotsColor":"1","dotsSize":"50"},"colors":{"arrowsBG":{"type":"class","value":"1","text":""},"dotsColor":{"type":"class","value":"1","text":""}}}\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2020/07/lacrosse-stick.jpg\"><img class=\"bg-img bg-img-3 alignnone wp-image-5371 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2021/03/0_0_400.10432968179_1000_QMLA-2021-March-29-768x1920.jpg\" alt=\"\" width=\"400\" height=\"1000\"></a></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 wp-image-5266\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/07/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops62e90497e94ae978321a89a7ef6f50f1.jpg\" width=\"360\" height=\"360\"> \r\n<h4 style=\"margin: 1.5em 0 0.5em;\">Lee Ramsey</h4>\r\n<p class=\"\">President</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 wp-image-5268\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/07/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops190c64d9fbe319772aa172afae7b3e46.jpg\" width=\"360\" height=\"360\"> \r\n<h4 style=\"margin: 1.5em 0 0.5em;\">Kenneth Huff</h4>\r\n<p class=\"\">Product Management</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\">QMLA Awarded Jumpstart Grant</h2>\r\n<p class=\"\">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.</p>\r\nThank you CT Jumpstart!\r\n\r\n#SportReliefFund\r\n\r\n \r\n<p class=\"\"> </p>\r\n \r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{"arrows":false,"autoplay":true,"autoplaySpeed":"8","dots":true,"infinite":true,"bgOptions":{"arrowsPos":"standard","arrowsOverlay":true,"arrowsBgColor":"1","arrowsIcon":"angle","arrowsSize":"30","dotsPos":"bottom","dotsOverlay":false,"dotsColor":"1","dotsSize":"50"},"colors":{"arrowsBG":{"type":"class","value":"1","text":""},"dotsColor":{"type":"class","value":"1","text":""}}}\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2020/07/lacrosse-stick.jpg\"><img class=\"bg-img bg-img-3 alignnone wp-image-5417 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2021/06/0_0_1000_1000_IMG_0830.png\" alt=\"\" width=\"1000\" height=\"1000\"></a></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 wp-image-5266\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/07/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops62e90497e94ae978321a89a7ef6f50f1.jpg\" width=\"360\" height=\"360\"> \r\n<h4 style=\"margin: 1.5em 0 0.5em;\">Lee Ramsey</h4>\r\n<p class=\"\">President</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 wp-image-5268\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/07/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops190c64d9fbe319772aa172afae7b3e46.jpg\" width=\"360\" height=\"360\"> \r\n<h4 style=\"margin: 1.5em 0 0.5em;\">Kenneth Huff</h4>\r\n<p class=\"\">Product Management</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">U17 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U17 House League</h2>\r\n<h4 class=\"\">2021</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Midget Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Unfortunately, we will not have a U17 program for 2021. For inquiries, please contact us at <a href=\"mailto:quintelacrosse@gmail.com\" target=\"_blank\" rel=\"noopener\">quintelacrosse@gmail.com</a></p>\r\n \r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/sponsors/\"><img class=\"alignnone size-medium wp-image-5302\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 18px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color5-background-color color-5-text-contrast bg-background-color tmpl-text-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 20px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-10 col-sm-4 col-xs-12\" style=\"padding: 1em;\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h2 class=\"\" align=\"center\">QMLA Refund & Cancellation Policy</h2>\r\n<p class=\"\" align=\"center\">Updated June 14, 2021</p>\r\n<p class=\"\" align=\"center\">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.</p>\r\n<p class=\"\" align=\"center\">For a detailed outline of the QMLA Refund Policy, click <a href=\"http://quintelacrosse.com/wp-content/uploads/2021/06/QMLA-Refund-Policy-2021-1.pdf\">HERE</a></p>\r\n<p class=\"\" align=\"center\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\">\r\n<div class=\"entry-meta\">\r\n<div class=\"entry-category-links\"> </div>\r\n</div>\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"entry-details\" style=\"text-align: center;\"> 2021 Registration Fees</h1>\r\n<p class=\"\" style=\"text-align: center;\">Updated June 13th, 2021</p>\r\n\r\n</header>\r\n<div class=\"entry-content\">\r\n<p class=\"\">Below is the fee schedule based on division. </p>\r\n\r\n<table width=\"521\">\r\n<tbody>\r\n<tr>\r\n<td width=\"210\"><strong>Division (Birth Year)</strong></td>\r\n<td width=\"157\"><strong>Fee</strong></td>\r\n<td width=\"154\"> </td>\r\n</tr>\r\n<tr>\r\n<td>Soft Lacrosse (2017/2018)</td>\r\n<td>FREE!</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>Paperweight (2015/2016)</td>\r\n<td>$155</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U9 (2013/2014)</td>\r\n<td>$155</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U11 (2011/2012)</td>\r\n<td>$185</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U13 (2009/2010)</td>\r\n<td>$185</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>U15 (2007/2008)</td>\r\n<td>$185</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td> </td>\r\n<td> </td>\r\n<td> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"\" style=\"text-align: center;\">All registrations can be done on-line. If you are registering a new player <strong>a copy of a birth certificate or health card must be uploaded along with the registration. </strong>For more information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">here</a>. You must also have a valid email address.</p>\r\n<p class=\"\" style=\"text-align: center;\">Please review our refund policy: <a href=\"http://quintelacrosse.com/wp-content/uploads/2021/06/QMLA-Refund-Policy-2021-1.pdf\"> QMLA Refund Policy</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\r\nWe recommend using desktop or laptop computers for registration. Registrations done on mobile devices may encounter difficulties. </p>\r\n<p class=\"\">Please review the <a href=\"http://quintelacrosse.com/wp-content/uploads/2021/06/QMLA-Refund-Policy-2021-1.pdf\">QMLA Refund Policy</a> before registering.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration-closed/\" target=\"_blank\" rel=\"noopener\">REGISTER</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"> </p>\r\n<p class=\"mod-reset\"> QMLA Player Release Policy </p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2021/06/QMLA-Refund-Policy-2021-1.pdf\">QMLA Refund Policy</a></p>\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2018/12/QMLA-Appeal-Policy-2019.pdf\">QMLA Appeal Policy\r\n</a><a href=\"http://quintelacrosse.com/wp-content/uploads/2020/01/QMLA-Code-of-Conduct-Policy-2020.pdf\">QMLA Code of Conduct Policy</a></p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\r\nWe recommend using desktop or laptop computers for registration. Registrations done on mobile devices may encounter difficulties. </p>\r\n<p class=\"\">Please review the <a href=\"http://quintelacrosse.com/wp-content/uploads/2021/06/QMLA-Refund-Policy-2021-1.pdf\">QMLA Refund Policy</a> before registering.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"https://www.sportzsoft.com/regApp/Login?OrgId=6712\" target=\"_blank\" rel=\"noopener\">REGISTER</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">How to Register</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n\r\n \r\n<p class=\"\">Please read and follow the instructions below to register for 2021.</p>\r\n\r\n<div>\r\n<div>\r\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">=================================================</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/house-league-days-of-play/\">here</a> to see the Days of Play</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/registration-fees/\">here</a> to see the 2021 Registration Fees</p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">Returning Players</h2>\r\n<p class=\"\">If you <strong>ALREADY HAVE</strong> a SportzSoft login:</p>\r\n<p class=\"\">Here is the online registration link: <a href=\"http://quintelacrosse.com/registration-portal/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"><strong>NOTES:</strong></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">2. Please make sure to complete online payment of the 2021 fees for each child registered. \r\n<strong>REGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.</strong></p>\r\n<p class=\"\">3. If you wish email communication to go to TWO email addresses, please make sure <strong>BOTH</strong> are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\"> </p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">New Players to Quinte Minor Lacrosse</h2>\r\n<p class=\"\">If you are <strong>NEW to QMLA and DO NOT HAVE</strong> a SportzSoft account you will need to create one and upload Proof of Age document(s). </p>\r\n<p class=\"\">To create a SportzSoft account:</p>\r\n<p class=\"\">1. Click the online registration link: <a href=\"http://quintelacrosse.com/registration-portal/\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password</p>\r\n<p class=\"\">3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n<strong>** NOTE</strong>: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\">4. To register a player, click the “New Registration” button, select the child’s name from the Participant list, and then click “Next”.</p>\r\n<p class=\"\">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. </p>\r\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\r\n<p class=\"\">7. Complete the Questionnaire (if applicable)</p>\r\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only). <strong> Acceptable proof of age is a birth certificate, health card or passport.</strong></p>\r\n<p class=\"\">9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.</p>\r\n<p class=\"\"><strong>NOTE</strong>: Registration is NOT complete until a valid proof of age document is uploaded <strong>AND</strong> payment is received for each child.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">How to Register</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n\r\n \r\n<p class=\"\">Please read and follow the instructions below to register for 2021.</p>\r\n\r\n<div>\r\n<div>\r\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">=================================================</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/house-league-days-of-play/\">here</a> to see the Days of Play</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/registration-fees/\">here</a> to see the 2021 Registration Fees</p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">Returning Players</h2>\r\n<p class=\"\">If you <strong>ALREADY HAVE</strong> a SportzSoft login:</p>\r\n<p class=\"\">Here is the online registration link: <a href=\"http://quintelacrosse.com/bg-block/registration-portal/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"><strong>NOTES:</strong></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">2. Please make sure to complete online payment of the 2021 fees for each child registered. \r\n<strong>REGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.</strong></p>\r\n<p class=\"\">3. If you wish email communication to go to TWO email addresses, please make sure <strong>BOTH</strong> are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\"> </p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">New Players to Quinte Minor Lacrosse</h2>\r\n<p class=\"\">If you are <strong>NEW to QMLA and DO NOT HAVE</strong> a SportzSoft account you will need to create one and upload Proof of Age document(s). </p>\r\n<p class=\"\">To create a SportzSoft account:</p>\r\n<p class=\"\">1. Click the online registration link: <a href=\"http://quintelacrosse.com/registration-closed/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password</p>\r\n<p class=\"\">3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n<strong>** NOTE</strong>: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\">4. To register a player, click the “New Registration” button, select the child’s name from the Participant list, and then click “Next”.</p>\r\n<p class=\"\">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. </p>\r\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\r\n<p class=\"\">7. Complete the Questionnaire (if applicable)</p>\r\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only). <strong> Acceptable proof of age is a birth certificate, health card or passport.</strong></p>\r\n<p class=\"\">9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.</p>\r\n<p class=\"\"><strong>NOTE</strong>: Registration is NOT complete until a valid proof of age document is uploaded <strong>AND</strong> payment is received for each child.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">How to Register</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">Please read and follow the instructions below to register for 2021.</p>\r\n\r\n<div>\r\n<div>\r\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">=================================================</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/house-league-days-of-play/\">here</a> to see the Days of Play</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/registration-fees/\">here</a> to see the 2021 Registration Fees</p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">Returning Players</h2>\r\n<p class=\"\">If you <strong>ALREADY HAVE</strong> a SportzSoft login:</p>\r\n<p class=\"\">Here is the online registration link: <a href=\"http://quintelacrosse.com/registration-portal/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"><strong>NOTES:</strong></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">2. Please make sure to complete online payment of the 2021 fees for each child registered. \r\n<strong>REGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.</strong></p>\r\n<p class=\"\">3. If you wish email communication to go to TWO email addresses, please make sure <strong>BOTH</strong> are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\"> </p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">New Players to Quinte Minor Lacrosse</h2>\r\n<p class=\"\">If you are <strong>NEW to QMLA and DO NOT HAVE</strong> a SportzSoft account you will need to create one and upload Proof of Age document(s). </p>\r\n<p class=\"\">To create a SportzSoft account:</p>\r\n<p class=\"\">1. Click the online registration link: <a href=\"http://quintelacrosse.com/registration-portal/\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password</p>\r\n<p class=\"\">3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n<strong>** NOTE</strong>: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\">4. To register a player, click the “New Registration” button, select the child’s name from the Participant list, and then click “Next”.</p>\r\n<p class=\"\">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. </p>\r\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\r\n<p class=\"\">7. Complete the Questionnaire (if applicable)</p>\r\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only). <strong> Acceptable proof of age is a birth certificate, health card or passport.</strong></p>\r\n<p class=\"\">9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.</p>\r\n<p class=\"\"><strong>NOTE</strong>: Registration is NOT complete until a valid proof of age document is uploaded <strong>AND</strong> payment is received for each child.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 text-center align-column-top\">\r\n<p class=\"\" style=\"margin: 20px 0px;\"><img class=\"bg-img alignnone wp-image-4227 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-1-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2 class=\"\">Paperweight Division 3v3 Mini-Game Lacrosse</h2>\r\n<p class=\"\">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!</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Equipment Required</span>:\r\nHelmet\r\nGloves\r\nMouthguard\r\nLacrosse Stick\r\nRunning Shoes</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">2022 Dates Coming Soon!</span>\r\n\r\n</p>\r\n<p class=\"\"><strong>For information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>To register, click <a href=\"http://quintelacrosse.com/registration/\">HERE</a></strong></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 text-center align-column-top\">\r\n<p class=\"\" style=\"margin: 20px 0px;\"><img class=\"bg-img alignnone wp-image-4227 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-1-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2 class=\"\">Paperweight Division 3v3 Mini-Game Lacrosse</h2>\r\n<p class=\"\">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!</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Equipment Required</span>:\r\nHelmet\r\nGloves\r\nMouthguard\r\nLacrosse Stick\r\nRunning Shoes</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">2021 Dates (Updated Aug 9 2021)</span>\r\nTuesdays 5:30pm to 6:00pm at Thurlow Fields, beginning August 10th until September 21st, with final wrap up held Saturday September 25th.</p>\r\n<p class=\"\"><strong>For information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>To register, click <a href=\"http://quintelacrosse.com/registration/\">HERE</a></strong></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">TaskForce Engineering U13 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U13 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U13 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n \r\n\r\n</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 (Purple)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 3 (Blue)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 (Gray)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 4 (White)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">U15 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U15 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U15 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/sponsors/\"><img class=\"alignnone size-medium wp-image-5302\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n\r\n<div class=\"\">\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 3 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 4</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">How to Register</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">Please read and follow the instructions below to register for 2021.</p>\r\n\r\n<div>\r\n<div>\r\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">=================================================</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/house-league-days-of-play/\">here</a> to see the Days of Play</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/registration-fees/\">here</a> to see the 2021 Registration Fees</p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">Returning Players</h2>\r\n<p class=\"\">If you <strong>ALREADY HAVE</strong> a SportzSoft login:</p>\r\n<p class=\"\">Here is the online registration link: <a href=\"http://quintelacrosse.com/registration-portal/\"><strong>REGISTER HERE</strong></a> </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"><strong>NOTES:</strong></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">2. Please make sure to complete online payment of the 2021 fees for each child registered. \r\n<strong>REGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.</strong></p>\r\n<p class=\"\">3. If you wish email communication to go to TWO email addresses, please make sure <strong>BOTH</strong> are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\"> </p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">New Players to Quinte Minor Lacrosse</h2>\r\n<p class=\"\">If you are <strong>NEW to QMLA and DO NOT HAVE</strong> a SportzSoft account you will need to create one and upload Proof of Age document(s). </p>\r\n<p class=\"\">To create a SportzSoft account:</p>\r\n<p class=\"\">1. Click the online registration link: <a href=\"http://quintelacrosse.com/registration-portal/\" rel=\"noopener noreferrer\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">2. Click “Signup as NEW MEMBER…” button, then create an account with your email address and a password</p>\r\n<p class=\"\">3. Please select “Family Account” and then fully complete your “New Member/Account Registration”.\r\n<strong>** NOTE</strong>: if you wish email communication to go to TWO email addresses, please make sure BOTH are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\">4. To register a player, click the “New Registration” button, select the child’s name from the Participant list, and then click “Next”.</p>\r\n<p class=\"\">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. </p>\r\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\r\n<p class=\"\">7. Complete the Questionnaire (if applicable)</p>\r\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only). <strong> Acceptable proof of age is a birth certificate, health card or passport.</strong></p>\r\n<p class=\"\">9. From here you can register the same child for another product, register another child, OR click “Next” to proceed to the payment page.</p>\r\n<p class=\"\"><strong>NOTE</strong>: Registration is NOT complete until a valid proof of age document is uploaded <strong>AND</strong> payment is received for each child.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n \r\n<p class=\"\" style=\"text-align: center;\">Registration for our 2021 summer program in now closed. Watch for details on upcoming programs in winter and spring 2022.</p>\r\n<p class=\"\" style=\"text-align: center;\">GO BAYHAWKS!</p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA Recreational League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><span style=\"color: #333399;\">For more information about days of play for recreational league lacrosse, see <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/house-league-days-of-play/\">Recreational League Days of Play</a></span></span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </span></p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).</p>\r\n<p class=\"color4-color\">If you are interested in playing competitive lacrosse, please click <a href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\"> here</span> </a>for more information and tryout dates.</p>\r\n<p class=\"color4-color\">To sign up now for recreational local league lacrosse, click on the button below.</p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\">REGISTER NOW</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"color2-color\">2021 Recreational league finals and wrap-up will be held Saturday September 25th, 2021 at Thurlow Fields. Times TBD.</p>\r\n<p class=\"\"><span style=\"color: #0000ff;\">NOTE: Times updated July 29th, 2021</span></p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>U9 / U11 / U13 / U15 / U17</strong></p>\r\n<p class=\"color4-color\">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 <a class=\"\" href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\">here</span></a> for more information and tryout dates. </p>\r\n<p class=\"color4-color\"><span style=\"text-decoration: underline;\">U9</span>\r\nDates: <span style=\"color: #333399;\"><span class=\"text_exposed_show\">August 10th - September 21st</span></span>\r\nTimes: Tuesday 5:15pm - 6:15pm\r\nLocation: Thurlow Fields\r\n<span style=\"text-decoration: underline;\">U11</span>\r\nDates: <span style=\"color: #333399;\"><span class=\"text_exposed_show\">August 12th - September 23rd</span></span>\r\nTimes: Thursday 5:15pm - 6:15pm\r\nLocations: Thurlow Fields\r\n<span style=\"text-decoration: underline;\">U13</span>\r\nDates: <span style=\"color: #333399;\"><span class=\"text_exposed_show\">August 12th - September 23rd</span></span>\r\nTimes: Tuesday 6:15pm - 7:15pm\r\nLocations: Thurlow Fields\r\n<span style=\"text-decoration: underline;\">U15</span>\r\nDates: August 10th - September 21st\r\nTimes: 6:15pm - 7:15pm\r\nLocations: Thurlow Fields\r\n<span style=\"text-decoration: underline;\">U17</span>\r\nNot offered for the 2021 season.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">About QMLA Recreational League</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><span style=\"color: #333399;\">For more information about days of play for recreational league lacrosse, see <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/house-league-days-of-play/\">Recreational League Days of Play</a></span></span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </span></p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).</p>\r\n<p class=\"color4-color\">If you are interested in playing competitive lacrosse, please click <a href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\"> here</span> </a>for more information and tryout dates.</p>\r\n<p class=\"color4-color\">To sign up now for recreational local league lacrosse, click on the button below.</p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration-closed/\" target=\"_blank\" rel=\"noopener noreferrer\">REGISTER NOW</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"color2-color\">2021 Recreational league finals and wrap-up will be held Saturday September 25th, 2021 at Thurlow Fields. Times TBD.</p>\r\n<p class=\"\"><span style=\"color: #0000ff;\">NOTE: Times updated July 29th, 2021</span></p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>U9 / U11 / U13 / U15 / U17</strong></p>\r\n<p class=\"color4-color\">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 <a class=\"\" href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\">here</span></a> for more information and tryout dates. </p>\r\n<p class=\"color4-color\"><span style=\"text-decoration: underline;\">U9</span>\r\nDates: <span style=\"color: #333399;\"><span class=\"text_exposed_show\">August 10th - September 21st</span></span>\r\nTimes: Tuesday 5:15pm - 6:15pm\r\nLocation: Thurlow Fields\r\n<span style=\"text-decoration: underline;\">U11</span>\r\nDates: <span style=\"color: #333399;\"><span class=\"text_exposed_show\">August 12th - September 23rd</span></span>\r\nTimes: Thursday 5:15pm - 6:15pm\r\nLocations: Thurlow Fields\r\n<span style=\"text-decoration: underline;\">U13</span>\r\nDates: <span style=\"color: #333399;\"><span class=\"text_exposed_show\">August 12th - September 23rd</span></span>\r\nTimes: Tuesday 6:15pm - 7:15pm\r\nLocations: Thurlow Fields\r\n<span style=\"text-decoration: underline;\">U15</span>\r\nDates: August 10th - September 21st\r\nTimes: 6:15pm - 7:15pm\r\nLocations: Thurlow Fields\r\n<span style=\"text-decoration: underline;\">U17</span>\r\nNot offered for the 2021 season.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\"><span style=\"color: #585eaa;\">2022 Recreational League Days of Play</span></h1>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Below are the days of the week and times that each division will play. All dates, times and locations are subject to change.</p>\r\n<p class=\"\" style=\"text-align: center;\">Information for our 2022 program will be updated once available.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\">2021 Recreational League Days of Play</h1>\r\n<p class=\"\" style=\"text-align: center;\"><strong>***UPDATED July 29th 2021***</strong></p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Below are the days of the week and times that each division will play. All dates, times and locations are subject to change.</p>\r\n<p class=\"\" style=\"text-align: center;\">Times shown are start of play to field exit. Please arrive 10 minutes early ready to play.</p>\r\n<p class=\"\">2021 Recreational League Finals and Wrap-up will be held Saturday September 25th, 2021.</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Regular Field Times (all at Thurlow Fields unless otherwise noted on schedule)</span>:</p>\r\n<p class=\"\" style=\"text-align: left;\"><span style=\"color: #333399;\">Soft Lacrosse (2017/2018) Tuesdays, 5:30pm-6:00pm, Thurlow, August 10th - September 21st</span>\r\n<span style=\"color: #333399;\">Paperweight (2015/2016) Tuesdays, 5:15pm-6:15pm, Thurlow, August 10th - September 21st</span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">U9 (2013/2014) Tuesdays, <strong>5:15pm-6:15pm</strong>, Thurlow, August 10th - September 21st<span class=\"text_exposed_show\">\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\n</span></span><span style=\"color: #333399;\"><span class=\"text_exposed_show\">U15 (2007/2008) Tuesdays, 6:15pm-7:15pm, Thurlow, August 10th - September 21st\r\n</span></span></p>\r\n<p class=\"\" style=\"text-align: center;\">The first week of the schedule will be a development session with experienced instructors.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h3 class=\"\"> </h3>\r\n<h3> </h3>\r\n<h3 class=\"\">Police Background Check (Vulnerable Sector Check)</h3>\r\n<p class=\"\"><strong>According to Section OR3.01(a) of the Ontario Lacrosse Association Screening Policy:</strong></p>\r\n<p class=\"\">\"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.\"</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">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 <a href=\"http://quintelacrosse.com/registration-closed/\">SportzSoft</a> account profile.</p>\r\n<p class=\"\">For returning coaches, you do not require a new background check. Download the Offense Declaration Form below. Complete and scan and email to our <a href=\"mailto:registrar@quintelacrosse.com\" target=\"_blank\" rel=\"noopener noreferrer\">privacy officer</a>.</p>\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/administration/admin-documentation/2019-season/offense-declaration-form.docx\" target=\"_blank\" rel=\"noopener noreferrer\">Offense Declaration Form</a></p>\r\n<p class=\"\">If you require a volunteer letter from Quinte Minor Lacrosse Association, you can find it <a href=\"http://quintelacrosse.com/wp-content/uploads/2020/03/2020-Volunteer-CRC-Letter-Coach-Signed.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>.</p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"text clearfix\">\r\n<p class=\"\">Quinte Minor Lacrosse Association is in a partnership agreement with <a href=\"https://www.sterlingtalentsolutions.ca/about/about-us/\" target=\"_blank\" rel=\"noopener noreferrer\">Sterling Backcheck</a> 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. </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Click on the link below to begin your background check:</p>\r\n<p class=\"\"><a href=\"https://pages.sterlingbackcheck.ca/landing-pages/q/quintelacrosse\" target=\"_blank\" rel=\"noopener noreferrer\">https://pages.sterlingbackcheck.ca/landing-pages/q/quintelacrosse</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Alternatively, you can obtain a background check through the police service serving your jurisdiction:</p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.policesolutions.ca/checks/services/belleville/index.php\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.policesolutions.ca/checks/services/belleville/index.php</a></p>\r\n<p class=\"\">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:</p>\r\n<p class=\"\"><a href=\"https://www.opp.ca/index.php?id=115&entryid=56a1276d8f94acdb5824a3d7\" target=\"_blank\" rel=\"noopener noreferrer\">OPP Criminal Record Checks and Police Checks</a></p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 text-center align-column-top\">\r\n<p class=\"\" style=\"margin: 20px 0px;\"><img class=\"bg-img alignnone wp-image-4227 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-1-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2 class=\"\">Paperweight Division 3v3 Mini-Game Lacrosse</h2>\r\n<p class=\"\">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!</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Equipment Required</span>:\r\nHelmet\r\nGloves\r\nMouthguard\r\nLacrosse Stick\r\nRunning Shoes</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">2021 Dates</span>\r\nTuesdays 5:00pm to 5:50pm at Thurlow Fields</p>\r\n<p class=\"\"><strong>For information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>To register, click <a href=\"http://quintelacrosse.com/registration/\">HERE</a></strong></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n\r\n \r\n\r\n \r\n<p class=\"\">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.</p>\r\nDuvall and Clark Sportswear and Equipment\r\n274 Airport Pkwy, Belleville, ON K8N 4Z6\r\n\r\n<a href=\"https://www.facebook.com/pages/Duvall-Clark-Sportswear-Equipment/131926850186267\" target=\"_blank\" rel=\"noopener noreferrer\">Duvall and Clark Sportswear & Equipment Facebook Page</a>\r\n\r\nFor the equipment guidelines for players in Tyke through Midget, see the following:\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/playing/required-equipment/box-equipment/box-guidelines.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Equipment Guidelines</a></p>\r\nFor our Peanut and Paperweight programs, the following equipment is required:\r\n\r\n<strong><span style=\"text-decoration: underline;\">Peanut</span></strong>\r\n<p class=\"\">Helmet with facemask</p>\r\n<p class=\"\">Gloves (optional)</p>\r\n<p class=\"\">Lacrosse stick</p>\r\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">Paperweight</span></strong></p>\r\nHelmet with facemask\r\n\r\nGloves\r\n<p class=\"\">Mouthguard</p>\r\n<p class=\"\">Lacrosse stick</p>\r\nShoulder pads (optional)\r\n<p class=\"\">Kidney pads (optional)</p>\r\n<p class=\"\">Arm guards (optional)</p>\r\n \r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n\r\n \r\n<p class=\"\"><img class=\"size-medium wp-image-4354 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/Oshawa-paperweight-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\"></p>\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\n<a href=\"https://www.facebook.com/pages/Duvall-Clark-Sportswear-Equipment/131926850186267\" target=\"_blank\" rel=\"noopener noreferrer\">Duvall and Clark Sportswear & Equipment Facebook Page</a>\r\n\r\nFor the equipment guidelines for players in Tyke through Midget, see the following:\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/playing/required-equipment/box-equipment/box-guidelines.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Equipment Guidelines</a></p>\r\nFor our Peanut and Paperweight programs, the following equipment is required:\r\n\r\n<strong><span style=\"text-decoration: underline;\">Peanut</span></strong>\r\n<p class=\"\">Helmet with facemask</p>\r\n<p class=\"\">Gloves (optional)</p>\r\n<p class=\"\">Lacrosse stick</p>\r\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">Paperweight</span></strong></p>\r\nHelmet with facemask\r\n\r\nGloves\r\n<p class=\"\">Mouthguard</p>\r\n<p class=\"\">Lacrosse stick</p>\r\nShoulder pads (optional)\r\n<p class=\"\">Kidney pads (optional)</p>\r\n<p class=\"\">Arm guards (optional)</p>\r\n \r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\nB\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-about-9 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-bottom: 50px; padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-5 col-xs-12 text-center\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5069 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/64_0_147_183_referee-e1574641106824.jpg\" alt=\"\" width=\"147\" height=\"183\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\" style=\"padding: 1em;\">\r\n<h2 class=\"\" style=\"margin-top: 0;\">BECOME A LACROSSE REFEREE</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h3>Quinte Minor Lacrosse Association is currently seeking individuals to officiate games in the area.</h3>\r\n<p class=\"\">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.</p>\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\n<a href=\"https://ontariolacrosse.com/content/administration/admin-documentation/2020-season/2018-2020-referee-rates-box-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">2020 Officiating Rates</a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\nB\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-about-9 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-bottom: 50px; padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-5 col-xs-12 text-center align-column-center\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5069 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/referee-e1574641106824.jpg\" alt=\"\" width=\"275\" height=\"183\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\" style=\"padding: 1em;\">\r\n<h2 class=\"\" style=\"margin-top: 0;\">BECOME A LACROSSE REFEREE</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h3>Quinte Minor Lacrosse Association is currently seeking individuals to officiate games in the area.</h3>\r\n<p class=\"\">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.</p>\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\n<a href=\"https://ontariolacrosse.com/content/administration/admin-documentation/2020-season/2018-2020-referee-rates-box-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">2020 Officiating Rates</a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\nB\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-about-9 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-bottom: 50px; padding-top: 50px;\">\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-4 col-sm-5 col-xs-12 text-center align-column-center\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5079 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/referee2-232x300.jpg\" alt=\"\" width=\"232\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12\" style=\"padding: 1em;\">\r\n<h2 class=\"\" style=\"margin-top: 0;\">BECOME A LACROSSE REFEREE</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h3>Quinte Minor Lacrosse Association is currently seeking individuals to officiate games in the area.</h3>\r\n<p class=\"\">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.</p>\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\n<a href=\"https://ontariolacrosse.com/content/administration/admin-documentation/2020-season/2018-2020-referee-rates-box-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">2020 Officiating Rates</a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-team-8 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Joe Fee</h4>\r\n<h5>President</h5>\r\n<a href=\"mailto:president@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Abby Leavitt</h4>\r\n<h5>VP / Registrar</h5>\r\n<a href=\"mailto:registrar@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Melissa Cybulskie</h4>\r\n<h5>Referee-in-Chief</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Victoria Black</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Chad Grubb</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Chris Brinklow</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Katie Caslick</h4>\r\n<h5>Social Media / Fundraising</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Joe Fee</h4>\r\n<h5>President</h5>\r\n<a href=\"mailto:president@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Abby Leavitt</h4>\r\n<h5>VP / Registrar</h5>\r\n<a href=\"mailto:registrar@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Kelly Sellan</h4>\r\n<h5>Treasurer</h5>\r\n<a href=\"mailto:treasurer@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Victoria Black</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Chad Grubb</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Chris Brinklow</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Cory Black</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Melissa Cybulskie</h4>\r\n<h5>Referee-in-Chief</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-schedule-5 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"font-size: 19px;\">Support the Growth of Minor Lacrosse in the Quinte Region.\r\nBecome a QMLA Sponsor Today!\r\n2022 Sponsor Package Coming Soon!</p>\r\n<p class=\"\"> </p>\r\n\r\n<h2 class=\"\">2019 League Sponsors</h2>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Quinte Mat Rentals</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"http://quintematrentals.com/\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center color1-background-color color-1-text-contrast bg-background-color\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4342\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"175\" height=\"107\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">KKP Belleville Design and Print Solutions</p>\r\n\r\n<div class=\"row current-edit-as-row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-3 col-sm-2 col-xs-5\">\r\n<div>\r\n<h4 class=\"\" style=\"font-size: 14px;\">280 Coleman Street\r\nSuite 500\r\nBelleville, Ontario\r\nK8P 3H7</h4>\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<h5 class=\"h4\" style=\"font-weight: bold;\">Tel: <span class=\"loc_phone\"><a class=\"\" href=\"tel:613-966-5974\">613-966-5974</a></span>\r\nToll Free: <span class=\"loc_phonel\"><a class=\"\" href=\"tel:866-779-3066\">866-779-3066</a></span>\r\nFax: 613-966-7933\r\n<a class=\"\" href=\"mailto:info@belleville.kkpcanada.ca\">info@belleville.kkpcanada.ca</a></h5>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\">website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4378\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"256\" height=\"253\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">TaskForce Engineering</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-3 col-sm-2 col-xs-5\">\r\n<div>\r\n<h4 class=\"\" style=\"font-size: 14px;\">24 Newberry Street, Suite 201\r\nBelleville, Ontario K8N 3N3</h4>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-7\">\r\n<div>\r\n<h5 class=\"h4\" style=\"font-weight: bold;\">Tel: <span class=\"loc_phone\"><a class=\"\" href=\"tel:613-966-5974\">613-966-5600</a></span>\r\nFax: 613-966-5701\r\n<a class=\"\" href=\"mailto:generalmail@taskforce-eng.com\" target=\"_blank\" rel=\"noopener noreferrer\">generalmail@taskforce-eng.com</a></h5>\r\n<div>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"https://www.taskforce-eng.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-schedule-5 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"font-size: 19px;\">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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a></p>\r\n\r\n<h2 class=\"\">2019 League Sponsors</h2>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Quinte Mat Rentals</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"http://quintematrentals.com/\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center color1-background-color color-1-text-contrast bg-background-color\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4342\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"175\" height=\"107\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">KKP Belleville Design and Print Solutions</p>\r\n\r\n<div class=\"row current-edit-as-row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-3 col-sm-2 col-xs-5\">\r\n<div>\r\n<h4 class=\"\" style=\"font-size: 14px;\">280 Coleman Street\r\nSuite 500\r\nBelleville, Ontario\r\nK8P 3H7</h4>\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<h5 class=\"h4\" style=\"font-weight: bold;\">Tel: <span class=\"loc_phone\"><a class=\"\" href=\"tel:613-966-5974\">613-966-5974</a></span>\r\nToll Free: <span class=\"loc_phonel\"><a class=\"\" href=\"tel:866-779-3066\">866-779-3066</a></span>\r\nFax: 613-966-7933\r\n<a class=\"\" href=\"mailto:info@belleville.kkpcanada.ca\">info@belleville.kkpcanada.ca</a></h5>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\">website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4378\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"256\" height=\"253\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">TaskForce Engineering</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-3 col-sm-2 col-xs-5\">\r\n<div>\r\n<h4 class=\"\" style=\"font-size: 14px;\">24 Newberry Street, Suite 201\r\nBelleville, Ontario K8N 3N3</h4>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-7\">\r\n<div>\r\n<h5 class=\"h4\" style=\"font-weight: bold;\">Tel: <span class=\"loc_phone\"><a class=\"\" href=\"tel:613-966-5974\">613-966-5600</a></span>\r\nFax: 613-966-5701\r\n<a class=\"\" href=\"mailto:generalmail@taskforce-eng.com\" target=\"_blank\" rel=\"noopener noreferrer\">generalmail@taskforce-eng.com</a></h5>\r\n<div>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"https://www.taskforce-eng.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-8 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Joe Fee</h4>\r\n<h5>President</h5>\r\n<a href=\"mailto:president@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Abby Leavitt</h4>\r\n<h5>VP / Registrar</h5>\r\n<a href=\"mailto:registrar@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Kelly Sellan</h4>\r\n<h5>Treasurer</h5>\r\n<a href=\"mailto:treasurer@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Victoria Black</h4>\r\n<h5>Secretary</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Chad Grubb</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Chris Brinklow</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Cory Black</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Melissa Cybulskie</h4>\r\n<h5>Referee-in-Chief</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\" style=\"margin-top: 50px;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Tim Sawa</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-team-8 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Joe Fee</h4>\r\n<h5>President</h5>\r\n<a href=\"mailto:president@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Abby Leavitt</h4>\r\n<h5>VP / Registrar</h5>\r\n<a href=\"mailto:registrar@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Melissa Cybulskie</h4>\r\n<h5>Referee-in-Chief</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Victoria Black</h4>\r\n<h5>Secretary</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Chad Grubb</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Chris Brinklow</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Cory Black</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-team-8 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Joe Fee</h4>\r\n<h5>President</h5>\r\n<a href=\"mailto:president@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Abby Leavitt</h4>\r\n<h5>VP / Registrar</h5>\r\n<a href=\"mailto:registrar@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Kelly Sellan</h4>\r\n<h5>Treasurer</h5>\r\n<a href=\"mailto:treasurer@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Victoria Black</h4>\r\n<h5>Secretary</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Chad Grubb</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Chris Brinklow</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Cory Black</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Melissa Cybulskie</h4>\r\n<h5>Referee-in-Chief</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<div class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\" style=\"margin-top: 50px;\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Tim Sawa</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">2022 Quinte Bayhawks Club Team Coaches</h2>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-team-8 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff); margin-left: 0px; margin-right: auto;\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px; padding-top: 10px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks U9</h5>\r\n<h5> </h5>\r\n<p class=\"\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks U11</h5>\r\n<h5> </h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4> </h4>\r\n<h5>Quinte Bayhawks U13</h5>\r\n<h5> </h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h5>Quinte Bayhawks U15</h5>\r\n<h5> </h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\" style=\"text-align: left;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\"><span style=\"color: #585eaa;\">About QMLA Recreational League</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><span style=\"color: #333399;\">For more information about days of play for recreational league lacrosse, see <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/house-league-days-of-play/\">Recreational League Days of Play</a></span></span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </span></p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).</p>\r\n<p class=\"color4-color\">If you are interested in playing in our competitive club program, please click <a href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\"> here</span> </a>for more information.</p>\r\n<p class=\"color4-color\">Registration for 2022 will be opening soon!</p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>U9 / U11 / U13 / U15 / U17</strong></p>\r\n<p class=\"color4-color\">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 <a class=\"\" href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\">here</span></a> for more information. </p>\r\n<p class=\"color4-color\"><span style=\"text-decoration: underline;\">U9</span>\r\nDates: TBA\r\nTimes: TBA\r\nLocation: TBA\r\n<span style=\"text-decoration: underline;\">U11</span>\r\nDates: TBA\r\nTimes: TBA\r\nLocations: TBA\r\n<span style=\"text-decoration: underline;\">U13</span>\r\nDates: TBA\r\nTimes: TBA\r\nLocations: TBA\r\n<span style=\"text-decoration: underline;\">U15</span>\r\nDates: TBA\r\nTimes: TBA\r\nLocations: TBA\r\n<span style=\"text-decoration: underline;\">U17</span>\r\nDates: TBA\r\nTimes: TBA\r\nLocations: TBA</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\"><span style=\"color: #585eaa;\">About QMLA Recreational League</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-about-13 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><span style=\"color: #333399;\">For more information about days of play for recreational league lacrosse, see <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/house-league-days-of-play/\">Recreational League Days of Play</a></span></span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </span></p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).</p>\r\n<p class=\"color4-color\">If you are interested in playing competitive lacrosse, please click <a href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\"> here</span> </a>for more information and tryout dates.</p>\r\n<p class=\"color4-color\">To sign up now for recreational local league lacrosse, click on the button below.</p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration/\" target=\"_blank\" rel=\"noopener noreferrer\">REGISTER NOW</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"color2-color\">2021 Recreational league finals and wrap-up will be held Saturday September 25th, 2021 at Thurlow Fields. Times TBD.</p>\r\n<p class=\"\"><span style=\"color: #0000ff;\">NOTE: Times updated July 29th, 2021</span></p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>U9 / U11 / U13 / U15 / U17</strong></p>\r\n<p class=\"color4-color\">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 <a class=\"\" href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\">here</span></a> for more information and tryout dates. </p>\r\n<p class=\"color4-color\"><span style=\"text-decoration: underline;\">U9</span>\r\nDates: <span style=\"color: #333399;\"><span class=\"text_exposed_show\">August 10th - September 21st</span></span>\r\nTimes: Tuesday 5:15pm - 6:15pm\r\nLocation: Thurlow Fields\r\n<span style=\"text-decoration: underline;\">U11</span>\r\nDates: <span style=\"color: #333399;\"><span class=\"text_exposed_show\">August 12th - September 23rd</span></span>\r\nTimes: Thursday 5:15pm - 6:15pm\r\nLocations: Thurlow Fields\r\n<span style=\"text-decoration: underline;\">U13</span>\r\nDates: <span style=\"color: #333399;\"><span class=\"text_exposed_show\">August 12th - September 23rd</span></span>\r\nTimes: Tuesday 6:15pm - 7:15pm\r\nLocations: Thurlow Fields\r\n<span style=\"text-decoration: underline;\">U15</span>\r\nDates: August 10th - September 21st\r\nTimes: 6:15pm - 7:15pm\r\nLocations: Thurlow Fields\r\n<span style=\"text-decoration: underline;\">U17</span>\r\nNot offered for the 2021 season.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\"><span style=\"color: #585eaa;\">About QMLA Recreational League</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-about-13 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><span style=\"color: #333399;\">For more information about days of play for recreational league lacrosse, see <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/house-league-days-of-play/\">Recreational League Days of Play</a></span></span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </span></p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).</p>\r\n<p class=\"color4-color\">If you are interested in playing in our competitive club program, please click <a href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\"> here</span> </a>for more information.</p>\r\n<p class=\"color4-color\">Registration for 2022 will be opening soon!</p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>U9 / U11 / U13 / U15 / U17</strong></p>\r\n<p class=\"color4-color\">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 <a class=\"\" href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\">here</span></a> for more information. </p>\r\n<p class=\"color4-color\"><span style=\"text-decoration: underline;\">U9</span>\r\nDates: TBA\r\nTimes: TBA\r\nLocation: TBA\r\n<span style=\"text-decoration: underline;\">U11</span>\r\nDates: TBA\r\nTimes: TBA\r\nLocations: TBA\r\n<span style=\"text-decoration: underline;\">U13</span>\r\nDates: TBA\r\nTimes: TBA\r\nLocations: TBA\r\n<span style=\"text-decoration: underline;\">U15</span>\r\nDates: TBA\r\nTimes: TBA\r\nLocations: TBA\r\n<span style=\"text-decoration: underline;\">U17</span>\r\nDates: TBA\r\nTimes: TBA\r\nLocations: TBA</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">U9 Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U9 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U9 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/sponsors/\"><img class=\"alignnone size-medium wp-image-5302\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 3</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 4</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Quinte Mat Rentals U11 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U9/U11 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\" style=\"width: 40.96%; height: 169px;\">\r\n\r\n \r\n<p class=\"\"> </p>\r\n<p class=\"mod-img\"><img class=\"size-medium wp-image-4181 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Quinte Mat Rentals U11 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U11 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U11 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n \r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\" style=\"width: 40.96%; height: 169px;\">\r\n\r\n \r\n<p class=\"\"> </p>\r\n<p class=\"mod-img\"><img class=\"size-medium wp-image-4181 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 (Purple)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 3 (Blue)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 (Gray)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 4 (White)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\"><span style=\"color: #585eaa;\">About QMLA Recreational League</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-about-13 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><span style=\"color: #333399;\">For more information about days of play for recreational league lacrosse, see below or go to <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/house-league-days-of-play/\">Recreational League Days of Play</a></span></span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </span></p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).</p>\r\n<p class=\"color4-color\">If you are interested in playing in our competitive club program, please click <a href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\"> here</span> </a>for more information.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"https://quintelacrosse.com/howtoregister/\">REGISTER NOW</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\"><span style=\"text-decoration: underline;\">2022 SEASON DETAILS</span></p>\r\n<p class=\"color2-color\">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.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>U9 / U11 / U13 / U15 / U17</strong></p>\r\n<p class=\"color4-color\">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 <a class=\"\" href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\">here</span></a> for more information. </p>\r\n<p class=\"color4-color\"><span style=\"text-decoration: underline;\">U9</span>\r\nDates: Saturdays, April 23rd to June 25th\r\nTimes: 10:00am to 11:00am\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U11</span>\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 2:00pm to 3:00pm\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U13</span>\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 3:00pm to 4:00pm\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U15</span>\r\nDates: Fridays, April 29th to June 24th (wrap up June 25th)\r\nTimes: 6:00pm to 7:00pm\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U17</span>\r\nDates: Fridays, April 29th to June 24th (wrap up June 25th)\r\nTimes: 7:00pm to 8:00pm\r\nLocation: QSWC</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\"><span style=\"color: #585eaa;\">About QMLA Recreational League</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-about-13 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><span style=\"color: #333399;\">For more information about days of play for recreational league lacrosse, see below or go to <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/house-league-days-of-play/\">Recreational League Days of Play </a></span></span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </span></p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).</p>\r\n<p class=\"color4-color\">If you are interested in playing in our competitive club program, please click <a href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\"> here</span> </a>for more information.</p>\r\n<p class=\"color4-color\">Registration for 2022 will be opening soon!</p>\r\n<p class=\"\"> </p>\r\n<p class=\"color4-color\">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.</p>\r\n<p class=\"color2-color\"><span style=\"text-decoration: underline;\">2022 SEASON DETAILS</span></p>\r\n<p class=\"color2-color\">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.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>U9 / U11 / U13 / U15 / U17</strong></p>\r\n<p class=\"color4-color\">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 <a class=\"\" href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\">here</span></a> for more information. </p>\r\n<p class=\"color4-color\"><span style=\"text-decoration: underline;\">U9</span>\r\nDates: Saturdays, April 23rd to June 25th\r\nTimes: 10:00am to 11:00am\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U11</span>\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 2:00pm to 3:00pm\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U13</span>\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 3:00pm to 4:00pm\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U15</span>\r\nDates: Fridays, April 29th to June 24th (wrap up June 25th)\r\nTimes: 6:00pm to 7:00pm\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U17</span>\r\nDates: Fridays, April 29th to June 24th (wrap up June 25th)\r\nTimes: 7:00pm to 8:00pm\r\nLocation: QSWC</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Competitive Lacrosse</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-15 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div data-imhwpb-draggable=\"true\" class=\"\">\r\n<p class=\"\"><img class=\"bg-img-right bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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, <span style=\"color: #820ee8;\">NO EXPERIENCE NECESSARY.</span> 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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.<span style=\"color: #820ee8;\"> </span></p>\r\n<strong>PLEASE NOTE:\r\n</strong><strong>1. ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND TRYOUTS. \r\n</strong><strong>2. 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.</strong>\r\n\r\n \r\n\r\n2022 TRYOUT DATES: TBD\r\n\r\n \r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COST</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">Approximately $700-$800 per player. Teams are expected to find sponsorship and do fundraising to bring these costs down.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>SCHEDULE</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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). </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COMMITMENT</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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. </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><strong><span style=\"color: #00ccff;\">TRAVEL</span></strong></p>\r\n<p class=\"\" style=\"color: #8224e3;\">For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.</p>\r\n<strong><span style=\"color: #00ccff;\">PROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL</span></strong>\r\n\r\n<span style=\"color: #9424f0;\">The 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).</span>\r\n\r\n \r\n\r\n \r\n<p class=\"\" style=\"color: #8224e3;\"> <img class=\"alignnone size-full wp-image-4382\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA-Festival.png\" alt=\"\" width=\"246\" height=\"205\"><img class=\"size-full wp-image-4381 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA.png\" alt=\"\" width=\"200\" height=\"201\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\"><span style=\"color: #585eaa;\">2022 Recreational League Days of Play</span></h1>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Below are the days of the week and times that each division will play. All dates, times and locations are subject to change.</p>\r\n<p class=\"\" style=\"text-align: center;\">Information for our 2022 program will be updated once available.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">[table id=1 /]</p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">How to Register</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">Please read and follow the instructions below to register for 2022.</p>\r\n\r\n<div>\r\n<div>\r\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">=================================================</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/house-league-days-of-play/\">here</a> to see the Days of Play</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/registration-fees/\">here</a> to see the 2022 Registration Fees</p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">Returning Players</h2>\r\n<p class=\"\">If you <strong>ALREADY HAVE</strong> a SportzSoft login:</p>\r\n<p class=\"\">Here is the online registration link: <strong><a href=\"http://quintelacrosse.com/registration/\">REGISTER HERE</a></strong> </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"><strong>NOTES:</strong></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">2. Please make sure to complete online payment of the 2022 fees for each child registered. \r\n<strong>REGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.</strong></p>\r\n<p class=\"\">3. If you wish email communication to go to TWO email addresses, please make sure <strong>BOTH</strong> are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\"> </p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">New Players to Quinte Minor Lacrosse</h2>\r\n<p class=\"\">If you are <strong>NEW to QMLA and DO NOT HAVE</strong> a SportzSoft account you will need to create one and upload Proof of Age document(s). </p>\r\n<p class=\"\">To create a SportzSoft account:</p>\r\n<p class=\"\">1. Click the online registration link: <strong><a href=\"http://quintelacrosse.com/registration/\" rel=\"noopener noreferrer\">REGISTER HERE</a></strong></p>\r\n<p class=\"\">2. Click “New Member? Create Account\" button, then create an account with your email address and a password</p>\r\n<p class=\"\">3. Please select “Profiles” and then fully complete your profiles for each family member participating, including parent volunteers.\r\n<strong>** NOTE</strong>: 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).</p>\r\n<p class=\"\">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\'.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\r\n<p class=\"\">7. Complete the Questionnaire (if applicable)</p>\r\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only). <strong> Acceptable proof of age is a birth certificate, health card or passport.</strong></p>\r\n<p class=\"\"><strong>NOTE</strong>: Registration is NOT complete until a valid proof of age document is uploaded <strong>AND</strong> payment is received for each child.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Paperweight Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Paperweight House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">Paperweight teams will participate in 3v3 cross-floor games.</p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/sponsors/\"><img class=\"alignnone size-medium wp-image-5302\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 3</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\">Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 18px; padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"color5-background-color color-5-text-contrast bg-background-color tmpl-text-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container-fluid\">\r\n<div class=\"row\" style=\"padding-top: 20px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-1 col-sm-1 col-xs-1\"></div>\r\n<div class=\"col-md-10 col-sm-4 col-xs-12\" style=\"padding: 1em;\"><header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h2 class=\"\" align=\"center\">QMLA Refund & Cancellation Policy</h2>\r\n<p class=\"\" align=\"center\">Updated February 26, 2022</p>\r\n<p class=\"\">Our refund / cancellation policy is as follows:</p>\r\n\r\n<ul class=\"\">\r\n <li><b>Prior</b> to April 8th 2022: Full Refund*</li>\r\n <li>From April 8th - April 22nd 2022: Full Refund*, less $35 admin fee</li>\r\n <li><b>After</b> April 22nd 2022: No Refund</li>\r\n</ul>\r\n<p class=\"\"><i>*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 – <a href=\"mailto:registrar@quintelacrosse.com\">registrar@quintelacrosse.com</a></i></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<h1 class=\"\"> </h1>\n<h1 class=\"\" style=\"text-align: center;\">Peanut Division</h1>\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<h2 class=\"\">Bayhawks Peanut House League</h2>\n<h4 class=\"\">2022</h4>\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr>\n\n</div>\n</div>\n</div>\n</div>\n<p class=\"\">Welcome to the Peanut Division home page. Below you will find the schedule and other important information about our cutest Bayhawks!</p>\n[gallery columns=\"2\" ids=\"5519,5520,5521,5522\" orderby=\"rand\"]\n\n</div>\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\n<p class=\"mod-img\"><img class=\"alignnone wp-image-5302 size-medium bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/0_0_450_450_your_logo_here.jpg\" alt=\"\" width=\"450\" height=\"450\" data-imhwpb-built-photo-search=\"68|landscape\"></p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\"></div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\"></div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\"></div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\"></div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\"></div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Peanut Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Peanut House League</h2>\r\n<h4 class=\"\">2021</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Peanut Division home page. Below you will find the schedule and other important information about our cutest Bayhawks!</p>\r\n[gallery columns=\"2\" ids=\"5519,5520,5521,5522\" orderby=\"rand\"]\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-5302 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/0_0_450_450_your_logo_here.jpg\" alt=\"\" width=\"450\" height=\"450\" data-imhwpb-built-photo-search=\"68|landscape\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Peanut Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Peanut House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Peanut Division home page. Below you will find the schedule and other important information about our cutest Bayhawks!</p>\r\n[gallery columns=\"2\" ids=\"5519,5520,5521,5522\" orderby=\"rand\"]\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-5302 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/0_0_450_450_your_logo_here.jpg\" alt=\"\" width=\"450\" height=\"450\" data-imhwpb-built-photo-search=\"68|landscape\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Peanut Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Peanut House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Peanut Division home page. Below you will find the schedule and other important information about our cutest Bayhawks!</p>\r\n[gallery columns=\"2\" ids=\"5519,5520,5521,5522\" orderby=\"rand\"]\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-5302 size-medium bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/0_0_450_450_your_logo_here.jpg\" alt=\"\" width=\"450\" height=\"450\" data-imhwpb-built-photo-search=\"68|landscape\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Peanut Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks Peanut House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Peanut Division home page. Below you will find the schedule and other important information about our cutest Bayhawks!</p>\r\n[gallery columns=\"2\" ids=\"5519,5520,5521,5522\" orderby=\"rand\"]\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2022/02/2022-QMLA-Sponsorship-Information.pdf\"><img class=\"alignnone wp-image-5302 size-medium bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/0_0_450_450_your_logo_here.jpg\" alt=\"\" width=\"450\" height=\"450\" data-imhwpb-built-photo-search=\"68|landscape\"></a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','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','<div class=\"tmpl-schedule-5 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n<div class=\"col-md-8 col-sm-10 col-xs-12 text-center\" style=\"padding: 1em;\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"font-size: 19px;\">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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a></p>\r\n\r\n<h2 class=\"\">2019 League Sponsors</h2>\r\n</div>\r\n<div class=\"col-md-2 col-sm-1 col-xs-12\"></div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4378\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"256\" height=\"253\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">TaskForce Engineering</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-3 col-sm-2 col-xs-5\">\r\n<div>\r\n<h4 class=\"\" style=\"font-size: 14px;\">24 Newberry Street, Suite 201\r\nBelleville, Ontario K8N 3N3</h4>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-3 col-xs-7\">\r\n<div>\r\n<h5 class=\"h4\" style=\"font-weight: bold;\">Tel: <span class=\"loc_phone\"><a class=\"\" href=\"tel:613-966-5974\">613-966-5600</a></span>\r\nFax: 613-966-5701\r\n<a class=\"\" href=\"mailto:generalmail@taskforce-eng.com\" target=\"_blank\" rel=\"noopener noreferrer\">generalmail@taskforce-eng.com</a></h5>\r\n<div>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"https://www.taskforce-eng.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">Quinte Mat Rentals</p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-2 col-sm-2 col-xs-5\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<p class=\"h4\" style=\"font-weight: bold;\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"http://quintematrentals.com/\">Website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 30px;\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12 text-center align-column-center color1-background-color color-1-text-contrast bg-background-color\" style=\"padding: 1em;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-4342\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"175\" height=\"107\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12 color5-background-color color-5-text-contrast bg-background-color\" style=\"padding: 2em;\">\r\n<p class=\"h2 color3-color\">KKP Belleville Design and Print Solutions</p>\r\n\r\n<div class=\"row current-edit-as-row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-3 col-sm-2 col-xs-5\">\r\n<div>\r\n<h4 class=\"\" style=\"font-size: 14px;\">280 Coleman Street\r\nSuite 500\r\nBelleville, Ontario\r\nK8P 3H7</h4>\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-3 col-xs-7\">\r\n<div>\r\n<h5 class=\"h4\" style=\"font-weight: bold;\">Tel: <span class=\"loc_phone\"><a class=\"\" href=\"tel:613-966-5974\">613-966-5974</a></span>\r\nToll Free: <span class=\"loc_phonel\"><a class=\"\" href=\"tel:866-779-3066\">866-779-3066</a></span>\r\nFax: 613-966-7933\r\n<a class=\"\" href=\"mailto:info@belleville.kkpcanada.ca\">info@belleville.kkpcanada.ca</a></h5>\r\n<p class=\"color4-color\" style=\"margin-top: 5px; font-style: italic;\"> </p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-7 col-xs-12 text-right\">\r\n<div>\r\n<p class=\"\"><a class=\"btn-color-4 btn btn-lowercase btn-raised btn-regular\" style=\"margin: 5px;\" href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\">website</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">TaskForce Engineering U13/U15 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U13/U15 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U13 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-u15-team-1-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-u15-team-2-schedule/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-u15-team-3-schedule/\">Team 3</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">TaskForce Engineering U13 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U13 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U13 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"All images\"]\r\n\r\n</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 (Purple)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 3 (Blue)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 (Gray)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 4 (White)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">TaskForce Engineering U13 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U13 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U13 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee Rep 2019\"]\r\n\r\n</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 (Purple)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 3 (Blue)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 (Gray)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 4 (White)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">TaskForce Engineering U13 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U13 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U13 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 (Purple)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 3 (Blue)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 (Gray)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 4 (White)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">U15 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U15 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U15 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n[Best_Wordpress_Gallery id=\"4\" gal_title=\"All images\"]\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/sponsors/\"><img class=\"alignnone size-medium wp-image-5302 bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n\r\n<div class=\"\">\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 3 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 4</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">U17 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U17 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Midget Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/sponsors/\"><img class=\"alignnone size-medium wp-image-5302 bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">U17 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U17 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the Midget Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2022/02/2022-QMLA-Sponsorship-Information.pdf\"><img class=\"alignnone size-medium wp-image-5302 bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">U17 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U17 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U17 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2022/02/2022-QMLA-Sponsorship-Information.pdf\"><img class=\"alignnone size-medium wp-image-5302 bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">U15 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U15 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U15 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n[Best_Wordpress_Gallery id=\"4\" gal_title=\"All images\"]\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2022/02/2022-QMLA-Sponsorship-Information.pdf\"><img class=\"alignnone size-medium wp-image-5302 bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n\r\n<div class=\"\">\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">U15 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U15 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U15 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n[Best_Wordpress_Gallery id=\"4\" gal_title=\"All images\"]\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2022/02/2022-QMLA-Sponsorship-Information.pdf\"><img class=\"alignnone size-medium wp-image-5302 bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n\r\n<div class=\"\">\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 3 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 4</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">U9 Division</h1>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U9 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U9 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n[Best_Wordpress_Gallery id=\"5\" gal_title=\"All images\"]\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2022/02/2022-QMLA-Sponsorship-Information.pdf\"><img class=\"alignnone size-medium wp-image-5302 bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1 </h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 3</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 4</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 text-center align-column-top\">\r\n<p class=\"\" style=\"margin: 20px 0px;\"><img class=\"bg-img alignnone wp-image-4227 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-1-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2 class=\"\">Paperweight Division 3v3 Mini-Game Lacrosse</h2>\r\n<p class=\"\">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!</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Equipment Required</span>:\r\nHelmet\r\nGloves\r\nMouthguard\r\nLacrosse Stick\r\nRunning Shoes</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">2022 Dates</span></p>\r\n<p class=\"\">Saturdays, April 23rd to June 25th, 10:00am - 11:00am</p>\r\nEarly Bird Rate (until March 27th): $165\r\n<p class=\"\">Regular Rate (March 28th to April 9th): $190</p>\r\n<p class=\"\"><strong>For information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>To register, click <a href=\"http://quintelacrosse.com/registration/\">HERE</a></strong></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12 text-center align-column-top\">\r\n<p class=\"\" style=\"margin: 20px 0px;\"><img class=\"bg-img alignnone wp-image-4227 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-game-1-246x300.jpg\" alt=\"\" width=\"246\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2 class=\"\">Paperweight Division 3v3 Mini-Game Lacrosse</h2>\r\n<p class=\"\">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!</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">Equipment Required</span>:\r\nHelmet\r\nGloves\r\nMouthguard\r\nLacrosse Stick\r\nRunning Shoes</p>\r\n<p class=\"\"><span style=\"text-decoration: underline;\">2022 Dates</span></p>\r\n<p class=\"\">Saturdays, April 23rd to June 25th, 9:00am - 10:00am</p>\r\nEarly Bird Rate (until March 27th): $165\r\n<p class=\"\">Regular Rate (March 28th to April 9th): $190</p>\r\n<p class=\"\"><strong>For information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">HERE</a></strong></p>\r\n<p class=\"\"><strong>To register, click <a href=\"http://quintelacrosse.com/registration/\">HERE</a></strong></p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-center\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-rhombus alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\"><span style=\"color: #585eaa;\">2022 Recreational League Days of Play</span></h1>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Below are the days of the week and times that each division will play. All dates, times and locations are subject to change.</p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"text-decoration: underline;\">NOTE</span>: There is no lacrosse on the May long weekend! (Friday May 20th to Monday May 23rd)</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">[table id=1 /]</p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"><header class=\"entry-header\"></header>\r\n<h1 class=\"\"> </h1>\r\n<div class=\"entry-content\">\r\n<h1 class=\"\" style=\"text-align: center;\"><span style=\"color: #585eaa;\">2022 Recreational League Days of Play</span></h1>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\"> </p>\r\n<p class=\"\" style=\"text-align: center;\">Below are the days of the week and times that each division will play. All dates, times and locations are subject to change.</p>\r\n<p class=\"\" style=\"text-align: center;\">Wrap-up day will be held on June 25th, 2022. ALL TEAMS WILL PARTICIPATE!</p>\r\n<p class=\"\" style=\"text-align: center;\"><span style=\"text-decoration: underline;\">NOTE</span>: There is no lacrosse on the May long weekend! (Friday May 20th to Monday May 23rd)</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">[table id=1 /]</p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">How to Register</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">Please read and follow the instructions below to register for 2022. Registration opens March 1st.</p>\r\n\r\n<div>\r\n<div>\r\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">=================================================</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/house-league-days-of-play/\">here</a> to see the Days of Play</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/registration-fees/\">here</a> to see the 2022 Registration Fees</p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">Returning Players</h2>\r\n<p class=\"\">If you <strong>ALREADY HAVE</strong> a SportzSoft login:</p>\r\n<p class=\"\">Here is the online registration link: <strong>REGISTER HERE</strong> </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"><strong>NOTES:</strong></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">2. Please make sure to complete online payment of the 2022 fees for each child registered. \r\n<strong>REGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.</strong></p>\r\n<p class=\"\">3. If you wish email communication to go to TWO email addresses, please make sure <strong>BOTH</strong> are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\"> </p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">New Players to Quinte Minor Lacrosse</h2>\r\n<p class=\"\">If you are <strong>NEW to QMLA and DO NOT HAVE</strong> a SportzSoft account you will need to create one and upload Proof of Age document(s). </p>\r\n<p class=\"\">To create a SportzSoft account:</p>\r\n<p class=\"\">1. Click the online registration link: <strong>REGISTER HERE</strong></p>\r\n<p class=\"\">2. Click “New Member? Create Account\" button, then create an account with your email address and a password</p>\r\n<p class=\"\">3. Please select “Profiles” and then fully complete your profiles for each family member participating, including parent volunteers.\r\n<strong>** NOTE</strong>: 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).</p>\r\n<p class=\"\">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\'.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\r\n<p class=\"\">7. Complete the Questionnaire (if applicable)</p>\r\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only). <strong> Acceptable proof of age is a birth certificate, health card or passport.</strong></p>\r\n<p class=\"\"><strong>NOTE</strong>: Registration is NOT complete until a valid proof of age document is uploaded <strong>AND</strong> payment is received for each child.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 30px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"tmpl-team-11 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\n<h2 class=\"\" style=\"margin-bottom: 1em;\">Become a Referee with QMLA</h2>\n<p class=\"\" style=\"margin-top: 40px;\">\"Without officials, there is no game.\"</p>\n<p class=\"\">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.</p>\n<p class=\"\">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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a></p>\n<p class=\"\">Also, you can follow the link below to take you directly to the OLOA registration page.</p>\n \n<p class=\"\" style=\"margin-bottom: 2em;\"><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-regular\" href=\"https://olarefreg.sportngin.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Get Started</a></p>\n\n</div>\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{"arrows":false,"autoplay":true,"autoplaySpeed":"8","dots":true,"infinite":true,"bgOptions":{"arrowsPos":"standard","arrowsOverlay":true,"arrowsBgColor":"1","arrowsIcon":"angle","arrowsSize":"30","dotsPos":"bottom","dotsOverlay":false,"dotsColor":"1","dotsSize":"50"},"colors":{"arrowsBG":{"type":"class","value":"1","text":""},"dotsColor":{"type":"class","value":"1","text":""}}}\">\n<div class=\"row\">\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\n<div class=\"text-center\"><img class=\"bg-img bg-img-3 alignnone wp-image-5068 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_92_360_360_CMA_1042_medium.jpg\" alt=\"\" width=\"360\" height=\"360\"></div>\n</div>\n</div>\n<div class=\"row\">\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\n<div class=\"text-center\">\n\n<img class=\"bg-img bg-img-3 wp-image-5081\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops296b3d9f4040003cc90643a5b000f6c7.jpg\" width=\"360\" height=\"360\">\n<h4 style=\"margin: 1.5em 0 0.5em;\">Birdie Ramos</h4>\n<p class=\"\">CEO</p>\n\n</div>\n</div>\n</div>\n<div class=\"row\">\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\n<div class=\"text-center\">\n\n<img class=\"bg-img bg-img-3 wp-image-5082\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcropsf3667df9e665eaba576bc60a850749db.jpg\" width=\"360\" height=\"360\">\n<h4 style=\"margin: 1.5em 0 0.5em;\">Gabriel Williams</h4>\n<p class=\"\">Creative Director</p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">How to Register</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">Please read and follow the instructions below to register for 2022. Registration opens March 1st.</p>\r\n\r\n<div>\r\n<div>\r\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\r\n\r\n</div>\r\n</div>\r\n<p class=\"\">=================================================</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/house-league-days-of-play/\">here</a> to see the Days of Play</p>\r\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/registration-fees/\">here</a> to see the 2022 Registration Fees</p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">Returning Players</h2>\r\n<p class=\"\">If you <strong>ALREADY HAVE</strong> a SportzSoft login:</p>\r\n<p class=\"\">Here is the online registration link: <a href=\"https://www.sportzsoft.com/regApp/Login?OrgId=6712\" target=\"_blank\" rel=\"noopener\"><strong>REGISTER HERE</strong></a> </p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"><strong>NOTES:</strong></p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">2. Please make sure to complete online payment of the 2022 fees for each child registered. \r\n<strong>REGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.</strong></p>\r\n<p class=\"\">3. If you wish email communication to go to TWO email addresses, please make sure <strong>BOTH</strong> are listed under the Primary Parent/Guardian profile.</p>\r\n<p class=\"\"> </p>\r\n\r\n<h2 class=\"\" style=\"font-size: 25px;\">New Players to Quinte Minor Lacrosse</h2>\r\n<p class=\"\">If you are <strong>NEW to QMLA and DO NOT HAVE</strong> a SportzSoft account you will need to create one and upload Proof of Age document(s). </p>\r\n<p class=\"\">To create a SportzSoft account:</p>\r\n<p class=\"\">1. Click the online registration link: <a href=\"https://www.sportzsoft.com/regApp/Login?OrgId=6712\" target=\"_blank\" rel=\"noopener\"><strong>REGISTER HERE</strong></a></p>\r\n<p class=\"\">2. Click “New Member? Create Account\" button, then create an account with your email address and a password</p>\r\n<p class=\"\">3. Please select “Profiles” and then fully complete your profiles for each family member participating, including parent volunteers.\r\n<strong>** NOTE</strong>: 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).</p>\r\n<p class=\"\">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\'.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\r\n<p class=\"\">7. Complete the Questionnaire (if applicable)</p>\r\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only). <strong> Acceptable proof of age is a birth certificate, health card or passport.</strong></p>\r\n<p class=\"\"><strong>NOTE</strong>: Registration is NOT complete until a valid proof of age document is uploaded <strong>AND</strong> payment is received for each child.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n\r\n \r\n\r\n \r\n<p class=\"\">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.</p>\r\n<p class=\"\">Duvall and Clark Sportswear and Equipment\r\n274 Airport Pkwy, Belleville, ON K8N 4Z6</p>\r\n<p class=\"\"><a href=\"https://www.facebook.com/pages/Duvall-Clark-Sportswear-Equipment/131926850186267\" target=\"_blank\" rel=\"noopener noreferrer\">Duvall and Clark Sportswear & Equipment Facebook Page</a></p>\r\n<p class=\"\">Other retailers: Sportchek, Canadian Tire, Lax Shack, used ads (Kijiji, Marketplace, etc)</p>\r\n<p class=\"\">For the equipment guidelines for players in Tyke through Midget, see the following:</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a href=\"https://ontariolacrosse.com/content/playing/required-equipment/box-equipment/box-guidelines.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">OLA Equipment Guidelines</a></p>\r\nFor our Peanut and Paperweight programs, the following equipment is required:\r\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">Peanut (Soft Lacrosse)</span></strong></p>\r\n<p class=\"\">Helmet with facemask</p>\r\n<p class=\"\">Lacrosse stick</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">Paperweight</span> (cross floor 3v3 recreational)</strong></p>\r\n<p class=\"\">Helmet with facemask</p>\r\n<p class=\"\">Gloves</p>\r\n<p class=\"\">Mouthguard</p>\r\n<p class=\"\">Lacrosse stick</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">Paperweight</span> (full floor 5v5 representative)</strong></p>\r\n<p class=\"\">All equipment for recreational</p>\r\n<p class=\"\">Shoulder pads</p>\r\n<p class=\"\">Kidney pads</p>\r\n<p class=\"\">Arm guards</p>\r\n \r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\r\nWe recommend using desktop or laptop computers for registration. Registrations done on mobile devices may encounter difficulties. </p>\r\n<p class=\"\">Please review the <a href=\"https://quintelacrosse.com/omla-refund-cancellation-policy/\">QMLA Refund Policy</a> before registering.</p>\r\n<p class=\"\">Registration for the 2022 box lacrosse house league season is now closed.</p>\r\n<p class=\"\">To register for a Bayhawks rep team, or to access your Sportzsoft account, click <a href=\"https://www.sportzsoft.com/regApp/Login?OrgId=6712\">here</a></p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\"><span style=\"color: #585eaa;\">About QMLA Recreational League</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-about-13 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><span style=\"color: #333399;\">For more information about days of play for recreational league lacrosse, see below or go to <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/house-league-days-of-play/\">Recreational League Days of Play</a></span></span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </span></p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).</p>\r\n<p class=\"color4-color\">If you are interested in playing in our competitive club program, please click <a href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\"> here</span> </a>for more information.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"https://quintelacrosse.com/howtoregister/\">REGISTER NOW</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\"><span style=\"text-decoration: underline;\">2022 SEASON DETAILS</span></p>\r\n<p class=\"\"><span style=\"color: #ff0000;\">UPDATED May 9th</span></p>\r\n<p class=\"color2-color\">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.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>U9 / U11 / U13 / U15 / U17</strong></p>\r\n<p class=\"color4-color\">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 <a class=\"\" href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\">here</span></a> for more information. </p>\r\n<p class=\"color4-color\"><span style=\"text-decoration: underline;\">U9</span>\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 2:00pm to 3:00pm\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U11</span>\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 2:00pm to 3:00pm\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U13</span>\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 3:00pm to 4:00pm\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U15</span>\r\n<span style=\"color: #ff0000;\">Dates: Sundays, April 24th to June 19th (wrap up June 25th)</span>\r\n<span style=\"color: #ff0000;\">Times: 4:00pm to 5:00pm</span>\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U17</span>\r\nOnly offering rep (travel) team for 2022. <a href=\"emailto:quintelacrosse@gmail.com\">Contact us</a> for details.\r\nLocation: QSWC</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\"><span style=\"color: #585eaa;\">About QMLA Recreational League</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-about-13 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><span style=\"color: #333399;\">For more information about days of play for recreational league lacrosse, see below or go to <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/house-league-days-of-play/\">Recreational League Days of Play</a></span></span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </span></p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).</p>\r\n<p class=\"color4-color\">If you are interested in playing in our competitive club program, please click <a href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\"> here</span> </a>for more information.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"https://quintelacrosse.com/howtoregister/\">REGISTER NOW</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\"><span style=\"text-decoration: underline;\">2022 SEASON DETAILS</span></p>\r\n<p class=\"\"><span style=\"color: #ff0000;\">UPDATED APRIL 24th</span></p>\r\n<p class=\"color2-color\">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.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>U9 / U11 / U13 / U15 / U17</strong></p>\r\n<p class=\"color4-color\">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 <a class=\"\" href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\">here</span></a> for more information. </p>\r\n<p class=\"color4-color\"><span style=\"text-decoration: underline;\">U9</span>\r\n<span style=\"color: #ff0000;\">Dates: Sundays, April 24th to June 19th (wrap up June 25th)</span>\r\n<span style=\"color: #ff0000;\">Times: 2:00pm to 3:00pm</span>\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U11</span>\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 2:00pm to 3:00pm\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U13</span>\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 3:00pm to 4:00pm\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U15</span>\r\n<span style=\"color: #ff0000;\">Dates: Sundays, April 24th to June 19th (wrap up June 25th)</span>\r\n<span style=\"color: #ff0000;\">Times: 3:00pm to 4:00pm</span>\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U17</span>\r\nOnly offering rep (travel) team for 2022. <a href=\"emailto:quintelacrosse@gmail.com\">Contact us</a> for details.\r\nLocation: QSWC</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Competitive Lacrosse</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-15 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div data-imhwpb-draggable=\"true\" class=\"\">\r\n<p class=\"\"><img class=\"bg-img-right bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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, <span style=\"color: #820ee8;\">NO EXPERIENCE NECESSARY.</span> 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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.<span style=\"color: #820ee8;\"> </span></p>\r\n<strong>PLEASE NOTE:\r\n</strong><strong>1. ALL PLAYERS MUST BE REGISTERED AND PAID IN ORDER TO ATTEND TRYOUTS. \r\n</strong><strong>2. 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).</strong>\r\n\r\n \r\n\r\n<span style=\"text-decoration: underline;\">UPDATE</span>: As our 2022 box lacrosse registration period winds down (click <a href=\"https://quintelacrosse.com/early-bird-registration-ends-march-27th/\">here</a> 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\n<span style=\"text-decoration: underline;\">What to expect</span>:\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. <a href=\"mailto:quintelacrosse@gmail.com\">EMAIL</a> 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<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COST</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">Approximately $700-$800 per player. Teams are expected to find sponsorship and do fundraising to bring these costs down.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>SCHEDULE</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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). </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COMMITMENT</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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. </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><strong><span style=\"color: #00ccff;\">TRAVEL</span></strong></p>\r\n<p class=\"\" style=\"color: #8224e3;\">For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.</p>\r\n<strong><span style=\"color: #00ccff;\">PROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL</span></strong>\r\n\r\n<span style=\"color: #9424f0;\">The 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).</span>\r\n\r\n \r\n\r\n \r\n<p class=\"\" style=\"color: #8224e3;\"> <img class=\"alignnone size-full wp-image-4382\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA-Festival.png\" alt=\"\" width=\"246\" height=\"205\"><img class=\"size-full wp-image-4381 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA.png\" alt=\"\" width=\"200\" height=\"201\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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 <a href=\"https://quintelacrosse.com/wp-admin/edit.php?post_type=sp_calendar\">your dashboard</a> 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','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\r\nWe recommend using desktop or laptop computers for registration. Registrations done on mobile devices may encounter difficulties. </p>\r\n<p class=\"\">Please review the <a href=\"https://quintelacrosse.com/omla-refund-cancellation-policy/\">QMLA Refund Policy</a> before registering.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"https://www.sportzsoft.com/regApp/Login?OrgId=6712\" target=\"_blank\" rel=\"noopener\">REGISTER</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Competitive Lacrosse</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-15 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div data-imhwpb-draggable=\"true\" class=\"\">\r\n<p class=\"\"><img class=\"bg-img-right bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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, <span style=\"color: #820ee8;\">NO EXPERIENCE NECESSARY.</span> 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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.<span style=\"color: #820ee8;\"> </span></p>\r\n<strong>PLEASE NOTE:\r\n</strong><strong>1. ALL PLAYERS MUST BE REGISTERED IN ORDER TO ATTEND TRYOUTS. \r\n</strong><strong>2. 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.</strong>\r\n\r\n \r\n\r\n2022 TRYOUT DATES: TBD\r\n\r\n \r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COST</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">Approximately $700-$800 per player. Teams are expected to find sponsorship and do fundraising to bring these costs down.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>SCHEDULE</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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). </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COMMITMENT</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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. </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><strong><span style=\"color: #00ccff;\">TRAVEL</span></strong></p>\r\n<p class=\"\" style=\"color: #8224e3;\">For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.</p>\r\n<strong><span style=\"color: #00ccff;\">PROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL</span></strong>\r\n\r\n<span style=\"color: #9424f0;\">The 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).</span>\r\n\r\n \r\n\r\n \r\n<p class=\"\" style=\"color: #8224e3;\"> <img class=\"alignnone size-full wp-image-4382\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA-Festival.png\" alt=\"\" width=\"246\" height=\"205\"><img class=\"size-full wp-image-4381 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA.png\" alt=\"\" width=\"200\" height=\"201\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-team-11 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\">Become a Referee with QMLA</h2>\r\n<p class=\"\" style=\"margin-top: 40px;\">\"Without officials, there is no game.\"</p>\r\n<p class=\"\">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. <strong> QMLA will cover the cost of the certification course.</strong>\r\nWhile we are seeking officials of all ages, the minimum age requirement is 14 years old.</p>\r\n<p class=\"\">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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a></p>\r\n<p class=\"\">Also, you can follow the link below for more information and to register.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"margin-bottom: 2em;\"><a class=\"btn-color-2 btn btn-capitalize btn-rounded btn-regular\" href=\"https://ontariolacrosse.com/content/news/2022-officiating-clinic-details.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Get Started</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{"arrows":false,"autoplay":true,"autoplaySpeed":"8","dots":true,"infinite":true,"bgOptions":{"arrowsPos":"standard","arrowsOverlay":true,"arrowsBgColor":"1","arrowsIcon":"angle","arrowsSize":"30","dotsPos":"bottom","dotsOverlay":false,"dotsColor":"1","dotsSize":"50"},"colors":{"arrowsBG":{"type":"class","value":"1","text":""},"dotsColor":{"type":"class","value":"1","text":""}}}\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\"><img class=\"bg-img bg-img-3 alignnone wp-image-5068 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/0_92_360_360_CMA_1042_medium.jpg\" alt=\"\" width=\"360\" height=\"360\"></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 wp-image-5081\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops296b3d9f4040003cc90643a5b000f6c7.jpg\" width=\"360\" height=\"360\">\r\n<h4 style=\"margin: 1.5em 0 0.5em;\">Birdie Ramos</h4>\r\n<p class=\"\">CEO</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 wp-image-5082\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/11/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcropsf3667df9e665eaba576bc60a850749db.jpg\" width=\"360\" height=\"360\">\r\n<h4 style=\"margin: 1.5em 0 0.5em;\">Gabriel Williams</h4>\r\n<p class=\"\">Creative Director</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<h2 class=\"\">How to Register</h2>\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div>\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\n<p class=\"\"> </p>\n<p class=\"\">Please read and follow the instructions below to register for 2022. Registration opens March 1st.</p>\n\n<div>\n<div>\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\n\n</div>\n</div>\n<p class=\"\">=================================================</p>\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/house-league-days-of-play/\">here</a> to see the Days of Play</p>\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/registration-fees/\">here</a> to see the 2022 Registration Fees</p>\n\n<h2 class=\"\" style=\"font-size: 25px\">Returning Players</h2>\n<p class=\"\">If you <strong>ALREADY HAVE</strong> a SportzSoft login:</p>\n<p class=\"\">Here is the online registration link: <strong><a href=\"https://www.sportzsoft.com/regApp/Login?OrgId=6712\" target=\"_blank\" rel=\"noopener\">REGISTER HERE</a></strong> </p>\n<p class=\"\">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.</p>\n<p class=\"\"><strong>NOTES:</strong></p>\n<p class=\"\">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.</p>\n<p class=\"\">2. Please make sure to complete online payment of the 2022 fees for each child registered. \n<strong>REGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.</strong></p>\n<p class=\"\">3. If you wish email communication to go to TWO email addresses, please make sure <strong>BOTH</strong> are listed under the Primary Parent/Guardian profile.</p>\n<p class=\"\"> </p>\n\n<h2 class=\"\" style=\"font-size: 25px\">New Players to Quinte Minor Lacrosse (including TRY LACROSSE)</h2>\n<p class=\"\">If you are <strong>NEW to QMLA and DO NOT HAVE</strong> a SportzSoft account you will need to create one and upload Proof of Age document(s). </p>\n<p class=\"\">To create a SportzSoft account:</p>\n<p class=\"\">1. Click the online registration link: <strong><a href=\"https://www.sportzsoft.com/regApp/Login?OrgId=6712\" target=\"_blank\" rel=\"noopener\">REGISTER HERE</a></strong></p>\n<p class=\"\">2. Click “New Member? Create Account\" button, then create an account with your email address and a password</p>\n<p class=\"\">3. Please select “Profiles” and then fully complete your profiles for each family member participating, including parent volunteers.\n<strong>** NOTE</strong>: 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).</p>\n<p class=\"\">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\'.</p>\n<p class=\"\">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.</p>\n<p class=\"\">For players registering for TRY LACROSSE, select the TRY LACROSSE (FREE) product.</p>\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\n<p class=\"\">7. Complete the Questionnaire (if applicable)</p>\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only). <strong> Acceptable proof of age is a birth certificate, health card or passport.</strong></p>\n<p class=\"\"><strong>NOTE</strong>: Registration is NOT complete until a valid proof of age document is uploaded <strong>AND</strong> payment (if applicable) is received for each child.</p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 15px; padding-bottom: 20px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a class=\"btn btn-block btn-rounded btn-color-4\" href=\"https://quintelacrosse.com/howtoregister/\">CLICK HERE TO REGISTER</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"\"><a class=\"btn btn-block btn-rounded btn-color-4\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-association-covid-19-vaccination-policy-march-4.pdf\" target=\"_blank\" rel=\"noopener\">OLA VACCINATION POLICY</a></p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\"> </p>\r\n[post_grid id=\"379\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n[smartslider3 slider=4]\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em;\">\r\n<p class=\"\"><script async=\"\" defer=\"\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v4.0\"></script></p>\r\n\r\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"true\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\">\r\n<blockquote class=\"fb-xfbml-parse-ignore\" style=\"padding-bottom: 0.6em; margin-bottom: 49px;\" cite=\"https://www.facebook.com/quintelacrosse/\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a></blockquote>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 10px;\"><a class=\"twitter-timeline\" style=\"background-color: #ffffff;\" href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-width=\"340\" data-height=\"600\" data-dnt=\"true\" data-theme=\"dark\" data-link-color=\"#9266CC\">Tweets by QuinteLacrosse</a> <script async=\"\" src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://ca.linkedin.com/in/melissa-haig-p-eng-719a75\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a><a href=\"http://www.youtube.com/user/KKPCanada\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 20px\">\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<p class=\"\"><a href=\"https://quintelacrosse.com/howtoregister/\">CLICK HERE TO REGISTER (including TRY LACROSSE)</a></p>\n<p class=\"\"><a class=\"btn btn-block btn-rounded btn-color-4\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-association-covid-19-vaccination-policy-march-4.pdf\" target=\"_blank\" rel=\"noopener\">OLA VACCINATION POLICY</a></p>\n\n</div>\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\n<p class=\"\"><a class=\"btn btn-block btn-rounded btn-color-4\" href=\"https://quintelacrosse.com/about-omla-house-league/\">RECREATIONAL LEAGUE DETAILS</a></p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"mod-beta\">\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\n<p class=\"\"> </p>\n[post_grid id=\"379\"]\n\n</div>\n</div>\n</div>\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 75px\">\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\n<div>\n\n[smartslider3 slider=4]\n\n</div>\n</div>\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em\">\n<p class=\"\"><script async=\"\" defer=\"\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v4.0\"></script></p>\n\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"true\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\">\n<blockquote class=\"fb-xfbml-parse-ignore\" style=\"padding-bottom: 0.6em; margin-bottom: 49px\" cite=\"https://www.facebook.com/quintelacrosse/\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a>\n\n</blockquote>\n</div>\n<p class=\"\" style=\"margin-top: 10px\"><a class=\"twitter-timeline\" style=\"background-color: #ffffff\" href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-width=\"340\" data-height=\"600\" data-dnt=\"true\" data-theme=\"dark\" data-link-color=\"#9266CC\">Tweets by QuinteLacrosse</a> <script async=\"\" src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script> </p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\"></div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\"></div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\"></div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\"></div>\n</div>\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\n\n</div>\n</div>\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px\">\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px\" class=\"bg-box bg-box-edged\">\n<p class=\"h4\" style=\"text-transform: uppercase\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" class=\"aligncenter wp-image-4181\" alt=\"\" width=\"300\" height=\"61\"></a></p>\n\n</div>\n</div>\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px\" class=\"bg-box bg-box-edged\">\n<p class=\"h4\" style=\"text-transform: uppercase\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px\" alt=\"\" width=\"99\" height=\"61\"></a></p>\n<p class=\"h4\" style=\"text-transform: uppercase\"> <span style=\"display: none\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><a style=\"margin: 0 5px; text-decoration: none\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener noreferrer\"> </a></i></span> <span style=\"display: none\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><a style=\"margin: 0 5px; text-decoration: none\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener noreferrer\"> </a></i></span> <span style=\"display: none\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><a style=\"margin: 0 5px; text-decoration: none\" href=\"https://ca.linkedin.com/in/melissa-haig-p-eng-719a75\" target=\"_blank\" rel=\"noopener noreferrer\"> </a></i></span><span style=\"display: none\"><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"><a href=\"http://www.youtube.com/user/KKPCanada\" target=\"_blank\" rel=\"noopener noreferrer\"> </a></i></span></p>\n\n</div>\n</div>\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px\" class=\"bg-box bg-box-edged\">\n<p class=\"h4\" style=\"text-transform: uppercase\"><img src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" class=\"aligncenter wp-image-4378\" alt=\"\" width=\"129\" height=\"128\"></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 15px; padding-bottom: 20px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a class=\"btn btn-block btn-rounded btn-color-4\" href=\"https://quintelacrosse.com/howtoregister/\">CLICK HERE TO REGISTER</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"\"><a class=\"btn btn-block btn-rounded btn-color-4\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-association-covid-19-vaccination-policy-march-4.pdf\" target=\"_blank\" rel=\"noopener\">OLA VACCINATION POLICY</a></p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"\"><a class=\"btn btn-block btn-rounded btn-color-4\" href=\"https://quintelacrosse.com/about-omla-house-league/\">RECREATIONAL LEAGUE DETAILS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\"> </p>\r\n[post_grid id=\"379\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n[smartslider3 slider=4]\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em;\">\r\n<p class=\"\"><script async=\"\" defer=\"\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v4.0\"></script></p>\r\n\r\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"true\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\">\r\n<blockquote class=\"fb-xfbml-parse-ignore\" style=\"padding-bottom: 0.6em; margin-bottom: 49px;\" cite=\"https://www.facebook.com/quintelacrosse/\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a></blockquote>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 10px;\"><a class=\"twitter-timeline\" style=\"background-color: #ffffff;\" href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-width=\"340\" data-height=\"600\" data-dnt=\"true\" data-theme=\"dark\" data-link-color=\"#9266CC\">Tweets by QuinteLacrosse</a> <script async=\"\" src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://ca.linkedin.com/in/melissa-haig-p-eng-719a75\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a><a href=\"http://www.youtube.com/user/KKPCanada\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 20px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a class=\"btn btn-block btn-rounded btn-color-4\" href=\"https://quintelacrosse.com/howtoregister/\">CLICK HERE TO REGISTER</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"\"><a class=\"btn btn-block btn-rounded btn-color-4\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-association-covid-19-vaccination-policy-march-4.pdf\" target=\"_blank\" rel=\"noopener\">OLA VACCINATION POLICY</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"\"><a class=\"btn btn-block btn-rounded btn-color-4\" href=\"https://quintelacrosse.com/about-omla-house-league/\">RECREATIONAL LEAGUE DETAILS</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\"> </p>\r\n[post_grid id=\"379\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n[smartslider3 slider=4]\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em;\">\r\n<p class=\"\"><script async=\"\" defer=\"\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v4.0\"></script></p>\r\n\r\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"true\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\">\r\n<blockquote class=\"fb-xfbml-parse-ignore\" style=\"padding-bottom: 0.6em; margin-bottom: 49px;\" cite=\"https://www.facebook.com/quintelacrosse/\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a></blockquote>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 10px;\"><a class=\"twitter-timeline\" style=\"background-color: #ffffff;\" href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-width=\"340\" data-height=\"600\" data-dnt=\"true\" data-theme=\"dark\" data-link-color=\"#9266CC\">Tweets by QuinteLacrosse</a> <script async=\"\" src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a> <a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://ca.linkedin.com/in/melissa-haig-p-eng-719a75\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a><a href=\"http://www.youtube.com/user/KKPCanada\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"wp-image-4378 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<h2 class=\"\">How to Register</h2>\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div>\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\n<p class=\"\"> </p>\n<p class=\"\">Please read and follow the instructions below to register for 2022. Registration opens March 1st.</p>\n\n<div>\n<div>\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\n\n</div>\n</div>\n<p class=\"\">=================================================</p>\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/house-league-days-of-play/\">here</a> to see the Days of Play</p>\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/registration-fees/\">here</a> to see the 2022 Registration Fees</p>\n\n<h2 class=\"\" style=\"font-size: 25px\">Returning Players</h2>\n<p class=\"\">If you <strong>ALREADY HAVE</strong> a SportzSoft login:</p>\n<p class=\"\">Here is the online registration link: <strong><a href=\"https://www.sportzsoft.com/regApp/Login?OrgId=6712\" target=\"_blank\" rel=\"noopener\">REGISTER HERE</a></strong> </p>\n<p class=\"\">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.</p>\n<p class=\"\"><strong>NOTES:</strong></p>\n<p class=\"\">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.</p>\n<p class=\"\">2. Please make sure to complete online payment of the 2022 fees for each child registered. \n<strong>REGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.</strong></p>\n<p class=\"\">3. If you wish email communication to go to TWO email addresses, please make sure <strong>BOTH</strong> are listed under the Primary Parent/Guardian profile.</p>\n<p class=\"\"> </p>\n\n<h2 class=\"\" style=\"font-size: 25px\">New Players to Quinte Minor Lacrosse (including TRY LACROSSE)</h2>\n<p class=\"\">If you are <strong>NEW to QMLA and DO NOT HAVE</strong> a SportzSoft account you will need to create one and upload Proof of Age document(s). </p>\n<p class=\"\">To create a SportzSoft account:</p>\n<p class=\"\">1. Click the online registration link: <strong><a href=\"https://www.sportzsoft.com/regApp/Login?OrgId=6712\" target=\"_blank\" rel=\"noopener\">REGISTER HERE</a></strong></p>\n<p class=\"\">2. Click “New Member? Create Account\" button, then create an account with your email address and a password</p>\n<p class=\"\">3. Please select “Profiles” and then fully complete your profiles for each family member participating, including parent volunteers.\n<strong>** NOTE</strong>: 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).</p>\n<p class=\"\">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\'.</p>\n<p class=\"\">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.</p>\n<p class=\"\">For players registering for TRY LACROSSE, select the TRY LACROSSE (FREE) product.</p>\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\n<p class=\"\">7. Complete the Questionnaire (if applicable)</p>\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only). <strong> Acceptable proof of age is a birth certificate, health card or passport. </strong>(Not required for Try Lacrosse).</p>\n<p class=\"\"><strong>NOTE</strong>: Registration is NOT complete until a valid proof of age document is uploaded <strong>AND</strong> payment (if applicable) is received for each child.</p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<h2 class=\"\">How to Register</h2>\n<div class=\"row gridblock\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div>\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-8 col-sm-12 col-xs-12\">\n<p class=\"\"> </p>\n<p class=\"\">Please read and follow the instructions below to register for 2022. Registration opens March 1st.</p>\n\n<div>\n<div>\n<p class=\"\">If you have any problems, please contact <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.</p>\n\n</div>\n</div>\n<p class=\"\">=================================================</p>\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/house-league-days-of-play/\">here</a> to see the Days of Play</p>\n<p class=\"\">Click <a href=\"http://quintelacrosse.com/registration-fees/\">here</a> to see the 2022 Registration Fees</p>\n\n<h2 class=\"\" style=\"font-size: 25px\">Returning Players</h2>\n<p class=\"\">If you <strong>ALREADY HAVE</strong> a SportzSoft login:</p>\n<p class=\"\">Here is the online registration link: <strong><a href=\"https://www.sportzsoft.com/regApp/Login?OrgId=6712\" target=\"_blank\" rel=\"noopener\">REGISTER HERE</a></strong> </p>\n<p class=\"\">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.</p>\n<p class=\"\"><strong>NOTES:</strong></p>\n<p class=\"\">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.</p>\n<p class=\"\">2. Please make sure to complete online payment of the 2022 fees for each child registered. \n<strong>REGISTRATION IS NOT COMPLETE UNTIL PAYMENT HAS BEEN RECEIVED.</strong></p>\n<p class=\"\">3. If you wish email communication to go to TWO email addresses, please make sure <strong>BOTH</strong> are listed under the Primary Parent/Guardian profile.</p>\n<p class=\"\"> </p>\n\n<h2 class=\"\" style=\"font-size: 25px\">New Players to Quinte Minor Lacrosse (including TRY LACROSSE)</h2>\n<p class=\"\">If you are <strong>NEW to QMLA and DO NOT HAVE</strong> a SportzSoft account you will need to create one and upload Proof of Age document(s). </p>\n<p class=\"\">To create a SportzSoft account:</p>\n<p class=\"\">1. Click the online registration link: <strong><a href=\"https://www.sportzsoft.com/regApp/Login?OrgId=6712\" target=\"_blank\" rel=\"noopener\">REGISTER HERE</a></strong></p>\n<p class=\"\">2. Click “New Member? Create Account\" button, then create an account with your email address and a password</p>\n<p class=\"\">3. Please select “Profiles” and then fully complete your profiles for each family member participating, including parent volunteers.\n<strong>** NOTE</strong>: 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).</p>\n<p class=\"\">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\'.</p>\n<p class=\"\">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.</p>\n<p class=\"\">For players registering for TRY LACROSSE, select the TRY LACROSSE (FREE) product.</p>\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\n<p class=\"\">7. Complete the Questionnaire (if applicable)</p>\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only). <strong> Acceptable proof of age is a birth certificate, health card or passport. </strong>(Not required for Try Lacrosse).</p>\n<p class=\"\"><strong>NOTE</strong>: Registration is NOT complete until a valid proof of age document is uploaded <strong>AND</strong> payment (if applicable) is received for each child.</p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"size-medium wp-image-5854 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/07/14A84731-054F-4F2B-A91C-F46C6F61FE3D-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\"> </p>\r\n<p class=\"\">[post_grid id=\"379\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n[smartslider3 slider=4]\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em;\">\r\n<p class=\"\"><script async=\"\" defer=\"\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v4.0\"></script></p>\r\n\r\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"true\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\">\r\n<blockquote class=\"fb-xfbml-parse-ignore\" style=\"padding-bottom: 0.6em; margin-bottom: 49px;\" cite=\"https://www.facebook.com/quintelacrosse/\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a></blockquote>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 10px;\"><a class=\"twitter-timeline\" style=\"background-color: #ffffff;\" href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-width=\"340\" data-height=\"600\" data-dnt=\"true\" data-theme=\"dark\" data-link-color=\"#9266CC\">Tweets by QuinteLacrosse</a> <script async=\"\" src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <i class=\"fa fa-facebook-square\" aria-hidden=\"true\"></i> <i class=\"fa fa-twitter-square\" aria-hidden=\"true\"></i> <i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"></i><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"></i></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"aligncenter wp-image-4378\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 25px; padding-bottom: 20px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"\"><a class=\"btn btn-block btn-rounded btn-color-4\" href=\"https://quintelacrosse.com/howtoregister/\">CLICK HERE TO REGISTER</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"\"><a class=\"btn btn-block btn-rounded btn-color-4\" href=\"https://quintelacrosse.com/about-omla-house-league/\">RECREATIONAL LEAGUE DETAILS</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"\"><a class=\"btn btn-block btn-rounded btn-color-4\" href=\"https://ontariolacrosse.com/content/administration/ontario-lacrosse-association-covid-19-vaccination-policy-march-4.pdf\" target=\"_blank\" rel=\"noopener\">OLA VACCINATION POLICY</a></p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"mod-beta\">\r\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-newspaper-o\"> </span></div>\r\n<p class=\"\"> </p>\r\n[post_grid id=\"379\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n[smartslider3 slider=4]\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em;\">\r\n<p class=\"\"><script async=\"\" defer=\"\" crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v4.0\"></script></p>\r\n\r\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"true\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\">\r\n<blockquote class=\"fb-xfbml-parse-ignore\" style=\"padding-bottom: 0.6em; margin-bottom: 49px;\" cite=\"https://www.facebook.com/quintelacrosse/\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a></blockquote>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 10px;\"><a class=\"twitter-timeline\" style=\"background-color: #ffffff;\" href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-width=\"340\" data-height=\"600\" data-dnt=\"true\" data-theme=\"dark\" data-link-color=\"#9266CC\">Tweets by QuinteLacrosse</a> <script async=\"\" src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"color2-background-color color-2-text-contrast bg-background-color tmpl-team-2 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-divider\"><a href=\"about-us\">OUR SPONSORS</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 35px; padding-bottom: 80px;\">\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"http://quintematrentals.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4181\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><a href=\"https://belleville.kkpcanada.ca/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"aligncenter wp-image-4342\" style=\"font-family: Roboto; font-size: 14px;\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/02/KKP_logo.png\" alt=\"\" width=\"99\" height=\"61\"></a></p>\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"> <span style=\"display: none;\"><i class=\"fa fa-facebook-square\" aria-hidden=\"true\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://www.facebook.com/KKPBelleville/\" target=\"_blank\" rel=\"noopener noreferrer\"></a></i></span> <span style=\"display: none;\"><i class=\"fa fa-twitter-square\" aria-hidden=\"true\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"http://twitter.com/@KKPMelissa\" target=\"_blank\" rel=\"noopener noreferrer\"></a></i></span> <span style=\"display: none;\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"><a style=\"margin: 0 5px; text-decoration: none;\" href=\"https://ca.linkedin.com/in/melissa-haig-p-eng-719a75\" target=\"_blank\" rel=\"noopener noreferrer\"></a></i></span><span style=\"display: none;\"><i class=\"fa fa-youtube-play\" aria-hidden=\"true\"><a href=\"http://www.youtube.com/user/KKPCanada\" target=\"_blank\" rel=\"noopener noreferrer\"></a></i></span></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12 text-center\">\r\n<div style=\"padding: 20px 15%; border: 1px solid #cecece; margin-top: 100px;\" class=\"bg-box bg-box-edged\">\r\n<p class=\"h4\" style=\"text-transform: uppercase;\"><img class=\"aligncenter wp-image-4378\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"129\" height=\"128\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Competitive Lacrosse</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-15 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 10px; padding-bottom: 10px;\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div data-imhwpb-draggable=\"true\" class=\"\">\r\n<p class=\"\"><img class=\"bg-img-right bg-img alignnone wp-image-52 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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, <span style=\"color: #820ee8;\">NO EXPERIENCE NECESSARY.</span> 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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>.<span style=\"color: #820ee8;\"> </span></p>\r\n<strong>PLEASE NOTE:\r\n</strong><strong>1. ALL PLAYERS MUST BE REGISTERED AND PAID IN ORDER TO ATTEND TRYOUTS. \r\n</strong><strong>2. 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).</strong>\r\n\r\n \r\n\r\n<span style=\"text-decoration: underline;\">UPDATE</span>: As our 2022 box lacrosse registration period winds down (click <a href=\"https://quintelacrosse.com/early-bird-registration-ends-march-27th/\">here</a> 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\n<span style=\"text-decoration: underline;\">What to expect</span>:\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<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COST</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">Approximately $700-$800 per player. Teams are expected to find sponsorship and do fundraising to bring these costs down.</p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>SCHEDULE</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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). </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COMMITMENT</strong></span></p>\r\n<p class=\"\" style=\"color: #8224e3;\">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. </p>\r\n<p class=\"\" style=\"color: #53e0f3;\"><strong><span style=\"color: #00ccff;\">TRAVEL</span></strong></p>\r\n<p class=\"\" style=\"color: #8224e3;\">For zone games, teams may be expected to travel to locations in Durham Region, Peterborough, Kingston and Ottawa as part of zone game play.</p>\r\n<strong><span style=\"color: #00ccff;\">PROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL</span></strong>\r\n\r\n<span style=\"color: #9424f0;\">The 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).</span>\r\n\r\n \r\n\r\n \r\n<p class=\"\" style=\"color: #8224e3;\"> <img class=\"alignnone size-full wp-image-4382\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA-Festival.png\" alt=\"\" width=\"246\" height=\"205\"><img class=\"size-full wp-image-4381 alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/OLA.png\" alt=\"\" width=\"200\" height=\"201\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 15px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h1 class=\"color1-color\" style=\"text-align: center;\">U13 Team 1</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=18 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=14 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n \r\n<p class=\"\">[table id=3 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n<p class=\"\">[table id=3 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 15px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h1 class=\"color1-color\" style=\"text-align: center;\">U13 Team 2</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=19 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=15 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">TaskForce Engineering U13 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U13 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U13 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-u15-team-1-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 3</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-u15-team-2-schedule/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">TaskForce Engineering U13 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U13 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U13 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-u15-team-1-schedule/\">Team 1 (Purple)</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 3 (Blue)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2 (Gray)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 4 (White)</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n<p class=\"\">[table id=4 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','','','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n<p class=\"\">[table id=4 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">TaskForce Engineering U13/U15 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U13/U15 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U13 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-u15-team-1-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 3</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-u15-team-2-schedule/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">TaskForce Engineering U13/U15 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U13/U15 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U13 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-u15-team-1-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 3</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-u15-team-2-schedule/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 15px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"color1-color\" style=\"text-align: center;\">U15 Team 1</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=20 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=17 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n[table id=5 /]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">TaskForce Engineering U13/U15 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h2 class=\"\">Bayhawks U13/U15 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">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.</p>\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n</div>\r\n</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1</h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">TaskForce Engineering U13/U15 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U13/U15 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U13 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-u15-team-1-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-u15-team-3-schedule/\">Team 3</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-u15-team-2-schedule/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n \r\n<p class=\"\">[table id=3 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n[table id=6 /]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=3 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=6 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\"><div class=\"col-md-6 col-xs-12 col-sm-12\"><p class=\"\"><br></p><p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\" data-mce-style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\">SCHEDULE</p><p class=\"\">[table id=3 /]</p></div><div class=\"col-md-6 col-sm-12 col-xs-12\"><p class=\"\"><br></p><p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\" data-mce-style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\">ROSTER</p><p class=\"\">[table id=6 /]</p></div></div></div></div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=4 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=7 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=5 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=8 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=5 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=8 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">TaskForce Engineering U13/U15 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h2 class=\"\">Bayhawks U13/U15 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">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.</p>\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n</div>\r\n</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-u15-team-1/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-u15-team-2/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-u15-team-3/\">Team 3</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">TaskForce Engineering U13/U15 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h2 class=\"\">Bayhawks U13/U15 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">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.</p>\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n</div>\r\n</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-u15-team-1-schedule/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-u15-team-2-schedule/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-u15-team-3-schedule/\">Team 3</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Quinte Mat Rentals U9/U11 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U9/U11 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\" style=\"width: 40.96%; height: 169px;\">\r\n\r\n \r\n<p class=\"\"> </p>\r\n<p class=\"mod-img\"><img class=\"size-medium wp-image-4181 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Quinte Mat Rentals U9/U11 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U9/U11 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\" style=\"width: 40.96%; height: 169px;\">\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n<p class=\"mod-img\"><img class=\"size-medium wp-image-4181 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 1</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> Team 2</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 70px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"text-align: center;\">\n<h1 class=\"color1-color\" style=\"text-align: center;\">Quinte Mat Rentals U9/U11 Division</h1>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<p class=\"\"> </p>\n<p style=\"text-align: center;\"> </p>\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\n<p class=\"\">[table id=3 /]</p>\n\n</div>\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\n<p class=\"\"> </p>\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\n<p class=\"\">[table id=6 /]</p>\n\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h1 class=\"color1-color\" style=\"text-align: center;\">U13/U15 Team 1</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=3 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=6 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h1 class=\"color1-color\" style=\"text-align: center;\">Quinte Mat Rentals U9/U11 Division</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p style=\"text-align: center;\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=3 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=6 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 30px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h1 class=\"color1-color\" style=\"text-align: center;\">Quinte Mat Rentals U9/U11 Division</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=3 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=6 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 15px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h1 class=\"color1-color\" style=\"text-align: center;\">U13/U15 Team 1</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=3 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=6 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 15px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h1 class=\"color1-color\" style=\"text-align: center;\">U13/U15 Team 2</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=4 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=7 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 15px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"color1-color\" style=\"text-align: center;\">U13/U15 Team 3</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=5 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=8 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 15px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h1 class=\"color1-color\" style=\"text-align: center;\">U9/U11 Team 1</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=9 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=11 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 15px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h1 class=\"color1-color\" style=\"text-align: center;\">U13/U15 Team 1</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=3 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=6 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 15px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h1 class=\"color1-color\" style=\"text-align: center;\">U9/U11 Team 1</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=9 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=11 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 15px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h1 class=\"color1-color\" style=\"text-align: center;\">U9/U11 Team 2</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=10 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=12 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 15px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h1 class=\"color1-color\" style=\"text-align: center;\">U9/U11 Team 2</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=10 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=12 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">Quinte Mat Rentals U9/U11 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U9/U11 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">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.</p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\" style=\"width: 40.96%; height: 169px;\">\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n<p class=\"mod-img\"><img class=\"size-medium wp-image-4181 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/QuinteMatRentals-300x61.jpg\" alt=\"\" width=\"300\" height=\"61\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u9-u11-team-1/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u9-u11-team-2/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">TaskForce Engineering U13/U15 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h2 class=\"\">Bayhawks U13/U15 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">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.</p>\r\n[Best_Wordpress_Gallery id=\"3\" gal_title=\"Peewee HL 2019\"]\r\n\r\n</div>\r\n</div>\r\n \r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"wp-image-4378 aligncenter bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Taskforce-Logo.jpg\" alt=\"\" width=\"281\" height=\"277\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4 class=\"\">Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-u15-team-1/\">Team 1</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-u15-team-2/\">Team 2</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u13-u15-team-3/\">Team 3</a></h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 15px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h1 class=\"color1-color\" style=\"text-align: center;\">U13/U15 Team 1</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=3 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=6 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 15px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h1 class=\"color1-color\" style=\"text-align: center;\">U13/U15 Team 2</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=4 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=7 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 15px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"color1-color\" style=\"text-align: center;\">U13/U15 Team 3</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=5 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=8 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 15px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"color1-color\" style=\"text-align: center;\">U15 Team 2</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=21 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=16 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 15px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"color1-color\" style=\"text-align: center;\">U13/U15 Team 3</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=5 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=8 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 15px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"color1-color\" style=\"text-align: center;\">U15 Team 2</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=21 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=16 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 15px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h1 class=\"color1-color\" style=\"text-align: center;\">U13 Team 1</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=18 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=14 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 15px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"text-align: center;\">\r\n<h1 class=\"color1-color\" style=\"text-align: center;\">U13 Team 2</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=19 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=15 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 40px; padding-bottom: 15px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1 class=\"color1-color\" style=\"text-align: center;\">U15 Team 1</h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">SCHEDULE</p>\r\n<p class=\"\">[table id=20 /]</p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\" style=\"text-align: center; font-family: Montserrat; font-weight: 600; font-size: 30px;\" data-font-family=\"Montserrat\" data-font-weight=\"600\" data-font-style=\"\">ROSTER</p>\r\n<p class=\"\">[table id=17 /]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<h1> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\">U15 Division</h1>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Bayhawks U15 House League</h2>\r\n<h4 class=\"\">2022</h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\">Welcome to the U15 Division home page. Below you will find division standings as well as links to each team\'s schedule and results.</p>\r\n[Best_Wordpress_Gallery id=\"4\" gal_title=\"All images\"]\r\n\r\n</div>\r\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2022/02/2022-QMLA-Sponsorship-Information.pdf\"><img class=\"alignnone size-medium wp-image-5302 bg-img bg-img-circle\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/09/your_logo_here-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></a></p>\r\n\r\n<div class=\"\">\r\n<p class=\"mod-img\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 text-center col-xs-12 col-sm-12\">\r\n<h2 class=\"\">Teams</h2>\r\n<h4>Click on a team below for schedule and results.</h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u15-team-1/\">Team 1</a> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"><i class=\"fa fa-calendar\"> </i></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> <a href=\"https://quintelacrosse.com/u15-team-2/\">Team 2</a> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-xs-12 col-sm-12\">\r\n<div class=\"text-center\" data-imhwpb-draggable=\"true\"></div>\r\n</div>\r\n<div class=\"col-md-10 col-xs-12 col-sm-12\">\r\n<div class=\"heading\">\r\n<h3 class=\"xs-center sm-center\"> </h3>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\" style=\"padding: 0em; width: auto;\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<h1 class=\"\"> </h1>\r\n<h1 class=\"\" style=\"text-align: center;\"><span style=\"color: #585eaa;\">About QMLA Recreational League</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-about-13 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px; background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><span style=\"color: #333399;\">For more information about days of play for recreational league lacrosse, see below or go to <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"http://quintelacrosse.com/house-league-days-of-play/\">Recreational League Days of Play</a></span></span></p>\r\n<p class=\"\"><span style=\"color: #333399;\">The QMLA recreational league program is designed to introduce and promote the sport of lacrosse in a fun, friendly and engaging environment. </span></p>\r\n<p class=\"color4-color\">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. </p>\r\n<p class=\"\" style=\"color: #585dae;\">QMLA partners with our neighbouring associations in Tyendinaga, Northumberland and Kingston to provide the best experience for our players.</p>\r\n<p class=\"color4-color\">All QMLA divisions are co-ed unless there is enough interest to form girls-only teams (U11 and above only).</p>\r\n<p class=\"color4-color\">If you are interested in playing in our competitive club program, please click <a href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\"> here</span> </a>for more information.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"https://quintelacrosse.com/howtoregister/\">REGISTER NOW</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"color2-color\"><span style=\"text-decoration: underline;\">2022 SEASON DETAILS</span></p>\r\n<p class=\"\"><span style=\"color: #ff0000;\">UPDATED May 9th</span></p>\r\n<p class=\"color2-color\">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.</p>\r\n<p class=\"color4-color\"><strong>SOFT LACROSSE</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>PAPERWEIGHT</strong></p>\r\n<p class=\"color4-color\">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</p>\r\n<p class=\"color4-color\"><strong>U9 / U11 / U13 / U15 / U17</strong></p>\r\n<p class=\"color4-color\">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 <a class=\"\" href=\"http://quintelacrosse.com/rep/\"><span style=\"color: #0000ff;\">here</span></a> for more information. </p>\r\n<p class=\"color4-color\"><span style=\"text-decoration: underline;\">U9</span>\r\n<span style=\"color: #ff0000;\">Dates: Sundays, April 24th to June 19th (wrap up June 25th)</span>\r\n<span style=\"color: #ff0000;\">Times: 2:00pm to 3:00pm</span>\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U11</span>\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 2:00pm to 3:00pm\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U13</span>\r\nDates: Sundays, April 24th to June 19th (wrap up June 25th)\r\nTimes: 3:00pm to 4:00pm\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U15</span>\r\n<span style=\"color: #ff0000;\">Dates: Sundays, April 24th to June 19th (wrap up June 25th)</span>\r\n<span style=\"color: #ff0000;\">Times: 4:00pm to 5:00pm</span>\r\nLocation: QSWC\r\n<span style=\"text-decoration: underline;\">U17</span>\r\nOnly offering rep (travel) team for 2022. <a href=\"emailto:quintelacrosse@gmail.com\">Contact us</a> for details.\r\nLocation: QSWC</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3356 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/135-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3358 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-4\">\r\n<div>\r\n<p class=\"\"><img class=\"bg-img bg-img-pentagon alignnone wp-image-3357 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-3343 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/121-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"\"> </p>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5878 size-full aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-e1660335389301.jpg\" alt=\"\" width=\"1035\" height=\"429\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box\">\r\n<h3 class=\"color2-color\">Bayhawks Compete in Toronto Beaches Hogtown Paperweight Tournament</h3>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color2-color bg-hr\" style=\"border: 2px solid; margin-bottom: 25px; margin-left: 0px;\" width=\"50%\">\r\n\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<p class=\"\">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!</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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!</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"bg-box\">\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div style=\"padding: 30px 0; margin-left: -10px; margin-right: -10px;\" class=\"bg-box\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5876 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/C7B230B7-48E3-4761-8A14-F14F277AAF27.jpg\" alt=\"\" width=\"834\" height=\"626\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5880 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/FDD8D3CC-597A-4FD2-B0B2-F984539FE729-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5881 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3754-e1660336824191.jpg\" alt=\"\" width=\"285\" height=\"309\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5885 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3886-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5883 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3884-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-5888\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/NewHope_FullColour-3-300x226.png\" alt=\"\" width=\"300\" height=\"226\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5889 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/40_0_300_225.77319587629_CherylCarrier.jpg\" alt=\"\" width=\"300\" height=\"225\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5890 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/20220812_202237856_iOS-e1660336425486.png\" alt=\"\" width=\"1284\" height=\"819\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5891 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/0_176_1284_1127.0109375_Water-Guys-Logo-scaled.jpg\" alt=\"\" width=\"1284\" height=\"1127\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\r\nWe recommend using desktop or laptop computers for registration. Registrations done on mobile devices may encounter difficulties. </p>\r\n<p class=\"\">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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>. Thanks!</p>\r\n<p class=\"\">To access your Sportzsoft account, click <a href=\"https://www.sportzsoft.com/regApp/Login?OrgId=6712\">here</a></p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5878 size-full aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-e1660335389301.jpg\" alt=\"\" width=\"1035\" height=\"429\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box\">\r\n<h3 class=\"color2-color\">Bayhawks Compete in Toronto Beaches Hogtown Paperweight Tournament</h3>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color2-color bg-hr\" style=\"border: 2px solid; margin-bottom: 25px; margin-left: 0px;\" width=\"50%\">\r\n\r\n</div>\r\n</div>\r\n<div>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!</div>\r\n<div>\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!</div>\r\n</div>\r\n<div class=\"bg-box\">\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div style=\"padding: 30px 0; margin-left: -10px; margin-right: -10px;\" class=\"bg-box\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5876 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/C7B230B7-48E3-4761-8A14-F14F277AAF27.jpg\" alt=\"\" width=\"834\" height=\"626\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5880 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/FDD8D3CC-597A-4FD2-B0B2-F984539FE729-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5881 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3754-e1660336824191.jpg\" alt=\"\" width=\"285\" height=\"309\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5885 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3886-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5883 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3884-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-5888\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/NewHope_FullColour-3-300x226.png\" alt=\"\" width=\"300\" height=\"226\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5889 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/40_0_300_225.77319587629_CherylCarrier.jpg\" alt=\"\" width=\"300\" height=\"225\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5890 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/20220812_202237856_iOS-e1660336425486.png\" alt=\"\" width=\"1284\" height=\"819\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5891 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/0_176_1284_1127.0109375_Water-Guys-Logo-scaled.jpg\" alt=\"\" width=\"1284\" height=\"1127\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5878 size-full aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-e1660335389301.jpg\" alt=\"\" width=\"1035\" height=\"429\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box\">\r\n<h3 class=\"color2-color\">Bayhawks Compete in Toronto Beaches Hogtown Paperweight Tournament</h3>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color2-color bg-hr\" style=\"border: 2px solid; margin-bottom: 25px; margin-left: 0px;\" width=\"50%\">\r\n\r\n</div>\r\n</div>\r\n<div>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!</div>\r\n<div>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</div>\r\n</div>\r\n<div class=\"bg-box\">\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div style=\"padding: 30px 0; margin-left: -10px; margin-right: -10px;\" class=\"bg-box\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5876 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/C7B230B7-48E3-4761-8A14-F14F277AAF27.jpg\" alt=\"\" width=\"834\" height=\"626\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5880 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/FDD8D3CC-597A-4FD2-B0B2-F984539FE729-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5881 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3754-e1660336824191.jpg\" alt=\"\" width=\"285\" height=\"309\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5885 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3886-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5883 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3884-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-5888\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/NewHope_FullColour-3-300x226.png\" alt=\"\" width=\"300\" height=\"226\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5889 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/40_0_300_225.77319587629_CherylCarrier.jpg\" alt=\"\" width=\"300\" height=\"225\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5890 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/20220812_202237856_iOS-e1660336425486.png\" alt=\"\" width=\"1284\" height=\"819\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5891 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/0_176_1284_1127.0109375_Water-Guys-Logo-scaled.jpg\" alt=\"\" width=\"1284\" height=\"1127\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5878 size-full aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-e1660335389301.jpg\" alt=\"\" width=\"1035\" height=\"429\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box\">\r\n<h3 class=\"color2-color\">Bayhawks Compete in Toronto Beaches Hogtown Paperweight Tournament</h3>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color2-color bg-hr\" style=\"border: 2px solid; margin-bottom: 25px; margin-left: 0px;\" width=\"50%\">\r\n\r\n</div>\r\n</div>\r\n<div>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!</div>\r\n<div>\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</div>\r\n</div>\r\n<div class=\"bg-box\">\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div style=\"padding: 30px 0; margin-left: -10px; margin-right: -10px;\" class=\"bg-box\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5876 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/C7B230B7-48E3-4761-8A14-F14F277AAF27.jpg\" alt=\"\" width=\"834\" height=\"626\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5880 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/FDD8D3CC-597A-4FD2-B0B2-F984539FE729-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5881 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3754-e1660336824191.jpg\" alt=\"\" width=\"285\" height=\"309\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5885 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3886-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5883 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3884-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-5888\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/NewHope_FullColour-3-300x226.png\" alt=\"\" width=\"300\" height=\"226\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5889 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/40_0_300_225.77319587629_CherylCarrier.jpg\" alt=\"\" width=\"300\" height=\"225\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5890 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/20220812_202237856_iOS-e1660336425486.png\" alt=\"\" width=\"1284\" height=\"819\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5891 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/0_176_1284_1127.0109375_Water-Guys-Logo-scaled.jpg\" alt=\"\" width=\"1284\" height=\"1127\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"mod-reset\"><img class=\"wp-image-5878 size-full aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-e1660335389301.jpg\" alt=\"\" width=\"1035\" height=\"429\"></p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"tmpl-blog-5 boldgrid-section dynamic-gridblock\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\n<div class=\"bg-box\">\n<h3 class=\"color2-color\">Bayhawks Compete in Toronto Beaches Hogtown Paperweight Tournament</h3>\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr class=\"color2-color bg-hr\" style=\"border: 2px solid; margin-bottom: 25px; margin-left: 0px;\" width=\"50%\">\n\n</div>\n</div>\n<div></div>\n<div>\n<p class=\"\">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!</p>\n<p class=\"\">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.</p>\n<p class=\"\">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!</p>\n\n</div>\n</div>\n<div class=\"bg-box\">\n<div></div>\n<div></div>\n</div>\n</div>\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\n<div style=\"padding: 30px 0; margin-left: -10px; margin-right: -10px;\" class=\"bg-box\">\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5876 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/C7B230B7-48E3-4761-8A14-F14F277AAF27.jpg\" alt=\"\" width=\"834\" height=\"626\"></p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\n<p class=\"mod-reset\"><img class=\"wp-image-5880 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/FDD8D3CC-597A-4FD2-B0B2-F984539FE729-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\n\n</div>\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\n<p class=\"mod-reset\"><img class=\"wp-image-5881 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3754-e1660336824191.jpg\" alt=\"\" width=\"285\" height=\"309\"></p>\n\n</div>\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\n<p class=\"mod-reset\"><img class=\"wp-image-5885 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3886-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\n\n</div>\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\n<p class=\"mod-reset\"><img class=\"wp-image-5883 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3884-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-5888\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/NewHope_FullColour-3-300x226.png\" alt=\"\" width=\"300\" height=\"226\"></p>\n\n</div>\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5889 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/40_0_300_225.77319587629_CherylCarrier.jpg\" alt=\"\" width=\"300\" height=\"225\"></p>\n\n</div>\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5890 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/20220812_202237856_iOS-e1660336425486.png\" alt=\"\" width=\"1284\" height=\"819\"></p>\n\n</div>\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5891 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/0_176_1284_1127.0109375_Water-Guys-Logo-scaled.jpg\" alt=\"\" width=\"1284\" height=\"1127\"></p>\n\n</div>\n</div>\n</div>\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5878 size-full aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-e1660335389301.jpg\" alt=\"\" width=\"1035\" height=\"429\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box\">\r\n<h3 class=\"color2-color\">Bayhawks Compete in Toronto Beaches Hogtown Paperweight Tournament</h3>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color2-color bg-hr\" style=\"border: 2px solid; margin-bottom: 25px; margin-left: 0px;\" width=\"50%\">\r\n\r\n</div>\r\n</div>\r\n<div>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!</div>\r\n<div>\r\n<p class=\"\">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!</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"bg-box\">\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div style=\"padding: 30px 0; margin-left: -10px; margin-right: -10px;\" class=\"bg-box\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5876 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/C7B230B7-48E3-4761-8A14-F14F277AAF27.jpg\" alt=\"\" width=\"834\" height=\"626\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5880 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/FDD8D3CC-597A-4FD2-B0B2-F984539FE729-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5881 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3754-e1660336824191.jpg\" alt=\"\" width=\"285\" height=\"309\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5885 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3886-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5883 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3884-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-5888\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/NewHope_FullColour-3-300x226.png\" alt=\"\" width=\"300\" height=\"226\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5889 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/40_0_300_225.77319587629_CherylCarrier.jpg\" alt=\"\" width=\"300\" height=\"225\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5890 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/20220812_202237856_iOS-e1660336425486.png\" alt=\"\" width=\"1284\" height=\"819\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5891 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/0_176_1284_1127.0109375_Water-Guys-Logo-scaled.jpg\" alt=\"\" width=\"1284\" height=\"1127\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5878 size-full aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-e1660335389301.jpg\" alt=\"\" width=\"1035\" height=\"429\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box\">\r\n<h3 class=\"color2-color\">Bayhawks Compete in Toronto Beaches Hogtown Paperweight Tournament</h3>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color2-color bg-hr\" style=\"border: 2px solid; margin-bottom: 25px; margin-left: 0px;\" width=\"50%\">\r\n\r\n</div>\r\n</div>\r\n<div>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</div>\r\n<div>\r\n<p class=\"\">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!</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"bg-box\">\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div style=\"padding: 30px 0; margin-left: -10px; margin-right: -10px;\" class=\"bg-box\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5876 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/C7B230B7-48E3-4761-8A14-F14F277AAF27.jpg\" alt=\"\" width=\"834\" height=\"626\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5880 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/FDD8D3CC-597A-4FD2-B0B2-F984539FE729-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5881 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3754-e1660336824191.jpg\" alt=\"\" width=\"285\" height=\"309\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5885 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3886-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5883 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3884-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-5888\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/NewHope_FullColour-3-300x226.png\" alt=\"\" width=\"300\" height=\"226\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5889 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/40_0_300_225.77319587629_CherylCarrier.jpg\" alt=\"\" width=\"300\" height=\"225\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5890 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/20220812_202237856_iOS-e1660336425486.png\" alt=\"\" width=\"1284\" height=\"819\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5891 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/0_176_1284_1127.0109375_Water-Guys-Logo-scaled.jpg\" alt=\"\" width=\"1284\" height=\"1127\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5878 size-full aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-e1660335389301.jpg\" alt=\"\" width=\"1035\" height=\"429\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box\">\r\n<h3 class=\"color2-color\">Bayhawks Compete in Toronto Beaches Hogtown Paperweight Tournament</h3>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color2-color bg-hr\" style=\"border: 2px solid; margin-bottom: 25px; margin-left: 0px;\" width=\"50%\">\r\n\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<p class=\"\">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!</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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!</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"bg-box\">\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div style=\"padding: 30px 0; margin-left: -10px; margin-right: -10px;\" class=\"bg-box\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5876 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/C7B230B7-48E3-4761-8A14-F14F277AAF27.jpg\" alt=\"\" width=\"834\" height=\"626\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5880 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/FDD8D3CC-597A-4FD2-B0B2-F984539FE729-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5881 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3754-e1660336824191.jpg\" alt=\"\" width=\"285\" height=\"309\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5885 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3886-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5883 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3884-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-5888\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/NewHope_FullColour-3-300x226.png\" alt=\"\" width=\"300\" height=\"226\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5889 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/40_0_300_225.77319587629_CherylCarrier.jpg\" alt=\"\" width=\"300\" height=\"225\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5890 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/20220812_202237856_iOS-e1660336425486.png\" alt=\"\" width=\"1284\" height=\"819\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5891 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/0_176_1284_1127.0109375_Water-Guys-Logo-scaled.jpg\" alt=\"\" width=\"1284\" height=\"1127\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5878 size-full aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/F102D930-AA14-4DCF-A9FB-88E0BB8EB8C4-e1660335389301.jpg\" alt=\"\" width=\"1035\" height=\"429\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box\">\r\n<h3 class=\"color2-color\">Bayhawks Compete in Toronto Beaches Hogtown Paperweight Tournament</h3>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color2-color bg-hr\" style=\"border: 2px solid; margin-bottom: 25px; margin-left: 0px;\" width=\"50%\">\r\n\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<p class=\"\">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!</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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!</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"bg-box\">\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div style=\"padding: 30px 0; margin-left: -10px; margin-right: -10px;\" class=\"bg-box\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5876 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/C7B230B7-48E3-4761-8A14-F14F277AAF27.jpg\" alt=\"\" width=\"834\" height=\"626\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5880 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/FDD8D3CC-597A-4FD2-B0B2-F984539FE729-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5881 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3754-e1660336824191.jpg\" alt=\"\" width=\"285\" height=\"309\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5885 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3886-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"wp-image-5883 size-medium aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/IMG_3884-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-5888\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/NewHope_FullColour-3-300x226.png\" alt=\"\" width=\"300\" height=\"226\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5889 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/40_0_300_225.77319587629_CherylCarrier.jpg\" alt=\"\" width=\"300\" height=\"225\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5890 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/20220812_202237856_iOS-e1660336425486.png\" alt=\"\" width=\"1284\" height=\"819\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-5891 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/0_176_1284_1127.0109375_Water-Guys-Logo-scaled.jpg\" alt=\"\" width=\"1284\" height=\"1127\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box\">\r\n<h3 class=\"color2-color\">U17 Bayhawks Finish 2022 Season and Look Ahead to 2023.</h3>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color2-color bg-hr\" style=\"border: 2px solid; margin-bottom: 25px; margin-left: 0px;\" width=\"50%\">\r\n\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<p class=\"\">On August 5th and 6th, our U17 Bayhawks competitive team finished off their season at the Ontario Lacrosse Festival - the provincial championship tournament.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">The U17 Bayhawks are made up of players from all over Quinte region - Belleville, Brighton, Foxboro, Tyendinaga, Trenton, Prince Edward County and Plainfield. </p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"bg-box\">\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div style=\"padding: 30px 0; margin-left: -10px; margin-right: -10px;\" class=\"bg-box\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5901 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/0_0_834_625.5_IMG_3889-scaled.jpg\" alt=\"\" width=\"834\" height=\"625\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n[Best_Wordpress_Gallery id=\"7\" gal_title=\"2022 U17\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box\">\r\n<h3 class=\"color2-color\">U17 Bayhawks Finish 2022 Season and Look Ahead to 2023.</h3>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color2-color bg-hr\" style=\"border: 2px solid; margin-bottom: 25px; margin-left: 0px;\" width=\"50%\">\r\n\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<p class=\"\">On August 5th and 6th, our U17 Bayhawks competitive team finished off their season at the Ontario Lacrosse Festival - the provincial championship tournament.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">The U17 Bayhawks are made up of players from all over Quinte region - Belleville, Brighton, Foxboro, Tyendinaga, Trenton, Prince Edward County and Plainfield. </p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"bg-box\">\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div style=\"padding: 30px 0; margin-left: -10px; margin-right: -10px;\" class=\"bg-box\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5901 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/0_0_834_625.5_IMG_3889-scaled.jpg\" alt=\"\" width=\"834\" height=\"625\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-blog-5 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<div class=\"bg-box\">\r\n<h3 class=\"color2-color\">U17 Bayhawks Finish 2022 Season and Look Ahead to 2023.</h3>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr class=\"color2-color bg-hr\" style=\"border: 2px solid; margin-bottom: 25px; margin-left: 0px;\" width=\"50%\">\r\n\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<p class=\"\">On August 5th and 6th, our U17 Bayhawks competitive team finished off their season at the Ontario Lacrosse Festival - the provincial championship tournament.</p>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">The U17 Bayhawks are made up of players from all over Quinte region - Belleville, Brighton, Foxboro, Tyendinaga, Trenton, Prince Edward County and Plainfield. </p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"bg-box\">\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div style=\"padding: 30px 0; margin-left: -10px; margin-right: -10px;\" class=\"bg-box\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-5901 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2022/08/0_0_834_625.5_IMG_3889-scaled.jpg\" alt=\"\" width=\"834\" height=\"625\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n[Best_Wordpress_Gallery id=\"7\" gal_title=\"2022 U17\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-team-8 boldgrid-section dynamic-gridblock\" style=\"background-image: linear-gradient(to left, #ffffff, #ffffff);\" data-bg-color-1=\"#FFFFFF\" data-bg-color-2=\"#FFFFFF\" data-bg-direction=\"to left\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Joe Fee</h4>\r\n<h5>President</h5>\r\n<a href=\"mailto:president@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Abby Leavitt</h4>\r\n<h5>VP / Registrar</h5>\r\n<a href=\"mailto:registrar@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Melissa Cybulskie</h4>\r\n<h5>Referee-in-Chief</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Victoria Black</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Chad Grubb</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<div>\r\n<h4>Chris Brinklow</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 25px;\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-4\">\r\n<div style=\"margin-top: 50px;\" class=\"color1-background-color color-1-text-contrast bg-background-color bg-box bg-box-rounded\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-6\">\r\n<h4>Cory Black</h4>\r\n<h5>Director at Large</h5>\r\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-6 col-xs-6 text-right\">\r\n<div>\r\n<p class=\"\" style=\"margin-top: -50px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-4146 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_18_150_150_person.png\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\">Join the U17 Bayhawks Fall Field Lacrosse Competitive Team</h2>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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 <a href=\"emailto:quintelacrosse@gmail.com\">email</a>. This opportunity is for new and experienced players.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\" style=\"box-shadow: #ffffff 0px 0px 0px 0px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{"arrows":false,"autoplay":true,"autoplaySpeed":"8","dots":true,"infinite":true,"bgOptions":{"arrowsPos":"standard","arrowsOverlay":true,"arrowsBgColor":"1","arrowsIcon":"angle","arrowsSize":"30","dotsPos":"bottom","dotsOverlay":false,"dotsColor":"1","dotsSize":"50"},"colors":{"arrowsBG":{"type":"class","value":"1","text":""},"dotsColor":{"type":"class","value":"1","text":""}}}\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\"><img class=\"bg-img alignnone wp-image-52 size-medium bg-img-square\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 wp-image-5266\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/07/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops62e90497e94ae978321a89a7ef6f50f1.jpg\" width=\"360\" height=\"360\"> \r\n<h4 style=\"margin: 1.5em 0 0.5em;\">Lee Ramsey</h4>\r\n<p class=\"\">President</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 wp-image-5268\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/07/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops190c64d9fbe319772aa172afae7b3e46.jpg\" width=\"360\" height=\"360\"> \r\n<h4 style=\"margin: 1.5em 0 0.5em;\">Kenneth Huff</h4>\r\n<p class=\"\">Product Management</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div class=\"tmpl-team-11 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<h2 class=\"\" style=\"margin-bottom: 1em;\">Join the U17 Bayhawks Fall Field Lacrosse Competitive Team</h2>\r\n<p class=\"\">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.</p>\r\n<p class=\"\">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 <a href=\"emailto:quintelacrosse@gmail.com\">email</a>. This opportunity is for new and experienced players.</p>\r\n<p class=\"\">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.</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-5 col-sm-12 col-xs-12\" style=\"box-shadow: #ffffff 0px 0px 0px 0px;\">\r\n<div class=\"boldgrid-wrap-row boldgrid-slider\" data-config=\"{"arrows":false,"autoplay":true,"autoplaySpeed":"8","dots":true,"infinite":true,"bgOptions":{"arrowsPos":"standard","arrowsOverlay":true,"arrowsBgColor":"1","arrowsIcon":"angle","arrowsSize":"30","dotsPos":"bottom","dotsOverlay":false,"dotsColor":"1","dotsSize":"50"},"colors":{"arrowsBG":{"type":"class","value":"1","text":""},"dotsColor":{"type":"class","value":"1","text":""}}}\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\"><img class=\"bg-img alignnone wp-image-52 size-medium bg-img-square\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 wp-image-5266\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/07/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops62e90497e94ae978321a89a7ef6f50f1.jpg\" width=\"360\" height=\"360\"> \r\n<h4 style=\"margin: 1.5em 0 0.5em;\">Lee Ramsey</h4>\r\n<p class=\"\">President</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-sm-12 col-xs-12\">\r\n<div class=\"text-center\">\r\n\r\n<img class=\"bg-img bg-img-3 wp-image-5268\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/07/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw360h360fitcrops190c64d9fbe319772aa172afae7b3e46.jpg\" width=\"360\" height=\"360\"> \r\n<h4 style=\"margin: 1.5em 0 0.5em;\">Kenneth Huff</h4>\r\n<p class=\"\">Product Management</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','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','<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>\r\nWe recommend using desktop or laptop computers for registration. Registrations done on mobile devices may encounter difficulties. </p>\r\n<p class=\"\">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 <a href=\"mailto:quintelacrosse@gmail.com\">quintelacrosse@gmail.com</a>. Thanks!</p>\r\n<p class=\"\">To access your Sportzsoft account or register for U17 Fall Field Lacrosse, click <a href=\"https://www.sportzsoft.com/regApp/Login?OrgId=6712\">here</a></p>\r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 45px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"video-container\"></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','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 <a href=\\\"\\\">James Wright</a>\",\"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 <a href=\\\"\\\">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 <a href=\\\"\\\">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','<p>Actual 2005</p>\n','2019-11-18 22:03:41'),(2,43,16,2,'','log','<p><em>Entry read.</em></p>\n','2020-01-04 02:42:30'),(3,32,16,2,'','log','<p><em>Entry read.</em></p>\n','2020-01-04 02:43:42'),(4,1,16,2,'','note','<p>Paid</p>\n','2020-01-06 00:38:12'),(5,2,16,2,'','note','<p>Paid</p>\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: <a href=\"http://altereddigital.com\">Altered Digital</a>\";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:\"<div id=\"fb-root\"></div>\r\n<script async defer crossorigin=\"anonymous\" src=\"https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v4.0\"></script><div class=\"fb-page\" data-href=\"https://www.facebook.com/quintelacrosse/\" data-tabs=\"timeline\" data-width=\"\" data-height=\"\" data-small-header=\"false\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\"><blockquote cite=\"https://www.facebook.com/quintelacrosse/\" class=\"fb-xfbml-parse-ignore\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a></blockquote></div>\";}s:12:\"_multiwidget\";i:1;i:4;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:337:\"<a class=\"twitter-timeline\" style=\"background-color: #ffffff;\" href=\"https://twitter.com/QuinteLacrosse?ref_src=twsrc%5Etfw\" data-width=\"340\" data-height=\"800\" data-dnt=\"true\" data-theme=\"dark\" data-link-color=\"#9266CC\">Tweets by QuinteLacrosse</a> <script async=\"\" src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\";}}','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:\"<em>This search function</em> 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 <strong>BoldGrid Connect Search</strong> 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:\"<em>This search function</em> 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 <strong>BoldGrid Connect Search</strong> 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<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\n<div class=\"mod-alpha\">\n<p class=\"mod-reset\"><img class=\"wp-image-26\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/boxing-546143_1280-imhwpb-rojo3x16ez3t7ai.jpg\" alt=\"boxing-546143_1280\" data-imhwpb-asset-id=\"9430\" height=\"400\" width=\"400\"></p>\n\n<h2>Boxing</h2>\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-calendar\"> </i>M/W/F - 7:30 PM\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-male\"> </i>22 Students\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-hand-o-right\"> </i>Studio 6\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<p class=\"p-button-secondary\"><a class=\"button-secondary\" href=\"contact-us\">MORE INFO</a></p>\n\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"mod-alpha-1\">\n\n$16/Session\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\n<div class=\"mod-alpha\">\n<p class=\"mod-reset\"><img class=\"wp-image-27\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/woman-595599_1280-imhwpb-x7t9o1zqhbm18dy.jpg\" alt=\"woman-595599_1280\" data-imhwpb-asset-id=\"9431\" height=\"400\" width=\"400\"></p>\n\n<h2>Core Training</h2>\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-calendar\"> </i>M/W/F - 7:30 PM\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-male\"> </i>22 Students\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-hand-o-right\"> </i>Studio 6\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<p class=\"p-button-secondary\"><a class=\"button-secondary\" href=\"contact-us\">MORE INFO</a></p>\n\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"mod-alpha-1\">\n\n$16/Session\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\n<div class=\"mod-alpha\">\n<p class=\"mod-reset\"><img class=\"wp-image-28\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/6814589739_c80b5eb6f9_o-imhwpb-a2z14hcxvrppivv.jpg\" alt=\"6814589739_c80b5eb6f9_o\" data-imhwpb-asset-id=\"9432\" height=\"400\" width=\"400\"></p>\n\n<h2>Cardio Training</h2>\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-calendar\"> </i>M/W/F - 7:30 PM\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-male\"> </i>22 Students\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-hand-o-right\"> </i>Studio 6\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<p class=\"p-button-secondary\"><a class=\"button-secondary\" href=\"contact-us\">MORE INFO</a></p>\n\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"mod-alpha-1\">\n\n$16/Session\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\n<div class=\"mod-alpha\">\n<p class=\"mod-reset\"><img class=\"wp-image-29\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/14057256977_1250446943_o-imhwpb-s3fw4meog75ddjx.jpg\" alt=\"14057256977_1250446943_o\" data-imhwpb-asset-id=\"9433\" height=\"400\" width=\"400\"></p>\n\n<h2>Gymnastics</h2>\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-calendar\"> </i>M/W/F - 7:30 PM\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-male\"> </i>22 Students\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\n<i class=\"fa fa-hand-o-right\"> </i>Studio 6\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<p class=\"p-button-secondary\"><a class=\"button-secondary\" href=\"contact-us\">MORE INFO</a></p>\n\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"mod-alpha-1\">\n\n$16/Session\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"mod-divider\"><a href=\"services\">OUR SERVICES</a></p>\n\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"mod-beta\">\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-child\"> </span></div>\n<h2>Personalized Training</h2>\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\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<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"about-us\">READ MORE<i class=\"fa fa-angle-double-right\"> </i></a></p>\n\n</div>\n</div>\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"mod-beta\">\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-users\"> </span></div>\n<h2>Group Dance Classes</h2>\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\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<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"about-us\">READ MORE<i class=\"fa fa-angle-double-right\"> </i></a></p>\n\n</div>\n</div>\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\n<div class=\"mod-beta\">\n<div class=\"mod-icon-box\" data-imhwpb-draggable=\"true\"><span class=\"fa fa-building\"> </span></div>\n<h2>Full-Service Fitness Center</h2>\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n<hr></div>\n</div>\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<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"about-us\">READ MORE<i class=\"fa fa-angle-double-right\"> </i></a></p>\n\n</div>\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"mod-divider\"><a href=\"about-us\">THE TEAM</a></p>\n\n</div>\n</div></div></div>\n<div class=\"boldgrid-section\"><div class=\"container\"><div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<h3>We Are Dedicated to Everything Fitness</h3>\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<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"about-us\">MORE ABOUT US<i class=\"fa fa-angle-double-right\"> </i> </a></p>\n\n</div>\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\n<div class=\"mod-gamma\">\n<div class=\"row\">\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\n<div class=\"mod-gamma-1\">\n<p class=\"mod-reset\"><img class=\"size-full wp-image-30\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/photo-1419312520378-cbd583837112-imhwpb-6mmxvi4x2ujtpw7.jpg\" alt=\"photo-1419312520378-cbd583837112\" data-imhwpb-asset-id=\"9434\" height=\"300\" width=\"300\"></p>\n\n</div>\n</div>\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\n<div class=\"mod-gamma-2\">\n<ul><li>Maggie Lewis</li>\n <li>(777) 765-4321</li>\n</ul></div>\n</div>\n</div>\n<div class=\"row\">\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\n<div class=\"mod-gamma-1\">\n<p class=\"mod-reset\"><img class=\"size-full wp-image-31\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/photo-1414202251636-d05ac44c0182-imhwpb-dgogcaewxjezqqq.jpg\" alt=\"photo-1414202251636-d05ac44c0182\" data-imhwpb-asset-id=\"9435\" height=\"300\" width=\"300\"></p>\n\n</div>\n</div>\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\n<div class=\"mod-gamma-2\">\n<ul><li>Linda Bass</li>\n <li>(777) 765-4321</li>\n</ul></div>\n</div>\n</div>\n<div class=\"row\">\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\n<div class=\"mod-gamma-1\">\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-32\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/tmp_matt-davis-imhwpb-9gi4sy8ddkqyryr.jpg\" alt=\"Member 3\" data-imhwpb-asset-id=\"66252\" height=\"300\" width=\"300\"></p>\n\n</div>\n</div>\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\n<div class=\"mod-gamma-2\">\n<ul><li>Matt Davis</li>\n <li>(777) 765-4321</li>\n</ul></div>\n</div>\n</div>\n</div>\n</div>\n\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\n<div class=\"mod-gamma\">\n<div class=\"row\">\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\n<div class=\"mod-gamma-1\">\n<p class=\"mod-reset\"><img class=\"size-full wp-image-33\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/sozGYg0tQdSmsUkoPhvt_12-imhwpb-eotog9ini25xw4o.jpg\" alt=\"Member 4\" data-imhwpb-asset-id=\"9437\" height=\"300\" width=\"300\"></p>\n\n</div>\n</div>\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\n<div class=\"mod-gamma-2\">\n<ul><li>Alicia Moore</li>\n <li>(777) 765-4321</li>\n</ul></div>\n</div>\n</div>\n<div class=\"row\">\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\n<div class=\"mod-gamma-1\">\n<p class=\"mod-reset\"><img class=\"size-full wp-image-34\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/photo-1420316078344-6149cb82b2c7-imhwpb-k9y181hssyltehh.jpg\" alt=\"Member 5\" data-imhwpb-asset-id=\"9438\" height=\"300\" width=\"300\"></p>\n\n</div>\n</div>\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\n<div class=\"mod-gamma-2\">\n<ul><li>Andy Miller</li>\n <li>(777) 765-4321</li>\n</ul></div>\n</div>\n</div>\n<div class=\"row\">\n<div class=\"col-xs-4 col-sm-4 col-md-4\">\n<div class=\"mod-gamma-1\">\n<p class=\"mod-reset\"><img class=\"size-full wp-image-35\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/girl-410334_1280-imhwpb-nsoxysekdx6i8pd.jpg\" alt=\"Member 6\" data-imhwpb-asset-id=\"9439\" height=\"300\" width=\"300\"></p>\n\n</div>\n</div>\n<div class=\"col-xs-8 col-sm-8 col-md-8\">\n<div class=\"mod-gamma-2\">\n<ul><li>Janet Clark</li>\n <li>(777) 765-4321</li>\n</ul></div>\n</div>\n</div>\n</div>\n</div>\n</div></div></div>\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<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-5 col-margin-bottom col-xs-12 col-sm-12\">\r\n<h2>Four Pillars of Fitness<del></del></h2>\r\n<h4>A Well-rounded Program for Well-rounded Results<del></del></h4>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\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<div class=\"gridblock\">\r\n<p class=\"p-button-primary\"><a class=\"button-primary\" href=\"#\">Contact Us</a></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-6 col-margin-bottom text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone size-full wp-image-36\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/coiWR0gT8Cw-1-imhwpb-91r89phud3kxfaw.jpg\" height=\"600\" width=\"600\" data-imhwpb-asset-id=\"789476\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/f85c2cf7-11026de8-geribody140400056-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" class=\"wp-image-37\"></p>\r\n<p class=\"mod-img\"><img src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/251b7f00-d72faa62-antoniodiaz140500019-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" class=\"wp-image-38\"></p>\r\n<p class=\"mod-img\"><img src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/36a8aa75-b656a5b5-jalephoto150600010-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" class=\"wp-image-39\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone size-full wp-image-40\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc.jpg\" alt=\"\" data-imhwpb-asset-id=\"780386\" height=\"450\" width=\"600\"></p>\r\n\r\n<h2>Dedication to Fitness</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-4 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone size-full wp-image-41\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i.jpg\" alt=\"\" data-imhwpb-asset-id=\"780387\" height=\"450\" width=\"600\"></p>\r\n\r\n<h2>Personal Training</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n<div class=\"col-md-4 text-center col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone size-full wp-image-42\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\" alt=\"\" data-imhwpb-asset-id=\"780388\" height=\"450\" width=\"600\"></p>\r\n\r\n<h2>Helping Customers Focus on Health</h2>\r\n<div class=\"row gridblock\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\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</div>\r\n</div>\r\n</div>\r\n</div>\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<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"image-gallery\">\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-43\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL052VjgtcUZVVjRJLzYwMHgzMDA_3D-imhwpb-by6i1wxava2jjv6.jpg\" alt=\"\" width=\"600\" height=\"300\" data-imhwpb-asset-id=\"780395\"></p>\n\n</div>\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<h3><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\n<p><a href=\"mailto:admin@quintelacrosseproject.altereddigital.com\">admin@quintelacrosseproject.altereddigital.com</a></p>\n\n<h3><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\n<p>777-765-4321</p>\n\n<h3><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\n<p>1234 Your St, City, STATE, 12345</p>\n<p class=\"boldgrid-google-maps\" style=\"width:100%;height:200px;\"><iframe style=\"width:100%;height:100%;\" src=\"https://maps.google.com/maps?q=1234+Your+St%2C+City%2C+STATE%2C+12345&t=m&z=16&output=embed\" frameborder=\"0\"></iframe></p>\n\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<h3>Get in Touch</h3>\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</div>\n</div>\n</div>\n</div>\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:\"<span class=\\\"event-time value-title\\\" title=\\\"{dtstart}\\\">{time}<span class=\\\"time-separator\\\"> - </span>{endtime before=\\\"<span class=\\\'end-time\\\' title=\\\'{dtend}\\\'>\\\" after=\\\"</span>\\\"}</span>\r\n\r\n <div class=\\\"sub-details\\\">\r\n {hcard}\r\n {details before=\\\"<p class=\\\'mc_details\\\'>\\\" after=\\\"</p>\\\"}\r\n <p><a href=\\\"{linking}\\\" class=\\\"event-link external\\\"><span class=\\\"screen-reader-text\\\">More information about </span>{title}</a></p></div>\";s:4:\"list\";s:504:\"<span class=\\\"event-time value-title\\\" title=\\\"{dtstart}\\\">{time}<span class=\\\"time-separator\\\"> - </span>{endtime before=\\\"<span class=\\\'end-time value-title\\\' title=\\\'{dtend}\\\'>\\\" after=\\\"</span>\\\"}</span>\r\n\r\n <h3 class=\\\"event-title\\\">{title}</h3>\r\n\r\n <div class=\\\"sub-details\\\">\r\n {hcard}\r\n {details before=\\\"<p class=\\\'mc_details\\\'>\\\" after=\\\"</p>\\\"}\r\n <p><a href=\\\"{linking}\\\" class=\\\"event-link external\\\"><span class=\\\"screen-reader-text\\\">More information about </span>{title}</a></p></div>\";s:4:\"mini\";s:505:\"<span class=\\\"event-time value-title\\\" title=\\\"{dtstart}\\\">{time}<span class=\\\"time-separator\\\"> - </span>{endtime before=\\\"<span class=\\\'end-time value-title\\\' title=\\\'{dtend}\\\'>\\\" after=\\\"</span>\\\"}</span>\r\n\r\n <h3 class=\\\"event-title\\\">{title}</h3>\r\n\r\n <div class=\\\"sub-details\\\">\r\n {excerpt before=\\\"<div class=\\\'excerpt\\\'>\\\" after=\\\"</div>\\\"}\r\n {hcard}\r\n <p><a href=\\\"{linking}\\\" class=\\\"event-link external\\\"><span class=\\\"screen-reader-text\\\">More information about </span>{title}</a></p></div>\";s:3:\"rss\";s:886:\"\n<item>\r\n <title>{rss_title}: {date}, {time}</title>\r\n <link>{link}</link>\r\n <pubDate>{rssdate}</pubDate>\r\n <dc:creator>{author}</dc:creator>\r\n <description><![CDATA[{rss_description}]]></description>\r\n <content:encoded><![CDATA[<div class=\\\'vevent\\\'>\r\n <h1 class=\\\'summary\\\'>{rss_title}</h1>\r\n <div class=\\\'description\\\'>{rss_description}</div>\r\n <p class=\\\'dtstart\\\' title=\\\'{ical_start}\\\'>Begins: {time} on {date}</p>\r\n <p class=\\\'dtend\\\' title=\\\'{ical_end}\\\'>Ends: {endtime} on {enddate}</p>\r\n <p>Recurrence: {recurs}</p>\r\n <p>Repetition: {repeats} times</p>\r\n <div class=\\\'location\\\'>{rss_hcard}</div>\r\n {link_title}\r\n </div>]]></content:encoded>\r\n <dc:format xmlns:dc=\\\'http://purl.org/dc/elements/1.1/\\\'>text/html</dc:format>\r\n <dc:source xmlns:dc=\\\'http://purl.org/dc/elements/1.1/\\\'>http://quintelacrosse.com</dc:source>\r\n {guid}\r\n </item>\n\";s:7:\"details\";s:483:\"<span class=\\\"event-time value-title\\\" title=\\\"{dtstart}\\\">{time}<span class=\\\"time-separator\\\"> - </span><span class=\\\"end-time value-title\\\" title=\\\"{dtend}\\\">{endtime}</span></span>\r\n\r\n <div class=\\\"sub-details\\\">\r\n {hcard}\r\n <div class=\\\"mc-description\\\">{image}{description}</div>\r\n <p>{ical_html} • {gcal_link}</p>\r\n {map}\r\n <p><a href=\\\"{linking}\\\" class=\\\"event-link external\\\"><span class=\\\"screen-reader-text\\\">More information about </span>{title}</a></p></div>\";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: <a href=\"https://wordpress.org/support/plugin/post-and-page-builder/reviews/\" target=\"_blank\">https://wordpress.org/support/plugin/post-and-page-builder/reviews/</a>\";}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 <a href=\"https://www.boldgrid.com/feedback\" target=\"_blank\">click here</a>.\";}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 <a href=\"https://www.boldgrid.com/feedback\" target=\"_blank\">here</a>. 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: <a href=\"https://wordpress.org/support/plugin/boldgrid-backup/reviews/\" target=\"_blank\">https://wordpress.org/support/plugin/boldgrid-backup/reviews/</a>\";}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 <a href=\"https://www.boldgrid.com/feedback\" target=\"_blank\">click here</a>.\";}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 <a href=\"https://www.boldgrid.com/feedback\" target=\"_blank\">here</a>. 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: <a href=\"https://wordpress.org/support/plugin/post-and-page-builder/reviews/\" target=\"_blank\">https://wordpress.org/support/plugin/post-and-page-builder/reviews/</a>\";}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 <a href=\"https://www.boldgrid.com/feedback\" target=\"_blank\">click here</a>.\";}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 <a href=\"https://www.boldgrid.com/feedback\" target=\"_blank\">here</a>. 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 <support@boldgrid.com>\";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 <support@boldgrid.com>\";}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 <support@boldgrid.com>\";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 <support@boldgrid.com>\";}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 <support@boldgrid.com>\";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 <support@boldgrid.com>\";}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<BmNvcmW6:5 %3#i+&3Ftt,jByo9=/xdB4V3','no'),(548161,'feedback_unread_count','0','yes'),(565564,'wpforms_version','1.6.2.1','yes'),(565562,'wpforms_license','a:5:{s:3:\"key\";s:32:\"0992a7eddbff9350625033ae83734a89\";s:4:\"type\";s:5:\"basic\";s:10:\"is_expired\";b:1;s:11:\"is_disabled\";b:0;s:10:\"is_invalid\";b:0;}','yes'),(565563,'wpforms_license_updates','1667518293','yes'),(565569,'_amn_wpforms_to_check','1578017860','yes'),(682207,'mc-event-category_children','a:0:{}','yes'),(881737,'_site_transient_bg_license_data','O:8:\"stdClass\":5:{s:3:\"key\";s:64:\"6DD81LpE+OzQAiPQc73Pkuht5r0lnZqU6KKAWkM8wLm6QTUrIq4ml1mTzXVvwoAL\";s:6:\"cipher\";s:11:\"AES-128-CBC\";s:2:\"iv\";s:34:\"M8VQt5%9F%DE%3F%98%E1b%C5%B6%15%3C\";s:4:\"data\";s:536:\"/Nv9su4+SbqdkvhgzVZXSnwuYJaSBRZDjU9ofwY0PZKgYSMc3f7IN7Q1s1kQHf8vZ1y6pXtcw2+mX0zD05XIn7ei0mwxEEXxPUKhPkYV9VCid1UlDb4FmVaWJhKrPL/1FkN6SXIKfYCTDegc2r80T6WBEWIo0fu0rp8fU3YsU/7jtbo0BBJH/m03tjrcKdX5Fm+ubR1saLYaglLvEY9tpurE3rSmd46eZ48v+t47uuknQVAttjvfoJ+s4oZJ3+IUEaUoepfWY74Ar7HTDpDlHun6NIeA/UoZ97fZpcdQA+rOpAgfzT9Ow6oqIqHu6eb1kWf0CC84TUu9+mqio9q+UNqhqhEotPxKD4FWEDXD/gHa9Jz62vkLoPpBIcvrcy7/JW9ktvnYztI1pYwrz5uC+vNK7u7NgDEL105wbXw75vj9YKBz7CwA7pRHCsA4/gxrp+qeKomqsyN/lopHIyAi1BtsWa5f76o0Njw3eFhrUGw0tQiDJ2p1l2eY1mRctKhDJmDo8/BJwlm3Ras6zCsojg==\";s:7:\"version\";i:2;}','no'),(740470,'admin_email_lifespan','1666712447','yes'),(861429,'WPLANG','','yes'),(861430,'new_admin_email','ryan@altereddigital.com','yes'),(861431,'adminhash','a:2:{s:4:\"hash\";s:32:\"f34865d09557206b395a3fbfccbb7be6\";s:8:\"newemail\";s:23:\"ryan@altereddigital.com\";}','yes'),(864753,'jp_sync_lock_full_sync_enqueue','1597067852.107','yes'),(1040706,'duplicate_post_show_original_column','0','yes'),(1040707,'duplicate_post_show_original_in_post_states','0','yes'),(1040708,'duplicate_post_show_original_meta_box','0','yes'),(5850379,'jp_sync_retry_after_sync','','no'),(5847726,'jetpack_comment_likes_enabled','0','yes'),(5847728,'twitter_via','','yes'),(5847731,'jetpack_relatedposts','a:2:{s:13:\"show_headline\";s:0:\"\";s:15:\"show_thumbnails\";s:0:\"\";}','yes'),(1446607,'evl_options','a:4:{s:20:\"evl_frontpage_layout\";s:3:\"2cl\";s:26:\"evl_frontpage_width_layout\";s:5:\"fixed\";s:23:\"evl_content_boxes_title\";s:0:\"\";s:33:\"evl_content_boxes_section_padding\";a:4:{s:11:\"padding-top\";s:4:\"25px\";s:14:\"padding-bottom\";s:4:\"25px\";s:12:\"padding-left\";s:1:\"0\";s:13:\"padding-right\";s:1:\"0\";}}','yes'),(1446608,'old_new_upgrade_themeoptions','true','yes'),(1446611,'theme_mods_evolve','a:7:{s:20:\"evl_frontpage_layout\";s:3:\"2cl\";s:26:\"evl_frontpage_width_layout\";s:5:\"fixed\";s:23:\"evl_content_boxes_title\";s:0:\"\";s:33:\"evl_content_boxes_section_padding\";a:8:{s:11:\"padding-top\";s:4:\"25px\";s:14:\"padding-bottom\";s:4:\"25px\";s:12:\"padding-left\";s:1:\"0\";s:13:\"padding-right\";s:1:\"0\";s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:1:\"0\";}s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1582662493;s:4:\"data\";a:16:{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:2:{i:0;s:13:\"custom_html-2\";i:1;s:13:\"custom_html-4\";}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:{}}}}','yes'),(1446616,'evolve_convert_framework','1582662297','yes'),(1446617,'widget_evolve_tabs-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1446618,'old_evolve_theme_mod','evolve','yes'),(1446640,'kirki_font_local_filenames','a:3:{s:66:\"https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5vAA.woff\";a:3:{s:4:\"file\";s:88:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2020/02/KFOlCnqEu92Fr1MmSU5vAA.woff\";s:3:\"url\";s:80:\"http://quintelacrosse.com/wp-content/uploads/2020/02/KFOlCnqEu92Fr1MmSU5vAA.woff\";s:4:\"type\";s:0:\"\";}s:66:\"https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9vAA.woff\";a:3:{s:4:\"file\";s:88:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2020/02/KFOlCnqEu92Fr1MmEU9vAA.woff\";s:3:\"url\";s:80:\"http://quintelacrosse.com/wp-content/uploads/2020/02/KFOlCnqEu92Fr1MmEU9vAA.woff\";s:4:\"type\";s:0:\"\";}s:66:\"https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlvAA.woff\";a:3:{s:4:\"file\";s:88:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2020/02/KFOlCnqEu92Fr1MmWUlvAA.woff\";s:3:\"url\";s:80:\"http://quintelacrosse.com/wp-content/uploads/2020/02/KFOlCnqEu92Fr1MmWUlvAA.woff\";s:4:\"type\";s:0:\"\";}}','yes'),(1446711,'boldgrid_menus_created','a:2:{i:26;s:6:\"social\";s:14:\"option_version\";i:2;}','yes'),(1446712,'boldgrid_framework_init','1','yes'),(1933341,'wd_bwg_version','1.6.0','no'),(1933342,'wd_bwg_theme_version','1.0.0','no'),(1914331,'_transient_health-check-site-status-result','{\"good\":12,\"recommended\":4,\"critical\":4}','yes'),(1933356,'widget_bwp_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1933357,'widget_bwp_gallery_slideshow','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1933359,'bwg_admin_notice','a:1:{s:15:\"two_week_review\";a:3:{s:5:\"start\";s:8:\"2/7/2021\";s:3:\"int\";i:14;s:9:\"dismissed\";i:0;}}','yes'),(2714170,'boldgrid_plugin_page_notices','a:2:{i:0;a:4:{s:2:\"id\";s:26:\"bgbkup_database_encryption\";s:8:\"isUnread\";b:0;s:7:\"version\";s:6:\"1.13.0\";s:4:\"page\";s:32:\"boldgrid-backup-premium-features\";}i:1;a:4:{s:2:\"id\";s:26:\"bgbkup_timely_auto_updates\";s:8:\"isUnread\";b:0;s:7:\"version\";s:6:\"1.14.0\";s:4:\"page\";s:32:\"boldgrid-backup-premium-features\";}}','yes'),(2713447,'wpforms_crypto_secret_key','sOkA2pHwK2qcnURR234tSmAOq4+54ql9vfws86/yVuo=','yes'),(8515097,'sp_position_children','a:0:{}','yes'),(7665868,'jp_sync_error_log_sync','a:5:{s:15:\"1661143783.9408\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;s:37:\"cURL error 28: SSL connection timeout\";}}s:10:\"error_data\";a:1:{s:19:\"http_request_failed\";i:-10520;}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1661144640.4111\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;s:37:\"cURL error 28: SSL connection timeout\";}}s:10:\"error_data\";a:1:{s:19:\"http_request_failed\";i:-10520;}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1664263172.4175\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;s:102:\"cURL error 28: Failed to connect to jetpack.wordpress.com port 443 after 7502 ms: Connection timed out\";}}s:10:\"error_data\";a:1:{s:19:\"http_request_failed\";i:-10520;}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1666011973.6331\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:24:\"concurrent_request_error\";a:1:{i:0;s:53:\"There is another request running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:24:\"concurrent_request_error\";i:400;}s:18:\"\0*\0additional_data\";a:0:{}}s:14:\"1667347880.183\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:24:\"concurrent_request_error\";a:1:{i:0;s:53:\"There is another request running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:24:\"concurrent_request_error\";i:400;}s:18:\"\0*\0additional_data\";a:0:{}}}','yes'),(10519359,'_transient_timeout_tablepress_c_45c48cce2e2d7fbdea1afc51c7c6ad26','1667464425','no'),(10519360,'_transient_tablepress_c_45c48cce2e2d7fbdea1afc51c7c6ad26','[\"tablepress_7b07b00af8edc0f6ab3c78961a85e719\"]','no'),(10519363,'_transient_timeout_tablepress_c_6512bd43d9caa6e02c990b0a82652dca','1667464425','no'),(10519364,'_transient_tablepress_c_6512bd43d9caa6e02c990b0a82652dca','[\"tablepress_9b63d445d29fb61d1f94487c95127a15\"]','no'),(4381087,'jetpack_sync_settings_checksum_disable','0','yes'),(4381088,'wpforms_email_summaries_fetch_info_blocks_last_run','1667261892','yes'),(4381060,'widget_boldgrid_component_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4381061,'widget_boldgrid_component_page_title','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4381062,'widget_boldgrid_component_site_title','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4381063,'widget_boldgrid_component_site_description','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4381064,'widget_boldgrid_component_logo','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4381099,'duplicate_post_show_link','a:3:{s:9:\"new_draft\";s:1:\"1\";s:5:\"clone\";s:1:\"1\";s:17:\"rewrite_republish\";s:1:\"1\";}','yes'),(4381100,'duplicate_post_show_link_in','a:4:{s:3:\"row\";s:1:\"1\";s:8:\"adminbar\";s:1:\"1\";s:9:\"submitbox\";s:1:\"1\";s:11:\"bulkactions\";s:1:\"1\";}','yes'),(4381081,'boldgrid_backup_environment','a:3:{s:8:\"hostname\";s:26:\"biz252.inmotionhosting.com\";s:10:\"phpversion\";s:6:\"7.2.34\";s:9:\"wpversion\";s:5:\"5.9.5\";}','yes'),(4456724,'wpforms_send_usage_last_run','1667261892','yes'),(2712450,'action_scheduler_lock_async-request-runner','1667432367','yes'),(2712426,'jetpack_sync_settings_full_sync_send_duration','9','yes'),(2712427,'jetpack_sync_settings_full_sync_limits','a:5:{s:5:\"users\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}s:5:\"terms\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}s:5:\"posts\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:1;}s:8:\"comments\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}s:18:\"term_relationships\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}}','yes'),(2712434,'jp_sync_lock_full_sync','1623759678.5695','yes'),(2712435,'action_scheduler_migration_status','complete','yes'),(2712411,'jetpack_connection_active_plugins','a:1:{s:7:\"jetpack\";a:1:{s:4:\"name\";s:7:\"Jetpack\";}}','yes'),(2712442,'wpforms_version_lite','1.6.2.1','yes'),(2712443,'wpforms_version_upgraded_from','1.5.5.2','yes'),(2712413,'schema-ActionScheduler_StoreSchema','3.0.1597067837','yes'),(2712414,'schema-ActionScheduler_LoggerSchema','2.0.1597067837','yes'),(2712467,'wpforms_notifications','a:4:{s:6:\"update\";i:1667431943;s:4:\"feed\";a:2:{i:0;a:6:{s:5:\"title\";s:42:\"Design Awesome Forms with the Layout Field\";s:7:\"content\";s:280:\"Build your own form layout... no code required! The Layout field lets you position fields in columns to make form completion easier and faster. Increase conversions and sales as you take full control of your forms’ appearance. Give the Layout field a try - available to you now!\";s:4:\"type\";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:2:\"id\";i:181;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:184:\"https://wpforms.com/introducing-wpforms-1-7-7-the-new-layout-field-is-here/?utm_source=WordPress&utm_campaign=plugin&utm_medium=Plugin Notification&utm_content=WPForms 1.7.7 Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:174:\"https://wpforms.com/docs/how-to-use-the-layout-field-in-wpforms/?utm_source=WordPress&utm_campaign=plugin&utm_medium=Plugin Notification&utm_content=WPForms 1.7.7 Get Started\";s:4:\"text\";s:11:\"Get Started\";}}s:5:\"start\";s:19:\"2022-10-21 00:00:00\";}i:1;a:6:{s:5:\"title\";s:34:\"Payment Forms with PayPal Commerce\";s:7:\"content\";s:261:\"Creating payment forms for orders, purchases, and donations has never been easier! With the new PayPal Commerce addon, your visitors can quickly pay using PayPal or credit card without ever leaving your site. Upgrade to Pro to start collecting money in minutes.\";s:4:\"type\";a:2:{i:0;s:5:\"basic\";i:1;s:4:\"plus\";}s:2:\"id\";i:175;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:180:\"https://wpforms.com/introducing-new-paypal-commerce-addon-for-wpforms/?utm_source=WordPress&utm_campaign=plugin&utm_medium=Plugin Notification&utm_content=PayPal Commerce BasicPlus\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:147:\"https://wpforms.com/account/licenses/?utm_source=WordPress&utm_campaign=plugin&utm_medium=Plugin Notification&utm_content=PayPal Commerce BasicPlus\";s:4:\"text\";s:14:\"Upgrade to Pro\";}}s:5:\"start\";s:19:\"2022-08-11 00:00:00\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:3:{i:0;s:2:\"28\";i:1;s:2:\"39\";i:2;s:2:\"43\";}}','yes'),(4380903,'auto_update_core_dev','enabled','yes'),(4380904,'auto_update_core_minor','enabled','yes'),(4380905,'auto_update_core_major','unset','yes'),(4371806,'jetpack_active_plan','a:10:{s:10:\"product_id\";i:2002;s:12:\"product_slug\";s:12:\"jetpack_free\";s:12:\"product_name\";s:12:\"Jetpack Free\";s:18:\"product_name_short\";s:4:\"Free\";s:7:\"expired\";b:0;s:14:\"billing_period\";s:0:\"\";s:13:\"user_is_owner\";b:0;s:7:\"is_free\";b:1;s:11:\"license_key\";s:0:\"\";s:8:\"features\";a:2:{s:6:\"active\";a:10:{i:0;s:12:\"advanced-seo\";i:1;s:3:\"cdn\";i:2;s:17:\"jetpack-dashboard\";i:3;s:17:\"security-settings\";i:4;s:17:\"seo-preview-tools\";i:5;s:14:\"send-a-message\";i:6;s:15:\"social-previews\";i:7;s:18:\"upload-audio-files\";i:8;s:18:\"upload-video-files\";i:9;s:15:\"whatsapp-button\";}s:9:\"available\";a:39:{s:7:\"akismet\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:8:\"antispam\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:7:\"backups\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:13:\"backups-daily\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:8:\"calendly\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:20:\"cloudflare-analytics\";a:14:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:14:\"cloudflare-cdn\";a:14:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/audio\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/cover\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:10:\"core/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:9:\"donations\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:17:\"full-activity-log\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:16:\"google-analytics\";a:14:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:9:\"opentable\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:16:\"priority_support\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:18:\"recurring-payments\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:11:\"republicize\";a:14:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:4:\"scan\";a:14:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:15:\"simple-payments\";a:14:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:28:\"subscriber-unlimited-imports\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:7:\"support\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:18:\"vaultpress-backups\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:13:\"video-hosting\";a:14:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:10:\"videopress\";a:8:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:16:\"jetpack_complete\";i:7;s:24:\"jetpack_complete_monthly\";}s:7:\"wordads\";a:14:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:15:\"wordads-jetpack\";a:14:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:6:\"search\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:18:\"google-my-business\";a:10:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:26:\"jetpack_security_t1_yearly\";i:7;s:27:\"jetpack_security_t1_monthly\";i:8;s:26:\"jetpack_security_t2_yearly\";i:9;s:27:\"jetpack_security_t2_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:17:\"real-time-backups\";a:10:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:26:\"jetpack_security_t1_yearly\";i:7;s:27:\"jetpack_security_t1_monthly\";i:8;s:26:\"jetpack_security_t2_yearly\";i:9;s:27:\"jetpack_security_t2_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:18:\"cloud-critical-css\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"instant-search\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:18:\"social-shares-1000\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:22:\"videopress-1tb-storage\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}}}}','yes'),(10591566,'jetpack_site_products','a:0:{}','yes'),(8514876,'sportspress_sport','lacrosse','yes'),(8514877,'sportspress_default_nationality','','yes'),(8514878,'sportspress_styles','yes','yes'),(8514879,'sportspress_table_text_align','default','yes'),(8514880,'sportspress_enable_live_countdowns','yes','yes'),(8514881,'sportspress_rich_editing','yes','yes'),(8514882,'sportspress_enable_responsive_tables','no','yes'),(8514883,'sportspress_enable_scrollable_tables','yes','yes'),(8514884,'sportspress_enable_sortable_tables','yes','yes'),(8514885,'sportspress_widget_unique','no','yes'),(8514886,'sportspress_event_page_template','default','yes'),(8514887,'sportspress_link_events','yes','yes'),(8514888,'sportspress_event_show_date','yes','yes'),(8514889,'sportspress_event_show_time','yes','yes'),(8514890,'sportspress_event_show_day','no','yes'),(8514891,'sportspress_event_show_full_time','no','yes'),(8514892,'sportspress_mode','team','yes'),(8514893,'sportspress_event_teams','2','yes'),(8514894,'sportspress_event_filter_teams_by_league','no','yes'),(8514895,'sportspress_event_filter_teams_by_season','no','yes'),(8514896,'sportspress_event_minutes','90','yes'),(8514897,'sportspress_event_comment_status','no','yes'),(8514898,'sportspress_link_venues','no','yes'),(8514899,'sportspress_event_show_maps','yes','yes'),(8514900,'sportspress_map_type','ROADMAP','yes'),(8514901,'sportspress_map_zoom','15','yes'),(8514902,'sportspress_event_reverse_teams','no','yes'),(8514903,'sportspress_event_logos_format','inline','yes'),(8514904,'sportspress_event_logos_show_team_names','yes','yes'),(8514905,'sportspress_event_logos_show_time','no','yes'),(8514906,'sportspress_event_logos_show_results','no','yes'),(8514907,'sportspress_event_player_sort','jersey','yes'),(8514908,'sportspress_event_result_columns','auto','yes'),(8514909,'sportspress_event_show_outcome','no','yes'),(8514910,'sportspress_event_show_staff','yes','yes'),(8514911,'sportspress_event_show_players','yes','yes'),(8514912,'sportspress_event_show_total','yes','yes'),(8514913,'sportspress_event_performance_columns','auto','yes'),(8514914,'sportspress_event_performance_mode','values','yes'),(8514915,'sportspress_event_performance_stars_type','0','yes'),(8514916,'sportspress_event_hide_child_positions','no','yes'),(8514917,'sportspress_event_show_player_numbers','yes','yes'),(8514918,'sportspress_event_show_position','yes','yes'),(8514919,'sportspress_event_performance_show_minutes','no','yes'),(8514920,'sportspress_event_performance_sections','-1','yes'),(8514921,'sportspress_event_total_performance','all','yes'),(8514922,'sportspress_calendar_page_template','default','yes'),(8514923,'sportspress_event_list_show_title','yes','yes'),(8514924,'sportspress_event_list_show_logos','no','yes'),(8514925,'sportspress_event_list_title_format','title','yes'),(8514926,'sportspress_event_list_time_format','combined','yes'),(8514927,'sportspress_event_list_paginated','yes','yes'),(8514928,'sportspress_event_list_rows','10','yes'),(8514929,'sportspress_event_blocks_show_title','no','yes'),(8514930,'sportspress_event_blocks_show_logos','yes','yes'),(8514931,'sportspress_event_blocks_show_league','no','yes'),(8514932,'sportspress_event_blocks_show_season','no','yes'),(8514933,'sportspress_event_blocks_show_matchday','no','yes'),(8514934,'sportspress_event_blocks_show_venue','no','yes'),(8514935,'sportspress_event_blocks_paginated','yes','yes'),(8514936,'sportspress_event_blocks_rows','5','yes'),(8514937,'sportspress_countdown_show_logos','no','yes'),(8514938,'sportspress_countdown_show_thumbnail','no','yes'),(8514939,'sportspress_team_page_template','default','yes'),(8514940,'sportspress_team_link_staff','no','yes'),(8514941,'sportspress_link_teams','no','yes'),(8514942,'sportspress_team_link_venues','no','yes'),(8514943,'sportspress_team_site_target_blank','no','yes'),(8514944,'sportspress_team_comment_status','no','yes'),(8514945,'sportspress_team_events_format','title','yes'),(8514946,'sportspress_table_page_template','default','yes'),(8514947,'sportspress_table_show_title','yes','yes'),(8514948,'sportspress_table_show_logos','yes','yes'),(8514949,'sportspress_table_paginated','yes','yes'),(8514950,'sportspress_table_rows','10','yes'),(8514951,'sportspress_form_limit','5','yes'),(8514952,'sportspress_table_increment','no','yes'),(8514953,'sportspress_table_tiebreaker','none','yes'),(8514954,'sportspress_table_next_team_filter_league','no','yes'),(8514955,'sportspress_player_page_template','default','yes'),(8514956,'sportspress_link_players','yes','yes'),(8514957,'sportspress_player_show_number','no','yes'),(8514958,'sportspress_player_show_name','no','yes'),(8514959,'sportspress_player_show_nationality','yes','yes'),(8514960,'sportspress_player_show_positions','yes','yes'),(8514961,'sportspress_player_show_current_teams','yes','yes'),(8514962,'sportspress_player_show_past_teams','yes','yes'),(8514963,'sportspress_player_show_leagues','no','yes'),(8514964,'sportspress_player_show_seasons','no','yes'),(8514965,'sportspress_player_show_flags','yes','yes'),(8514966,'sportspress_player_show_birthday','no','yes'),(8514967,'sportspress_player_show_age','no','yes'),(8514968,'sportspress_player_events_format','title','yes'),(8514969,'sportspress_registration_name_inputs','no','yes'),(8514970,'sportspress_registration_team_input','no','yes'),(8514971,'sportspress_registration_team_select','no','yes'),(8514972,'sportspress_registration_add_player','no','yes'),(8514973,'sportspress_player_columns','auto','yes'),(8514974,'sportspress_player_statistics_mode','values','yes'),(8514975,'sportspress_player_performance_sections','-1','yes'),(8514976,'sportspress_player_show_total','no','yes'),(8514977,'sportspress_player_show_career_total','no','yes'),(8514978,'sportspress_list_page_template','default','yes'),(8514979,'sportspress_list_show_title','yes','yes'),(8514980,'sportspress_list_show_photos','no','yes'),(8514981,'sportspress_list_show_flags','no','yes'),(8514982,'sportspress_list_show_logos','no','yes'),(8514983,'sportspress_list_team_format','name','yes'),(8514984,'sportspress_list_paginated','yes','yes'),(8514985,'sportspress_list_rows','10','yes'),(8514986,'sportspress_staff_page_template','default','yes'),(8514987,'sportspress_link_staff','yes','yes'),(8514988,'sportspress_staff_show_nationality','yes','yes'),(8514989,'sportspress_staff_show_current_teams','yes','yes'),(8514990,'sportspress_staff_show_past_teams','yes','yes'),(8514991,'sportspress_staff_show_flags','yes','yes'),(8514992,'sportspress_staff_show_birthday','no','yes'),(8514993,'sportspress_staff_show_age','no','yes'),(8514994,'sportspress_text[Age]','','yes'),(8514995,'sportspress_text[Article]','','yes'),(8514996,'sportspress_text[Away]','','yes'),(8514997,'sportspress_text[Birthday]','','yes'),(8514998,'sportspress_text[Box Score]','','yes'),(8514999,'sportspress_text[Canceled]','','yes'),(8515000,'sportspress_text[Career Total]','','yes'),(8515001,'sportspress_text[Current Team]','','yes'),(8515002,'sportspress_text[Date]','','yes'),(8515003,'sportspress_text[Defense]','','yes'),(8515004,'sportspress_text[Details]','','yes'),(8515005,'sportspress_text[Event]','','yes'),(8515006,'sportspress_text[Events]','','yes'),(8515007,'sportspress_text[Excerpt]','','yes'),(8515008,'sportspress_text[Fixtures]','','yes'),(8515009,'sportspress_text[Full Time]','','yes'),(8515010,'sportspress_text[Home]','','yes'),(8515011,'sportspress_text[League]','','yes'),(8515012,'sportspress_text[League Table]','','yes'),(8515013,'sportspress_text[Leagues]','','yes'),(8515014,'sportspress_text[Match Day]','','yes'),(8515015,'sportspress_text[Nationality]','','yes'),(8515016,'sportspress_text[Offense]','','yes'),(8515017,'sportspress_text[Outcome]','','yes'),(8515018,'sportspress_text[Past Teams]','','yes'),(8515019,'sportspress_text[Photo]','','yes'),(8515020,'sportspress_text[Player]','','yes'),(8515021,'sportspress_text[Player of the Match]','','yes'),(8515022,'sportspress_text[Players]','','yes'),(8515023,'sportspress_text[Pos]','','yes'),(8515024,'sportspress_text[Position]','','yes'),(5810376,'https_detection_errors','a:0:{}','yes'),(10593610,'_transient_timeout_jetpack_sync_last_checked_queue_state_sync','1667432338','no'),(10593611,'_transient_jetpack_sync_last_checked_queue_state_sync','a:2:{i:0;i:0;i:1;i:0;}','no'),(10592224,'_transient_timeout_tablepress_11e4ec49e1b543cebdbabca6ca0b767e','1667505803','no'),(10592225,'_transient_tablepress_11e4ec49e1b543cebdbabca6ca0b767e','\n<table id=\"tablepress-10\" class=\"tablepress tablepress-id-10\">\n<thead>\n<tr class=\"row-1 odd\">\n <th class=\"column-1\">DATE</th><th class=\"column-2\">TIME</th><th class=\"column-3\">OPPONENT</th><th class=\"column-4\">ARENA</th>\n</tr>\n</thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n <td class=\"column-1\">Sunday, April 24th, 2022</td><td class=\"column-2\">2:00pm</td><td class=\"column-3\">Practice</td><td class=\"column-4\">QSWC (Mackay)</td>\n</tr>\n<tr class=\"row-3 odd\">\n <td class=\"column-1\">Sunday, May 1st, 2022</td><td class=\"column-2\">2:00pm</td><td class=\"column-3\">Practice</td><td class=\"column-4\">QSWC (Mackay)</td>\n</tr>\n<tr class=\"row-4 even\">\n <td class=\"column-1\">Sunday, May 8th, 2022</td><td class=\"column-2\">2:00pm</td><td class=\"column-3\">Quinte Team 1</td><td class=\"column-4\">QSWC (Mackay)</td>\n</tr>\n<tr class=\"row-5 odd\">\n <td class=\"column-1\">Sunday, May 15th, 2022</td><td class=\"column-2\">2:00pm</td><td class=\"column-3\">Quinte Team 1</td><td class=\"column-4\">QSWC (Mackay)</td>\n</tr>\n<tr class=\"row-6 even\">\n <td class=\"column-1\">Sunday, May 29th, 2022</td><td class=\"column-2\">2:00pm</td><td class=\"column-3\">Quinte Team 1</td><td class=\"column-4\">QSWC (Mackay)</td>\n</tr>\n<tr class=\"row-7 odd\">\n <td class=\"column-1\">Wednesday, June 1st, 2022</td><td class=\"column-2\">U9 - 5:30pm<br />\nU11 - 6:30pm</td><td class=\"column-3\">Kingston</td><td class=\"column-4\">Kingston Memorial Centre</td>\n</tr>\n<tr class=\"row-8 even\">\n <td class=\"column-1\">Sunday, June 5th, 2022</td><td class=\"column-2\">2:00pm</td><td class=\"column-3\">Quinte Team 1</td><td class=\"column-4\">QSWC (Mackay)</td>\n</tr>\n<tr class=\"row-9 odd\">\n <td class=\"column-1\">Sunday, June 12th, 2022</td><td class=\"column-2\">U9 - 1:00pm<br />\nU11 - 2:00pm</td><td class=\"column-3\">Kingston</td><td class=\"column-4\">QSWC (Mackay)</td>\n</tr>\n<tr class=\"row-10 even\">\n <td class=\"column-1\">Sunday, June 19th, 2022</td><td class=\"column-2\">U9 - 1:00pm<br />\nU11 - 2:00pm</td><td class=\"column-3\">Kingston</td><td class=\"column-4\">QSWC (Mackay)</td>\n</tr>\n<tr class=\"row-11 odd\">\n <td class=\"column-1\">Saturday, June 25th, 2022</td><td class=\"column-2\">10:00am</td><td class=\"column-3\">Quinte Team 1</td><td class=\"column-4\">Duncan McDonald Memorial Community Gardens - Pad 2 (Trenton)</td>\n</tr>\n</tbody>\n</table>\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\":\"<p>Premium extension for the Total Upkeep plugin.<\\/p>\\n\",\"installation\":\"<h4>Minimum Requirements<\\/h4>\\n\\n<ul>\\n<li>PHP 5.4 or higher<\\/li>\\n<\\/ul>\\n\\n<h4>Manually<\\/h4>\\n\\n<ol>\\n<li>Upload the entire boldgrid-backup-premium folder to the \\/wp-content\\/plugins\\/ directory.<\\/li>\\n<li>Activate the plugin through the Plugins menu in WordPress.<\\/li>\\n<\\/ol>\\n\",\"changelog\":\"<h4>1.5.9<\\/h4>\\n\\n<p>Release date: April 29th, 2021<\\/p>\\n\\n<ul>\\n<li>Update: Fixed nonce for restoring single files.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.8<\\/h4>\\n\\n<p>Release date: March 11th, 2021<\\/p>\\n\\n<ul>\\n<li>Update: Updated dependencies, including aws-php-sdk from version 2 to 3.<\\/li>\\n<li>Update: Adding google-drive-download.og<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.7<\\/h4>\\n\\n<p>Release date: February 16th, 2021<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed confings type in update class.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.6<\\/h4>\\n\\n<p>Release date: December 8th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Various JQMIGRATE warnings fixed.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.5<\\/h4>\\n\\n<p>Release date: December 2nd, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed invalid nonce when downloading Amazon S3 backups.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.4<\\/h4>\\n\\n<p>Release date: October 15th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed issue with installing plugins.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.3<\\/h4>\\n\\n<p>Release date: October 13th, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Added additional logging for Google Drive.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.2<\\/h4>\\n\\n<p>Release date: August 12th, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Updated Timely Auto Updates to work with the new WordPress 5.5+ Auto Update UI.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.1<\\/h4>\\n\\n<p>Release date: July 7th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Auto Update Translation filter causes fatal error with JetPack active <a href=\\\"https:\\/\\/github.com\\/BoldGrid\\/boldgrid-backup-premium\\/issues\\/50\\\">#50<\\/a><\\/li>\\n<\\/ul>\\n\\n<h4>1.5.0<\\/h4>\\n\\n<p>Release date: July 7th, 2020<\\/p>\\n\\n<ul>\\n<li>New Feature: Added Timely Auto Updates.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.0<\\/h4>\\n\\n<p>Release date: May 19th, 2020<\\/p>\\n\\n<ul>\\n<li>New feature: Google drive - shared drive support.<\\/li>\\n<li>New feature: Google drive - upload to any folder by using a folder id.<\\/li>\\n<li>Bug fix: Cleaned up Amazon libraries loaded to prevent conflict with W3TC.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.3<\\/h4>\\n\\n<p>Release date: February 19th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Cannot save Google Drive on settings page.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.2<\\/h4>\\n\\n<p>Release date: February 18th, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Allow Google Drive settings to be reset, and which allows for reauthorization.<\\/li>\\n<li>Update: Show error messages when validating Google Drive.<\\/li>\\n<li>Bug fix: Error 403: Daily Limit for Unauthenticated Use Exceeded.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.1<\\/h4>\\n\\n<p>Release date: December 13th, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed filtering of archive attributes.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.0<\\/h4>\\n\\n<p>Release data: November 21th, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Renamed plugin from \\\"BoldGrid Backup Premium\\\" to \\\"Total Upkeep Premium\\\".<\\/li>\\n<li>New feature: Added database dump file encryption.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.1<\\/h4>\\n\\n<p>Release date: October 1st, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fix bucket errors on archive details page.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.0<\\/h4>\\n\\n<p>Release date: October 1st, 2019<\\/p>\\n\\n<ul>\\n<li>New feature: DreamObjects support.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2<\\/h4>\\n\\n<p>Release date: May 21th, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Google Drive attempting to upload archive that does not exist.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1<\\/h4>\\n\\n<p>Release date: May 14th, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Themes autoupdated not showing in Tools > History.<\\/li>\\n<li>Bug fix: Incorrect theme version listed in history during autoupdate.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.0<\\/h4>\\n\\n<p>Release date: Feb 14th, 2019<\\/p>\\n\\n<ul>\\n<li>New feature: Google Drive support.<\\/li>\\n<li>Update: Composer libraries updated.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.3<\\/h4>\\n\\n<p>Release date: Dec 5th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed updating plugin via ajax.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.2<\\/h4>\\n\\n<p>Release date: Nov 20th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed ob_flush warning with S3.<\\/li>\\n<li>Bug fix: Fixed error: Invalid argument supplied for foreach().<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.1<\\/h4>\\n\\n<p>Release Date: October 25th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed handling of hook parameter on non-bulk plugin upgrades.<\\/li>\\n<li>Bug fix: Fatal error: Uncaught Error: Call to undefined function wp<em>generate<\\/em>password.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.0<\\/h4>\\n\\n<p>Release Date: April 11th, 2017<\\/p>\\n\\n<ul>\\n<li>Initial release.<\\/li>\\n<\\/ul>\\n\",\"upgrade_notice\":\"<h4>1.3.0<\\/h4>\\n\\n<p>BoldGrid Backup Premium has been renamed to Total Upkeep Premium. Different name with the same great features.<\\/p>\\n\"}\";s:7:\"siteurl\";s:25:\"https://www.boldgrid.com/\";s:13:\"compatibility\";s:45643:\"{\"5.7\":{\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.6.3\":{\"1.5.9\":[100,95]},\"5.6.2\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.6.1\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.6\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.5.4\":{\"1.5.9\":[100,95]},\"5.5.3\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.5.2\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.5.1\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.5\":{\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.4.5\":{\"1.5.9\":[100,95]},\"5.4.4\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.4.3\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.4.2\":{\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.4.1\":{\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.4\":{\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.3.7\":{\"1.5.9\":[100,95]},\"5.3.6\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.3.5\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.3.4\":{\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.3.3\":{\"1.4.0-rc.2\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.3.2\":{\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.3.1\":{\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.3\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.9\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.8\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.7\":{\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.6\":{\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.5\":{\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.4\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.3\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.2\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.10\":{\"1.5.9\":[100,95]},\"5.2.1\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2\":{\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.8\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.7\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.6\":{\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.5\":{\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.4\":{\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.3\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.2\":{\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.1\":{\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1\":{\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.9\":{\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.8\":{\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.7\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.6\":{\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.5\":{\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.4\":{\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.3\":{\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.2\":{\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.10\":{\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.1\":{\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0\":{\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.9\":{\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.8\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.7\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.6\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.5\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.4\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.3\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.2\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.14\":{\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.13\":{\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.12\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.11\":{\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.10\":{\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.1\":{\"1.0.0\":[100,12],\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.9\":{\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.8\":{\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.7\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.6\":{\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.5\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.4\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.3\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.2\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.10\":{\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.1\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.9\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.8\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.7\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.6\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.5\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.4\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.3\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.2\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.12\":{\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.11\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.10\":{\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.1\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.9\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.8\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.7\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.6\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.5\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.4\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.3\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.2\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.12\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.11\":{\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.10\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.1\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";s:143:\"{\"backup\":\"Backup\",\"cloud backup\":\"Cloud backup\",\"database backup\":\"Database backup\",\"restore\":\"Restore\",\"wordpress backup\":\"Wordpress backup\"}\";s:7:\"banners\";s:125:\"{\"low\":\"//repo.boldgrid.com/assets/banner-backup-772x250.png\",\"high\":\"//repo.boldgrid.com/assets/banner-backup-1544x500.png\"}\";}}s:7:\"updated\";i:1667421469;}','no'),(8076011,'wp_calendar_block_has_published_posts','1','yes'),(8515075,'widget_sportspress-staff','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8515076,'widget_sportspress-birthdays','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8515077,'widget_sportspress-event-calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8515078,'widget_sportspress-event-list','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8515079,'widget_sportspress-event-blocks','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8515080,'widget_sportspress-countdown','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8515081,'widget_sportspress-league-table','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8515082,'widget_sportspress-team-gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8515083,'widget_sportspress-player-list','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8515084,'widget_sportspress-player-gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8515090,'taxonomy_27','a:1:{s:11:\"sp_sections\";a:2:{i:0;i:0;i:1;i:1;}}','yes'),(8515093,'taxonomy_28','a:1:{s:11:\"sp_sections\";a:2:{i:0;i:0;i:1;i:1;}}','yes'),(8515096,'taxonomy_29','a:1:{s:11:\"sp_sections\";a:2:{i:0;i:0;i:1;i:1;}}','yes'),(8515099,'taxonomy_30','a:1:{s:11:\"sp_sections\";a:2:{i:0;i:0;i:1;i:1;}}','yes'),(7660612,'widget_block','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(7666313,'_transient_dirsize_cache','a:56:{s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2022/01\";i:204286;s:57:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2022\";i:204286;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/slider5\";i:697869;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2021/10\";i:0;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2021/12\";i:0;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2021/03\";i:4167984;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2021/11\";i:0;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2021/06\";i:6218660;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2021/09\";i:0;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2021/07\";i:0;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2021/04\";i:0;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2021/05\";i:0;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2021/01\";i:0;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2021/08\";i:0;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2021/02\";i:0;s:57:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2021\";i:10386644;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2019/10\";i:1246682;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2019/12\";i:0;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2019/03\";i:1204609;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2019/11\";i:9272940;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2019/06\";i:0;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2019/09\";i:7392547;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2019/07\";i:3960010;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2019/04\";i:215099;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2019/05\";i:0;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2019/01\";i:9765075;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2019/08\";i:0;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2019/02\";i:1530464;s:57:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2019\";i:34587426;s:76:\"/home/altere25/quintelacrosse.com/wp-content/uploads/photo-gallery/.original\";i:121095019;s:72:\"/home/altere25/quintelacrosse.com/wp-content/uploads/photo-gallery/thumb\";i:3022511;s:66:\"/home/altere25/quintelacrosse.com/wp-content/uploads/photo-gallery\";i:135313628;s:62:\"/home/altere25/quintelacrosse.com/wp-content/uploads/post-grid\";i:0;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2018/12\";i:35049944;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2018/11\";i:7451908;s:57:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2018\";i:42501852;s:67:\"/home/altere25/quintelacrosse.com/wp-content/uploads/wpforms/export\";i:0;s:66:\"/home/altere25/quintelacrosse.com/wp-content/uploads/wpforms/cache\";i:125013;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/wpforms\";i:125750;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/slider4\";i:289765;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2020/10\";i:0;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2020/12\";i:0;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2020/03\";i:600211;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2020/11\";i:0;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2020/06\";i:249291;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2020/09\";i:92390;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2020/07\";i:55254;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2020/04\";i:0;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2020/05\";i:118359;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2020/01\";i:6834852;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2020/08\";i:977281;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2020/02\";i:13295220;s:57:\"/home/altere25/quintelacrosse.com/wp-content/uploads/2020\";i:22222858;s:62:\"/home/altere25/quintelacrosse.com/wp-content/uploads/kirki-css\";i:1528;s:60:\"/home/altere25/quintelacrosse.com/wp-content/uploads/slider3\";i:142650;s:52:\"/home/altere25/quintelacrosse.com/wp-content/uploads\";i:246474256;}','yes'),(7996139,'jetpack_search_plan_info','a:8:{s:20:\"search_subscriptions\";a:0:{}s:23:\"supports_instant_search\";b:0;s:28:\"supports_only_classic_search\";b:0;s:15:\"supports_search\";b:0;s:27:\"default_upgrade_bill_period\";s:6:\"yearly\";s:9:\"tier_slug\";N;s:20:\"tier_minimum_records\";N;s:20:\"tier_maximum_records\";N;}','yes'),(8515161,'sportspress_league','31','yes'),(8584345,'sp_season_children','a:0:{}','yes'),(8515158,'sportspress_primary_result','goals','yes'),(8589516,'sp_league_children','a:1:{i:31;a:4:{i:0;i:45;i:1;i:46;i:2;i:47;i:3;i:48;}}','yes'),(8515025,'sportspress_text[Postponed]','','yes'),(8515026,'sportspress_text[Preview]','','yes'),(8515027,'sportspress_text[Profile]','','yes'),(8515031,'sportspress_text[Season]','','yes'),(8515032,'sportspress_text[Seasons]','','yes'),(8515033,'sportspress_text[Staff]','','yes'),(8515034,'sportspress_text[Statistics]','','yes'),(8515035,'sportspress_text[TBD]','','yes'),(8515036,'sportspress_text[Team]','','yes'),(8515037,'sportspress_text[Teams]','','yes'),(8515038,'sportspress_text[Time]','','yes'),(8515039,'sportspress_text[Time/Results]','','yes'),(8515040,'sportspress_text[Total]','','yes'),(8515041,'sportspress_text[Venue]','','yes'),(8515042,'sportspress_text[Video]','','yes'),(8515043,'sportspress_text[View all events]','','yes'),(8515044,'sportspress_text[View all players]','','yes'),(8515045,'sportspress_text[View full table]','','yes'),(8517112,'sp_venue_children','a:0:{}','yes'),(8515194,'taxonomy_33','a:3:{s:10:\"sp_address\";s:107:\"Quinte Sports & Wellness Centre, 265, Cannifton Road, Belleville, Central Ontario, Ontario, K8N 4V8, Canada\";s:11:\"sp_latitude\";s:10:\"44.1877872\";s:12:\"sp_longitude\";s:18:\"-77.38234437683762\";}','yes'),(8515164,'sportspress_season','32','yes'),(8517111,'taxonomy_44','a:3:{s:10:\"sp_address\";s:102:\"8, Couch Crescent, Trenton, Quinte West, Quinte West (city), Central Ontario, Ontario, K8V 1R9, Canada\";s:11:\"sp_latitude\";s:17:\"44.10318681818182\";s:12:\"sp_longitude\";s:11:\"-77.5692383\";}','yes'),(8071774,'tablepress_plugin_options','{\"plugin_options_db_version\":43,\"table_scheme_db_version\":3,\"prev_tablepress_version\":\"0\",\"tablepress_version\":\"1.14\",\"first_activation\":1645893128,\"message_plugin_update\":false,\"message_donation_nag\":true,\"use_custom_css\":true,\"use_custom_css_file\":true,\"custom_css\":\"\",\"custom_css_minified\":\"\",\"custom_css_version\":0}','yes'),(8516691,'taxonomy_42','a:3:{s:10:\"sp_address\";s:109:\"435, Front Street West, Stirling, Stirling-Rawdon, Hastings County, Central Ontario, Ontario, K0K 3E0, Canada\";s:11:\"sp_latitude\";s:17:\"44.29171994812173\";s:12:\"sp_longitude\";s:18:\"-77.56508684321615\";}','yes'),(8516713,'taxonomy_43','a:3:{s:10:\"sp_address\";s:156:\"Lehigh Arena (Wellington and District Community Centre), 111, Belleville Street, Wellington, Prince Edward County, Central Ontario, Ontario, K0K 3L0, Canada\";s:11:\"sp_latitude\";s:18:\"43.957113899999996\";s:12:\"sp_longitude\";s:18:\"-77.33958958858656\";}','yes'),(8516660,'taxonomy_40','a:3:{s:10:\"sp_address\";s:86:\"Memorial Centre, 303, York Street, Kingston, Eastern Ontario, Ontario, K7K 4M7, Canada\";s:11:\"sp_latitude\";s:9:\"44.239376\";s:12:\"sp_longitude\";s:18:\"-76.49983378111673\";}','yes'),(8516680,'taxonomy_41','a:3:{s:10:\"sp_address\";s:96:\"375, Picton Main Street, Picton, Prince Edward County, Central Ontario, Ontario, M4N 1A5, Canada\";s:11:\"sp_latitude\";s:9:\"44.014569\";s:12:\"sp_longitude\";s:10:\"-77.137161\";}','yes'),(8515208,'sportspress_installed','1','yes'),(8515209,'sportspress_completed_setup','1','yes'),(8515330,'taxonomy_34','a:3:{s:10:\"sp_address\";s:96:\"75, Elizabeth Street, Brighton, Northumberland County, Central Ontario, Ontario, K0K 1H0, Canada\";s:11:\"sp_latitude\";s:17:\"44.04311520921606\";s:12:\"sp_longitude\";s:18:\"-77.72991734843038\";}','yes'),(10544144,'_transient_timeout_mc_db_type','1669654821','no'),(10544145,'_transient_mc_db_type','MyISAM','no'),(8516647,'taxonomy_39','a:3:{s:10:\"sp_address\";s:90:\"51, Mechanic Street, Deseronto, Hastings County, Central Ontario, Ontario, K0K 1X0, Canada\";s:11:\"sp_latitude\";s:17:\"44.19198418304693\";s:12:\"sp_longitude\";s:18:\"-77.05744206302657\";}','yes'),(10593468,'_transient_timeout_boldgrid_backup_system_zip_test','1667518080','no'),(10593469,'_transient_boldgrid_backup_system_zip_test','1','no'),(10593470,'_transient_timeout_boldgrid_backup_is_functional','1667518080','no'),(10593471,'_transient_boldgrid_backup_is_functional','1','no'),(10590740,'_transient_timeout_jpp_li_5bf2a6a27c764bad2c832a5c719e2921','1667411470','no'),(10590741,'_transient_jpp_li_5bf2a6a27c764bad2c832a5c719e2921','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (74.208.58.126)\";s:17:\"seconds_remaining\";i:3282;s:16:\"blocked_attempts\";s:6:\"153441\";s:6:\"expire\";i:1667411470;}','no'),(10590742,'_transient_timeout_jpp_li_0baaf555a62371a183e03f3171896867','1667411651','no'),(10590743,'_transient_jpp_li_0baaf555a62371a183e03f3171896867','a:5:{s:6:\"status\";s:7:\"blocked\";s:3:\"msg\";s:43:\"This IP is currently blocked (67.43.13.205)\";s:17:\"seconds_remaining\";i:3458;s:16:\"blocked_attempts\";s:6:\"153442\";s:6:\"expire\";i:1667411651;}','no'),(10592713,'_transient_timeout_jpp_li_20bab3821d725199a1985f5675c1a9d4','1667427214','no'),(10592714,'_transient_jpp_li_20bab3821d725199a1985f5675c1a9d4','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (185.119.81.103)\";s:17:\"seconds_remaining\";i:3569;s:16:\"blocked_attempts\";s:6:\"153518\";s:6:\"expire\";i:1667427214;}','no'),(10590845,'_transient_timeout_jpp_li_823e70ec8ef8bbc089bea74138df68df','1667412148','no'),(10590846,'_transient_jpp_li_823e70ec8ef8bbc089bea74138df68df','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (14.241.233.205)\";s:17:\"seconds_remaining\";i:3240;s:16:\"blocked_attempts\";s:6:\"153447\";s:6:\"expire\";i:1667412148;}','no'),(10590870,'_transient_timeout_jpp_li_742a845bf485257c86ae0328ee33506b','1667412557','no'),(10590871,'_transient_jpp_li_742a845bf485257c86ae0328ee33506b','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (110.40.244.196)\";s:17:\"seconds_remaining\";i:3457;s:16:\"blocked_attempts\";s:6:\"153448\";s:6:\"expire\";i:1667412557;}','no'),(10593112,'_transient_timeout_jpp_li_e74067c3a1acc6dd30250d46b77548a3','1667431315','no'),(10593113,'_transient_jpp_li_e74067c3a1acc6dd30250d46b77548a3','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (35.202.169.54)\";s:17:\"seconds_remaining\";i:3055;s:16:\"blocked_attempts\";s:6:\"153526\";s:6:\"expire\";i:1667431315;}','no'),(10591165,'_transient_timeout_jpp_li_6b2f561b49bae045343420ac4bb30ed2','1667415217','no'),(10591166,'_transient_jpp_li_6b2f561b49bae045343420ac4bb30ed2','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (51.159.155.6)\";s:17:\"seconds_remaining\";i:3566;s:16:\"blocked_attempts\";s:6:\"153460\";s:6:\"expire\";i:1667415217;}','no'),(10591346,'_transient_timeout_jpp_li_28bebe1974d24bc761c0aca8c648e2ab','1667413574','no'),(10591347,'_transient_jpp_li_28bebe1974d24bc761c0aca8c648e2ab','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:46:\"This IP is currently blocked (213.142.151.223)\";s:17:\"seconds_remaining\";i:274;s:16:\"blocked_attempts\";s:6:\"153463\";s:6:\"expire\";i:1667413574;}','no'),(10591375,'_transient_timeout_jpp_li_6a0ce6476609ed0591f188f42e8cb448','1667414062','no'),(10591376,'_transient_jpp_li_6a0ce6476609ed0591f188f42e8cb448','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (43.154.235.21)\";s:17:\"seconds_remaining\";i:589;s:16:\"blocked_attempts\";s:6:\"153465\";s:6:\"expire\";i:1667414062;}','no'),(10591380,'_transient_timeout_jpp_li_fbe3aed629d4644d159ab113641d640d','1667416808','no'),(10591381,'_transient_jpp_li_fbe3aed629d4644d159ab113641d640d','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (91.134.248.235)\";s:17:\"seconds_remaining\";i:3328;s:16:\"blocked_attempts\";s:6:\"153466\";s:6:\"expire\";i:1667416808;}','no'),(10591382,'_transient_timeout_jpp_li_ecfd9b6376277daa2e61d9c90b0a5a4e','1667416869','no'),(10591383,'_transient_jpp_li_ecfd9b6376277daa2e61d9c90b0a5a4e','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (51.79.207.190)\";s:17:\"seconds_remaining\";i:3388;s:16:\"blocked_attempts\";s:6:\"153467\";s:6:\"expire\";i:1667416869;}','no'),(10571252,'_transient_timeout_tablepress_c_3c59dc048e8850243be8079a5c74d079','1667449586','no'),(10571253,'_transient_tablepress_c_3c59dc048e8850243be8079a5c74d079','[\"tablepress_4c9789d481bda9fa20cffca8d8bb1b02\"]','no'),(10571256,'_transient_timeout_tablepress_c_c74d97b01eae257e44aa9d5bade97baf','1667449586','no'),(10571257,'_transient_tablepress_c_c74d97b01eae257e44aa9d5bade97baf','[\"tablepress_64eba0abe7c0438c7828ceac4c422bb8\"]','no'),(10593512,'_transient_jetpack_a8c_data','a:4:{s:4:\"a12s\";i:2050;s:9:\"countries\";i:98;s:9:\"languages\";i:123;s:16:\"featured_plugins\";a:4:{i:0;s:11:\"woocommerce\";i:1;s:14:\"wp-super-cache\";i:2;s:14:\"wp-job-manager\";i:3;s:15:\"co-authors-plus\";}}','no'),(10593529,'_site_transient_timeout_community-events-a42dd4f37fd7934a4d58799297aada56','1667475116','no'),(10593530,'_site_transient_community-events-a42dd4f37fd7934a4d58799297aada56','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"24.156.204.0\";}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:22:\"WordCamp Montclair, NJ\";s:3:\"url\";s:36:\"https://montclair.wordcamp.org/2023/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2023-06-24 00:00:00\";s:8:\"end_date\";s:19:\"2023-06-24 00:00:00\";s:20:\"start_unix_timestamp\";i:1687579200;s:18:\"end_unix_timestamp\";i:1687579200;s:8:\"location\";a:4:{s:8:\"location\";s:13:\"Montclair, NJ\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.85975859999999926230884739197790622711181640625;s:9:\"longitude\";d:-74.1997453999999976304025040008127689361572265625;}}}}','no'),(10593513,'_site_transient_timeout_browser_acff52a1652901ae7e446fb41b9189b7','1668036702','no'),(10593514,'_site_transient_browser_acff52a1652901ae7e446fb41b9189b7','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"106.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(8515046,'sportspress_text[Visit Site]','','yes'),(8515047,'sportspress_text[days]','','yes'),(8515048,'sportspress_text[hrs]','','yes'),(8515049,'sportspress_text[mins]','','yes'),(8515050,'sportspress_text[secs]','','yes'),(8515051,'sportspress_frontend_css_primary','#2b353e','yes'),(8515052,'sportspress_frontend_css_background','#f4f4f4','yes'),(8515053,'sportspress_frontend_css_text','#222222','yes'),(8515054,'sportspress_frontend_css_heading','#ffffff','yes'),(8515055,'sportspress_frontend_css_link','#00a69c','yes'),(8515056,'sportspress_version','2.7.15','yes'),(10593341,'_transient_timeout_jpp_li_fcad826cd64d68cc8b4d6f092e852791','1667431957','no'),(10593594,'_transient_timeout_global_styles_boldgrid-pavilion','1667432295','no'),(10593595,'_transient_global_styles_boldgrid-pavilion','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}','no'),(10583279,'_transient_timeout_tablepress_a94eb744a1e5ca8ce5079d6a2c901a1b','1667423118','no'),(10583280,'_transient_tablepress_a94eb744a1e5ca8ce5079d6a2c901a1b','\n<table id=\"tablepress-19\" class=\"tablepress tablepress-id-19\">\n<thead>\n<tr class=\"row-1 odd\">\n <th class=\"column-1\">DATE</th><th class=\"column-2\">TIME</th><th class=\"column-3\">OPPONENT</th><th class=\"column-4\">ARENA</th>\n</tr>\n</thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n <td class=\"column-1\">Sunday, April 24th, 2022</td><td class=\"column-2\">3:00pm</td><td class=\"column-3\">Practice</td><td class=\"column-4\">QSWC (Mackay)</td>\n</tr>\n<tr class=\"row-3 odd\">\n <td class=\"column-1\">Sunday, May 1st, 2022</td><td class=\"column-2\">3:00pm</td><td class=\"column-3\">Practice</td><td class=\"column-4\">QSWC (Mackay)</td>\n</tr>\n<tr class=\"row-4 even\">\n <td class=\"column-1\">Sunday May 8th, 2022</td><td class=\"column-2\">3:00pm</td><td class=\"column-3\">Quinte Team 1</td><td class=\"column-4\">QSWC (Mackay)</td>\n</tr>\n<tr class=\"row-5 odd\">\n <td class=\"column-1\">Sunday, May 15th, 2022</td><td class=\"column-2\">3:00pm</td><td class=\"column-3\">Quinte Team 1</td><td class=\"column-4\">QSWC (Mackay)</td>\n</tr>\n<tr class=\"row-6 even\">\n <td class=\"column-1\">Wednesday, May 18th, 2022</td><td class=\"column-2\">6:30pm</td><td class=\"column-3\">Northumberland 2</td><td class=\"column-4\">King Edward Community Centre (Brighton)</td>\n</tr>\n<tr class=\"row-7 odd\">\n <td class=\"column-1\">Monday, May 30th, 2022</td><td class=\"column-2\">6:30pm</td><td class=\"column-3\">Kingston</td><td class=\"column-4\">Kingston Memorial Centre</td>\n</tr>\n<tr class=\"row-8 even\">\n <td class=\"column-1\">Wednesday, June 1st, 2022</td><td class=\"column-2\">6:30pm</td><td class=\"column-3\">Northumberland 1</td><td class=\"column-4\">King Edward Community Centre (Brighton)</td>\n</tr>\n<tr class=\"row-9 odd\">\n <td class=\"column-1\">Sunday, June 5th, 2022</td><td class=\"column-2\">3:00pm</td><td class=\"column-3\">Quinte Team 1</td><td class=\"column-4\">QSWC (Mackay)</td>\n</tr>\n<tr class=\"row-10 even\">\n <td class=\"column-1\">Sunday, June 12th, 2022</td><td class=\"column-2\">3:00pm</td><td class=\"column-3\">Quinte Team 1</td><td class=\"column-4\">QSWC (Mackay)</td>\n</tr>\n<tr class=\"row-11 odd\">\n <td class=\"column-1\">Wednesday, June 15th, 2022</td><td class=\"column-2\">6:30pm</td><td class=\"column-3\">Northumberland 3</td><td class=\"column-4\">King Edward Community Centre (Brighton)</td>\n</tr>\n<tr class=\"row-12 even\">\n <td class=\"column-1\">Sunday, June 19th, 2022</td><td class=\"column-2\">3:00pm</td><td class=\"column-3\">Kingston</td><td class=\"column-4\">QSWC (Mackay)</td>\n</tr>\n<tr class=\"row-13 odd\">\n <td class=\"column-1\">Saturday, June 25th, 2022</td><td class=\"column-2\">11:00am</td><td class=\"column-3\">Quinte Team 1</td><td class=\"column-4\">Duncan McDonald Memorial Community Gardens - Pad 2 (Trenton)</td>\n</tr>\n</tbody>\n</table>\n','no'),(10583281,'_transient_timeout_tablepress_a8dec3e7b2eca18e911e1c07600cee71','1667423118','no'),(10583282,'_transient_tablepress_a8dec3e7b2eca18e911e1c07600cee71','\n<table id=\"tablepress-15\" class=\"tablepress tablepress-id-15\">\n<thead>\n<tr class=\"row-1 odd\">\n <th class=\"column-1\">NUMBER</th><th class=\"column-2\">NAME</th>\n</tr>\n</thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n <td class=\"column-1\"></td><td class=\"column-2\">Harvey B</td>\n</tr>\n<tr class=\"row-3 odd\">\n <td class=\"column-1\"></td><td class=\"column-2\">Owen B</td>\n</tr>\n<tr class=\"row-4 even\">\n <td class=\"column-1\"></td><td class=\"column-2\">Bane B</td>\n</tr>\n<tr class=\"row-5 odd\">\n <td class=\"column-1\"></td><td class=\"column-2\">Kallan B</td>\n</tr>\n<tr class=\"row-6 even\">\n <td class=\"column-1\"></td><td class=\"column-2\">Ryder B</td>\n</tr>\n<tr class=\"row-7 odd\">\n <td class=\"column-1\"></td><td class=\"column-2\">Max B</td>\n</tr>\n<tr class=\"row-8 even\">\n <td class=\"column-1\"></td><td class=\"column-2\">Cabot D</td>\n</tr>\n<tr class=\"row-9 odd\">\n <td class=\"column-1\"></td><td class=\"column-2\">Lucas D</td>\n</tr>\n<tr class=\"row-10 even\">\n <td class=\"column-1\"></td><td class=\"column-2\">Ryker I</td>\n</tr>\n<tr class=\"row-11 odd\">\n <td class=\"column-1\"></td><td class=\"column-2\">Cooper M</td>\n</tr>\n<tr class=\"row-12 even\">\n <td class=\"column-1\"></td><td class=\"column-2\">Dawson M</td>\n</tr>\n<tr class=\"row-13 odd\">\n <td class=\"column-1\"></td><td class=\"column-2\">Quinlan V</td>\n</tr>\n</tbody>\n</table>\n','no'),(10321869,'_transient_timeout_jetpack_file_data_10.6','1667677980','no'),(10321870,'_transient_jetpack_file_data_10.6','a:1:{s:32:\"3fd340ad52927afb3bbb9e98575eccfd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','no'),(10593536,'_site_transient_timeout_theme_roots','1667433740','no'),(10593537,'_site_transient_theme_roots','a:15:{s:17:\"boldgrid-pavilion\";s:7:\"/themes\";s:6:\"evolve\";s:7:\"/themes\";s:6:\"sporty\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(10592102,'_transient_timeout_jpp_li_1a5015ba4075e587150dd10ab6cd4c83','1667420516','no'),(10592103,'_transient_jpp_li_1a5015ba4075e587150dd10ab6cd4c83','a:5:{s:6:\"status\";s:7:\"blocked\";s:3:\"msg\";s:45:\"This IP is currently blocked (39.103.133.221)\";s:17:\"seconds_remaining\";i:1601;s:16:\"blocked_attempts\";s:6:\"153488\";s:6:\"expire\";i:1667420516;}','no'),(10592107,'_transient_timeout_jpp_li_ec1692b90fd7aaf31c56fcfb870093ae','1667422004','no'),(10592108,'_transient_jpp_li_ec1692b90fd7aaf31c56fcfb870093ae','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (74.208.56.178)\";s:17:\"seconds_remaining\";i:3074;s:16:\"blocked_attempts\";s:6:\"153489\";s:6:\"expire\";i:1667422004;}','no'),(10593321,'_transient_timeout_jpp_li_c39fc84598aa8b6b7377f2d7aafd5d38','1667433870','no'),(10593322,'_transient_jpp_li_c39fc84598aa8b6b7377f2d7aafd5d38','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (167.99.152.232)\";s:17:\"seconds_remaining\";i:3422;s:16:\"blocked_attempts\";s:6:\"153537\";s:6:\"expire\";i:1667433870;}','no'),(10591148,'_transient_timeout_jpp_li_b27d7d8dcdb80af88c4b972e5b1ffaa4','1667414162','no'),(10591149,'_transient_jpp_li_b27d7d8dcdb80af88c4b972e5b1ffaa4','a:5:{s:6:\"status\";s:7:\"blocked\";s:3:\"msg\";s:44:\"This IP is currently blocked (165.22.69.253)\";s:17:\"seconds_remaining\";i:2632;s:16:\"blocked_attempts\";s:6:\"153455\";s:6:\"expire\";i:1667414162;}','no'),(10591150,'_transient_timeout_jpp_li_7433dda7f3abd4c82bbffa5929b5da7f','1667414938','no'),(10591151,'_transient_jpp_li_7433dda7f3abd4c82bbffa5929b5da7f','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (82.156.45.135)\";s:17:\"seconds_remaining\";i:3405;s:16:\"blocked_attempts\";s:6:\"153456\";s:6:\"expire\";i:1667414938;}','no'),(10591152,'_transient_timeout_jpp_li_a7d2f85f73743c43b685f96c5f25f863','1667415136','no'),(10591153,'_transient_jpp_li_a7d2f85f73743c43b685f96c5f25f863','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (128.199.30.83)\";s:17:\"seconds_remaining\";i:3599;s:16:\"blocked_attempts\";s:6:\"153457\";s:6:\"expire\";i:1667415136;}','no'),(10591154,'_transient_timeout_jpp_li_d14f6b9dce2be9b7f1d3396ac3a48fba','1667415026','no'),(10591155,'_transient_jpp_li_d14f6b9dce2be9b7f1d3396ac3a48fba','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (37.157.230.124)\";s:17:\"seconds_remaining\";i:3487;s:16:\"blocked_attempts\";s:6:\"153458\";s:6:\"expire\";i:1667415026;}','no'),(10591156,'_transient_timeout_jpp_li_c40b91435e0a111e0250a2a86a62a0ee','1667415030','no'),(10591157,'_transient_jpp_li_c40b91435e0a111e0250a2a86a62a0ee','a:5:{s:6:\"status\";s:7:\"blocked\";s:3:\"msg\";s:46:\"This IP is currently blocked (159.203.173.149)\";s:17:\"seconds_remaining\";i:3481;s:16:\"blocked_attempts\";s:6:\"153459\";s:6:\"expire\";i:1667415030;}','no'),(10591201,'_transient_timeout_jpp_li_59ad629d36d4dc29ee4e1bfc7c6ef897','1667415555','no'),(10591202,'_transient_jpp_li_59ad629d36d4dc29ee4e1bfc7c6ef897','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (93.114.185.76)\";s:17:\"seconds_remaining\";i:3565;s:16:\"blocked_attempts\";s:6:\"153461\";s:6:\"expire\";i:1667415555;}','no'),(10591363,'_transient_timeout_jpp_li_e47697024de6ae712c2344284b1db819','1667415036','no'),(10591364,'_transient_jpp_li_e47697024de6ae712c2344284b1db819','a:5:{s:6:\"status\";s:7:\"blocked\";s:3:\"msg\";s:44:\"This IP is currently blocked (54.199.179.97)\";s:17:\"seconds_remaining\";i:1568;s:16:\"blocked_attempts\";s:6:\"153464\";s:6:\"expire\";i:1667415036;}','no'),(10519168,'_transient_timeout_tablepress_c_6f4922f45568161a8cdf4ad2299f6d23','1667464528','no'),(10519169,'_transient_tablepress_c_6f4922f45568161a8cdf4ad2299f6d23','[\"tablepress_480d088cb1a06dbe0d7fcc5f66904e82\"]','no'),(10519172,'_transient_timeout_tablepress_c_aab3238922bcc25a6f606eb525ffdc56','1667464528','no'),(10519173,'_transient_tablepress_c_aab3238922bcc25a6f606eb525ffdc56','[\"tablepress_8ff5fabbe9e2dc6f363957a80e06026c\"]','no'),(10587487,'_transient_timeout_jetpack_publicize_connection_refresh_wait','1667464869','no'),(10587488,'_transient_jetpack_publicize_connection_refresh_wait','1667378469.5068','no'),(10593508,'_site_transient_timeout_boldgrid_api_data','1667460700','no'),(10593509,'_site_transient_boldgrid_api_data','O:8:\"stdClass\":5:{s:6:\"status\";i:200;s:7:\"message\";s:2:\"OK\";s:6:\"result\";O:8:\"stdClass\":1:{s:4:\"data\";O:8:\"stdClass\":19:{s:5:\"title\";s:21:\"BoldGrid Inspirations\";s:7:\"version\";s:5:\"2.7.4\";s:8:\"asset_id\";i:1265571;s:12:\"release_date\";s:19:\"2022-09-20 18:53:01\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:3:\"6.0\";s:8:\"sections\";s:50017:\"{\"description\":\"<p>BoldGrid Inspirations is an inspiration-driven plugin to assist with creating a fresh new website, or to customize an existing website.<\\/p>\\n\\n<p>The first phase is Inspiration; the guided tool creates your base website. If you already have a website, then you can skip this step.<\\/p>\\n\\n<p>The second phase is Customization; tools to transform your website into your vision.<\\/p>\\n\",\"installation\":\"<ol>\\n<li><p>Upload the entire boldgrid-inspirations folder to the \\/wp-content\\/plugins\\/ directory.<\\/p><\\/li>\\n<li><p>Activate the plugin through the Plugins menu in WordPress.<\\/p><\\/li>\\n<li><p>You will find the Inspirations menu in your WordPress Dashboard \\/ admin panel.<\\/p><\\/li>\\n<\\/ol>\\n\",\"changelog\":\"<h4>2.7.4<\\/h4>\\n\\n<p>Release date: September 20th, 2022<\\/p>\\n\\n<ul>\\n<li>Bug Fix: background images in crio<em>page<\\/em>headers are not getting replaced <a href=\\\"https:\\/\\/github.com\\/BoldGrid\\/boldgrid-inspirations\\/issues\\/155\\\">#155<\\/a><\\/li>\\n<li>Bug Fix: Object of class WP_Error could not be converted to int <a href=\\\"https:\\/\\/github.com\\/BoldGrid\\/boldgrid-inspirations\\/issues\\/153\\\">#153<\\/a><\\/li>\\n<\\/ul>\\n\\n<h4>2.7.3<\\/h4>\\n\\n<p>Release date: September 7th, 2022<\\/p>\\n\\n<ul>\\n<li>Update: Prevent hidden categories from displaying in the sidebar during inspirations process.<\\/li>\\n<\\/ul>\\n\\n<h4>2.7.2<\\/h4>\\n\\n<p>Release date: August 8th, 2022<\\/p>\\n\\n<ul>\\n<li>Update: Increased image download timeout to 60 seconds.<\\/li>\\n<\\/ul>\\n\\n<h4>2.7.1<\\/h4>\\n\\n<p>Release date: July 8th, 2022<\\/p>\\n\\n<ul>\\n<li>Update: Updated dependencies (php 7.1).<\\/li>\\n<\\/ul>\\n\\n<h4>2.7.0<\\/h4>\\n\\n<p>Release date: July 7th, 2022<\\/p>\\n\\n<ul>\\n<li>New feature: Logo support.<\\/li>\\n<li>New feature: Nested menus.<\\/li>\\n<li>New feature: Taxonmy per post.<\\/li>\\n<li>New feature: Custom headers.<\\/li>\\n<li>Update: Updated dependencies.<\\/li>\\n<li>Update: Remove page headers on start over.<\\/li>\\n<\\/ul>\\n\\n<h4>2.6.5<\\/h4>\\n\\n<p>Release date: January 25th, 2022<\\/p>\\n\\n<ul>\\n<li>Update: Several php8 fixes.<\\/li>\\n<li>Update: Automated tests run against php 5.6, 7.4, and 8.0<\\/li>\\n<\\/ul>\\n\\n<h4>2.6.4<\\/h4>\\n\\n<p>Release date: October 18th, 2021<\\/p>\\n\\n<ul>\\n<li>Update: Add filters to allow dev installs of Crio and Crio Premium.<\\/li>\\n<\\/ul>\\n\\n<h4>2.6.3<\\/h4>\\n\\n<p>Release date: June 10th, 2021<\\/p>\\n\\n<ul>\\n<li>Update: Updated the way blogs are installed via Inspirations.<\\/li>\\n<li>Update: Updated the My Inspirations page with links to theme support.<\\/li>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.6.2<\\/h4>\\n\\n<p>Release date: April 14th, 2021<\\/p>\\n\\n<ul>\\n<li>Update: Add support for footer-menu locations<\\/li>\\n<\\/ul>\\n\\n<h4>2.6.1<\\/h4>\\n\\n<p>Release date: February 16th, 2021<\\/p>\\n\\n<ul>\\n<li>Update: Disable custom menu by default.<\\/li>\\n<li>Bug fix: Add \\\"My Inspirations\\\" link in case js does not redirect.<\\/li>\\n<\\/ul>\\n\\n<h4>2.6.0<\\/h4>\\n\\n<p>Release date: January 25th, 2021<\\/p>\\n\\n<ul>\\n<li>New feature: Theme deployments can now include theme specific plugins.<\\/li>\\n<\\/ul>\\n\\n<h4>2.5.2<\\/h4>\\n\\n<p>Release date: December 8th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed Gutenberg detection, avoid errors when adding media.<\\/li>\\n<li>Bug fix: Avoid js errors when editor screens have no ability to add media.<\\/li>\\n<\\/ul>\\n\\n<h4>2.5.1<\\/h4>\\n\\n<p>Release date: October 23rd, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed \\\"Only variables should be passed by reference\\\" in class-boldgrid-inspirations-purchase-for-publish.php.<\\/li>\\n<\\/ul>\\n\\n<h4>2.5.0<\\/h4>\\n\\n<p>Release date: October 17th, 2020<\\/p>\\n\\n<ul>\\n<li>New feature: Invoicing and Caching options added as Inspirations features.<\\/li>\\n<\\/ul>\\n\\n<h4>2.4.4<\\/h4>\\n\\n<p>Release date: September 22nd, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.4.3<\\/h4>\\n\\n<p>Release date: August 11th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: WordPress 5.5 compatibility changes.<\\/li>\\n<li>Update: Optimized usage of set<em>staging<\\/em>installed.<\\/li>\\n<li>Update: Optimized \\\"get total coin cost\\\".<\\/li>\\n<li>Update: Updated links in login footer<\\/li>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.4.2<\\/h4>\\n\\n<p>Release date: June 15th, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.4.1<\\/h4>\\n\\n<p>Release date: May 29th, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.4.0<\\/h4>\\n\\n<p>Release date: May 18th, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Changes needed for Crio.<\\/li>\\n<li>Bug fix: Attribution page will not show excpert.<\\/li>\\n<li>Bug fix: Fixed display \\/ position of BoldGrid Connect image search results.<\\/li>\\n<\\/ul>\\n\\n<h4>2.3.1<\\/h4>\\n\\n<p>Release date: March 12th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Unable to click button on email confirmation page.<\\/li>\\n<li>Update: Removed \\\"Add new from GridBlocks\\\" feature.<\\/li>\\n<\\/ul>\\n\\n<h4>2.3.0<\\/h4>\\n\\n<p>Release date: December 17th, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Added noindex to the attribution page.<\\/li>\\n<li>Update: Changed the form plugin from WPForms to weForms.<\\/li>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.2.2<\\/h4>\\n\\n<p>Release date: November 22st, 2019<\\/p>\\n\\n<ul>\\n<li>Update: BoldGrid Backup is now Total Upkeep - updating references.<\\/li>\\n<li>Update: Updated dependency boldgrid\\/library to 2.10.6.<\\/li>\\n<\\/ul>\\n\\n<h4>2.2.1<\\/h4>\\n\\n<p>Release date: October 15th, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Updated dependency boldgrid\\/library to 2.10.4.<\\/li>\\n<\\/ul>\\n\\n<h4>2.2.0<\\/h4>\\n\\n<p>Release date: September 17th, 2019<\\/p>\\n\\n<ul>\\n<li>New feature: Recommend the BoldGrid Backup plugin for users needing to transfer a site.<\\/li>\\n<li>Update: Updating dependencies<\\/li>\\n<\\/ul>\\n\\n<h4>2.1.1<\\/h4>\\n\\n<p>Release date: September 5th, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Updating dependencies<\\/li>\\n<\\/ul>\\n\\n<h4>2.1.0<\\/h4>\\n\\n<p>Release date: August 29th, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Removed the \\\"Welcome to BoldGrid\\\" dashboard widget.<\\/li>\\n<li>Update: Add notice to dashboard widget.<\\/li>\\n<li>Update: Remove news widget from dashboard.<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.7<\\/h4>\\n\\n<p>Release date: August 16, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixing compact warnings<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.6<\\/h4>\\n\\n<p>Release date: August 1st, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Updated dependencies<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.5<\\/h4>\\n\\n<p>Release date: July 25th, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Added a switch for toggling branding of the login page.<\\/li>\\n<li>Update: Cleaned up logic on purchase coins page.<\\/li>\\n<li>Update: Updated dependencies<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.4<\\/h4>\\n\\n<p>Release date: July 2nd, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Replaced the BoldGrid RSS feed widget on the dashboard with one in the updated library package.<\\/li>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.3<\\/h4>\\n\\n<p>Release date: May 21st, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixing \\\"Call to undefined method getAttribute\\\" error.<\\/li>\\n<li>Bug fix: Replacing deprecated filter on login: login<em>headertitle \\/ login<\\/em>headertext.<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.2<\\/h4>\\n\\n<p>Release date: Apr 23nd, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixing usage of php\'s empty function for php < 5.5<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.1<\\/h4>\\n\\n<p>Release date: Apr 19th, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixing class property declaration for php < 5.6<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.0<\\/h4>\\n\\n<p>Release date: Apr 16th, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Made translation ready. Text domain is boldgrid-inspirations.<\\/li>\\n<li>Update: Inspirations process with full screen mode and design updates.<\\/li>\\n<li>New feature: Inspirations dashboard.<\\/li>\\n<li>New feature: German translations added - de_DE.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.5<\\/h4>\\n\\n<p>Release date: Jan 29th, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Pages fail to install on Pages > Add New.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.4<\\/h4>\\n\\n<p>Release date: Dec 5th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug fix: Unable to save \\\"boldgrid<em>menu<\\/em>option\\\" on settings page.<\\/li>\\n<li>Bug fix: Fixed updating plugin via ajax.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.3<\\/h4>\\n\\n<p>Release date: Dec 4th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug fix: Coin Budget help was not toggling when clicked.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.2<\\/h4>\\n\\n<p>Release date: Nov 26th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug fix: JIRA BGINSP-33 Fixed missing build for library dependencies; Updated production build process to use composer post-autoload-dump hook.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.1<\\/h4>\\n\\n<p>Release date: Nov 20th, 2018<\\/p>\\n\\n<ul>\\n<li>Update: JIRA BGCONN-20 Removed update settings; have been moved to the BoldGrid Library packages.<\\/li>\\n<li>Bug fix: JIRA BGTHEME-558 Fixed conflict between tgmpa plugin installer and the BoldGrid custom update classes.<\\/li>\\n<li>Bug fix: BoldGrid Connect Search \\/ WP 5.0 fix.<\\/li>\\n<li>Bug fix: Attribution page not being rebuilt \\/ WP 5.0 fix.<\\/li>\\n<li>Bug fix: BoldGrid Connect Search in the Customizer \\/ WP 5.0 fix.<\\/li>\\n<li>Bug fix: Recommended image sizes not working as expected.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.0<\\/h4>\\n\\n<ul>\\n<li>Update: Updated BoldGrid library to version 2.4.2.<\\/li>\\n<li>New feature: JIRA BGINSP-24 Log data when there may be a connection or Ajax error.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA BGINSP-16 Warnings and notices within inspiration w\\/ Crio theme<\\/li>\\n<li>Bug fix: JIRA BGINSP-23 Fixed issue: Connect Search may load with connection notice.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.7<\\/h4>\\n\\n<ul>\\n<li>Update: Updated to library version 2.3.5.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.6<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA BGINSP-14 Fatal in PHP >=7.1.0 when creating internal preview builds.<\\/li>\\n<li>Bug fix: JIRA WPB-3767 Prevent invalid API calls for check-version.<\\/li>\\n<li>Update: JIRA BGBKUP-180 Auto update code moved to library and removed from Inspirations.<\\/li>\\n<li>Update: JIRA WPB-3730 Updated library dependency to ^2.0.0.<\\/li>\\n<li>Update: JIRA BGINSP-3 Forcing display of Connect Key prompt admin notice on the Inspirations page, even if dismissed, until key is entered.<\\/li>\\n<li>Update: JIRA WPB-3684 Updated composer.json, due to package changes.<\\/li>\\n<li>New feature: JIRA BGCNTRL-46 Added filters for manipulating Dashboard help in trial sites.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA BGSTAGE-32 Fixed staging plugin install.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.4<\\/h4>\\n\\n<ul>\\n<li>Update: JIRA BGINSP-4 Removed admin notice recommending plugin installations.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.3<\\/h4>\\n\\n<ul>\\n<li>New feature: JIRA WPB-3643 Ensure that deployment does not install new wporg plugins if old ones are installed.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-3587 Menu assignment after deployment broken in WP 4.9.<\\/li>\\n<li>Bug fix: JIRA WPB-3570 Inspirations Select button misplaced in WP 4.9.<\\/li>\\n<li>Bug fix: JIRA WPB-3593 Changes require to help Staging support new Customizer scheduler.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.1<\\/h4>\\n\\n<ul>\\n<li>Update: Updates to library.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5<\\/h4>\\n\\n<ul>\\n<li>Update: Bump version.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.11<\\/h4>\\n\\n<ul>\\n<li>Update: Bump version.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.10<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-3336 All and Default categories do not align.<\\/li>\\n<li>Bug fix: JIRA WPB-3337 On a fresh install, Pages - New From GridBlocks fails.<\\/li>\\n<li>Bug fix: JIRA WPB-3333 Image search only searching one provider instead of all.<\\/li>\\n<li>Bug fix: JIRA WPB-3346 Edit Image button not working for attachment.<\\/li>\\n<li>Bug fix: JIRA WPB-3387 Loading GridBlocks just spins.<\\/li>\\n<li>Update: JIRA WPB-3352 Purchase coins through BoldGrid Central.<\\/li>\\n<li>Update: JIRA WPB-3355 Add data-image-url attribute.<\\/li>\\n<li>Update: JIRA WPB-3382 More descriptive creative commons icon.<\\/li>\\n<li>Update: JIRA WPB-3384 Add License details to attachment details.<\\/li>\\n<li>Update: JIRA WPB-3383 Filter out boldgrid-gridblock-set-preview-page.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.9<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-3318 When forcing a preferred form plugin install, first check if plugin is installed before trying to activate.<\\/li>\\n<li>Bug fix: JIRA WPB-3312 Ensure activation of preferred form plugin. Added filter for preferred slug.<\\/li>\\n<li>Bug fix: JIRA WPB-3317 New page from GridBlocks not working.<\\/li>\\n<li>Update: JIRA WPB-3252 Disable \'default\' category and configure \'showcase\'.<\\/li>\\n<li>Bug fix: JIRA WPB-3332 New from gridblocks button not showing.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.8<\\/h4>\\n\\n<ul>\\n<li>New feature: JIRA WPB-3200 Added WPForms support.<\\/li>\\n<li>Update: JIRA WPB-3292 Updated plugin URI.<\\/li>\\n<li>Update: JIRA WPB-3296 Add Inspirations as first menu item child.<\\/li>\\n<li>Bug Fix: JIRA WPB-3274 Plugins > Add New Updates fail in modals.<\\/li>\\n<li>New feature: JIRA WPB-3293 Resize images during deployment vs imgr server.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.7<\\/h4>\\n\\n<ul>\\n<li>Update: JIRA WPB-3243 Change feedback admin notice display frequency.<\\/li>\\n<li>Update: JIRA WPB-3264 Adding twitch social media option.<\\/li>\\n<li>New Feature: Added BoldGrid Library to plugin.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.6<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-3179 Gradient style being lost during normal deployment.<\\/li>\\n<li>Bug fix: JIRA WPB-3180 Open WordPress\\/BoldGrid links in attribution page in new tab.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-3161 Fixed auto plugin update.<\\/li>\\n<li>Bug fix: JIRA WPB-3162 Fixed issue creating .htaccess file in deployment.<\\/li>\\n<li>Bug fix: JIRA WPB-3171 As an author, when installing a site I do not want background images to be processed.<\\/li>\\n<li>Bug fix: JIRA WPB-3176 Background gradient \\/ url bug during deplyment.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-3151 Added check and load before using get<em>plugin<\\/em>data() for updates.<\\/li>\\n<li>Bug fix: JIRA WPB-3141 Fixed invalid updates for BoldGrid Prime theme.<\\/li>\\n<li>Bug fix: JIRA WPB-3158 Deployment\'s gallery updates are not saved.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.3<\\/h4>\\n\\n<ul>\\n<li>New feature: JIRA WPB-3106 As an Author, I can set background images for elements.<\\/li>\\n<li>New feature: JIRA WPB-3095 Update generic builds to display per theme channel.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-2745 Fixed upgrade notices displaying when activation version was not recorded.<\\/li>\\n<li>Update: JIRA WPB-3019 Updating attribution link creation.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.1<\\/h4>\\n\\n<ul>\\n<li>New feature: JIRA WPB-3044 Automatically get Unsplash attribution.<\\/li>\\n<li>Update: JIRA WPB-3043 Updating plugin description.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.0.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-3232 Deploy Staging menu item missing.<\\/li>\\n<li>Bug fix: JIRA WPB-3233 BoldGrid Connect Search missing from new image widget.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4<\\/h4>\\n\\n<ul>\\n<li>Update: JIRA WPB-2936 Updating YouTube videos for BoldGrid Dashboard\'s new release.<\\/li>\\n<li>Bug fix: JIRA WPB-2927 Social media menu disappears.<\\/li>\\n<li>Update: JIRA WPB-2949 Configure blog using categories.<\\/li>\\n<li>Bug fix: JIRA WPB-2950 Added max height for reseller logos on login page.<\\/li>\\n<li>Bug fix: JIRA WPB-2925 Sidebar widgets don\'t match between preview and installed site.<\\/li>\\n<li>Bug fix: JIRA WPB-2951 Images in staging posts not being downloaded.<\\/li>\\n<li>Bug fix: JIRA WPB-2955 Backwards compatibility - maps taking up 200px empty space.<\\/li>\\n<li>Bug fix: JIRA WPB-2984 Attribution page 404.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.9<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-2912 Fixed issue when installing plugins from the Tools Import page.<\\/li>\\n<li>Bug fix: JIRA WPB-2916 Inspirations deploy fatal error if an old forked plugin had the original installed.<\\/li>\\n<li>Bug fix: JIRA WPB-2905 If installing via Author, do not update pages with survey data.<\\/li>\\n<li>Bug fix: JIRA WPB-2910 Unterminated entity reference bug.<\\/li>\\n<li>Update: JIRA WPB-2913 Validate email address in survey.<\\/li>\\n<li>Bug fix: JIRA WPB-2404 iframe timeout in step 2 of Inspirations.<\\/li>\\n<li>Bug fix: JIRA WPB-2173 Error deleting image and redownloading.<\\/li>\\n<li>Bug fix: JIRA WPB-2635 Start over staging affecting active site.<\\/li>\\n<li>Bug fix: JIRA WPB-2493 Publish private posts during staging deployment.<\\/li>\\n<li>Bug fix: JIRA WPB-2796 Social media urls end in \\/username, go to 404s.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-2892 Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).<\\/li>\\n<li>Update: JIRA WPB-2900 Update verbiage of build coin cost.<\\/li>\\n<li>Bug fix: JIRA WPB-2901 Scroll bars not visible on preview iframe in Chrome.<\\/li>\\n<li>Bug fix: Removing CTA hooks.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.7<\\/h4>\\n\\n<ul>\\n<li>Update: JIRA WPB-2819 Use switch instead of checkbox for Demo.<\\/li>\\n<li>Bug fix: JIRA WPB-2780 Theme screenshots opening directly, rather than within gallery.<\\/li>\\n<li>Update: JIRA WPB-2825 Adjust do not display formatting.<\\/li>\\n<li>Update: JIRA WPB-2829 Updating hook to resolve BoldGrid SEO plugin conflicts.<\\/li>\\n<li>Update: JIRA WPB-2837 Remove loading image after selecting theme in Gallery.<\\/li>\\n<li>Update: JIRA WPB-2839 Minor verbiage change for Add a blog.<\\/li>\\n<li>Update: JIRA WPB-2785 Entering words with apostrophe in it for Site title displays with a Backslash.<\\/li>\\n<li>Bug fix: JIRA WPB-2848 Customize link takes users back to Inspirations.<\\/li>\\n<li>Bug fix: JIRA WPB-2527 \'New from GridBlocks\' preview page appearing in cart.<\\/li>\\n<li>Bug fix: JIRA WPB-2862 Survey, invalid argument supplied for foreach.<\\/li>\\n<li>Bug fix: JIRA WPB-2601 Inspirations Internet Explorer\\/ Stuck on loading themes.<\\/li>\\n<li>Bug fix: JIRA WPB-2854 Downloading Image spinner never stops spinning.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.6<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-2772 PHP warnings on deploy in WordPress 4.3.7.<\\/li>\\n<li>Bug fix: JIRA WPB-2766 Plesk and WP-CLI were not getting private repo updates.<\\/li>\\n<li>Update: JIRA WPB-2763 Update email and address on Contact Us page.<\\/li>\\n<li>Update: JIRA WPB-2764 Remove option to add a map.<\\/li>\\n<li>Update: JIRA WPB-2765 Allow iframes for preview builds.<\\/li>\\n<li>New feature: JIRA WPB-2771 Update footer-company-details widget with survey data.<\\/li>\\n<li>New feature: JIRA WPB-2777 Add an Install sample blog checkbox.<\\/li>\\n<li>New feature: JIRA WPB-2778 Setup a blog during deployment.<\\/li>\\n<li>Bug fix: JIRA WPB-2792 Staged posts (private posts) are trashed when starting over active site.<\\/li>\\n<li>Update: JIRA WPB-2800 Ensure \'Install a blog\' works with Staging.<\\/li>\\n<li>Update: JIRA WPB-2801 Remove milestones classes.<\\/li>\\n<li>Bug fix: JIRA WPB-2779 Survey not working with Staging.<\\/li>\\n<li>Update: JIRA WPB-2805 Preview builds w & w\\/o blogs.<\\/li>\\n<li>New feature: JIRA WPB-2806 Add filter for Inspirations configs.<\\/li>\\n<li>Bug fix: JIRA WPB-2808 Do not request generic builds when requesting blog as well.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.5<\\/h4>\\n\\n<ul>\\n<li>Testing: JIRA WPB-2744 Tested on WordPress 4.7.<\\/li>\\n<li>Update: JIRA WPB-2376 Filter the bgtfw contact blocks.<\\/li>\\n<li>Update: JIRA WPB-2476 Update case of Company name.<\\/li>\\n<li>Update: JIRA WPB-2747 Update Add a map verbiage.<\\/li>\\n<li>Update: JIRA WPB-2749 Add a map to my Contact page.<\\/li>\\n<li>Bug fix: JIRA WPB-2658 Fix spacing issues atop Inspirations.<\\/li>\\n<li>Bug fix: JIRA WPB-2751 Show all in the smaller view of inspirations doesn\'t work anymore.<\\/li>\\n<li>Bug fix: JIRA WPB-2757 Apostrophe and other strange characters installed via Inspirations.<\\/li>\\n<li>Bug fix: JIRA WPB-2759 DOMDocument::loadHTML(): htmlParseEntityRef: expecting \';\'.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-2696 Remove placeholders from survey.<\\/li>\\n<li>New feature: JIRA WPB-2697 Update phone numbers in widgets.<\\/li>\\n<li>New feature: JIRA WPB-2699 Use phone number entered during survey.<\\/li>\\n<li>Update: JIRA WPB-2704 Adjust format of how social media icons are saved.<\\/li>\\n<li>New feature: JIRA WPB-2705 Use survey social media items when creating menu.<\\/li>\\n<li>Update: JIRA WPB-2711 Show optional message in survey.<\\/li>\\n<li>Update: JIRA WPB-2712 Have plus sign toggle more social icons.<\\/li>\\n<li>Update: JIRA WPB-2723 Update phone in pages.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-2627 Back \\/ next buttons should not be clickable.<\\/li>\\n<li>Bug fix: JIRA WPB-2625 Behavior of last image\'s next button in Inspirations.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.2<\\/h4>\\n\\n<ul>\\n<li>Update: JIRA WPB-2582 Always show arrows in Inspirations gallery.<\\/li>\\n<li>Update: JIRA WPB-2583 Ensure first letter in theme\'s title attribute is capitalized.<\\/li>\\n<li>Update: JIRA WPB-2599 Add placeholder for 4th step to Inspirations.<\\/li>\\n<li>Update: JIRA WPB-2551 Duplicate images.<\\/li>\\n<li>New feature: JIRA WPB-2603 Add initial version of survey.<\\/li>\\n<li>Bug fix: JIRA WPB-2622 Inspirations - Step 4 - Go back button installs site.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.1<\\/h4>\\n\\n<ul>\\n<li>Misc: JIRA WPB-2503 Added plugin requirements to readme.txt file.<\\/li>\\n<li>Bug fix: JIRA WPB-2539 Fix possible duplicate connection issue notice from ajax.js call.<\\/li>\\n<li>Bug fix: JIRA WPB-2558 Don\'t display feedback widget if user hasn\'t entered their key.<\\/li>\\n<li>Bug fix: JIRA WPB-2559 Don\'t allow widgets to drag into welcome box area.<\\/li>\\n<li>Bug fix: JIRA WPB-2555 Images in search results flicker.<\\/li>\\n<li>Update: JIRA WPB-2563 Convert Attribution page to use custom post type.<\\/li>\\n<li>Update: JIRA WPB-2568 Added fancybox and large previews to Inspirations.<\\/li>\\n<li>Update: JIRA WPB-2570 Milestone blogname change.<\\/li>\\n<li>Update: JIRA WPB-2574 Milestone Social Media Change.<\\/li>\\n<li>Update: JIRA WPB-2578 Milestone Contact Info Footer Change.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-2544 Disable \'Install\' button after clicking it.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.13<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-2531 Javascript error checking needed for mine count.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.12<\\/h4>\\n\\n<ul>\\n<li>Update: JIRA WPB-2472 Added update notice for 1.3.<\\/li>\\n<li>Bug fix: JIRA WPB-2486 Incorrect page count on All Pages.<\\/li>\\n<li>Bug fix: JIRA WPB-2467 With staging disabled, Customize goes to \\\"Change Themes\\\".<\\/li>\\n<li>Update: JIRA WPB-2488 Remove \'Permanently delete pages instead of sending to trash\'.<\\/li>\\n<li>Update: JIRA WPB-2490 Move default option to \'install as staging\'.<\\/li>\\n<li>Update: JIRA WPB-2491 Add \'Customize > Active Theme\' navigation to Inspirations.<\\/li>\\n<li>Bug fix: JIRA WPB-2496 Require comment text in feedback form.<\\/li>\\n<li>Update: JIRA WPB-2229 Update error reporting when purchasing images.<\\/li>\\n<li>Update: JIRA WPB-2498 Change \'Company Name\' to theme name.<\\/li>\\n<li>Update: JIRA WPB-2497 Add new dashboard videos.<\\/li>\\n<li>Bug fix: JIRA WPB-2376 \'No search results\' method is not cleared in BGCS.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.11<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-2468 Switching between boldgrid admin menu and standard wp menu no longer works.<\\/li>\\n<li>Bug fix: JIRA WPB-2477 If you have an existing site non BG, no route for staging exists.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.10<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-2446 Fixed missing build id passed on site install.<\\/li>\\n<li>Bug fix: JIRA WPB-2426 Insert Gridblock button is missing.<\\/li>\\n<li>Bug fix: JIRA WPB-2443 When starting over, I get a blank page.<\\/li>\\n<li>Bug fix: JIRA WBP-2445 Inspirations is not fetching cached themes.<\\/li>\\n<li>Update: JIRA WPB-2458 Update \'Recommended\' verbiage in last step of Inspirations.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.9<\\/h4>\\n\\n<ul>\\n<li>Misc: JIRA WPB-2420 Added EOF line breaks.<\\/li>\\n<li>Bug fix: JIRA WPB-2387 Fixed issue with AJAX theme updates and BG theme slugs duplicated in the WP repo.<\\/li>\\n<li>Bug fix: JIRA WPB-2324 Attribution should not show in 404 sitemap.<\\/li>\\n<li>Bug fix: JIRA WPB-2403 No plugins recommended still showing notice.<\\/li>\\n<li>Update: JIRA WPB-2416 Text changes for confirmation section of Inspirations.<\\/li>\\n<li>Update: JIRA WPB-2417 Add additional text to deployment success page for staging.<\\/li>\\n<li>Bug fix: JIRA WPB-2421 Message showing when it shouldn\'t - We\'ve recognized that you haven\'t installed...<\\/li>\\n<li>Bug fix: JIRA WPB-2112 BoldGrid Connect Search missing for galleries.<\\/li>\\n<li>Bug fix: JIRA WPB-2422 Fixed CSS Loading graphic animation in chrome to display properly.<\\/li>\\n<li>Bug fix: JIRA WPB-2401 Gallery not displaying correctly in Chrome && FF.<\\/li>\\n<li>Bug fix: JIRA WPB-2423 Trying to get property of non-object in ...stock-photography.php.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-2398 Error requesting free key.<\\/li>\\n<li>Bug fix: JIRA WPB-2399 Only show feedback widget to admins.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.7<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-2389 Fixed saving BoldGrid Settings.<\\/li>\\n<li>Bug fix: JIRA WPB-2388 Removed duplicate boldgrid_activate().<\\/li>\\n<li>Update: JIRA WPB-2390 Update verbiage for inspirations install success.<\\/li>\\n<li>Bug fix: JIRA WPB-2391 Hide BoldGrid Welcome Panel if key isn\'t entered yet.<\\/li>\\n<li>Bug fix: JIRA WPB-2392 If key is less than 32 char don\'t make call to validate.<\\/li>\\n<li>Bug fix: JIRA WPB-2393 Error messages should be removed when resubmitting keys.<\\/li>\\n<li>Bug fix: JIRA WPB-2394 Cursor for show\\/hide log should be a pointer.<\\/li>\\n<li>Update: JIRA WPB-2395 Update login page styling.<\\/li>\\n<li>Bug fix: JIRA WPB-2396 Remove staging from recommended plugin notices.<\\/li>\\n<li>Bug fix: JIRA WPB-2327 Check if framework is handling plugin recommendations before recommending.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.6<\\/h4>\\n\\n<ul>\\n<li>Misc: JIRA WPB-2344 Updated readme.txt for Tested up to 4.6.1.<\\/li>\\n<li>Bug fix: JIRA WPB-2336 Load BoldGrid settings from the correct WP option (site\\/blog).<\\/li>\\n<li>Bug fix: JIRA WPB-2248 Removed \'New From GridBlocks\' button on edit submission page.<\\/li>\\n<li>Bug fix: JIRA WPB-2332 Reset scroll position on step 2 of Inspirations to top.<\\/li>\\n<li>Bug fix: JIRA WPB-2339 Remove notices from Inspirations page.<\\/li>\\n<li>Update: JIRA WPB-2208 Removed tutorials from Inspirations.<\\/li>\\n<li>Update: JIRA WPB-2359 Order \'Category Filter\' by category display order.<\\/li>\\n<li>Update: JIRA WPB-2360 Sort themes by category and then order within category.<\\/li>\\n<li>Update: JIRA WPB-2368 Read version constant from plugin file.<\\/li>\\n<li>Update: JIRA WPB-2361 Add BoldGrid Connect Search to Editor\'s background image tool.<\\/li>\\n<li>Update: JIRA WPB-2354 Preview button needs to always be visible in mobile view.<\\/li>\\n<li>Update: JIRA WPB-2355 Remove extraneous \'Preview\' button.<\\/li>\\n<li>Bug fix: JIRA WPB-2364 Inspirations not respecting theme release channel.<\\/li>\\n<li>Bug fix: JIRA WPB-2370 Color in screenshot does not match preview.<\\/li>\\n<li>Bug fix: JIRA WPB-2373 Duplicate themes in Inspirations.<\\/li>\\n<li>Bug fix: JIRA WPB-2379 Wrong budget passed when going form step 2 to step 1.<\\/li>\\n<li>Update: JIRA WPB-2380 Remove references to tutorials in deployment congrats message.<\\/li>\\n<li>Bug fix: JIRA WPB-2383 Image Search tab appears when clicking \'Add GridBlock\'.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-2325 Added wrapper to handle mb<em>convert<\\/em>encoding() if mbstring is not loaded.<\\/li>\\n<li>Bug fix: JIRA WPB-2313 Disabled GridBlocks in network admin pages.<\\/li>\\n<li>New feature: JIRA WPB-2268 Changed to resized preview screenshots for Inspirations Design First concept.<\\/li>\\n<li>New feature: JIRA WPB-2287 Adjust device preview buttons in step 2 to behave like those in editor.<\\/li>\\n<li>New feature: JIRA WPB-2291 Auto install staging in final step if user chooses staging.<\\/li>\\n<li>Update: JIRA WPB-2290 Changed \'Install\' button to \'Next\'.<\\/li>\\n<li>Bug fix: JIRA WPB-2289 Continuously clicking category in step 1 shuffles themes.<\\/li>\\n<li>Update: JIRA WPB-2267 Added message to Inspirations when no generic themes are available.<\\/li>\\n<li>Update: JIRA WPB-2315 Added error handling for malformed ajax results for call to \\/api\\/build\\/get-generic.<\\/li>\\n<li>Update: JIRA WPB-2316 Add error handling for failures to fetch categories.<\\/li>\\n<li>Update: JIRA WPB-2317 Add error handling for failures to fetch pagesets.<\\/li>\\n<li>Update: JIRA WPB-2319 Check user capabilities before prompting for api key.<\\/li>\\n<li>Update: JIRA WPB-2320 Ensure user has permission to edit page before allowing download<em>and<\\/em>insert<em>into<\\/em>page.<\\/li>\\n<li>Update: JIRA WPB-2322 Sanitize user feedback before adding to options table.<\\/li>\\n<li>Update: JIRA WPB-2323 Allow admin notices to be dismissed per user.<\\/li>\\n<li>Update: JIRA WPB-2326 Update \'update\' class to utilize Admin Notices class.<\\/li>\\n<li>Update: JIRA WPB-2327 Check user capabilities before showing admin notices.<\\/li>\\n<li>Update: JIRA WPB-2331 Update confirmation messages.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-2269 Typo fix in Boldgrid<em>Inspirations<\\/em>Dependency<em>Plugins::print<\\/em>uninstalled_plugins().<\\/li>\\n<li>Bug fix: JIRA WPB-2270 New From GridBlocks became unavailable.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.3<\\/h4>\\n\\n<ul>\\n<li>New feature: JIRA WPB-2172 For preview generic builds, added an option for identification for purges, etc.<\\/li>\\n<li>Bug fix: JIRA WPB-2263 For preview sites under multisite, set the admin email address using the network admin email address.<\\/li>\\n<li>Bug fix: JIRA WPB-2223 Reworked API key validation and connection issue notices, formatting.<\\/li>\\n<li>Misc: JIRA WPB-2256 Updated readme.txt for Tested up to: 4.6.<\\/li>\\n<li>Rework: JIRA WPB-2150 Moved API methods to a new class, formatting, and phpcs rework.<\\/li>\\n<li>Bug fix: JIRA WPB-2224 Hide the email address field when widget is loaded.<\\/li>\\n<li>Bug fix: JIRA WPB-2225 Fixed jQuery Migrate deprecated warning.<\\/li>\\n<li>Update: JIRA WPB-2245 Changed feed to pull from dashboard tag on blog.<\\/li>\\n<li>Bug fix: JIRA WPB-2265 Uncaught TypeError: IMHWPB.BaseAdmin is not a constructor.<\\/li>\\n<li>Bug fix: JIRA WBP-2236 Errors everywhere when logging in as an Editor.<\\/li>\\n<li>Bug fix: JIRA WPB-2234 Add current<em>user<\\/em>can checks to Boldgrid<em>Inspirations->set<\\/em>api<em>key<\\/em>callback().<\\/li>\\n<li>Bug fix: JIRA WPB-2237 Limit ajax requests by user.<\\/li>\\n<li>Bug fix: JIRA WPB-2240 Limit printing of configs in head.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-2058 Added wrap class to the tutorials page.<\\/li>\\n<li>Bug fix: JIRA WPB-2184 In PHP 5.2, deactivate and die properly.<\\/li>\\n<li>New feature: Added BoldGrid news widget to dashboard.<\\/li>\\n<li>Bug fix: JIRA WPB-1994 Fixed issue with WP Theme Editor not being available.<\\/li>\\n<li>New feature: Added BoldGrid Feedback widget.<\\/li>\\n<li>Bug fix: JIRA WPB-2169 Connect Search defaults to smallest image size when no recommended sizes available.<\\/li>\\n<li>Bug fix: JIRA WPB-2192 Allow bug report to correctly show parent themes if submitted.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-2160 New From GridBlocks, multiple pages are installed.<\\/li>\\n<li>Update: Changed text of getting and entering connect keys.<\\/li>\\n<li>Security: JIRA WPB-2151 Disabled autocomplete for API key entry fields.<\\/li>\\n<li>Bug fix: JIRA WPB-2145 Fixing issue with theme screenshots on Chrome Ubuntu.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-2119 For asset downloads, when Imagick is loaded, set the thread limit to 1.<\\/li>\\n<li>Bug fix: JIRA WPB-2125 Fixing issue where theme was overwritten without version change.<\\/li>\\n<li>Bug fix: JIRA WPB-2104 Go back button hides all themes (Inspirations > Add Theme).<\\/li>\\n<li>Bug fix: JIRA WPB-2107 BoldGrid Connect Search overlapping footer (Dashboard > Media).<\\/li>\\n<li>Bug fix: JIRA WPB-2109 Session issues when starting over and importing active site.<\\/li>\\n<li>Bug fix: JIRA WPB-2116 Changes to the order of images in a gallery are not saving.<\\/li>\\n<li>Bug fix: JIRA WPB-2134 Staging\'s boldgrid_attribution option and \'Uninitialized string offset\' Notice.<\\/li>\\n<li>Bug fix: JIRA WPB-2135 Image not replaced in Page & Post Editor after using Connect Search.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-2058 Added wrap class to Inspirations, so admin notices are displayed at the top.<\\/li>\\n<li>Bug fix: JIRA WPB-2041 Fixed BoldGrid theme update check in WordPress 4.6.<\\/li>\\n<li>Testing: JIRA WPB-2046 Tested on WordPress 4.5.3.<\\/li>\\n<li>New feature: JIRA WPB-599 Added options for plugin and theme auto-updates via WordPress autoupdater.<\\/li>\\n<li>Update: JIRA WPB-2008 Deploy class updated to allow for is_generic flag.<\\/li>\\n<li>Bug fix: JIRA WPB-1950 Prevent a portait image from displaying atop \'Crop Image\' and \'Skip Cropping\' buttons.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.7<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-2032 Fixed issue when activating key. Added nonce to api key form.<\\/li>\\n<li>Rework: JIRA WPB-2030 Updated the \\\"I don\'t have an API key\\\" section.<\\/li>\\n<li>New feature: JIRA WPB-2029 Added TOS box to API key submission form.<\\/li>\\n<li>New feature: JIRA WPB-1905 Added capability for auto-updates of boldgrid-inspirations by API response.<\\/li>\\n<li>Bug fix: JIRA WPB-2002 Fixed theme update issue where upgrader says is up to date at times.<\\/li>\\n<li>Bug fix: JIRA WPB-2006 Pdes and Homepage not installing correctly on Inpirations Theme Only installs.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.6<\\/h4>\\n\\n<ul>\\n<li>New feature: JIRA WPB-1839 Users can now change their theme release channel.<\\/li>\\n<li>Security fix: JIRA WPB-1977 Validate nonce for feedback form diagnostic data callback and form submit.<\\/li>\\n<li>Bug fix: JIRA WPB-1955 Fatal error: Class \'Boldgrid<em>Staging<\\/em>Plugin\' not found.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-1914 Staged image used on Active page not showing in cart.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-1886 Fixed feedback notice being displayed too often (more than a week after submitting).<\\/li>\\n<li>New feature: JIRA WPB-1183 Refresh the Library Tab after downloading an image.<\\/li>\\n<li>Update: JIRA WPB-1865 Update style of \'Transactions\' pages to better incorporate BoldGrid Staging\'s nav menu.<\\/li>\\n<li>Update: JIRA WPB-1884 Passed WordPress 4.5.1 testing.<\\/li>\\n<li>Bug fix: JIRA WPB-1855 Do not display feedback notice on update or setting pages.<\\/li>\\n<li>Bug fix: JIRA WPB-1860 Fixed horizontal line through screenshot in step 2.<\\/li>\\n<li>Bug fix: JIRA WPB-1863 Cart does not look for watermarked images used within staged pages.<\\/li>\\n<li>Bug fix: JIRA WPB-1891 View \\/ Download of images within receipts not working for images purchased via Staging.<\\/li>\\n<li>Bug fix: JIRA WPB-1893 JS errors in console when viewing attachments.<\\/li>\\n<li>Bug fix: JIRA WPB-1900 Attribution shows in menu when menu generated using wp<em>page<\\/em>menu.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-1824 Fixed order of plugin deactivation and uninstall in Start Over process.<\\/li>\\n<li>Bug fix: JIRA WPB-1814 Fixed PHP notice in page and post editor for In Menu when there is a corrupted nav menu array.<\\/li>\\n<li>Bug fix: JIRA WPB-1823 Fixed display of \\\"Themes\\\" H1 and the additional themes bar when choosing active or staging before installing a theme.<\\/li>\\n<li>Bug fix: JIRA WPB-1840 Fixing thumbnail presentation in inspirations and add new theme.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2.3<\\/h4>\\n\\n<ul>\\n<li>Update: Sync version. See version 1.1.1.1.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-1833 Fixed checking for previously downloaded assets in deployment when using multisite (wp-preview).<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-1817 BoldGrid Connect Search: Was not being added when changing a header image in the Customizer.<\\/li>\\n<li>Rework: JIRA WPB-1541 Removed feedback form bug report diagnostic report items.<\\/li>\\n<li>Bug fix: JIRA WPB-1816 Fixed update class interference with the Add Plugins page.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-1809 Fixed undefined index \\\"action\\\" for some scenarios. Optimized update class and addressed CodeSniffer items.<\\/li>\\n<li>Rework: JIRA WPB-1541 Reworked admin feedback notice.<\\/li>\\n<li>Rework: JIRA WPB-1751 Removed analysis processing and optional logging capabilities. Added support for XHProf.<\\/li>\\n<li>Bug fix: JIRA WPB-1805 Now adds theme update info on the Customizer Themes page.<\\/li>\\n<li>Rework: JIRA WPB-1785 Enabled and reworked image caching for the preview server.<\\/li>\\n<li>Rework: JIRA WPB-1751 Reworked analysis processing.<\\/li>\\n<li>Update: JIRA WPB-1658 Storing more reliable install data through inspirations.<\\/li>\\n<li>Bug fix: JIRA WPB-1787 When not using BoldGrid menu, cart does not dynamically update total page price.<\\/li>\\n<li>Update: JIRA WPB-1754 Remove attribution page from search results.<\\/li>\\n<li>Bug fix: JIRA WPB-1788 webkit css missing from \'new from gridblocks\'.<\\/li>\\n<li>New feature: JIRA WPB-1806 Add \'BoldGrid search\' tab when replacing an image.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1.1<\\/h4>\\n\\n<ul>\\n<li>Bug Fix: Fixing logo display on login screen.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix: Fixed analysis include for preview server.<\\/li>\\n<li>Bug fix: New From GridBlocks: Asset download issues.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1<\\/h4>\\n\\n<ul>\\n<li>New feature: JIRA WPB-1751 Added analysis processing and optional logging capabilities.<\\/li>\\n<li>Bug fix: JIRA WPB-1781 Removed boldgrid<em>dismissed<\\/em>admin_notices from Start Over cleanup.<\\/li>\\n<li>New feature: JIRA WPB-1541 Added feedback notice.<\\/li>\\n<li>Bug fix: JIRA WPB-1747 New From GridBlocks: For non BoldGrid themes, only load grid css.<\\/li>\\n<li>Bug fix: JIRA WPB-1760 New From GridBlocks: Ensure page title shows on preview page.<\\/li>\\n<li>Update: JIRA WPB-1779 New From GridBlocks: Update verbiage for \'Downloading GridBlocks\'.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.12.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-1710 Fixed missing device preview tabs on Add New Theme preview modal.<\\/li>\\n<li>Bug fix: JIRA WPB-1710 Fixed notice dismissal checking.<\\/li>\\n<li>Bug fix: JIRA WPB-1749 On start over, staging menus are not deleted.<\\/li>\\n<li>Bug fix: JIRA WPB-1755 Gallery images not showing in cart.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.12<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-1740 Fixed \\\"In Menu\\\" messages in editor when staging plugin is not active, and fixed saving menu selections.<\\/li>\\n<li>New feature: JIRA WPB-1726 Added optional feedback for GridBlock Add Page.<\\/li>\\n<li>Removed Ft: JIRA WPB-1710 Removed Inspirations Add Pages; replaced by GridBlocks.<\\/li>\\n<li>Misc: JIRA WPB-1361 Added license file.<\\/li>\\n<li>New feature: Don\'t assign footer contact widget if using base pagesets.<\\/li>\\n<li>Bug Fix: JIRA WPB-1732 Fixing css issues on login screen (firefox).<\\/li>\\n<li>Bug Fix: JIRA WPB-1687 Image search: Title, Caption, Alt Text and Description do not display on new pages.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.11<\\/h4>\\n\\n<ul>\\n<li>New feature: JIRA WPB-1699 Added optional feedback for theme activation.<\\/li>\\n<li>New feature: JIRA WPB-1690 Adding BoldGrid themes to All themes install menu.<\\/li>\\n<li>Bug fix: JIRA WPB-1686 Limited items loaded in network admin pages.<\\/li>\\n<li>Improvement: JIRA WPB-1604 Added a \\\"Cancel\\\" link to the \\\"In Menu\\\" section.<\\/li>\\n<li>Improvement: JIRA WPB-1603 Display menu locations in the editor \\\"In Menu\\\" section.<\\/li>\\n<li>Bug fix: JIRA WPB-1602 Corrected capitalization of \\\"None\\\" under \\\"In menu\\\" in the editor.<\\/li>\\n<li>Improvement: JIRA WPB-1664 Gets api<em>key and site<\\/em>hash from configs instead of get_option.<\\/li>\\n<li>Bug fix: JIRA WPB-1597 Fixing indefined index error<\\/li>\\n<li>New feature: JIRA WPB-1649 Added reporting of PHP version and mobile ratio.<\\/li>\\n<li>Bug fix: JIRA WPB-1598 \'Mine\' count on \'all pages\' is incorrect.<\\/li>\\n<li>Bug fix: JIRA WPB-1647 JS error with easy-attachment-preview-size.js.<\\/li>\\n<li>Bug fix: JIRA WPB-1651 When the BG menu is turned off, Appearance link should take you to themes.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.10<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-1632 Fixed handling of subcategory<em>id in deploy<\\/em>page_sets.<\\/li>\\n<li>New feature: JIRA WPB-1510 Moved adhoc functions.php to class-boldgrid-inspirations-utility.php (class Boldgrid<em>Inspirations<\\/em>Utility).<\\/li>\\n<li>Rework: JIRA WPB-1553 Updated require and include statements for standards.<\\/li>\\n<li>Bug fix: JIRA WPB-1563 Updated pages in which wp<em>iframe-media<\\/em>upload.css is loaded.<\\/li>\\n<li>Bug fix: JIRA WPB-1549 Resolve attribution page missing attribution for several images.png.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.9.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix: Add GridBlock Sets feature disabled.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.9.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-1553 Fixed support for PHP 5.2 to deactivate plugin.<\\/li>\\n<li>Bug fix: Prevent click of links in add<em>new<\\/em>page_selection previews.<\\/li>\\n<li>Bug fix: JIRA WPB-1554 Fixed undefined JavaScript variable pagenow for customizer link.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.9<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-1554 Fixed theme link in network dashboard nav menu.<\\/li>\\n<li>Bug fix: JIRA WPB-1590 Fixed JavaScript error for undefined screen info in network dashboard.<\\/li>\\n<li>Bug fix: JIRA WPB-1535 Fixed theme deployment issues.<\\/li>\\n<li>New feature: JIRA WPB-1584 Added an opt-out feedback payload delivery system.<\\/li>\\n<li>New feature: JIRA WPB-1580 Added optional feedback for customizer_start.<\\/li>\\n<li>Bug fix: JIRA WPB-1571 Removed plugin dependency admin notice when editing an attachment (image).<\\/li>\\n<li>New feature: JIRA WPB-1579 Added feedback opt-out in BoldGrid Settings, hidden for now.<\\/li>\\n<li>Bug fix: JIRA WPB-1575 Addressed an issue causing mismatch color palettes on cached previews<\\/li>\\n<li>New feature: JIRA WPB-1514 Add new pages offers page templates to choose from.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.8.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-1553 Fixed PHP version check condition (<5.3).<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-1561 Fixed missing get<em>plugin<\\/em>data on update calls.<\\/li>\\n<li>New feature: JIRA WPB-1511 Added dependency plugin notice on editor pages.<\\/li>\\n<li>Bug fix: JIRA WPB-1553 Added support for <strong>DIR<\\/strong> in PHP <=5.2.<\\/li>\\n<li>Bug fix: JIRA WPB-1371 JSON encoded image data for media download requests.<\\/li>\\n<li>New feature: JIRA WPB-1332 Swapping loading GIF to CSS loading image.<\\/li>\\n<li>New feature: JIRA WPB-1072 Storing static pages on install<\\/li>\\n<li>New feature: JIRA WPB-1539 When deleting a page, remove it from any applicable menus as well.<\\/li>\\n<li>New feature JIRA WPB-1542 Manage menu assignment within editor.<\\/li>\\n<li>New feature JIRA WPB-1555 Add wp-image-## class to images during deployment.<\\/li>\\n<li>New feature JIRA WPB-1557 Add wp-image-## class to images when adding gridblocks.<\\/li>\\n<li>Bug fix: JIRA WPB-1506 Theme naming missing in preview.<\\/li>\\n<li>Bug fix: JIRA WPB-1443 Extra page listed under \'Mine\'.<\\/li>\\n<li>Bug fix: JIRA WPB-1560 Install options not available on preview server<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.7<\\/h4>\\n\\n<ul>\\n<li>Rework: JIRA WPB-1533 Ensured activation data is sent after first login.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.7<\\/h4>\\n\\n<ul>\\n<li>Rework: JIRA WPB-1533 Ensured activation data is sent after first login.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.6<\\/h4>\\n\\n<ul>\\n<li>Rework: JIRA WPB-1411 Added more output to the deploy log.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-1462 Fixed position of dependency plugins admin notice. Also limited to Dashboard and plugins page.<\\/li>\\n<li>Bug fix: JIRA WPB-1290 Fixing issues with galleries leaving empty spaces<\\/li>\\n<li>Bug fix: JIRA WPB-1471 Made deployment plugin installation respect release channel.<\\/li>\\n<li>Rework: JIRA WPB-1452 Remove unneeded call to \'boldgrid<em>activate<\\/em>framework\' during deployment.<\\/li>\\n<li>Bug fix: JIRA WPB-946 Fixed margin bug on step 2 additional themes.<\\/li>\\n<li>Bug fix: JIRA WPB-1384 Increase width of select input on image search modal.<\\/li>\\n<li>Bug fix: JIRA WPB-1508 BoldGrid Image search box size is inconsistent.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-1442 Fixing inspiration border styles for wordpress 4.4<\\/li>\\n<li>Bug fix: JIRA WPB-1461 Updating login button styles for wordpress 4.4<\\/li>\\n<li>Bug fix: JIRA WPB-1411 Added initialization and checks for empty image queues in deployment.<\\/li>\\n<li>Bug fix: JIRA WPB-1406 Attribution page still showing in \'All Pages\'.<\\/li>\\n<li>Bug fix: JIRA WPB-1451 Active images are showing in Staging attribution page.<\\/li>\\n<li>Bug fix: JIRA WPB-1466 Tabs on tutorials page too small at 1035px - 1482px.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.3<\\/h4>\\n\\n<ul>\\n<li>New feature: JIRA WPB-1363 Updated readme.txt for WordPress standards.<\\/li>\\n<li>New feature: JIRA WPB-1389 When starting over theme mods are saved with a flag to recompile sass<\\/li>\\n<li>Bug fix: JIRA WPB-1420 Content of Attribution page is overwriting page saves.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-1395 Adjusted theme update data; now gets theme uri from theme style.css, download url from api data.<\\/li>\\n<li>Rework JIRA WPB-1374 Updated activation timestamp to use GMT\\/UTC.<\\/li>\\n<li>Bug fix: JIRA WPB-1377 Reseller option is now set on first call to either the front end or wp_login.<\\/li>\\n<li>Bug fix: Adjusted handling for image purchases when errors occur.<\\/li>\\n<li>Bug fix: JIRA WPB-1365 Purchase link on editing a page goes to wrong link.<\\/li>\\n<li>Bug fix: JIRA WPB-1368 Inspirations step 0 text refers to nonexisting help tabs.<\\/li>\\n<li>Rework: JIRA WPB-1378 Adjusted formatting of footer in Dashboard.<\\/li>\\n<li>Rework: JIRA WPB-1369 Update minus signs on \'Transaction History\'.<\\/li>\\n<li>New feature: JIRA WPB-1379 On the transactions page, show the reseller that processed the credits.<\\/li>\\n<li>Bug fix: Count of \'All\' pages inaccurate on \'All pages\'.<\\/li>\\n<li>Bug fix: JIRA WPB-1367 Updated link for \'Lost your BoldGrid Connect Key?\'.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix: JIRA WPB-1374 Updated activation timestamp to include timezone in UTC.<\\/li>\\n<li>Bug fix: Attribution page shows style tags.<\\/li>\\n<li>Bug fix: Strict Standards fix for wp<em>kses<\\/em>allowed_html.<\\/li>\\n<li>Bug fix: Fixed incorrect link.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0<\\/h4>\\n\\n<ul>\\n<li>Initial public release.<\\/li>\\n<\\/ul>\\n\",\"upgrade_notice\":\"<h4>1.3<\\/h4>\\n\\n<p>Version 1.3 has been released with a redesigned Inspiration phase. For more information on this change and others, please visit our blog at https:\\/\\/www.boldgrid.com\\/boldgrid-1-3-released\\/ .<\\/p>\\n\\n<h4>1.0.2<\\/h4>\\n\\n<p>Users should upgrade to version 1.0.2 to ensure proper BoldGrid theme updates.<\\/p>\\n\"}\";s:7:\"siteurl\";s:25:\"https://www.boldgrid.com/\";s:13:\"compatibility\";s:89331:\"{\"6.0\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.9.4\":{\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.9.3\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.9.2\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.9.1\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.9\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.8.5\":{\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.8.4\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.8.3\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.8.2\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.8.1\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.8\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.7.7\":{\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.7.6\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.7.5\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.7.4\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.7.3\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.7.2\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.7.1\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.7\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.6.9\":{\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.6.8\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.6.7\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.6.6\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.6.5\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.6.4\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.6.3\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.6.2\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.6.1\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.6\":{\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.5.9\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.5.8\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.5.7\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.5.6\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.5.5\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.5.4\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.5.3\":{\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.5.2\":{\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.5.1\":{\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.5\":{\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.4.9\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.4.8\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.4.7\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.4.6\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.4.5\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.4.4\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.4.3\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.4.2\":{\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.4.1\":{\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.4\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.3.9\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.3.8\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.3.7\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.3.6\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.3.5\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.3.4\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.3.3\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.3.2\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.3.1\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.3\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.2.9\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.2.8\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.2.7\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.2.6\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.2.5\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.2.4\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.2.3\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.2.2\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.2.1\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.2\":{\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.1.8\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.1.7\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.1.6\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.1.5\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.1.4\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.1.3\":{\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.1.2\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.1.1\":{\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.1\":{\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.0.9\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.0.8\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.0.7\":{\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.0.6\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.0.5\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.0.4\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.0.3\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.0.2\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.0.10\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.0.1\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.0\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.9\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.8\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.7\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.6\":{\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.5\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.4\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.3\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.2\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.14\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.13\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.12\":{\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.11\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.10\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.1\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.8.9\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.8.8\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.8.7\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.8.6\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.8.5\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.8.4\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.8.3\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.8.2\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.8.10\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.8.1\":{\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.8\":{\"1.4.0.1\":[100,12],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.9\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.8\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.7\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.6\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.13\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.12\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.11\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.10\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.9\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.8\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.7\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.12\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.11\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.10\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.9\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.8\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.12\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.11\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.10\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.4.9\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.4.8\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.4.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.4.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.4.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.4.10\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.3.1\":{\"0.29\":[100,12],\"1.0.2\":[100,12],\"1.0.3\":[100,12],\"1.0.4\":[100,12],\"1.0.5\":[100,12],\"1.0.6\":[100,12],\"1.0.7\":[100,12],\"1.0.8.1\":[100,12],\"1.0.9.1\":[100,12],\"1.0.9.2\":[100,12],\"1.0.10\":[100,12],\"1.0.11\":[100,12],\"1.0.12.1\":[100,12],\"1.1.1\":[100,12],\"1.1.2.1\":[100,12],\"1.1.2.3\":[100,12],\"1.1.1.1\":[100,12],\"1.1.3\":[100,12],\"1.1.4\":[100,12],\"1.1.5\":[100,12],\"1.1.6\":[100,12],\"1.1.7\":[100,12],\"1.1.8\":[100,12],\"1.2\":[100,12],\"1.2.1\":[100,12],\"1.2.2\":[100,12],\"1.2.4\":[100,12],\"1.2.5\":[100,12],\"1.2.8\":[100,12],\"1.2.9\":[100,12],\"1.2.11\":[100,12],\"1.2.13\":[100,12],\"1.3\":[100,12],\"1.3.1\":[100,12],\"1.3.2\":[100,12],\"1.3.3\":[100,12],\"1.3.4\":[100,12],\"1.3.5\":[100,12],\"1.3.6\":[100,12],\"1.3.7\":[100,12],\"1.3.8\":[100,12],\"1.3.9\":[100,12],\"1.3.10\":[100,12],\"1.4\":[100,12],\"1.4.1\":[100,12],\"1.4.2\":[100,12],\"1.4.3\":[100,12],\"1.4.4\":[100,12],\"1.4.5\":[100,12],\"1.4.6\":[100,12],\"1.4.0.1\":[100,12],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";s:113:\"{\"inspiration\":\"Inspiration\",\"customization\":\"Customization\",\"build\":\"Build\",\"create\":\"Create\",\"design\":\"Design\"}\";s:7:\"banners\";s:151:\"{\"low\":\"//repo.boldgrid.com/assets/banner-inspirations-banner-772x250.png\",\"high\":\"//repo.boldgrid.com/assets/banner-inspirations-banner-1544x500.png\"}\";s:6:\"editor\";O:8:\"stdClass\":3:{s:7:\"version\";s:7:\"1.6.0.2\";s:5:\"title\";s:15:\"BoldGrid Editor\";s:8:\"asset_id\";s:6:\"900312\";}s:7:\"staging\";O:8:\"stdClass\":3:{s:7:\"version\";s:5:\"1.5.1\";s:5:\"title\";s:16:\"BoldGrid Staging\";s:8:\"asset_id\";s:6:\"876738\";}s:14:\"theme_versions\";O:8:\"stdClass\":45:{s:2:\"26\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.20.9\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237030;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-uptempo-1.20.9.zip\";}s:2:\"28\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.25.9\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237029;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-diced-1.25.9.zip\";}s:2:\"29\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.25.9\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237028;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-evolv-1.25.9.zip\";}s:2:\"30\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.20.9\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237027;s:7:\"package\";s:63:\"https://repo.boldgrid.com/themes/boldgrid-florentine-1.20.9.zip\";}s:2:\"31\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.25.9\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237026;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-hifidel-1.25.9.zip\";}s:2:\"32\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.25.9\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237025;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-hydra-1.25.9.zip\";}s:2:\"33\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.25.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237024;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-linx-1.25.10.zip\";}s:2:\"34\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.25.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1236959;s:7:\"package\";s:62:\"https://repo.boldgrid.com/themes/boldgrid-pavilion-1.25.10.zip\";}s:2:\"35\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.25.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237023;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-primas-1.25.10.zip\";}s:2:\"36\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.20.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237022;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-resolve-1.20.10.zip\";}s:2:\"38\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.25.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237021;s:7:\"package\";s:62:\"https://repo.boldgrid.com/themes/boldgrid-vacation-1.25.10.zip\";}s:2:\"40\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.25.11\";s:7:\"updated\";s:10:\"2022-10-11\";s:8:\"asset_id\";i:1267688;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-gridone-1.25.11.zip\";}s:2:\"42\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.18.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237019;s:7:\"package\";s:62:\"https://repo.boldgrid.com/themes/boldgrid-venetian-1.18.10.zip\";}s:2:\"43\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.18.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237018;s:7:\"package\";s:59:\"https://repo.boldgrid.com/themes/boldgrid-haven-1.18.10.zip\";}s:2:\"44\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.16.11\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237017;s:7:\"package\";s:59:\"https://repo.boldgrid.com/themes/boldgrid-wedge-1.16.11.zip\";}s:2:\"45\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.15.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237016;s:7:\"package\";s:62:\"https://repo.boldgrid.com/themes/boldgrid-monument-1.15.10.zip\";}s:2:\"48\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.3.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237015;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-callaway-1.3.10.zip\";}s:2:\"49\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.3.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1236956;s:7:\"package\";s:59:\"https://repo.boldgrid.com/themes/boldgrid-swifty-1.3.10.zip\";}s:2:\"50\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.3.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237014;s:7:\"package\";s:59:\"https://repo.boldgrid.com/themes/boldgrid-cobalt-1.3.10.zip\";}s:2:\"51\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.3.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237013;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-westview-1.3.10.zip\";}s:2:\"52\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"0.4.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237012;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-lattice-0.4.10.zip\";}s:2:\"54\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2020-05-15\";s:8:\"asset_id\";i:1097350;s:7:\"package\";s:45:\"https://repo.boldgrid.com/themes/Bolt-0.1.zip\";}s:2:\"56\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2020-06-30\";s:8:\"asset_id\";i:1110570;s:7:\"package\";s:49:\"https://repo.boldgrid.com/themes/Coherent-0.1.zip\";}s:2:\"57\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-01-29\";s:8:\"asset_id\";i:1166277;s:7:\"package\";s:49:\"https://repo.boldgrid.com/themes/SwiftyV2-0.1.zip\";}s:2:\"58\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-01-27\";s:8:\"asset_id\";i:1167731;s:7:\"package\";s:50:\"https://repo.boldgrid.com/themes/GridOneV2-0.1.zip\";}s:2:\"59\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-02-02\";s:8:\"asset_id\";i:1170404;s:7:\"package\";s:51:\"https://repo.boldgrid.com/themes/CallawayV2-0.1.zip\";}s:2:\"60\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-02-11\";s:8:\"asset_id\";i:1172882;s:7:\"package\";s:50:\"https://repo.boldgrid.com/themes/ResolveV2-0.1.zip\";}s:2:\"61\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-02-17\";s:8:\"asset_id\";i:1174594;s:7:\"package\";s:48:\"https://repo.boldgrid.com/themes/WedgeV2-0.1.zip\";}s:2:\"62\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-02-17\";s:8:\"asset_id\";i:1175323;s:7:\"package\";s:48:\"https://repo.boldgrid.com/themes/DicedV2-0.1.zip\";}s:2:\"63\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-02-25\";s:8:\"asset_id\";i:1177324;s:7:\"package\";s:47:\"https://repo.boldgrid.com/themes/LinxV2-0.1.zip\";}s:2:\"64\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-03-02\";s:8:\"asset_id\";i:1177773;s:7:\"package\";s:50:\"https://repo.boldgrid.com/themes/HifidelV2-0.1.zip\";}s:2:\"65\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-03-03\";s:8:\"asset_id\";i:1178992;s:7:\"package\";s:50:\"https://repo.boldgrid.com/themes/UptempoV2-0.1.zip\";}s:2:\"66\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-03-11\";s:8:\"asset_id\";i:1180564;s:7:\"package\";s:48:\"https://repo.boldgrid.com/themes/EvolvV2-0.1.zip\";}s:2:\"67\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-03-18\";s:8:\"asset_id\";i:1182152;s:7:\"package\";s:51:\"https://repo.boldgrid.com/themes/WestviewV2-0.1.zip\";}s:2:\"68\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-03-23\";s:8:\"asset_id\";i:1183787;s:7:\"package\";s:53:\"https://repo.boldgrid.com/themes/FlorentineV2-0.1.zip\";}s:2:\"69\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-04-01\";s:8:\"asset_id\";i:1184444;s:7:\"package\";s:52:\"https://repo.boldgrid.com/themes/CrioStarter-0.1.zip\";}s:2:\"70\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-04-07\";s:8:\"asset_id\";i:1187346;s:7:\"package\";s:51:\"https://repo.boldgrid.com/themes/VacationV2-0.1.zip\";}s:2:\"71\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-04-27\";s:8:\"asset_id\";i:1190564;s:7:\"package\";s:51:\"https://repo.boldgrid.com/themes/MonumentV2-0.1.zip\";}s:2:\"72\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-05-03\";s:8:\"asset_id\";i:1192977;s:7:\"package\";s:49:\"https://repo.boldgrid.com/themes/Hydra V2-0.1.zip\";}s:2:\"73\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-05-13\";s:8:\"asset_id\";i:1193996;s:7:\"package\";s:51:\"https://repo.boldgrid.com/themes/VenetianV2-0.1.zip\";}s:2:\"74\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-05-20\";s:8:\"asset_id\";i:1196830;s:7:\"package\";s:49:\"https://repo.boldgrid.com/themes/PrimasV2-0.1.zip\";}s:2:\"75\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2022-08-02\";s:8:\"asset_id\";i:1258057;s:7:\"package\";s:52:\"https://repo.boldgrid.com/themes/DH-Plumbing-0.1.zip\";}s:2:\"79\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2022-09-12\";s:8:\"asset_id\";i:1264309;s:7:\"package\";s:53:\"https://repo.boldgrid.com/themes/DH-Dentistry-0.1.zip\";}s:2:\"82\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2022-10-06\";s:8:\"asset_id\";i:1267084;s:7:\"package\";s:54:\"https://repo.boldgrid.com/themes/DH-Burger-Bar-0.1.zip\";}s:2:\"99\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.3.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237014;s:7:\"package\";s:59:\"https://repo.boldgrid.com/themes/boldgrid-cobalt-1.3.10.zip\";}}s:9:\"site_hash\";s:32:\"0646bd6f588a0cefd88f309fe77ff7b2\";s:13:\"wporg_plugins\";O:8:\"stdClass\":4:{s:6:\"backup\";O:8:\"stdClass\":6:{s:8:\"repo_url\";s:50:\"https://plugins.svn.wordpress.org/boldgrid-backup/\";s:11:\"package_url\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.15.2.zip\";s:4:\"slug\";s:15:\"boldgrid-backup\";s:8:\"old_slug\";s:15:\"boldgrid-backup\";s:5:\"title\";s:12:\"Total Upkeep\";s:7:\"version\";s:6:\"1.15.2\";}s:6:\"editor\";O:8:\"stdClass\":6:{s:8:\"repo_url\";s:56:\"https://plugins.svn.wordpress.org/post-and-page-builder/\";s:11:\"package_url\";s:71:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.21.3.zip\";s:4:\"slug\";s:21:\"post-and-page-builder\";s:8:\"old_slug\";s:15:\"boldgrid-editor\";s:5:\"title\";s:21:\"Post and Page Builder\";s:7:\"version\";s:6:\"1.21.3\";}s:3:\"seo\";O:8:\"stdClass\":6:{s:8:\"repo_url\";s:52:\"https://plugins.svn.wordpress.org/boldgrid-easy-seo/\";s:11:\"package_url\";s:67:\"https://downloads.wordpress.org/plugin/boldgrid-easy-seo.1.6.10.zip\";s:4:\"slug\";s:17:\"boldgrid-easy-seo\";s:8:\"old_slug\";s:12:\"boldgrid-seo\";s:5:\"title\";s:17:\"BoldGrid Easy SEO\";s:7:\"version\";s:6:\"1.6.10\";}s:7:\"weforms\";O:8:\"stdClass\":6:{s:8:\"repo_url\";s:42:\"https://plugins.svn.wordpress.org/weforms/\";s:11:\"package_url\";s:50:\"https://downloads.wordpress.org/plugin/weforms.zip\";s:4:\"slug\";s:7:\"weforms\";s:8:\"old_slug\";s:7:\"weforms\";s:5:\"title\";s:7:\"weForms\";s:7:\"version\";N;}}s:9:\"is_author\";b:0;}}s:14:\"license_status\";b:1;s:7:\"updated\";i:1667431900;}','no'),(10593480,'_transient_timeout_jetpack_plugin_api_action_links_refresh','1667518082','no'),(10593481,'_transient_jetpack_plugin_api_action_links_refresh','1667431682','no'),(10592650,'_transient_timeout_jpp_li_76769a5080b75c31d47ff9f6d5d39fc0','1667426665','no'),(10592651,'_transient_jpp_li_76769a5080b75c31d47ff9f6d5d39fc0','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (159.89.202.42)\";s:17:\"seconds_remaining\";i:3490;s:16:\"blocked_attempts\";s:6:\"153514\";s:6:\"expire\";i:1667426665;}','no'),(10592657,'_transient_timeout_jpp_li_e67156ae07e309ac39302ef148d6cc0d','1667423836','no'),(10592658,'_transient_jpp_li_e67156ae07e309ac39302ef148d6cc0d','a:5:{s:6:\"status\";s:7:\"blocked\";s:3:\"msg\";s:44:\"This IP is currently blocked (87.236.20.147)\";s:17:\"seconds_remaining\";i:650;s:16:\"blocked_attempts\";s:6:\"153516\";s:6:\"expire\";i:1667423836;}','no'),(10497217,'_transient_timeout_tablepress_c_c4ca4238a0b923820dcc509a6f75849b','1667533314','no'),(10497218,'_transient_tablepress_c_c4ca4238a0b923820dcc509a6f75849b','[\"tablepress_2791f4f08c8d8720d930def62c89155b\"]','no'),(10593585,'_transient_timeout_jetpack_sync_constants_await','1667435788','no'),(10590998,'_transient_timeout_jpp_li_661b0c32494420b729a350a9d66e5a11','1667413823','no'),(10590999,'_transient_jpp_li_661b0c32494420b729a350a9d66e5a11','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (161.35.86.230)\";s:17:\"seconds_remaining\";i:3343;s:16:\"blocked_attempts\";s:6:\"153449\";s:6:\"expire\";i:1667413823;}','no'),(10511949,'_transient_timeout_tablepress_c_c81e728d9d4c2f636f067f89cc14862c','1667506051','no'),(10511950,'_transient_tablepress_c_c81e728d9d4c2f636f067f89cc14862c','[\"tablepress_716663cb0cf66c14c293a2163a67e30c\"]','no'),(10565364,'_transient_timeout_tablepress_c_1f0e3dad99908345f7439f8ffabdffc4','1667509518','no'),(10565365,'_transient_tablepress_c_1f0e3dad99908345f7439f8ffabdffc4','[\"tablepress_a94eb744a1e5ca8ce5079d6a2c901a1b\"]','no'),(10565368,'_transient_timeout_tablepress_c_9bf31c7ff062936a96d3c8bd1f8f2ff3','1667509518','no'),(10565369,'_transient_tablepress_c_9bf31c7ff062936a96d3c8bd1f8f2ff3','[\"tablepress_a8dec3e7b2eca18e911e1c07600cee71\"]','no'),(10593525,'_transient_timeout_jetpack_jitm_9bfbb7c341135c1995e1b44a77c779c','1667432215','no'),(10593526,'_transient_jetpack_jitm_9bfbb7c341135c1995e1b44a77c779c','a:2:{i:0;O:8:\"stdClass\":12:{s:7:\"content\";O:8:\"stdClass\":8:{s:7:\"message\";s:61:\"Did you know you’re running an outdated version of Jetpack?\";s:4:\"icon\";s:7:\"jetpack\";s:8:\"iconPath\";N;s:4:\"list\";a:0:{}s:11:\"description\";s:89:\"Update Jetpack now for better performance and access to the latest and greatest features.\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"disclaimer\";a:0:{}}s:3:\"CTA\";O:8:\"stdClass\":5:{s:7:\"message\";s:10:\"Update Now\";s:4:\"hook\";s:0:\"\";s:9:\"newWindow\";b:0;s:7:\"primary\";b:1;s:4:\"link\";s:0:\"\";}s:8:\"template\";s:7:\"default\";s:3:\"ttl\";i:300;s:2:\"id\";s:21:\"jetpack_plugin_update\";s:13:\"feature_class\";s:14:\"plugin_updates\";s:7:\"expires\";i:3628800;s:13:\"max_dismissal\";i:1000;s:15:\"activate_module\";N;s:14:\"is_dismissible\";b:1;s:26:\"is_user_created_by_partner\";N;s:18:\"message_expiration\";N;}s:18:\"last_response_time\";i:1667431915;}','no'),(10593532,'_transient_jetpack_rewind_state','O:8:\"stdClass\":4:{s:6:\"reason\";s:12:\"missing_plan\";s:5:\"state\";s:11:\"unavailable\";s:12:\"last_updated\";s:29:\"2022-11-02T23:31:56.553+00:00\";s:9:\"has_cloud\";b:0;}','no'),(10593608,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1667432307;s:7:\"checked\";a:15:{s:17:\"boldgrid-pavilion\";s:7:\"1.25.10\";s:6:\"evolve\";s:5:\"4.3.5\";s:6:\"sporty\";s:5:\"1.8.8\";s:12:\"twentyeleven\";s:3:\"4.0\";s:13:\"twentyfifteen\";s:3:\"3.1\";s:14:\"twentyfourteen\";s:3:\"3.3\";s:14:\"twentynineteen\";s:3:\"2.2\";s:15:\"twentyseventeen\";s:3:\"2.9\";s:13:\"twentysixteen\";s:3:\"2.6\";s:9:\"twentyten\";s:3:\"3.6\";s:14:\"twentythirteen\";s:3:\"3.5\";s:12:\"twentytwelve\";s:3:\"3.6\";s:12:\"twentytwenty\";s:3:\"1.9\";s:15:\"twentytwentyone\";s:3:\"1.5\";s:15:\"twentytwentytwo\";s:3:\"1.0\";}s:8:\"response\";a:12:{s:12:\"twentyeleven\";a:6:{s:5:\"theme\";s:12:\"twentyeleven\";s:11:\"new_version\";s:3:\"4.2\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentyeleven/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentyeleven.4.2.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.3.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"3.5\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.3.5.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.4.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"3.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.3.1.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"2.8\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.8.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:9:\"twentyten\";a:6:{s:5:\"theme\";s:9:\"twentyten\";s:11:\"new_version\";s:3:\"3.7\";s:3:\"url\";s:39:\"https://wordpress.org/themes/twentyten/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/twentyten.3.7.zip\";s:8:\"requires\";s:3:\"3.0\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentythirteen\";a:6:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"3.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.3.7.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwelve\";a:6:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"3.8\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwelve/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.3.8.zip\";s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.2.1.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.7.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.3.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:3:{s:6:\"evolve\";a:6:{s:5:\"theme\";s:6:\"evolve\";s:11:\"new_version\";s:5:\"4.3.5\";s:3:\"url\";s:36:\"https://wordpress.org/themes/evolve/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/evolve.4.3.5.zip\";s:8:\"requires\";s:3:\"5.0\";s:12:\"requires_php\";s:3:\"7.0\";}s:6:\"sporty\";a:6:{s:5:\"theme\";s:6:\"sporty\";s:11:\"new_version\";s:5:\"1.8.8\";s:3:\"url\";s:36:\"https://wordpress.org/themes/sporty/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/sporty.1.8.8.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:17:\"boldgrid-pavilion\";O:8:\"WP_Theme\":12:{s:6:\"update\";b:0;s:20:\"\0WP_Theme\0theme_root\";s:51:\"/home/altere25/quintelacrosse.com/wp-content/themes\";s:17:\"\0WP_Theme\0headers\";a:13:{s:4:\"Name\";s:8:\"Pavilion\";s:8:\"ThemeURI\";s:33:\"https://www.boldgrid.com/pavilion\";s:11:\"Description\";s:574:\"Designed specifically for use with the BoldGrid suite of plugins, all BoldGrid themes are highly customizable, responsive to a wide range of devices, and of course, beautiful. Every BoldGrid theme includes five pre-selected color palettes and an advanced tool for creating your own unique palette. In addition, all themes feature multiple menu locations and widget areas, which are easily customizable to suit your needs. So if you\'re looking for a theme that looks great, feels modern and professional, and offers plenty of features to make it your own, you\'ve chosen well.\";s:6:\"Author\";s:17:\"The BoldGrid Team\";s:9:\"AuthorURI\";s:33:\"https://www.boldgrid.com/the-team\";s:7:\"Version\";s:7:\"1.25.10\";s:8:\"Template\";s:0:\"\";s:6:\"Status\";s:0:\"\";s:4:\"Tags\";s:138:\"custom-background, custom-colors, custom-menu, editor-style, responsive-layout, rtl-language-support, translation-ready, boldgrid-theme-34\";s:10:\"TextDomain\";s:17:\"boldgrid-pavilion\";s:10:\"DomainPath\";s:0:\"\";s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";}s:27:\"\0WP_Theme\0headers_sanitized\";a:5:{s:7:\"Version\";s:7:\"1.25.10\";s:4:\"Name\";s:8:\"Pavilion\";s:6:\"Author\";s:17:\"The BoldGrid Team\";s:9:\"AuthorURI\";s:33:\"https://www.boldgrid.com/the-team\";s:4:\"Tags\";a:8:{i:0;s:17:\"custom-background\";i:1;s:13:\"custom-colors\";i:2;s:11:\"custom-menu\";i:3;s:12:\"editor-style\";i:4;s:17:\"responsive-layout\";i:5;s:20:\"rtl-language-support\";i:6;s:17:\"translation-ready\";i:7;s:17:\"boldgrid-theme-34\";}}s:25:\"\0WP_Theme\0name_translated\";N;s:16:\"\0WP_Theme\0errors\";N;s:20:\"\0WP_Theme\0stylesheet\";s:17:\"boldgrid-pavilion\";s:18:\"\0WP_Theme\0template\";s:17:\"boldgrid-pavilion\";s:16:\"\0WP_Theme\0parent\";N;s:24:\"\0WP_Theme\0theme_root_uri\";N;s:27:\"\0WP_Theme\0textdomain_loaded\";N;s:20:\"\0WP_Theme\0cache_hash\";s:32:\"1e3e90e1d04beac58b28a65d4ca63a4b\";}}s:12:\"translations\";a:0:{}}','no'),(10593609,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1667432307;s:8:\"response\";a:9:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.0.3\";s:12:\"requires_php\";s:3:\"5.2\";}s:27:\"my-calendar/my-calendar.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/my-calendar\";s:4:\"slug\";s:11:\"my-calendar\";s:6:\"plugin\";s:27:\"my-calendar/my-calendar.php\";s:11:\"new_version\";s:8:\"3.3.24.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/my-calendar/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/my-calendar.3.3.24.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/my-calendar/assets/icon-256x256.png?rev=1097576\";s:2:\"1x\";s:64:\"https://ps.w.org/my-calendar/assets/icon-128x128.png?rev=1097576\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/my-calendar/assets/banner-1544x500.png?rev=1097576\";s:2:\"1x\";s:66:\"https://ps.w.org/my-calendar/assets/banner-772x250.png?rev=1097576\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.0.3\";s:12:\"requires_php\";s:3:\"7.0\";}s:31:\"photo-gallery/photo-gallery.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/photo-gallery\";s:4:\"slug\";s:13:\"photo-gallery\";s:6:\"plugin\";s:31:\"photo-gallery/photo-gallery.php\";s:11:\"new_version\";s:5:\"1.8.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/photo-gallery/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/photo-gallery.1.8.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/photo-gallery/assets/icon-256x256.png?rev=2068745\";s:2:\"1x\";s:66:\"https://ps.w.org/photo-gallery/assets/icon-128x128.png?rev=2068745\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/photo-gallery/assets/banner-1544x500.png?rev=2068745\";s:2:\"1x\";s:68:\"https://ps.w.org/photo-gallery/assets/banner-772x250.png?rev=2068745\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:3:\"6.1\";s:12:\"requires_php\";b:0;}s:47:\"post-and-page-builder/post-and-page-builder.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:35:\"w.org/plugins/post-and-page-builder\";s:4:\"slug\";s:21:\"post-and-page-builder\";s:6:\"plugin\";s:47:\"post-and-page-builder/post-and-page-builder.php\";s:11:\"new_version\";s:6:\"1.21.3\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/post-and-page-builder/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.21.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/post-and-page-builder/assets/icon-256x256.png?rev=1768477\";s:2:\"1x\";s:74:\"https://ps.w.org/post-and-page-builder/assets/icon-128x128.png?rev=1768477\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/post-and-page-builder/assets/banner-1544x500.png?rev=1768477\";s:2:\"1x\";s:76:\"https://ps.w.org/post-and-page-builder/assets/banner-772x250.png?rev=1768477\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.4\";}s:23:\"post-grid/post-grid.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/post-grid\";s:4:\"slug\";s:9:\"post-grid\";s:6:\"plugin\";s:23:\"post-grid/post-grid.php\";s:11:\"new_version\";s:6:\"2.1.24\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/post-grid/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/plugin/post-grid.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/post-grid/assets/icon-256x256.png?rev=2305710\";s:2:\"1x\";s:62:\"https://ps.w.org/post-grid/assets/icon-128x128.png?rev=2305710\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/post-grid/assets/banner-1544x500.png?rev=2307499\";s:2:\"1x\";s:64:\"https://ps.w.org/post-grid/assets/banner-772x250.png?rev=2307499\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.8\";s:6:\"tested\";s:5:\"6.0.3\";s:12:\"requires_php\";b:0;}s:33:\"smart-slider-3/smart-slider-3.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/smart-slider-3\";s:4:\"slug\";s:14:\"smart-slider-3\";s:6:\"plugin\";s:33:\"smart-slider-3/smart-slider-3.php\";s:11:\"new_version\";s:8:\"3.5.1.11\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/smart-slider-3/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/smart-slider-3.3.5.1.11.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/smart-slider-3/assets/icon-256x256.png?rev=2307688\";s:2:\"1x\";s:59:\"https://ps.w.org/smart-slider-3/assets/icon.svg?rev=2307688\";s:3:\"svg\";s:59:\"https://ps.w.org/smart-slider-3/assets/icon.svg?rev=2307688\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/smart-slider-3/assets/banner-1544x500.png?rev=2632650\";s:2:\"1x\";s:69:\"https://ps.w.org/smart-slider-3/assets/banner-772x250.png?rev=2632650\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"7.0\";}s:35:\"boldgrid-backup/boldgrid-backup.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/boldgrid-backup\";s:4:\"slug\";s:15:\"boldgrid-backup\";s:6:\"plugin\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:11:\"new_version\";s:6:\"1.15.4\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/boldgrid-backup/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.15.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-256x256.png?rev=1880952\";s:2:\"1x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-128x128.png?rev=1880952\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/boldgrid-backup/assets/banner-1544x500.png?rev=1880952\";s:2:\"1x\";s:70:\"https://ps.w.org/boldgrid-backup/assets/banner-772x250.png?rev=1880952\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.4\";}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:3:\"4.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/duplicate-post.4.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=2336666\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=2336666\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/duplicate-post/assets/banner-1544x500.png?rev=2336666\";s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=2336666\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";s:6:\"tested\";s:3:\"6.1\";s:12:\"requires_php\";s:6:\"5.6.20\";}s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:21:\"boldgrid-inspirations\";s:6:\"plugin\";s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";s:11:\"new_version\";s:5:\"2.7.4\";s:3:\"url\";s:25:\"https://www.boldgrid.com/\";s:7:\"package\";s:150:\"https://wp-assets.boldgrid.com/api/asset/get?key=b58f3279a7424c5008ca8e5c15df5afb&id=1265571&installed_plugin_version=2.6.5&installed_wp_version=5.9.5\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{s:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/boldgrid-easy-seo\";s:4:\"slug\";s:17:\"boldgrid-easy-seo\";s:6:\"plugin\";s:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";s:11:\"new_version\";s:6:\"1.6.10\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/boldgrid-easy-seo/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/boldgrid-easy-seo.1.6.10.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/boldgrid-easy-seo/assets/icon-256x256.png?rev=1773296\";s:2:\"1x\";s:70:\"https://ps.w.org/boldgrid-easy-seo/assets/icon-128x128.png?rev=1773296\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/boldgrid-easy-seo/assets/banner-1544x500.png?rev=1773381\";s:2:\"1x\";s:72:\"https://ps.w.org/boldgrid-easy-seo/assets/banner-772x250.png?rev=1773381\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}s:29:\"hide-featured-image/index.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/hide-featured-image\";s:4:\"slug\";s:19:\"hide-featured-image\";s:6:\"plugin\";s:29:\"hide-featured-image/index.php\";s:11:\"new_version\";s:5:\"1.3.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/hide-featured-image/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/hide-featured-image.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/hide-featured-image/assets/icon-256x256.png?rev=1882740\";s:2:\"1x\";s:72:\"https://ps.w.org/hide-featured-image/assets/icon-128x128.png?rev=1882740\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:6:\"11.5.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/jetpack.11.5.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=2638128\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2638128\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2638128\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=2653649\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=2653649\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:27:\"sportspress/sportspress.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/sportspress\";s:4:\"slug\";s:11:\"sportspress\";s:6:\"plugin\";s:27:\"sportspress/sportspress.php\";s:11:\"new_version\";s:6:\"2.7.15\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/sportspress/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/sportspress.2.7.15.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/sportspress/assets/icon-256x256.png?rev=1252005\";s:2:\"1x\";s:64:\"https://ps.w.org/sportspress/assets/icon-128x128.png?rev=1252005\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/sportspress/assets/banner-1544x500.png?rev=1405496\";s:2:\"1x\";s:66:\"https://ps.w.org/sportspress/assets/banner-772x250.png?rev=1405496\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.8\";}s:25:\"tablepress/tablepress.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/tablepress\";s:4:\"slug\";s:10:\"tablepress\";s:6:\"plugin\";s:25:\"tablepress/tablepress.php\";s:11:\"new_version\";s:4:\"1.14\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/tablepress/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/tablepress.1.14.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/tablepress/assets/icon-256x256.png?rev=1064192\";s:2:\"1x\";s:63:\"https://ps.w.org/tablepress/assets/icon-128x128.png?rev=1064192\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/tablepress/assets/banner-1544x500.png?rev=1275767\";s:2:\"1x\";s:65:\"https://ps.w.org/tablepress/assets/banner-772x250.png?rev=1275767\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/tablepress/assets/banner-1544x500-rtl.png?rev=1275767\";s:2:\"1x\";s:69:\"https://ps.w.org/tablepress/assets/banner-772x250-rtl.png?rev=1275767\";}s:8:\"requires\";s:3:\"5.6\";}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:7:\"1.7.7.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.7.7.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-256x256.png?rev=2574201\";s:2:\"1x\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=2574198\";s:3:\"svg\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=2574198\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=2602491\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=2602491\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500-rtl.png?rev=2602491\";s:2:\"1x\";s:71:\"https://ps.w.org/wpforms-lite/assets/banner-772x250-rtl.png?rev=2602491\";}s:8:\"requires\";s:3:\"5.2\";}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:23:\"boldgrid-backup-premium\";s:6:\"plugin\";s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";s:11:\"new_version\";s:5:\"1.5.9\";s:6:\"tested\";s:3:\"5.8\";s:3:\"url\";s:25:\"https://www.boldgrid.com/\";s:7:\"package\";s:112:\"https://api.boldgrid.com/api/open/get-asset?id=1192077&installed_plugin_version=1.5.9&installed_wp_version=5.9.5\";}}s:6:\"tested\";s:3:\"6.0\";}','no'),(10593510,'boldgrid_reseller','a:1:{s:16:\"reseller_nobrand\";b:1;}','yes'),(10593511,'_transient_timeout_jetpack_a8c_data','1667518301','no'),(10582803,'_transient_timeout_tablepress_716663cb0cf66c14c293a2163a67e30c','1667419651','no'),(10582804,'_transient_tablepress_716663cb0cf66c14c293a2163a67e30c','\n<table id=\"tablepress-2\" class=\"tablepress tablepress-id-2\">\n<thead>\n<tr class=\"row-1 odd\">\n <th class=\"column-1\">DIVISION</th><th class=\"column-2\">EARLY BIRD<br />\n(up to March 27th)</th><th class=\"column-3\">REGULAR<br />\n(March 28th - April 9th)</th>\n</tr>\n</thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n <td class=\"column-1\">U5 - SOFT LACROSSE<br />\n(2018/2019)</td><td class=\"column-2\">FREE!</td><td class=\"column-3\">FREE!</td>\n</tr>\n<tr class=\"row-3 odd\">\n <td class=\"column-1\">U7 - PAPERWEIGHT<br />\n(2016/2017)</td><td class=\"column-2\">$165</td><td class=\"column-3\">$190</td>\n</tr>\n<tr class=\"row-4 even\">\n <td class=\"column-1\">U9<br />\n(2014/2015)</td><td class=\"column-2\">$190</td><td class=\"column-3\">$215</td>\n</tr>\n<tr class=\"row-5 odd\">\n <td class=\"column-1\">U11<br />\n(2012/2013)</td><td class=\"column-2\">$190</td><td class=\"column-3\">$215</td>\n</tr>\n<tr class=\"row-6 even\">\n <td class=\"column-1\">U13<br />\n(2010/2011)</td><td class=\"column-2\">$205</td><td class=\"column-3\">$230</td>\n</tr>\n<tr class=\"row-7 odd\">\n <td class=\"column-1\">U15<br />\n(2008/2009)</td><td class=\"column-2\">$205</td><td class=\"column-3\">$230</td>\n</tr>\n<tr class=\"row-8 even\">\n <td class=\"column-1\">U17<br />\n(2006/2007)</td><td class=\"column-2\">$220</td><td class=\"column-3\">$245</td>\n</tr>\n</tbody>\n</table>\n','no'),(10593515,'_transient_timeout_wpforms_dash_widget_pro_entries_by_date_30','1667433601','no'),(10593516,'_transient_wpforms_dash_widget_pro_entries_by_date_30','a:0:{}','no'),(10593518,'_transient_timeout_wpforms_dash_widget_pro_entries_by_form_30','1667433601','no'),(10593519,'_transient_wpforms_dash_widget_pro_entries_by_form_30','a:15:{i:0;a:4:{s:7:\"form_id\";i:6;s:5:\"count\";i:0;s:5:\"title\";s:15:\"BoldGrid Form 1\";s:8:\"edit_url\";s:85:\"http://quintelacrosse.com/wp-admin/admin.php?page=wpforms-entries&view=list&form_id=6\";}i:1;a:4:{s:7:\"form_id\";i:7;s:5:\"count\";i:0;s:5:\"title\";s:15:\"BoldGrid Form 2\";s:8:\"edit_url\";s:85:\"http://quintelacrosse.com/wp-admin/admin.php?page=wpforms-entries&view=list&form_id=7\";}i:2;a:4:{s:7:\"form_id\";i:8;s:5:\"count\";i:0;s:5:\"title\";s:15:\"BoldGrid Form 3\";s:8:\"edit_url\";s:85:\"http://quintelacrosse.com/wp-admin/admin.php?page=wpforms-entries&view=list&form_id=8\";}i:3;a:4:{s:7:\"form_id\";i:9;s:5:\"count\";i:0;s:5:\"title\";s:28:\"Address Form (International)\";s:8:\"edit_url\";s:85:\"http://quintelacrosse.com/wp-admin/admin.php?page=wpforms-entries&view=list&form_id=9\";}i:4;a:4:{s:7:\"form_id\";i:10;s:5:\"count\";i:0;s:5:\"title\";s:17:\"Address Form (US)\";s:8:\"edit_url\";s:86:\"http://quintelacrosse.com/wp-admin/admin.php?page=wpforms-entries&view=list&form_id=10\";}i:5;a:4:{s:7:\"form_id\";i:11;s:5:\"count\";i:0;s:5:\"title\";s:24:\"Email Form (Traditional)\";s:8:\"edit_url\";s:86:\"http://quintelacrosse.com/wp-admin/admin.php?page=wpforms-entries&view=list&form_id=11\";}i:6;a:4:{s:7:\"form_id\";i:12;s:5:\"count\";i:0;s:5:\"title\";s:39:\"Event Registration Form (Group Support)\";s:8:\"edit_url\";s:86:\"http://quintelacrosse.com/wp-admin/admin.php?page=wpforms-entries&view=list&form_id=12\";}i:7;a:4:{s:7:\"form_id\";i:13;s:5:\"count\";i:0;s:5:\"title\";s:23:\"Event Registration Form\";s:8:\"edit_url\";s:86:\"http://quintelacrosse.com/wp-admin/admin.php?page=wpforms-entries&view=list&form_id=13\";}i:8;a:4:{s:7:\"form_id\";i:14;s:5:\"count\";i:0;s:5:\"title\";s:24:\"Information Request Form\";s:8:\"edit_url\";s:86:\"http://quintelacrosse.com/wp-admin/admin.php?page=wpforms-entries&view=list&form_id=14\";}i:9;a:4:{s:7:\"form_id\";i:15;s:5:\"count\";i:0;s:5:\"title\";s:25:\"Shipping Information Form\";s:8:\"edit_url\";s:86:\"http://quintelacrosse.com/wp-admin/admin.php?page=wpforms-entries&view=list&form_id=15\";}i:10;a:4:{s:7:\"form_id\";i:16;s:5:\"count\";i:0;s:5:\"title\";s:22:\"Quinte Lacrosse School\";s:8:\"edit_url\";s:86:\"http://quintelacrosse.com/wp-admin/admin.php?page=wpforms-entries&view=list&form_id=16\";}i:11;a:4:{s:7:\"form_id\";i:17;s:5:\"count\";i:0;s:5:\"title\";s:22:\"Customer Feedback Form\";s:8:\"edit_url\";s:86:\"http://quintelacrosse.com/wp-admin/admin.php?page=wpforms-entries&view=list&form_id=17\";}i:12;a:4:{s:7:\"form_id\";i:4984;s:5:\"count\";i:0;s:5:\"title\";s:33:\"Try Lacrosse - November 15th 2019\";s:8:\"edit_url\";s:88:\"http://quintelacrosse.com/wp-admin/admin.php?page=wpforms-entries&view=list&form_id=4984\";}i:13;a:4:{s:7:\"form_id\";i:4991;s:5:\"count\";i:0;s:5:\"title\";s:32:\"Try Lacrosse - January 24th 2020\";s:8:\"edit_url\";s:88:\"http://quintelacrosse.com/wp-admin/admin.php?page=wpforms-entries&view=list&form_id=4991\";}i:14;a:4:{s:7:\"form_id\";i:4995;s:5:\"count\";i:0;s:5:\"title\";s:33:\"Try Lacrosse - February 21st 2020\";s:8:\"edit_url\";s:88:\"http://quintelacrosse.com/wp-admin/admin.php?page=wpforms-entries&view=list&form_id=4995\";}}','no'),(10593523,'_transient_timeout_jetpack_scan_state','1667433714','no'),(10593524,'_transient_jetpack_scan_state','O:8:\"stdClass\":4:{s:5:\"state\";s:11:\"unavailable\";s:7:\"threats\";N;s:9:\"has_cloud\";b:0;s:6:\"reason\";s:23:\"missing_scan_capability\";}','no'),(10593534,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1667475117','no'),(10593535,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/11/misha/\'>WordPress 6.1 “Misha”</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/10/people-of-wordpress-raghavendra-satish-peri/\'>People of WordPress: Raghavendra Satish Peri</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/wp-all-import-is-moving-away-from-lifetime-licenses\'>WPTavern: WP All Import Is Moving Away from Lifetime Licenses</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-6-1-introduces-new-default-theme-and-fluid-typography-expands-design-tools-and-template-options\'>WPTavern: WordPress 6.1 Introduces New Default Theme and Fluid Typography, Expands Design Tools and Template Options</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/11/misha/\'>WordPress.org blog: WordPress 6.1 “Misha”</a></li></ul></div>','no'),(10593542,'_site_transient_wpforms_t15s_wpforms','a:1:{s:12:\"translations\";a:6:{i:0;a:9:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2022-10-04T13:50:19+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:72:\"https://packages.translationspress.com/wpforms/wpforms/wpforms-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}i:1;a:9:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2022-10-04T13:50:15+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:72:\"https://packages.translationspress.com/wpforms/wpforms/wpforms-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}i:2;a:9:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2022-10-04T13:50:26+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:72:\"https://packages.translationspress.com/wpforms/wpforms/wpforms-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}i:3;a:9:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2022-10-04T13:50:30+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:69:\"https://packages.translationspress.com/wpforms/wpforms/wpforms-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}i:4;a:9:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2022-10-04T13:50:38+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:72:\"https://packages.translationspress.com/wpforms/wpforms/wpforms-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}i:5;a:9:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2022-10-04T13:50:17+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:72:\"https://packages.translationspress.com/wpforms/wpforms/wpforms-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}}}','no'),(10593586,'_transient_jetpack_sync_constants_await','1667432188.1639','no'),(10593548,'_transient_timeout_jetpack_jitm_2d8a97623da58890c94a39e5d07cc7e','1667432245','no'),(10593549,'_transient_jetpack_jitm_2d8a97623da58890c94a39e5d07cc7e','a:2:{i:0;O:8:\"stdClass\":12:{s:7:\"content\";O:8:\"stdClass\":8:{s:7:\"message\";s:46:\"Back up your site before making major changes.\";s:4:\"icon\";s:7:\"jetpack\";s:8:\"iconPath\";N;s:4:\"list\";a:0:{}s:11:\"description\";s:57:\"Ensure you can restore your site if something goes wrong.\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"disclaimer\";a:0:{}}s:3:\"CTA\";O:8:\"stdClass\":5:{s:7:\"message\";s:11:\"Get backups\";s:4:\"hook\";s:0:\"\";s:9:\"newWindow\";b:1;s:7:\"primary\";b:1;s:4:\"link\";s:74:\"https://quintelacrosse.com/wp-admin/admin.php?page=jetpack#/product/backup\";}s:8:\"template\";s:7:\"default\";s:3:\"ttl\";i:300;s:2:\"id\";s:14:\"backup-updates\";s:13:\"feature_class\";s:6:\"backup\";s:7:\"expires\";i:3628800;s:13:\"max_dismissal\";i:2;s:15:\"activate_module\";N;s:14:\"is_dismissible\";b:1;s:26:\"is_user_created_by_partner\";N;s:18:\"message_expiration\";N;}s:18:\"last_response_time\";i:1667431945;}','no'),(10593572,'_transient_timeout_jpp_li_17032650418c8a4e50e2e69e8e1d8c12','1667435670','no'),(10593573,'_transient_jpp_li_17032650418c8a4e50e2e69e8e1d8c12','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:46:\"This IP is currently blocked (103.130.218.178)\";s:17:\"seconds_remaining\";i:3574;s:16:\"blocked_attempts\";s:6:\"153547\";s:6:\"expire\";i:1667435670;}','no'),(10593574,'_transient_timeout_jpp_li_432c0b00495637e4946055a8b0f2b450','1667435687','no'),(10593575,'_transient_jpp_li_432c0b00495637e4946055a8b0f2b450','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (92.204.138.28)\";s:17:\"seconds_remaining\";i:3566;s:16:\"blocked_attempts\";s:6:\"153548\";s:6:\"expire\";i:1667435687;}','no'),(10593596,'_transient_is_multi_author','1','yes'),(10592216,'_transient_timeout_jpp_li_0c1b17e1f5988077a95d861bf08c6b58','1667422969','no'),(10592217,'_transient_jpp_li_0c1b17e1f5988077a95d861bf08c6b58','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (194.163.177.54)\";s:17:\"seconds_remaining\";i:3572;s:16:\"blocked_attempts\";s:6:\"153494\";s:6:\"expire\";i:1667422969;}','no'),(10592226,'_transient_timeout_tablepress_c814a4b15ace67fe5ad3f0ae80fa3edc','1667505803','no'),(10592227,'_transient_tablepress_c814a4b15ace67fe5ad3f0ae80fa3edc','\n<table id=\"tablepress-12\" class=\"tablepress tablepress-id-12\">\n<thead>\n<tr class=\"row-1 odd\">\n <th class=\"column-1\">Number</th><th class=\"column-2\">Name</th><th class=\"column-3\">Age Divsion</th>\n</tr>\n</thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n <td class=\"column-1\"></td><td class=\"column-2\">Ryker B</td><td class=\"column-3\">U11</td>\n</tr>\n<tr class=\"row-3 odd\">\n <td class=\"column-1\"></td><td class=\"column-2\">Noah C</td><td class=\"column-3\">U11</td>\n</tr>\n<tr class=\"row-4 even\">\n <td class=\"column-1\"></td><td class=\"column-2\">Macauley C</td><td class=\"column-3\">U11</td>\n</tr>\n<tr class=\"row-5 odd\">\n <td class=\"column-1\"></td><td class=\"column-2\">Egan D</td><td class=\"column-3\">U11</td>\n</tr>\n<tr class=\"row-6 even\">\n <td class=\"column-1\"></td><td class=\"column-2\">Thomas P</td><td class=\"column-3\">U11</td>\n</tr>\n<tr class=\"row-7 odd\">\n <td class=\"column-1\"></td><td class=\"column-2\">Mason Q</td><td class=\"column-3\">U11</td>\n</tr>\n<tr class=\"row-8 even\">\n <td class=\"column-1\"></td><td class=\"column-2\">Daniel R</td><td class=\"column-3\">U11</td>\n</tr>\n<tr class=\"row-9 odd\">\n <td class=\"column-1\"></td><td class=\"column-2\">Ian R</td><td class=\"column-3\">U11</td>\n</tr>\n<tr class=\"row-10 even\">\n <td class=\"column-1\"></td><td class=\"column-2\">Hudson A</td><td class=\"column-3\">U9</td>\n</tr>\n<tr class=\"row-11 odd\">\n <td class=\"column-1\"></td><td class=\"column-2\">Tristan B</td><td class=\"column-3\">U9</td>\n</tr>\n<tr class=\"row-12 even\">\n <td class=\"column-1\"></td><td class=\"column-2\">Hannah R</td><td class=\"column-3\">U9</td>\n</tr>\n<tr class=\"row-13 odd\">\n <td class=\"column-1\"></td><td class=\"column-2\">Hudson R</td><td class=\"column-3\">U9</td>\n</tr>\n<tr class=\"row-14 even\">\n <td class=\"column-1\"></td><td class=\"column-2\">Lily-Anna W</td><td class=\"column-3\">U9</td>\n</tr>\n</tbody>\n</table>\n','no'),(10591070,'_transient_timeout_jpp_li_fdacb7aa976d4248c01444095e24cfa8','1667413704','no'),(10591071,'_transient_jpp_li_fdacb7aa976d4248c01444095e24cfa8','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (46.161.27.153)\";s:17:\"seconds_remaining\";i:2532;s:16:\"blocked_attempts\";s:6:\"153450\";s:6:\"expire\";i:1667413704;}','no'),(10572644,'_transient_timeout_tablepress_c_c20ad4d76fe97759aa27a0c99bff6710','1667592203','no'),(10572645,'_transient_tablepress_c_c20ad4d76fe97759aa27a0c99bff6710','[\"tablepress_c814a4b15ace67fe5ad3f0ae80fa3edc\"]','no'),(10558030,'_site_transient_timeout_php_check_6a93f292d9a273c004fc36e1f86d97b3','1667775632','no'),(10558031,'_site_transient_php_check_6a93f292d9a273c004fc36e1f86d97b3','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}','no'),(10585692,'_transient_timeout_tablepress_2791f4f08c8d8720d930def62c89155b','1667446914','no'),(10585693,'_transient_tablepress_2791f4f08c8d8720d930def62c89155b','\n<table id=\"tablepress-1\" class=\"tablepress tablepress-id-1\">\n<thead>\n<tr class=\"row-1 odd\">\n <th class=\"column-1\">DIVISION</th><th class=\"column-2\">DAY</th><th class=\"column-3\">TIME</th>\n</tr>\n</thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n <td class=\"column-1\">U5 - SOFT LACROSSE<br />\n(2018/2019)</td><td class=\"column-2\">SATURDAY<br />\nAPRIL 23 - JUNE 25</td><td class=\"column-3\">8:30am - 9:00am</td>\n</tr>\n<tr class=\"row-3 odd\">\n <td class=\"column-1\">U7 - PAPERWEIGHT<br />\n(2016/2017)</td><td class=\"column-2\">SATURDAY<br />\nAPRIL 23 - JUNE 25</td><td class=\"column-3\">9:00am - 10:00am</td>\n</tr>\n<tr class=\"row-4 even\">\n <td class=\"column-1\">U9 (2014/2015)</td><td class=\"column-2\">SUNDAY<br />\nAPRIL 24 - JUNE 19</td><td class=\"column-3\">2:00pm - 3:00pm</td>\n</tr>\n<tr class=\"row-5 odd\">\n <td class=\"column-1\">U11 (2012/2013)</td><td class=\"column-2\">SUNDAY<br />\nAPRIL 24 - JUNE 19</td><td class=\"column-3\">2:00pm - 3:00pm</td>\n</tr>\n<tr class=\"row-6 even\">\n <td class=\"column-1\">U13 (2010/2011)</td><td class=\"column-2\">SUNDAY<br />\nAPRIL 24 - JUNE 19</td><td class=\"column-3\">3:00pm - 4:00pm</td>\n</tr>\n<tr class=\"row-7 odd\">\n <td class=\"column-1\">U15 (2008/2009)</td><td class=\"column-2\">SUNDAY<br />\nAPRIL 24 - JUNE 19</td><td class=\"column-3\">4:00pm - 5:00pm</td>\n</tr>\n<tr class=\"row-8 even\">\n <td class=\"column-1\">U17 (2006/2007)</td><td class=\"column-2\">REP ONLY</td><td class=\"column-3\"></td>\n</tr>\n</tbody>\n</table>\n','no'),(10572641,'_transient_tablepress_c_d3d9446802a44259755d38e6d163e820','[\"tablepress_11e4ec49e1b543cebdbabca6ca0b767e\"]','no'),(10572640,'_transient_timeout_tablepress_c_d3d9446802a44259755d38e6d163e820','1667592203','no'),(10591389,'_transient_timeout_jpp_li_81f1f809ccc633a873291b7f652590dd','1667416902','no'),(10591390,'_transient_jpp_li_81f1f809ccc633a873291b7f652590dd','a:5:{s:6:\"status\";s:7:\"blocked\";s:3:\"msg\";s:43:\"This IP is currently blocked (91.151.70.28)\";s:17:\"seconds_remaining\";i:3412;s:16:\"blocked_attempts\";s:6:\"153469\";s:6:\"expire\";i:1667416902;}','no'),(10591396,'_transient_timeout_jpp_li_e4a00203f3aba6403203bb44496ebebc','1667416573','no'),(10591397,'_transient_jpp_li_e4a00203f3aba6403203bb44496ebebc','a:5:{s:6:\"status\";s:7:\"blocked\";s:3:\"msg\";s:43:\"This IP is currently blocked (203.175.8.65)\";s:17:\"seconds_remaining\";i:3076;s:16:\"blocked_attempts\";s:6:\"153471\";s:6:\"expire\";i:1667416573;}','no'),(10591447,'_transient_timeout_jpp_li_337dad7d249b68eb6d1dfbe8e3633e51','1667417481','no'),(10591448,'_transient_jpp_li_337dad7d249b68eb6d1dfbe8e3633e51','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (147.182.249.22)\";s:17:\"seconds_remaining\";i:3465;s:16:\"blocked_attempts\";s:6:\"153472\";s:6:\"expire\";i:1667417481;}','no'),(10591463,'_transient_timeout_jpp_li_d8dfaf4d6c78fa88ac7118ca04deca06','1667417417','no'),(10591464,'_transient_jpp_li_d8dfaf4d6c78fa88ac7118ca04deca06','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (207.154.248.39)\";s:17:\"seconds_remaining\";i:3378;s:16:\"blocked_attempts\";s:6:\"153473\";s:6:\"expire\";i:1667417417;}','no'),(10591495,'_transient_timeout_jpp_li_f1ace72507eb651186e299689c791f46','1667417716','no'),(10591496,'_transient_jpp_li_f1ace72507eb651186e299689c791f46','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (128.199.131.42)\";s:17:\"seconds_remaining\";i:3508;s:16:\"blocked_attempts\";s:6:\"153474\";s:6:\"expire\";i:1667417716;}','no'),(10591526,'_transient_timeout_jpp_li_79ba0c1868cba13a5c2ac6ef0d7783e3','1667418115','no'),(10591527,'_transient_jpp_li_79ba0c1868cba13a5c2ac6ef0d7783e3','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (66.33.193.231)\";s:17:\"seconds_remaining\";i:3570;s:16:\"blocked_attempts\";s:6:\"153475\";s:6:\"expire\";i:1667418115;}','no'),(10593493,'_transient_timeout_jpp_li_cba42af75a14c7509af42c06f020089e','1667431957','no'),(10593494,'_transient_jpp_li_cba42af75a14c7509af42c06f020089e','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:61:\"{\"trusted_header\":\"REMOTE_ADDR\",\"segments\":1,\"reverse\":false}\";s:17:\"seconds_remaining\";i:60;s:16:\"blocked_attempts\";s:6:\"153547\";s:6:\"expire\";i:1667431957;}','no'),(10593495,'_transient_timeout_jpp_headers_updated_recently','1667518297','no'),(10593496,'_transient_jpp_headers_updated_recently','1','no'),(10591583,'_transient_timeout_jpp_li_6136699b4ec9282e4c5fddb17b94f60c','1667415297','no'),(10591584,'_transient_jpp_li_6136699b4ec9282e4c5fddb17b94f60c','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (47.90.138.35)\";s:17:\"seconds_remaining\";i:637;s:16:\"blocked_attempts\";s:6:\"153476\";s:6:\"expire\";i:1667415297;}','no'),(10593342,'_transient_jpp_li_fcad826cd64d68cc8b4d6f092e852791','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (82.165.86.28)\";s:17:\"seconds_remaining\";i:1497;s:16:\"blocked_attempts\";s:6:\"153540\";s:6:\"expire\";i:1667431957;}','no'),(10592869,'_transient_timeout_jpp_li_7824dd28668a218ff5fedf3ebbe2bd59','1667428821','no'),(10592870,'_transient_jpp_li_7824dd28668a218ff5fedf3ebbe2bd59','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (68.183.22.104)\";s:17:\"seconds_remaining\";i:3289;s:16:\"blocked_attempts\";s:6:\"153520\";s:6:\"expire\";i:1667428821;}','no'),(10592882,'_transient_timeout_jpp_li_b6a8a68a3628578b6066cb7dbfbaa0a7','1667429059','no'),(10592883,'_transient_jpp_li_b6a8a68a3628578b6066cb7dbfbaa0a7','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:46:\"This IP is currently blocked (149.102.135.225)\";s:17:\"seconds_remaining\";i:3484;s:16:\"blocked_attempts\";s:6:\"153522\";s:6:\"expire\";i:1667429059;}','no'),(10591816,'_transient_timeout_jpp_li_6f547a7891f68ac5a9be447774ca60d2','1667420123','no'),(10591817,'_transient_jpp_li_6f547a7891f68ac5a9be447774ca60d2','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (148.72.214.194)\";s:17:\"seconds_remaining\";i:3522;s:16:\"blocked_attempts\";s:6:\"153484\";s:6:\"expire\";i:1667420123;}','no'),(10591847,'_transient_timeout_jpp_li_fee40ae41e213df1c57bb4514c4bb52c','1667420392','no'),(10591848,'_transient_jpp_li_fee40ae41e213df1c57bb4514c4bb52c','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:46:\"This IP is currently blocked (188.165.198.224)\";s:17:\"seconds_remaining\";i:3598;s:16:\"blocked_attempts\";s:6:\"153486\";s:6:\"expire\";i:1667420392;}','no'),(10591902,'_transient_timeout_jpp_li_5c52d2c743dd1624ef8e28cc0f6aef05','1667420575','no'),(10591903,'_transient_jpp_li_5c52d2c743dd1624ef8e28cc0f6aef05','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (69.163.196.200)\";s:17:\"seconds_remaining\";i:3436;s:16:\"blocked_attempts\";s:6:\"153487\";s:6:\"expire\";i:1667420575;}','no'),(10592124,'_transient_timeout_jpp_li_e1f2de8da07ecc126c955b5646e0acaf','1667421260','no'),(10592125,'_transient_jpp_li_e1f2de8da07ecc126c955b5646e0acaf','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (103.110.86.9)\";s:17:\"seconds_remaining\";i:2298;s:16:\"blocked_attempts\";s:6:\"153491\";s:6:\"expire\";i:1667421260;}','no'),(10592153,'_transient_timeout_jpp_li_6835f4dc2b9410069a59701e810d1f10','1667422776','no'),(10592154,'_transient_jpp_li_6835f4dc2b9410069a59701e810d1f10','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (159.89.228.214)\";s:17:\"seconds_remaining\";i:3592;s:16:\"blocked_attempts\";s:6:\"153492\";s:6:\"expire\";i:1667422776;}','no'),(10592158,'_transient_timeout_jpp_li_e8718e0e77c1ff64d9a74d8a24f51841','1667422792','no'),(10592159,'_transient_jpp_li_e8718e0e77c1ff64d9a74d8a24f51841','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (212.110.92.155)\";s:17:\"seconds_remaining\";i:3575;s:16:\"blocked_attempts\";s:6:\"153493\";s:6:\"expire\";i:1667422792;}','no'),(10592194,'_transient_timeout_jetpack_connected_user_data_2','1667505751','no'),(10592195,'_transient_jetpack_connected_user_data_2','a:10:{s:2:\"ID\";i:162749395;s:5:\"login\";s:9:\"quintelax\";s:5:\"email\";s:16:\"jfee_11@yahoo.ca\";s:12:\"display_name\";s:9:\"quintelax\";s:14:\"text_direction\";s:3:\"ltr\";s:10:\"site_count\";i:2;s:15:\"jetpack_connect\";s:0:\"\";s:12:\"color_scheme\";s:12:\"classic-dark\";s:17:\"sidebar_collapsed\";b:0;s:11:\"user_locale\";s:2:\"en\";}','no'),(10591830,'_transient_timeout_jpp_li_4ec90113efa7eb3de604e78b57ae939d','1667420084','no'),(10591831,'_transient_jpp_li_4ec90113efa7eb3de604e78b57ae939d','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (94.231.86.20)\";s:17:\"seconds_remaining\";i:3459;s:16:\"blocked_attempts\";s:6:\"153485\";s:6:\"expire\";i:1667420084;}','no'),(10592974,'_transient_timeout_jpp_li_513286fad801791c138adfa7ff51fe57','1667430143','no'),(10592975,'_transient_jpp_li_513286fad801791c138adfa7ff51fe57','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (104.131.68.19)\";s:17:\"seconds_remaining\";i:3202;s:16:\"blocked_attempts\";s:6:\"153524\";s:6:\"expire\";i:1667430143;}','no'),(10593226,'_transient_timeout_jpp_li_ecbc4b00779a0dd039873e7cdf97f67f','1667433025','no'),(10593227,'_transient_jpp_li_ecbc4b00779a0dd039873e7cdf97f67f','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (138.68.90.29)\";s:17:\"seconds_remaining\";i:3531;s:16:\"blocked_attempts\";s:6:\"153532\";s:6:\"expire\";i:1667433025;}','no'),(10593491,'_wpforms_transient_timeout_addons_urls','1667432936','no'),(10593492,'_wpforms_transient_addons_urls','','no'),(10592543,'_transient_timeout_jpp_li_ab09d0e31ab84a3df3f915e73741d4bd','1667425520','no'),(10592544,'_transient_jpp_li_ab09d0e31ab84a3df3f915e73741d4bd','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:46:\"This IP is currently blocked (111.230.202.147)\";s:17:\"seconds_remaining\";i:3554;s:16:\"blocked_attempts\";s:6:\"153508\";s:6:\"expire\";i:1667425520;}','no'),(10592670,'_transient_timeout_jpp_li_1dd268d5afbef1479ab88ce454f0d7e7','1667424367','no'),(10592671,'_transient_jpp_li_1dd268d5afbef1479ab88ce454f0d7e7','a:5:{s:6:\"status\";s:7:\"blocked\";s:3:\"msg\";s:44:\"This IP is currently blocked (34.145.163.71)\";s:17:\"seconds_remaining\";i:1147;s:16:\"blocked_attempts\";s:6:\"153517\";s:6:\"expire\";i:1667424367;}','no'),(10593606,'_transient_timeout_jetpack_sync_callables_await','1667432367','no'),(10593607,'_transient_jetpack_sync_callables_await','1667432307.0869','no'),(10592285,'_transient_timeout_jpp_li_67fb883fe24152d3030e978341d24831','1667423243','no'),(10592286,'_transient_jpp_li_67fb883fe24152d3030e978341d24831','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:46:\"This IP is currently blocked (188.166.225.235)\";s:17:\"seconds_remaining\";i:3515;s:16:\"blocked_attempts\";s:6:\"153495\";s:6:\"expire\";i:1667423243;}','no'),(10591142,'_transient_timeout_jpp_li_5ca79e1159755ee945903f434971a93e','1667414973','no'),(10591143,'_transient_jpp_li_5ca79e1159755ee945903f434971a93e','a:5:{s:6:\"status\";s:7:\"blocked\";s:3:\"msg\";s:45:\"This IP is currently blocked (67.227.144.244)\";s:17:\"seconds_remaining\";i:3459;s:16:\"blocked_attempts\";s:6:\"153452\";s:6:\"expire\";i:1667414973;}','no'),(10593343,'_transient_timeout_jpp_li_0099ce8caa5d60132a94acde1142a92a','1667434061','no'),(10593344,'_transient_jpp_li_0099ce8caa5d60132a94acde1142a92a','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (62.171.183.101)\";s:17:\"seconds_remaining\";i:3599;s:16:\"blocked_attempts\";s:6:\"153541\";s:6:\"expire\";i:1667434061;}','no'),(10592410,'_transient_timeout_jpp_li_980bf79a82a09a869769bcb1550d7dbe','1667424006','no'),(10592411,'_transient_jpp_li_980bf79a82a09a869769bcb1550d7dbe','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (5.101.156.170)\";s:17:\"seconds_remaining\";i:2967;s:16:\"blocked_attempts\";s:6:\"153496\";s:6:\"expire\";i:1667424006;}','no'),(10592877,'_transient_timeout_jpp_li_40dd9b7e20dbe0bcde3437f2c865bbeb','1667429150','no'),(10592878,'_transient_jpp_li_40dd9b7e20dbe0bcde3437f2c865bbeb','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (67.205.178.151)\";s:17:\"seconds_remaining\";i:3584;s:16:\"blocked_attempts\";s:6:\"153521\";s:6:\"expire\";i:1667429150;}','no'),(10592419,'_transient_timeout_jpp_li_ba2b6497b95e403823e2f931cb5c0942','1667423339','no'),(10592420,'_transient_jpp_li_ba2b6497b95e403823e2f931cb5c0942','a:5:{s:6:\"status\";s:7:\"blocked\";s:3:\"msg\";s:43:\"This IP is currently blocked (161.35.15.73)\";s:17:\"seconds_remaining\";i:2291;s:16:\"blocked_attempts\";s:6:\"153499\";s:6:\"expire\";i:1667423339;}','no'),(10593350,'_transient_timeout_jpp_li_ee5881b8e8c66331d5347c7608368d0f','1667434036','no'),(10593351,'_transient_jpp_li_ee5881b8e8c66331d5347c7608368d0f','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (31.184.215.230)\";s:17:\"seconds_remaining\";i:3567;s:16:\"blocked_attempts\";s:6:\"153543\";s:6:\"expire\";i:1667434036;}','no'),(10592437,'_transient_timeout_jpp_li_57946287df129050991d31025e1c99f7','1667424024','no'),(10592438,'_transient_jpp_li_57946287df129050991d31025e1c99f7','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (144.24.196.56)\";s:17:\"seconds_remaining\";i:2964;s:16:\"blocked_attempts\";s:6:\"153502\";s:6:\"expire\";i:1667424024;}','no'),(10592439,'_transient_timeout_jpp_li_ab4811fcfe674fd8147eae504feacbbd','1667423858','no'),(10592440,'_transient_jpp_li_ab4811fcfe674fd8147eae504feacbbd','a:5:{s:6:\"status\";s:7:\"blocked\";s:3:\"msg\";s:44:\"This IP is currently blocked (120.25.147.55)\";s:17:\"seconds_remaining\";i:2796;s:16:\"blocked_attempts\";s:6:\"153503\";s:6:\"expire\";i:1667423858;}','no'),(10592444,'_transient_timeout_jpp_li_bb21d89b6105bd9b76ac7fa287bc3723','1667423820','no'),(10592445,'_transient_jpp_li_bb21d89b6105bd9b76ac7fa287bc3723','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (103.200.23.120)\";s:17:\"seconds_remaining\";i:2754;s:16:\"blocked_attempts\";s:6:\"153504\";s:6:\"expire\";i:1667423820;}','no'),(10592452,'_transient_timeout_jpp_li_e96e7e4c57a8cd4daa11607c0cad3c92','1667424689','no'),(10592453,'_transient_jpp_li_e96e7e4c57a8cd4daa11607c0cad3c92','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (18.133.60.229)\";s:17:\"seconds_remaining\";i:3556;s:16:\"blocked_attempts\";s:6:\"153505\";s:6:\"expire\";i:1667424689;}','no'),(10592518,'_transient_timeout_jpp_li_5ef6c560f36dfea20f5886ac87dbbee2','1667425299','no'),(10592519,'_transient_jpp_li_5ef6c560f36dfea20f5886ac87dbbee2','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (213.175.66.138)\";s:17:\"seconds_remaining\";i:3525;s:16:\"blocked_attempts\";s:6:\"153506\";s:6:\"expire\";i:1667425299;}','no'),(10592591,'_transient_timeout_jpp_li_c8a8474d03494da0a1df6260fd998e9f','1667426255','no'),(10592592,'_transient_jpp_li_c8a8474d03494da0a1df6260fd998e9f','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (161.97.172.18)\";s:17:\"seconds_remaining\";i:3558;s:16:\"blocked_attempts\";s:6:\"153510\";s:6:\"expire\";i:1667426255;}','no'),(10592629,'_transient_timeout_jpp_li_76cdc101723461f0b83285343cb7f09d','1667425725','no'),(10592630,'_transient_jpp_li_76cdc101723461f0b83285343cb7f09d','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (133.18.35.24)\";s:17:\"seconds_remaining\";i:2568;s:16:\"blocked_attempts\";s:6:\"153511\";s:6:\"expire\";i:1667425725;}','no'),(10592640,'_transient_timeout_jpp_li_4adbb71781c30dbb76f64f382d911e72','1667426757','no'),(10592641,'_transient_jpp_li_4adbb71781c30dbb76f64f382d911e72','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (70.34.133.151)\";s:17:\"seconds_remaining\";i:3593;s:16:\"blocked_attempts\";s:6:\"153513\";s:6:\"expire\";i:1667426757;}','no'),(10592795,'_transient_timeout_jpp_li_b861ae91114ec1747afa8548ab28e870','1667427956','no'),(10592796,'_transient_jpp_li_b861ae91114ec1747afa8548ab28e870','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (51.91.151.60)\";s:17:\"seconds_remaining\";i:3416;s:16:\"blocked_attempts\";s:6:\"153519\";s:6:\"expire\";i:1667427956;}','no'),(10593336,'_transient_timeout_jpp_li_9e2257499bd10a525c11055de78e94a6','1667434033','no'),(10593337,'_transient_jpp_li_9e2257499bd10a525c11055de78e94a6','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (141.94.87.67)\";s:17:\"seconds_remaining\";i:3578;s:16:\"blocked_attempts\";s:6:\"153539\";s:6:\"expire\";i:1667434033;}','no'),(10593345,'_transient_timeout_jpp_li_e059ef0466bfc20f55daf512d162baf1','1667433705','no'),(10593346,'_transient_jpp_li_e059ef0466bfc20f55daf512d162baf1','a:5:{s:6:\"status\";s:7:\"blocked\";s:3:\"msg\";s:43:\"This IP is currently blocked (82.165.87.63)\";s:17:\"seconds_remaining\";i:3240;s:16:\"blocked_attempts\";s:6:\"153542\";s:6:\"expire\";i:1667433705;}','no'),(10593355,'_transient_timeout_jpp_li_8c53b05fae28c06b448390ef4e917eb2','1667434051','no'),(10593356,'_transient_jpp_li_8c53b05fae28c06b448390ef4e917eb2','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (222.124.3.203)\";s:17:\"seconds_remaining\";i:3570;s:16:\"blocked_attempts\";s:6:\"153544\";s:6:\"expire\";i:1667434051;}','no'),(10593329,'_transient_timeout_jpp_li_a7942936c6f69cc2894c81035fde704c','1667433198','no'),(10593330,'_transient_jpp_li_a7942936c6f69cc2894c81035fde704c','a:5:{s:6:\"status\";s:7:\"blocked\";s:3:\"msg\";s:45:\"This IP is currently blocked (141.94.203.127)\";s:17:\"seconds_remaining\";i:2745;s:16:\"blocked_attempts\";s:6:\"153538\";s:6:\"expire\";i:1667433198;}','no'),(10592557,'_transient_timeout_jpp_li_b69a4a95fb08e4f2b1d6c5bde53876e2','1667423075','no'),(10592558,'_transient_jpp_li_b69a4a95fb08e4f2b1d6c5bde53876e2','a:5:{s:6:\"status\";s:7:\"blocked\";s:3:\"msg\";s:44:\"This IP is currently blocked (134.122.39.51)\";s:17:\"seconds_remaining\";i:898;s:16:\"blocked_attempts\";s:6:\"153509\";s:6:\"expire\";i:1667423075;}','no'),(10592430,'_transient_timeout_jpp_li_f06adb583f879a409073382d5bba4079','1667424573','no'),(10592431,'_transient_jpp_li_f06adb583f879a409073382d5bba4079','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:42:\"This IP is currently blocked (185.50.56.4)\";s:17:\"seconds_remaining\";i:3521;s:16:\"blocked_attempts\";s:6:\"153500\";s:6:\"expire\";i:1667424573;}','no'),(10591569,'_transient_timeout_jetpack_https_test','1667501049','no'),(10591570,'_transient_jetpack_https_test','1','no'),(10581909,'_transient_timeout_jetpack_https_test_message','1667501049','no'),(10581910,'_transient_jetpack_https_test_message','','no'),(10430827,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1667432307;s:15:\"version_checked\";s:5:\"5.9.5\";s:12:\"translations\";a:0:{}}','no'),(10591691,'_transient_timeout_jpp_li_8c5f67d190e6cbd0d163b992c91cf62a','1667417934','no'),(10591692,'_transient_jpp_li_8c5f67d190e6cbd0d163b992c91cf62a','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (137.184.140.67)\";s:17:\"seconds_remaining\";i:2471;s:16:\"blocked_attempts\";s:6:\"153477\";s:6:\"expire\";i:1667417934;}','no'),(10592887,'_transient_timeout_jpp_li_6ce975ada18f4edc7b188eea87448277','1667429077','no'),(10592888,'_transient_jpp_li_6ce975ada18f4edc7b188eea87448277','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:42:\"This IP is currently blocked (92.42.38.23)\";s:17:\"seconds_remaining\";i:3497;s:16:\"blocked_attempts\";s:6:\"153523\";s:6:\"expire\";i:1667429077;}','no'),(10592999,'_transient_timeout_jpp_li_a3476361b09458785dd21e00054aa0ff','1667430685','no'),(10593000,'_transient_jpp_li_a3476361b09458785dd21e00054aa0ff','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (23.97.205.210)\";s:17:\"seconds_remaining\";i:3572;s:16:\"blocked_attempts\";s:6:\"153525\";s:6:\"expire\";i:1667430685;}','no'),(10593114,'_transient_timeout_jpp_li_4f164d6cb9cfb4e4390f24ddc8daae22','1667431805','no'),(10593115,'_transient_jpp_li_4f164d6cb9cfb4e4390f24ddc8daae22','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (49.12.114.46)\";s:17:\"seconds_remaining\";i:3545;s:16:\"blocked_attempts\";s:6:\"153527\";s:6:\"expire\";i:1667431805;}','no'),(10593119,'_transient_timeout_jpp_li_d94337de347d3224794d518e1602da43','1667431841','no'),(10593120,'_transient_jpp_li_d94337de347d3224794d518e1602da43','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (151.80.88.201)\";s:17:\"seconds_remaining\";i:3569;s:16:\"blocked_attempts\";s:6:\"153528\";s:6:\"expire\";i:1667431841;}','no'),(10593121,'_transient_timeout_jpp_li_1bcfccbb1742a972a3cb30d0be7ad4e3','1667431430','no'),(10593122,'_transient_jpp_li_1bcfccbb1742a972a3cb30d0be7ad4e3','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (68.178.145.38)\";s:17:\"seconds_remaining\";i:3157;s:16:\"blocked_attempts\";s:6:\"153529\";s:6:\"expire\";i:1667431430;}','no'),(10593123,'_transient_timeout_jpp_li_f850246a01c5cfdfbaf0566dc4f4a1b7','1667430471','no'),(10593124,'_transient_jpp_li_f850246a01c5cfdfbaf0566dc4f4a1b7','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (134.209.222.89)\";s:17:\"seconds_remaining\";i:2194;s:16:\"blocked_attempts\";s:6:\"153530\";s:6:\"expire\";i:1667430471;}','no'),(10593128,'_transient_timeout_jpp_li_c7dedc48866c5d66dd12ef3830ad6dc1','1667429149','no'),(10593129,'_transient_jpp_li_c7dedc48866c5d66dd12ef3830ad6dc1','a:5:{s:6:\"status\";s:7:\"blocked\";s:3:\"msg\";s:43:\"This IP is currently blocked (74.208.57.86)\";s:17:\"seconds_remaining\";i:865;s:16:\"blocked_attempts\";s:6:\"153531\";s:6:\"expire\";i:1667429149;}','no'),(10593379,'_transient_timeout_jpp_li_53bf695c011672ba036a04556f6fac00','1667432759','no'),(10593380,'_transient_jpp_li_53bf695c011672ba036a04556f6fac00','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (91.132.144.59)\";s:17:\"seconds_remaining\";i:2023;s:16:\"blocked_attempts\";s:6:\"153545\";s:6:\"expire\";i:1667432759;}','no'),(10593243,'_transient_timeout_jpp_li_6332d482abd8baf36ae8f4ba02213c6d','1667433049','no'),(10593244,'_transient_jpp_li_6332d482abd8baf36ae8f4ba02213c6d','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (35.187.58.136)\";s:17:\"seconds_remaining\";i:3532;s:16:\"blocked_attempts\";s:6:\"153533\";s:6:\"expire\";i:1667433049;}','no'),(10593248,'_transient_timeout_jpp_li_51e593504cf40ab6e2a41257134333c1','1667433265','no'),(10593249,'_transient_jpp_li_51e593504cf40ab6e2a41257134333c1','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (85.191.40.94)\";s:17:\"seconds_remaining\";i:3575;s:16:\"blocked_attempts\";s:6:\"153534\";s:6:\"expire\";i:1667433265;}','no'),(10593284,'_transient_timeout_jpp_li_095e7dcb7f87bf2b2b1b0ffa71e62c95','1667433605','no'),(10593285,'_transient_jpp_li_095e7dcb7f87bf2b2b1b0ffa71e62c95','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (43.251.135.234)\";s:17:\"seconds_remaining\";i:3572;s:16:\"blocked_attempts\";s:6:\"153535\";s:6:\"expire\";i:1667433605;}','no'),(10593315,'_transient_timeout_jpp_li_248880d7caa4c8d64f2d500a46a91134','1667433733','no'),(10593316,'_transient_jpp_li_248880d7caa4c8d64f2d500a46a91134','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (217.21.84.244)\";s:17:\"seconds_remaining\";i:3378;s:16:\"blocked_attempts\";s:6:\"153536\";s:6:\"expire\";i:1667433733;}','no'),(10593451,'_transient_timeout_jpp_li_b3e58321f1f96ad8bcd332a9b0456f63','1667434713','no'),(10593452,'_transient_jpp_li_b3e58321f1f96ad8bcd332a9b0456f63','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (15.207.181.92)\";s:17:\"seconds_remaining\";i:3372;s:16:\"blocked_attempts\";s:6:\"153546\";s:6:\"expire\";i:1667434713;}','no'),(10593486,'_site_transient_timeout_boldgrid_available','1667432455','no'),(10593487,'_site_transient_boldgrid_available','1','no'),(10593488,'_site_transient_timeout_boldgrid_plugins','1667460696','no'),(10593489,'_site_transient_boldgrid_plugins','O:8:\"stdClass\":2:{s:21:\"boldgrid-inspirations\";O:8:\"stdClass\":24:{s:5:\"title\";s:21:\"BoldGrid Inspirations\";s:7:\"version\";s:5:\"2.7.4\";s:8:\"asset_id\";i:1265571;s:12:\"release_date\";s:19:\"2022-09-20 18:53:01\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:3:\"6.0\";s:8:\"sections\";a:4:{s:11:\"description\";s:377:\"<p>BoldGrid Inspirations is an inspiration-driven plugin to assist with creating a fresh new website, or to customize an existing website.</p>\n<p>The first phase is Inspiration; the guided tool creates your base website. If you already have a website, then you can skip this step.</p>\n<p>The second phase is Customization; tools to transform your website into your vision.</p>\n\";s:12:\"installation\";s:283:\"<ol>\n<li><p>Upload the entire boldgrid-inspirations folder to the /wp-content/plugins/ directory.</p></li>\n<li><p>Activate the plugin through the Plugins menu in WordPress.</p></li>\n<li><p>You will find the Inspirations menu in your WordPress Dashboard / admin panel.</p></li>\n</ol>\n\";s:9:\"changelog\";s:43462:\"<h4>2.7.4</h4>\n<p>Release date: September 20th, 2022</p>\n<ul>\n<li>Bug Fix: background images in crio<em>page</em>headers are not getting replaced <a href=\"https://github.com/BoldGrid/boldgrid-inspirations/issues/155\">#155</a></li>\n<li>Bug Fix: Object of class WP_Error could not be converted to int <a href=\"https://github.com/BoldGrid/boldgrid-inspirations/issues/153\">#153</a></li>\n</ul>\n<h4>2.7.3</h4>\n<p>Release date: September 7th, 2022</p>\n<ul>\n<li>Update: Prevent hidden categories from displaying in the sidebar during inspirations process.</li>\n</ul>\n<h4>2.7.2</h4>\n<p>Release date: August 8th, 2022</p>\n<ul>\n<li>Update: Increased image download timeout to 60 seconds.</li>\n</ul>\n<h4>2.7.1</h4>\n<p>Release date: July 8th, 2022</p>\n<ul>\n<li>Update: Updated dependencies (php 7.1).</li>\n</ul>\n<h4>2.7.0</h4>\n<p>Release date: July 7th, 2022</p>\n<ul>\n<li>New feature: Logo support.</li>\n<li>New feature: Nested menus.</li>\n<li>New feature: Taxonmy per post.</li>\n<li>New feature: Custom headers.</li>\n<li>Update: Updated dependencies.</li>\n<li>Update: Remove page headers on start over.</li>\n</ul>\n<h4>2.6.5</h4>\n<p>Release date: January 25th, 2022</p>\n<ul>\n<li>Update: Several php8 fixes.</li>\n<li>Update: Automated tests run against php 5.6, 7.4, and 8.0</li>\n</ul>\n<h4>2.6.4</h4>\n<p>Release date: October 18th, 2021</p>\n<ul>\n<li>Update: Add filters to allow dev installs of Crio and Crio Premium.</li>\n</ul>\n<h4>2.6.3</h4>\n<p>Release date: June 10th, 2021</p>\n<ul>\n<li>Update: Updated the way blogs are installed via Inspirations.</li>\n<li>Update: Updated the My Inspirations page with links to theme support.</li>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>2.6.2</h4>\n<p>Release date: April 14th, 2021</p>\n<ul>\n<li>Update: Add support for footer-menu locations</li>\n</ul>\n<h4>2.6.1</h4>\n<p>Release date: February 16th, 2021</p>\n<ul>\n<li>Update: Disable custom menu by default.</li>\n<li>Bug fix: Add \"My Inspirations\" link in case js does not redirect.</li>\n</ul>\n<h4>2.6.0</h4>\n<p>Release date: January 25th, 2021</p>\n<ul>\n<li>New feature: Theme deployments can now include theme specific plugins.</li>\n</ul>\n<h4>2.5.2</h4>\n<p>Release date: December 8th, 2020</p>\n<ul>\n<li>Bug fix: Fixed Gutenberg detection, avoid errors when adding media.</li>\n<li>Bug fix: Avoid js errors when editor screens have no ability to add media.</li>\n</ul>\n<h4>2.5.1</h4>\n<p>Release date: October 23rd, 2020</p>\n<ul>\n<li>Bug fix: Fixed \"Only variables should be passed by reference\" in class-boldgrid-inspirations-purchase-for-publish.php.</li>\n</ul>\n<h4>2.5.0</h4>\n<p>Release date: October 17th, 2020</p>\n<ul>\n<li>New feature: Invoicing and Caching options added as Inspirations features.</li>\n</ul>\n<h4>2.4.4</h4>\n<p>Release date: September 22nd, 2020</p>\n<ul>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>2.4.3</h4>\n<p>Release date: August 11th, 2020</p>\n<ul>\n<li>Bug fix: WordPress 5.5 compatibility changes.</li>\n<li>Update: Optimized usage of set<em>staging</em>installed.</li>\n<li>Update: Optimized \"get total coin cost\".</li>\n<li>Update: Updated links in login footer</li>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>2.4.2</h4>\n<p>Release date: June 15th, 2020</p>\n<ul>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>2.4.1</h4>\n<p>Release date: May 29th, 2020</p>\n<ul>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>2.4.0</h4>\n<p>Release date: May 18th, 2020</p>\n<ul>\n<li>Update: Changes needed for Crio.</li>\n<li>Bug fix: Attribution page will not show excpert.</li>\n<li>Bug fix: Fixed display / position of BoldGrid Connect image search results.</li>\n</ul>\n<h4>2.3.1</h4>\n<p>Release date: March 12th, 2020</p>\n<ul>\n<li>Bug fix: Unable to click button on email confirmation page.</li>\n<li>Update: Removed \"Add new from GridBlocks\" feature.</li>\n</ul>\n<h4>2.3.0</h4>\n<p>Release date: December 17th, 2019</p>\n<ul>\n<li>Bug fix: Added noindex to the attribution page.</li>\n<li>Update: Changed the form plugin from WPForms to weForms.</li>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>2.2.2</h4>\n<p>Release date: November 22st, 2019</p>\n<ul>\n<li>Update: BoldGrid Backup is now Total Upkeep - updating references.</li>\n<li>Update: Updated dependency boldgrid/library to 2.10.6.</li>\n</ul>\n<h4>2.2.1</h4>\n<p>Release date: October 15th, 2019</p>\n<ul>\n<li>Update: Updated dependency boldgrid/library to 2.10.4.</li>\n</ul>\n<h4>2.2.0</h4>\n<p>Release date: September 17th, 2019</p>\n<ul>\n<li>New feature: Recommend the BoldGrid Backup plugin for users needing to transfer a site.</li>\n<li>Update: Updating dependencies</li>\n</ul>\n<h4>2.1.1</h4>\n<p>Release date: September 5th, 2019</p>\n<ul>\n<li>Update: Updating dependencies</li>\n</ul>\n<h4>2.1.0</h4>\n<p>Release date: August 29th, 2019</p>\n<ul>\n<li>Update: Removed the \"Welcome to BoldGrid\" dashboard widget.</li>\n<li>Update: Add notice to dashboard widget.</li>\n<li>Update: Remove news widget from dashboard.</li>\n</ul>\n<h4>2.0.7</h4>\n<p>Release date: August 16, 2019</p>\n<ul>\n<li>Bug fix: Fixing compact warnings</li>\n</ul>\n<h4>2.0.6</h4>\n<p>Release date: August 1st, 2019</p>\n<ul>\n<li>Update: Updated dependencies</li>\n</ul>\n<h4>2.0.5</h4>\n<p>Release date: July 25th, 2019</p>\n<ul>\n<li>Update: Added a switch for toggling branding of the login page.</li>\n<li>Update: Cleaned up logic on purchase coins page.</li>\n<li>Update: Updated dependencies</li>\n</ul>\n<h4>2.0.4</h4>\n<p>Release date: July 2nd, 2019</p>\n<ul>\n<li>Update: Replaced the BoldGrid RSS feed widget on the dashboard with one in the updated library package.</li>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>2.0.3</h4>\n<p>Release date: May 21st, 2019</p>\n<ul>\n<li>Bug fix: Fixing \"Call to undefined method getAttribute\" error.</li>\n<li>Bug fix: Replacing deprecated filter on login: login<em>headertitle / login</em>headertext.</li>\n</ul>\n<h4>2.0.2</h4>\n<p>Release date: Apr 23nd, 2019</p>\n<ul>\n<li>Bug fix: Fixing usage of php\'s empty function for php < 5.5</li>\n</ul>\n<h4>2.0.1</h4>\n<p>Release date: Apr 19th, 2019</p>\n<ul>\n<li>Bug fix: Fixing class property declaration for php < 5.6</li>\n</ul>\n<h4>2.0.0</h4>\n<p>Release date: Apr 16th, 2019</p>\n<ul>\n<li>Update: Made translation ready. Text domain is boldgrid-inspirations.</li>\n<li>Update: Inspirations process with full screen mode and design updates.</li>\n<li>New feature: Inspirations dashboard.</li>\n<li>New feature: German translations added - de_DE.</li>\n</ul>\n<h4>1.6.5</h4>\n<p>Release date: Jan 29th, 2019</p>\n<ul>\n<li>Bug fix: Pages fail to install on Pages > Add New.</li>\n</ul>\n<h4>1.6.4</h4>\n<p>Release date: Dec 5th, 2018</p>\n<ul>\n<li>Bug fix: Unable to save \"boldgrid<em>menu</em>option\" on settings page.</li>\n<li>Bug fix: Fixed updating plugin via ajax.</li>\n</ul>\n<h4>1.6.3</h4>\n<p>Release date: Dec 4th, 2018</p>\n<ul>\n<li>Bug fix: Coin Budget help was not toggling when clicked.</li>\n</ul>\n<h4>1.6.2</h4>\n<p>Release date: Nov 26th, 2018</p>\n<ul>\n<li>Bug fix: JIRA BGINSP-33 Fixed missing build for library dependencies; Updated production build process to use composer post-autoload-dump hook.</li>\n</ul>\n<h4>1.6.1</h4>\n<p>Release date: Nov 20th, 2018</p>\n<ul>\n<li>Update: JIRA BGCONN-20 Removed update settings; have been moved to the BoldGrid Library packages.</li>\n<li>Bug fix: JIRA BGTHEME-558 Fixed conflict between tgmpa plugin installer and the BoldGrid custom update classes.</li>\n<li>Bug fix: BoldGrid Connect Search / WP 5.0 fix.</li>\n<li>Bug fix: Attribution page not being rebuilt / WP 5.0 fix.</li>\n<li>Bug fix: BoldGrid Connect Search in the Customizer / WP 5.0 fix.</li>\n<li>Bug fix: Recommended image sizes not working as expected.</li>\n</ul>\n<h4>1.6.0</h4>\n<ul>\n<li>Update: Updated BoldGrid library to version 2.4.2.</li>\n<li>New feature: JIRA BGINSP-24 Log data when there may be a connection or Ajax error.</li>\n</ul>\n<h4>1.5.8</h4>\n<ul>\n<li>Bug fix: JIRA BGINSP-16 Warnings and notices within inspiration w/ Crio theme</li>\n<li>Bug fix: JIRA BGINSP-23 Fixed issue: Connect Search may load with connection notice.</li>\n</ul>\n<h4>1.5.7</h4>\n<ul>\n<li>Update: Updated to library version 2.3.5.</li>\n</ul>\n<h4>1.5.6</h4>\n<ul>\n<li>Bug fix: JIRA BGINSP-14 Fatal in PHP >=7.1.0 when creating internal preview builds.</li>\n<li>Bug fix: JIRA WPB-3767 Prevent invalid API calls for check-version.</li>\n<li>Update: JIRA BGBKUP-180 Auto update code moved to library and removed from Inspirations.</li>\n<li>Update: JIRA WPB-3730 Updated library dependency to ^2.0.0.</li>\n<li>Update: JIRA BGINSP-3 Forcing display of Connect Key prompt admin notice on the Inspirations page, even if dismissed, until key is entered.</li>\n<li>Update: JIRA WPB-3684 Updated composer.json, due to package changes.</li>\n<li>New feature: JIRA BGCNTRL-46 Added filters for manipulating Dashboard help in trial sites.</li>\n</ul>\n<h4>1.5.5</h4>\n<ul>\n<li>Bug fix: JIRA BGSTAGE-32 Fixed staging plugin install.</li>\n</ul>\n<h4>1.5.4</h4>\n<ul>\n<li>Update: JIRA BGINSP-4 Removed admin notice recommending plugin installations.</li>\n</ul>\n<h4>1.5.3</h4>\n<ul>\n<li>New feature: JIRA WPB-3643 Ensure that deployment does not install new wporg plugins if old ones are installed.</li>\n</ul>\n<h4>1.5.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3587 Menu assignment after deployment broken in WP 4.9.</li>\n<li>Bug fix: JIRA WPB-3570 Inspirations Select button misplaced in WP 4.9.</li>\n<li>Bug fix: JIRA WPB-3593 Changes require to help Staging support new Customizer scheduler.</li>\n</ul>\n<h4>1.5.1</h4>\n<ul>\n<li>Update: Updates to library.</li>\n</ul>\n<h4>1.5</h4>\n<ul>\n<li>Update: Bump version.</li>\n</ul>\n<h4>1.4.11</h4>\n<ul>\n<li>Update: Bump version.</li>\n</ul>\n<h4>1.4.10</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3336 All and Default categories do not align.</li>\n<li>Bug fix: JIRA WPB-3337 On a fresh install, Pages - New From GridBlocks fails.</li>\n<li>Bug fix: JIRA WPB-3333 Image search only searching one provider instead of all.</li>\n<li>Bug fix: JIRA WPB-3346 Edit Image button not working for attachment.</li>\n<li>Bug fix: JIRA WPB-3387 Loading GridBlocks just spins.</li>\n<li>Update: JIRA WPB-3352 Purchase coins through BoldGrid Central.</li>\n<li>Update: JIRA WPB-3355 Add data-image-url attribute.</li>\n<li>Update: JIRA WPB-3382 More descriptive creative commons icon.</li>\n<li>Update: JIRA WPB-3384 Add License details to attachment details.</li>\n<li>Update: JIRA WPB-3383 Filter out boldgrid-gridblock-set-preview-page.</li>\n</ul>\n<h4>1.4.9</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3318 When forcing a preferred form plugin install, first check if plugin is installed before trying to activate.</li>\n<li>Bug fix: JIRA WPB-3312 Ensure activation of preferred form plugin. Added filter for preferred slug.</li>\n<li>Bug fix: JIRA WPB-3317 New page from GridBlocks not working.</li>\n<li>Update: JIRA WPB-3252 Disable \'default\' category and configure \'showcase\'.</li>\n<li>Bug fix: JIRA WPB-3332 New from gridblocks button not showing.</li>\n</ul>\n<h4>1.4.8</h4>\n<ul>\n<li>New feature: JIRA WPB-3200 Added WPForms support.</li>\n<li>Update: JIRA WPB-3292 Updated plugin URI.</li>\n<li>Update: JIRA WPB-3296 Add Inspirations as first menu item child.</li>\n<li>Bug Fix: JIRA WPB-3274 Plugins > Add New Updates fail in modals.</li>\n<li>New feature: JIRA WPB-3293 Resize images during deployment vs imgr server.</li>\n</ul>\n<h4>1.4.7</h4>\n<ul>\n<li>Update: JIRA WPB-3243 Change feedback admin notice display frequency.</li>\n<li>Update: JIRA WPB-3264 Adding twitch social media option.</li>\n<li>New Feature: Added BoldGrid Library to plugin.</li>\n</ul>\n<h4>1.4.6</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3179 Gradient style being lost during normal deployment.</li>\n<li>Bug fix: JIRA WPB-3180 Open WordPress/BoldGrid links in attribution page in new tab.</li>\n</ul>\n<h4>1.4.5</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3161 Fixed auto plugin update.</li>\n<li>Bug fix: JIRA WPB-3162 Fixed issue creating .htaccess file in deployment.</li>\n<li>Bug fix: JIRA WPB-3171 As an author, when installing a site I do not want background images to be processed.</li>\n<li>Bug fix: JIRA WPB-3176 Background gradient / url bug during deplyment.</li>\n</ul>\n<h4>1.4.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3151 Added check and load before using get<em>plugin</em>data() for updates.</li>\n<li>Bug fix: JIRA WPB-3141 Fixed invalid updates for BoldGrid Prime theme.</li>\n<li>Bug fix: JIRA WPB-3158 Deployment\'s gallery updates are not saved.</li>\n</ul>\n<h4>1.4.3</h4>\n<ul>\n<li>New feature: JIRA WPB-3106 As an Author, I can set background images for elements.</li>\n<li>New feature: JIRA WPB-3095 Update generic builds to display per theme channel.</li>\n</ul>\n<h4>1.4.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2745 Fixed upgrade notices displaying when activation version was not recorded.</li>\n<li>Update: JIRA WPB-3019 Updating attribution link creation.</li>\n</ul>\n<h4>1.4.1</h4>\n<ul>\n<li>New feature: JIRA WPB-3044 Automatically get Unsplash attribution.</li>\n<li>Update: JIRA WPB-3043 Updating plugin description.</li>\n</ul>\n<h4>1.4.0.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3232 Deploy Staging menu item missing.</li>\n<li>Bug fix: JIRA WPB-3233 BoldGrid Connect Search missing from new image widget.</li>\n</ul>\n<h4>1.4</h4>\n<ul>\n<li>Update: JIRA WPB-2936 Updating YouTube videos for BoldGrid Dashboard\'s new release.</li>\n<li>Bug fix: JIRA WPB-2927 Social media menu disappears.</li>\n<li>Update: JIRA WPB-2949 Configure blog using categories.</li>\n<li>Bug fix: JIRA WPB-2950 Added max height for reseller logos on login page.</li>\n<li>Bug fix: JIRA WPB-2925 Sidebar widgets don\'t match between preview and installed site.</li>\n<li>Bug fix: JIRA WPB-2951 Images in staging posts not being downloaded.</li>\n<li>Bug fix: JIRA WPB-2955 Backwards compatibility - maps taking up 200px empty space.</li>\n<li>Bug fix: JIRA WPB-2984 Attribution page 404.</li>\n</ul>\n<h4>1.3.9</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2912 Fixed issue when installing plugins from the Tools Import page.</li>\n<li>Bug fix: JIRA WPB-2916 Inspirations deploy fatal error if an old forked plugin had the original installed.</li>\n<li>Bug fix: JIRA WPB-2905 If installing via Author, do not update pages with survey data.</li>\n<li>Bug fix: JIRA WPB-2910 Unterminated entity reference bug.</li>\n<li>Update: JIRA WPB-2913 Validate email address in survey.</li>\n<li>Bug fix: JIRA WPB-2404 iframe timeout in step 2 of Inspirations.</li>\n<li>Bug fix: JIRA WPB-2173 Error deleting image and redownloading.</li>\n<li>Bug fix: JIRA WPB-2635 Start over staging affecting active site.</li>\n<li>Bug fix: JIRA WPB-2493 Publish private posts during staging deployment.</li>\n<li>Bug fix: JIRA WPB-2796 Social media urls end in /username, go to 404s.</li>\n</ul>\n<h4>1.3.8</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2892 Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).</li>\n<li>Update: JIRA WPB-2900 Update verbiage of build coin cost.</li>\n<li>Bug fix: JIRA WPB-2901 Scroll bars not visible on preview iframe in Chrome.</li>\n<li>Bug fix: Removing CTA hooks.</li>\n</ul>\n<h4>1.3.7</h4>\n<ul>\n<li>Update: JIRA WPB-2819 Use switch instead of checkbox for Demo.</li>\n<li>Bug fix: JIRA WPB-2780 Theme screenshots opening directly, rather than within gallery.</li>\n<li>Update: JIRA WPB-2825 Adjust do not display formatting.</li>\n<li>Update: JIRA WPB-2829 Updating hook to resolve BoldGrid SEO plugin conflicts.</li>\n<li>Update: JIRA WPB-2837 Remove loading image after selecting theme in Gallery.</li>\n<li>Update: JIRA WPB-2839 Minor verbiage change for Add a blog.</li>\n<li>Update: JIRA WPB-2785 Entering words with apostrophe in it for Site title displays with a Backslash.</li>\n<li>Bug fix: JIRA WPB-2848 Customize link takes users back to Inspirations.</li>\n<li>Bug fix: JIRA WPB-2527 \'New from GridBlocks\' preview page appearing in cart.</li>\n<li>Bug fix: JIRA WPB-2862 Survey, invalid argument supplied for foreach.</li>\n<li>Bug fix: JIRA WPB-2601 Inspirations Internet Explorer/ Stuck on loading themes.</li>\n<li>Bug fix: JIRA WPB-2854 Downloading Image spinner never stops spinning.</li>\n</ul>\n<h4>1.3.6</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2772 PHP warnings on deploy in WordPress 4.3.7.</li>\n<li>Bug fix: JIRA WPB-2766 Plesk and WP-CLI were not getting private repo updates.</li>\n<li>Update: JIRA WPB-2763 Update email and address on Contact Us page.</li>\n<li>Update: JIRA WPB-2764 Remove option to add a map.</li>\n<li>Update: JIRA WPB-2765 Allow iframes for preview builds.</li>\n<li>New feature: JIRA WPB-2771 Update footer-company-details widget with survey data.</li>\n<li>New feature: JIRA WPB-2777 Add an Install sample blog checkbox.</li>\n<li>New feature: JIRA WPB-2778 Setup a blog during deployment.</li>\n<li>Bug fix: JIRA WPB-2792 Staged posts (private posts) are trashed when starting over active site.</li>\n<li>Update: JIRA WPB-2800 Ensure \'Install a blog\' works with Staging.</li>\n<li>Update: JIRA WPB-2801 Remove milestones classes.</li>\n<li>Bug fix: JIRA WPB-2779 Survey not working with Staging.</li>\n<li>Update: JIRA WPB-2805 Preview builds w & w/o blogs.</li>\n<li>New feature: JIRA WPB-2806 Add filter for Inspirations configs.</li>\n<li>Bug fix: JIRA WPB-2808 Do not request generic builds when requesting blog as well.</li>\n</ul>\n<h4>1.3.5</h4>\n<ul>\n<li>Testing: JIRA WPB-2744 Tested on WordPress 4.7.</li>\n<li>Update: JIRA WPB-2376 Filter the bgtfw contact blocks.</li>\n<li>Update: JIRA WPB-2476 Update case of Company name.</li>\n<li>Update: JIRA WPB-2747 Update Add a map verbiage.</li>\n<li>Update: JIRA WPB-2749 Add a map to my Contact page.</li>\n<li>Bug fix: JIRA WPB-2658 Fix spacing issues atop Inspirations.</li>\n<li>Bug fix: JIRA WPB-2751 Show all in the smaller view of inspirations doesn\'t work anymore.</li>\n<li>Bug fix: JIRA WPB-2757 Apostrophe and other strange characters installed via Inspirations.</li>\n<li>Bug fix: JIRA WPB-2759 DOMDocument::loadHTML(): htmlParseEntityRef: expecting \';\'.</li>\n</ul>\n<h4>1.3.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2696 Remove placeholders from survey.</li>\n<li>New feature: JIRA WPB-2697 Update phone numbers in widgets.</li>\n<li>New feature: JIRA WPB-2699 Use phone number entered during survey.</li>\n<li>Update: JIRA WPB-2704 Adjust format of how social media icons are saved.</li>\n<li>New feature: JIRA WPB-2705 Use survey social media items when creating menu.</li>\n<li>Update: JIRA WPB-2711 Show optional message in survey.</li>\n<li>Update: JIRA WPB-2712 Have plus sign toggle more social icons.</li>\n<li>Update: JIRA WPB-2723 Update phone in pages.</li>\n</ul>\n<h4>1.3.3</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2627 Back / next buttons should not be clickable.</li>\n<li>Bug fix: JIRA WPB-2625 Behavior of last image\'s next button in Inspirations.</li>\n</ul>\n<h4>1.3.2</h4>\n<ul>\n<li>Update: JIRA WPB-2582 Always show arrows in Inspirations gallery.</li>\n<li>Update: JIRA WPB-2583 Ensure first letter in theme\'s title attribute is capitalized.</li>\n<li>Update: JIRA WPB-2599 Add placeholder for 4th step to Inspirations.</li>\n<li>Update: JIRA WPB-2551 Duplicate images.</li>\n<li>New feature: JIRA WPB-2603 Add initial version of survey.</li>\n<li>Bug fix: JIRA WPB-2622 Inspirations - Step 4 - Go back button installs site.</li>\n</ul>\n<h4>1.3.1</h4>\n<ul>\n<li>Misc: JIRA WPB-2503 Added plugin requirements to readme.txt file.</li>\n<li>Bug fix: JIRA WPB-2539 Fix possible duplicate connection issue notice from ajax.js call.</li>\n<li>Bug fix: JIRA WPB-2558 Don\'t display feedback widget if user hasn\'t entered their key.</li>\n<li>Bug fix: JIRA WPB-2559 Don\'t allow widgets to drag into welcome box area.</li>\n<li>Bug fix: JIRA WPB-2555 Images in search results flicker.</li>\n<li>Update: JIRA WPB-2563 Convert Attribution page to use custom post type.</li>\n<li>Update: JIRA WPB-2568 Added fancybox and large previews to Inspirations.</li>\n<li>Update: JIRA WPB-2570 Milestone blogname change.</li>\n<li>Update: JIRA WPB-2574 Milestone Social Media Change.</li>\n<li>Update: JIRA WPB-2578 Milestone Contact Info Footer Change.</li>\n</ul>\n<h4>1.3</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2544 Disable \'Install\' button after clicking it.</li>\n</ul>\n<h4>1.2.13</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2531 Javascript error checking needed for mine count.</li>\n</ul>\n<h4>1.2.12</h4>\n<ul>\n<li>Update: JIRA WPB-2472 Added update notice for 1.3.</li>\n<li>Bug fix: JIRA WPB-2486 Incorrect page count on All Pages.</li>\n<li>Bug fix: JIRA WPB-2467 With staging disabled, Customize goes to \"Change Themes\".</li>\n<li>Update: JIRA WPB-2488 Remove \'Permanently delete pages instead of sending to trash\'.</li>\n<li>Update: JIRA WPB-2490 Move default option to \'install as staging\'.</li>\n<li>Update: JIRA WPB-2491 Add \'Customize > Active Theme\' navigation to Inspirations.</li>\n<li>Bug fix: JIRA WPB-2496 Require comment text in feedback form.</li>\n<li>Update: JIRA WPB-2229 Update error reporting when purchasing images.</li>\n<li>Update: JIRA WPB-2498 Change \'Company Name\' to theme name.</li>\n<li>Update: JIRA WPB-2497 Add new dashboard videos.</li>\n<li>Bug fix: JIRA WPB-2376 \'No search results\' method is not cleared in BGCS.</li>\n</ul>\n<h4>1.2.11</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2468 Switching between boldgrid admin menu and standard wp menu no longer works.</li>\n<li>Bug fix: JIRA WPB-2477 If you have an existing site non BG, no route for staging exists.</li>\n</ul>\n<h4>1.2.10</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2446 Fixed missing build id passed on site install.</li>\n<li>Bug fix: JIRA WPB-2426 Insert Gridblock button is missing.</li>\n<li>Bug fix: JIRA WPB-2443 When starting over, I get a blank page.</li>\n<li>Bug fix: JIRA WBP-2445 Inspirations is not fetching cached themes.</li>\n<li>Update: JIRA WPB-2458 Update \'Recommended\' verbiage in last step of Inspirations.</li>\n</ul>\n<h4>1.2.9</h4>\n<ul>\n<li>Misc: JIRA WPB-2420 Added EOF line breaks.</li>\n<li>Bug fix: JIRA WPB-2387 Fixed issue with AJAX theme updates and BG theme slugs duplicated in the WP repo.</li>\n<li>Bug fix: JIRA WPB-2324 Attribution should not show in 404 sitemap.</li>\n<li>Bug fix: JIRA WPB-2403 No plugins recommended still showing notice.</li>\n<li>Update: JIRA WPB-2416 Text changes for confirmation section of Inspirations.</li>\n<li>Update: JIRA WPB-2417 Add additional text to deployment success page for staging.</li>\n<li>Bug fix: JIRA WPB-2421 Message showing when it shouldn\'t - We\'ve recognized that you haven\'t installed...</li>\n<li>Bug fix: JIRA WPB-2112 BoldGrid Connect Search missing for galleries.</li>\n<li>Bug fix: JIRA WPB-2422 Fixed CSS Loading graphic animation in chrome to display properly.</li>\n<li>Bug fix: JIRA WPB-2401 Gallery not displaying correctly in Chrome && FF.</li>\n<li>Bug fix: JIRA WPB-2423 Trying to get property of non-object in ...stock-photography.php.</li>\n</ul>\n<h4>1.2.8</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2398 Error requesting free key.</li>\n<li>Bug fix: JIRA WPB-2399 Only show feedback widget to admins.</li>\n</ul>\n<h4>1.2.7</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2389 Fixed saving BoldGrid Settings.</li>\n<li>Bug fix: JIRA WPB-2388 Removed duplicate boldgrid_activate().</li>\n<li>Update: JIRA WPB-2390 Update verbiage for inspirations install success.</li>\n<li>Bug fix: JIRA WPB-2391 Hide BoldGrid Welcome Panel if key isn\'t entered yet.</li>\n<li>Bug fix: JIRA WPB-2392 If key is less than 32 char don\'t make call to validate.</li>\n<li>Bug fix: JIRA WPB-2393 Error messages should be removed when resubmitting keys.</li>\n<li>Bug fix: JIRA WPB-2394 Cursor for show/hide log should be a pointer.</li>\n<li>Update: JIRA WPB-2395 Update login page styling.</li>\n<li>Bug fix: JIRA WPB-2396 Remove staging from recommended plugin notices.</li>\n<li>Bug fix: JIRA WPB-2327 Check if framework is handling plugin recommendations before recommending.</li>\n</ul>\n<h4>1.2.6</h4>\n<ul>\n<li>Misc: JIRA WPB-2344 Updated readme.txt for Tested up to 4.6.1.</li>\n<li>Bug fix: JIRA WPB-2336 Load BoldGrid settings from the correct WP option (site/blog).</li>\n<li>Bug fix: JIRA WPB-2248 Removed \'New From GridBlocks\' button on edit submission page.</li>\n<li>Bug fix: JIRA WPB-2332 Reset scroll position on step 2 of Inspirations to top.</li>\n<li>Bug fix: JIRA WPB-2339 Remove notices from Inspirations page.</li>\n<li>Update: JIRA WPB-2208 Removed tutorials from Inspirations.</li>\n<li>Update: JIRA WPB-2359 Order \'Category Filter\' by category display order.</li>\n<li>Update: JIRA WPB-2360 Sort themes by category and then order within category.</li>\n<li>Update: JIRA WPB-2368 Read version constant from plugin file.</li>\n<li>Update: JIRA WPB-2361 Add BoldGrid Connect Search to Editor\'s background image tool.</li>\n<li>Update: JIRA WPB-2354 Preview button needs to always be visible in mobile view.</li>\n<li>Update: JIRA WPB-2355 Remove extraneous \'Preview\' button.</li>\n<li>Bug fix: JIRA WPB-2364 Inspirations not respecting theme release channel.</li>\n<li>Bug fix: JIRA WPB-2370 Color in screenshot does not match preview.</li>\n<li>Bug fix: JIRA WPB-2373 Duplicate themes in Inspirations.</li>\n<li>Bug fix: JIRA WPB-2379 Wrong budget passed when going form step 2 to step 1.</li>\n<li>Update: JIRA WPB-2380 Remove references to tutorials in deployment congrats message.</li>\n<li>Bug fix: JIRA WPB-2383 Image Search tab appears when clicking \'Add GridBlock\'.</li>\n</ul>\n<h4>1.2.5</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2325 Added wrapper to handle mb<em>convert</em>encoding() if mbstring is not loaded.</li>\n<li>Bug fix: JIRA WPB-2313 Disabled GridBlocks in network admin pages.</li>\n<li>New feature: JIRA WPB-2268 Changed to resized preview screenshots for Inspirations Design First concept.</li>\n<li>New feature: JIRA WPB-2287 Adjust device preview buttons in step 2 to behave like those in editor.</li>\n<li>New feature: JIRA WPB-2291 Auto install staging in final step if user chooses staging.</li>\n<li>Update: JIRA WPB-2290 Changed \'Install\' button to \'Next\'.</li>\n<li>Bug fix: JIRA WPB-2289 Continuously clicking category in step 1 shuffles themes.</li>\n<li>Update: JIRA WPB-2267 Added message to Inspirations when no generic themes are available.</li>\n<li>Update: JIRA WPB-2315 Added error handling for malformed ajax results for call to /api/build/get-generic.</li>\n<li>Update: JIRA WPB-2316 Add error handling for failures to fetch categories.</li>\n<li>Update: JIRA WPB-2317 Add error handling for failures to fetch pagesets.</li>\n<li>Update: JIRA WPB-2319 Check user capabilities before prompting for api key.</li>\n<li>Update: JIRA WPB-2320 Ensure user has permission to edit page before allowing download<em>and</em>insert<em>into</em>page.</li>\n<li>Update: JIRA WPB-2322 Sanitize user feedback before adding to options table.</li>\n<li>Update: JIRA WPB-2323 Allow admin notices to be dismissed per user.</li>\n<li>Update: JIRA WPB-2326 Update \'update\' class to utilize Admin Notices class.</li>\n<li>Update: JIRA WPB-2327 Check user capabilities before showing admin notices.</li>\n<li>Update: JIRA WPB-2331 Update confirmation messages.</li>\n</ul>\n<h4>1.2.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2269 Typo fix in Boldgrid<em>Inspirations</em>Dependency<em>Plugins::print</em>uninstalled_plugins().</li>\n<li>Bug fix: JIRA WPB-2270 New From GridBlocks became unavailable.</li>\n</ul>\n<h4>1.2.3</h4>\n<ul>\n<li>New feature: JIRA WPB-2172 For preview generic builds, added an option for identification for purges, etc.</li>\n<li>Bug fix: JIRA WPB-2263 For preview sites under multisite, set the admin email address using the network admin email address.</li>\n<li>Bug fix: JIRA WPB-2223 Reworked API key validation and connection issue notices, formatting.</li>\n<li>Misc: JIRA WPB-2256 Updated readme.txt for Tested up to: 4.6.</li>\n<li>Rework: JIRA WPB-2150 Moved API methods to a new class, formatting, and phpcs rework.</li>\n<li>Bug fix: JIRA WPB-2224 Hide the email address field when widget is loaded.</li>\n<li>Bug fix: JIRA WPB-2225 Fixed jQuery Migrate deprecated warning.</li>\n<li>Update: JIRA WPB-2245 Changed feed to pull from dashboard tag on blog.</li>\n<li>Bug fix: JIRA WPB-2265 Uncaught TypeError: IMHWPB.BaseAdmin is not a constructor.</li>\n<li>Bug fix: JIRA WBP-2236 Errors everywhere when logging in as an Editor.</li>\n<li>Bug fix: JIRA WPB-2234 Add current<em>user</em>can checks to Boldgrid<em>Inspirations->set</em>api<em>key</em>callback().</li>\n<li>Bug fix: JIRA WPB-2237 Limit ajax requests by user.</li>\n<li>Bug fix: JIRA WPB-2240 Limit printing of configs in head.</li>\n</ul>\n<h4>1.2.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2058 Added wrap class to the tutorials page.</li>\n<li>Bug fix: JIRA WPB-2184 In PHP 5.2, deactivate and die properly.</li>\n<li>New feature: Added BoldGrid news widget to dashboard.</li>\n<li>Bug fix: JIRA WPB-1994 Fixed issue with WP Theme Editor not being available.</li>\n<li>New feature: Added BoldGrid Feedback widget.</li>\n<li>Bug fix: JIRA WPB-2169 Connect Search defaults to smallest image size when no recommended sizes available.</li>\n<li>Bug fix: JIRA WPB-2192 Allow bug report to correctly show parent themes if submitted.</li>\n</ul>\n<h4>1.2.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2160 New From GridBlocks, multiple pages are installed.</li>\n<li>Update: Changed text of getting and entering connect keys.</li>\n<li>Security: JIRA WPB-2151 Disabled autocomplete for API key entry fields.</li>\n<li>Bug fix: JIRA WPB-2145 Fixing issue with theme screenshots on Chrome Ubuntu.</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2119 For asset downloads, when Imagick is loaded, set the thread limit to 1.</li>\n<li>Bug fix: JIRA WPB-2125 Fixing issue where theme was overwritten without version change.</li>\n<li>Bug fix: JIRA WPB-2104 Go back button hides all themes (Inspirations > Add Theme).</li>\n<li>Bug fix: JIRA WPB-2107 BoldGrid Connect Search overlapping footer (Dashboard > Media).</li>\n<li>Bug fix: JIRA WPB-2109 Session issues when starting over and importing active site.</li>\n<li>Bug fix: JIRA WPB-2116 Changes to the order of images in a gallery are not saving.</li>\n<li>Bug fix: JIRA WPB-2134 Staging\'s boldgrid_attribution option and \'Uninitialized string offset\' Notice.</li>\n<li>Bug fix: JIRA WPB-2135 Image not replaced in Page & Post Editor after using Connect Search.</li>\n</ul>\n<h4>1.1.8</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2058 Added wrap class to Inspirations, so admin notices are displayed at the top.</li>\n<li>Bug fix: JIRA WPB-2041 Fixed BoldGrid theme update check in WordPress 4.6.</li>\n<li>Testing: JIRA WPB-2046 Tested on WordPress 4.5.3.</li>\n<li>New feature: JIRA WPB-599 Added options for plugin and theme auto-updates via WordPress autoupdater.</li>\n<li>Update: JIRA WPB-2008 Deploy class updated to allow for is_generic flag.</li>\n<li>Bug fix: JIRA WPB-1950 Prevent a portait image from displaying atop \'Crop Image\' and \'Skip Cropping\' buttons.</li>\n</ul>\n<h4>1.1.7</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2032 Fixed issue when activating key. Added nonce to api key form.</li>\n<li>Rework: JIRA WPB-2030 Updated the \"I don\'t have an API key\" section.</li>\n<li>New feature: JIRA WPB-2029 Added TOS box to API key submission form.</li>\n<li>New feature: JIRA WPB-1905 Added capability for auto-updates of boldgrid-inspirations by API response.</li>\n<li>Bug fix: JIRA WPB-2002 Fixed theme update issue where upgrader says is up to date at times.</li>\n<li>Bug fix: JIRA WPB-2006 Pdes and Homepage not installing correctly on Inpirations Theme Only installs.</li>\n</ul>\n<h4>1.1.6</h4>\n<ul>\n<li>New feature: JIRA WPB-1839 Users can now change their theme release channel.</li>\n<li>Security fix: JIRA WPB-1977 Validate nonce for feedback form diagnostic data callback and form submit.</li>\n<li>Bug fix: JIRA WPB-1955 Fatal error: Class \'Boldgrid<em>Staging</em>Plugin\' not found.</li>\n</ul>\n<h4>1.1.5</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1914 Staged image used on Active page not showing in cart.</li>\n</ul>\n<h4>1.1.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1886 Fixed feedback notice being displayed too often (more than a week after submitting).</li>\n<li>New feature: JIRA WPB-1183 Refresh the Library Tab after downloading an image.</li>\n<li>Update: JIRA WPB-1865 Update style of \'Transactions\' pages to better incorporate BoldGrid Staging\'s nav menu.</li>\n<li>Update: JIRA WPB-1884 Passed WordPress 4.5.1 testing.</li>\n<li>Bug fix: JIRA WPB-1855 Do not display feedback notice on update or setting pages.</li>\n<li>Bug fix: JIRA WPB-1860 Fixed horizontal line through screenshot in step 2.</li>\n<li>Bug fix: JIRA WPB-1863 Cart does not look for watermarked images used within staged pages.</li>\n<li>Bug fix: JIRA WPB-1891 View / Download of images within receipts not working for images purchased via Staging.</li>\n<li>Bug fix: JIRA WPB-1893 JS errors in console when viewing attachments.</li>\n<li>Bug fix: JIRA WPB-1900 Attribution shows in menu when menu generated using wp<em>page</em>menu.</li>\n</ul>\n<h4>1.1.3</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1824 Fixed order of plugin deactivation and uninstall in Start Over process.</li>\n<li>Bug fix: JIRA WPB-1814 Fixed PHP notice in page and post editor for In Menu when there is a corrupted nav menu array.</li>\n<li>Bug fix: JIRA WPB-1823 Fixed display of \"Themes\" H1 and the additional themes bar when choosing active or staging before installing a theme.</li>\n<li>Bug fix: JIRA WPB-1840 Fixing thumbnail presentation in inspirations and add new theme.</li>\n</ul>\n<h4>1.1.2.3</h4>\n<ul>\n<li>Update: Sync version. See version 1.1.1.1.</li>\n</ul>\n<h4>1.1.2.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1833 Fixed checking for previously downloaded assets in deployment when using multisite (wp-preview).</li>\n</ul>\n<h4>1.1.2.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1817 BoldGrid Connect Search: Was not being added when changing a header image in the Customizer.</li>\n<li>Rework: JIRA WPB-1541 Removed feedback form bug report diagnostic report items.</li>\n<li>Bug fix: JIRA WPB-1816 Fixed update class interference with the Add Plugins page.</li>\n</ul>\n<h4>1.1.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1809 Fixed undefined index \"action\" for some scenarios. Optimized update class and addressed CodeSniffer items.</li>\n<li>Rework: JIRA WPB-1541 Reworked admin feedback notice.</li>\n<li>Rework: JIRA WPB-1751 Removed analysis processing and optional logging capabilities. Added support for XHProf.</li>\n<li>Bug fix: JIRA WPB-1805 Now adds theme update info on the Customizer Themes page.</li>\n<li>Rework: JIRA WPB-1785 Enabled and reworked image caching for the preview server.</li>\n<li>Rework: JIRA WPB-1751 Reworked analysis processing.</li>\n<li>Update: JIRA WPB-1658 Storing more reliable install data through inspirations.</li>\n<li>Bug fix: JIRA WPB-1787 When not using BoldGrid menu, cart does not dynamically update total page price.</li>\n<li>Update: JIRA WPB-1754 Remove attribution page from search results.</li>\n<li>Bug fix: JIRA WPB-1788 webkit css missing from \'new from gridblocks\'.</li>\n<li>New feature: JIRA WPB-1806 Add \'BoldGrid search\' tab when replacing an image.</li>\n</ul>\n<h4>1.1.1.1</h4>\n<ul>\n<li>Bug Fix: Fixing logo display on login screen.</li>\n</ul>\n<h4>1.1.1</h4>\n<ul>\n<li>Bug fix: Fixed analysis include for preview server.</li>\n<li>Bug fix: New From GridBlocks: Asset download issues.</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>New feature: JIRA WPB-1751 Added analysis processing and optional logging capabilities.</li>\n<li>Bug fix: JIRA WPB-1781 Removed boldgrid<em>dismissed</em>admin_notices from Start Over cleanup.</li>\n<li>New feature: JIRA WPB-1541 Added feedback notice.</li>\n<li>Bug fix: JIRA WPB-1747 New From GridBlocks: For non BoldGrid themes, only load grid css.</li>\n<li>Bug fix: JIRA WPB-1760 New From GridBlocks: Ensure page title shows on preview page.</li>\n<li>Update: JIRA WPB-1779 New From GridBlocks: Update verbiage for \'Downloading GridBlocks\'.</li>\n</ul>\n<h4>1.0.12.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1710 Fixed missing device preview tabs on Add New Theme preview modal.</li>\n<li>Bug fix: JIRA WPB-1710 Fixed notice dismissal checking.</li>\n<li>Bug fix: JIRA WPB-1749 On start over, staging menus are not deleted.</li>\n<li>Bug fix: JIRA WPB-1755 Gallery images not showing in cart.</li>\n</ul>\n<h4>1.0.12</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1740 Fixed \"In Menu\" messages in editor when staging plugin is not active, and fixed saving menu selections.</li>\n<li>New feature: JIRA WPB-1726 Added optional feedback for GridBlock Add Page.</li>\n<li>Removed Ft: JIRA WPB-1710 Removed Inspirations Add Pages; replaced by GridBlocks.</li>\n<li>Misc: JIRA WPB-1361 Added license file.</li>\n<li>New feature: Don\'t assign footer contact widget if using base pagesets.</li>\n<li>Bug Fix: JIRA WPB-1732 Fixing css issues on login screen (firefox).</li>\n<li>Bug Fix: JIRA WPB-1687 Image search: Title, Caption, Alt Text and Description do not display on new pages.</li>\n</ul>\n<h4>1.0.11</h4>\n<ul>\n<li>New feature: JIRA WPB-1699 Added optional feedback for theme activation.</li>\n<li>New feature: JIRA WPB-1690 Adding BoldGrid themes to All themes install menu.</li>\n<li>Bug fix: JIRA WPB-1686 Limited items loaded in network admin pages.</li>\n<li>Improvement: JIRA WPB-1604 Added a \"Cancel\" link to the \"In Menu\" section.</li>\n<li>Improvement: JIRA WPB-1603 Display menu locations in the editor \"In Menu\" section.</li>\n<li>Bug fix: JIRA WPB-1602 Corrected capitalization of \"None\" under \"In menu\" in the editor.</li>\n<li>Improvement: JIRA WPB-1664 Gets api<em>key and site</em>hash from configs instead of get_option.</li>\n<li>Bug fix: JIRA WPB-1597 Fixing indefined index error</li>\n<li>New feature: JIRA WPB-1649 Added reporting of PHP version and mobile ratio.</li>\n<li>Bug fix: JIRA WPB-1598 \'Mine\' count on \'all pages\' is incorrect.</li>\n<li>Bug fix: JIRA WPB-1647 JS error with easy-attachment-preview-size.js.</li>\n<li>Bug fix: JIRA WPB-1651 When the BG menu is turned off, Appearance link should take you to themes.</li>\n</ul>\n<h4>1.0.10</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1632 Fixed handling of subcategory<em>id in deploy</em>page_sets.</li>\n<li>New feature: JIRA WPB-1510 Moved adhoc functions.php to class-boldgrid-inspirations-utility.php (class Boldgrid<em>Inspirations</em>Utility).</li>\n<li>Rework: JIRA WPB-1553 Updated require and include statements for standards.</li>\n<li>Bug fix: JIRA WPB-1563 Updated pages in which wp<em>iframe-media</em>upload.css is loaded.</li>\n<li>Bug fix: JIRA WPB-1549 Resolve attribution page missing attribution for several images.png.</li>\n</ul>\n<h4>1.0.9.2</h4>\n<ul>\n<li>Bug fix: Add GridBlock Sets feature disabled.</li>\n</ul>\n<h4>1.0.9.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1553 Fixed support for PHP 5.2 to deactivate plugin.</li>\n<li>Bug fix: Prevent click of links in add<em>new</em>page_selection previews.</li>\n<li>Bug fix: JIRA WPB-1554 Fixed undefined JavaScript variable pagenow for customizer link.</li>\n</ul>\n<h4>1.0.9</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1554 Fixed theme link in network dashboard nav menu.</li>\n<li>Bug fix: JIRA WPB-1590 Fixed JavaScript error for undefined screen info in network dashboard.</li>\n<li>Bug fix: JIRA WPB-1535 Fixed theme deployment issues.</li>\n<li>New feature: JIRA WPB-1584 Added an opt-out feedback payload delivery system.</li>\n<li>New feature: JIRA WPB-1580 Added optional feedback for customizer_start.</li>\n<li>Bug fix: JIRA WPB-1571 Removed plugin dependency admin notice when editing an attachment (image).</li>\n<li>New feature: JIRA WPB-1579 Added feedback opt-out in BoldGrid Settings, hidden for now.</li>\n<li>Bug fix: JIRA WPB-1575 Addressed an issue causing mismatch color palettes on cached previews</li>\n<li>New feature: JIRA WPB-1514 Add new pages offers page templates to choose from.</li>\n</ul>\n<h4>1.0.8.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1553 Fixed PHP version check condition (<5.3).</li>\n</ul>\n<h4>1.0.8</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1561 Fixed missing get<em>plugin</em>data on update calls.</li>\n<li>New feature: JIRA WPB-1511 Added dependency plugin notice on editor pages.</li>\n<li>Bug fix: JIRA WPB-1553 Added support for <strong>DIR</strong> in PHP <=5.2.</li>\n<li>Bug fix: JIRA WPB-1371 JSON encoded image data for media download requests.</li>\n<li>New feature: JIRA WPB-1332 Swapping loading GIF to CSS loading image.</li>\n<li>New feature: JIRA WPB-1072 Storing static pages on install</li>\n<li>New feature: JIRA WPB-1539 When deleting a page, remove it from any applicable menus as well.</li>\n<li>New feature JIRA WPB-1542 Manage menu assignment within editor.</li>\n<li>New feature JIRA WPB-1555 Add wp-image-## class to images during deployment.</li>\n<li>New feature JIRA WPB-1557 Add wp-image-## class to images when adding gridblocks.</li>\n<li>Bug fix: JIRA WPB-1506 Theme naming missing in preview.</li>\n<li>Bug fix: JIRA WPB-1443 Extra page listed under \'Mine\'.</li>\n<li>Bug fix: JIRA WPB-1560 Install options not available on preview server</li>\n</ul>\n<h4>1.0.7</h4>\n<ul>\n<li>Rework: JIRA WPB-1533 Ensured activation data is sent after first login.</li>\n</ul>\n<h4>1.0.7</h4>\n<ul>\n<li>Rework: JIRA WPB-1533 Ensured activation data is sent after first login.</li>\n</ul>\n<h4>1.0.6</h4>\n<ul>\n<li>Rework: JIRA WPB-1411 Added more output to the deploy log.</li>\n</ul>\n<h4>1.0.5</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1462 Fixed position of dependency plugins admin notice. Also limited to Dashboard and plugins page.</li>\n<li>Bug fix: JIRA WPB-1290 Fixing issues with galleries leaving empty spaces</li>\n<li>Bug fix: JIRA WPB-1471 Made deployment plugin installation respect release channel.</li>\n<li>Rework: JIRA WPB-1452 Remove unneeded call to \'boldgrid<em>activate</em>framework\' during deployment.</li>\n<li>Bug fix: JIRA WPB-946 Fixed margin bug on step 2 additional themes.</li>\n<li>Bug fix: JIRA WPB-1384 Increase width of select input on image search modal.</li>\n<li>Bug fix: JIRA WPB-1508 BoldGrid Image search box size is inconsistent.</li>\n</ul>\n<h4>1.0.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1442 Fixing inspiration border styles for wordpress 4.4</li>\n<li>Bug fix: JIRA WPB-1461 Updating login button styles for wordpress 4.4</li>\n<li>Bug fix: JIRA WPB-1411 Added initialization and checks for empty image queues in deployment.</li>\n<li>Bug fix: JIRA WPB-1406 Attribution page still showing in \'All Pages\'.</li>\n<li>Bug fix: JIRA WPB-1451 Active images are showing in Staging attribution page.</li>\n<li>Bug fix: JIRA WPB-1466 Tabs on tutorials page too small at 1035px - 1482px.</li>\n</ul>\n<h4>1.0.3</h4>\n<ul>\n<li>New feature: JIRA WPB-1363 Updated readme.txt for WordPress standards.</li>\n<li>New feature: JIRA WPB-1389 When starting over theme mods are saved with a flag to recompile sass</li>\n<li>Bug fix: JIRA WPB-1420 Content of Attribution page is overwriting page saves.</li>\n</ul>\n<h4>1.0.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1395 Adjusted theme update data; now gets theme uri from theme style.css, download url from api data.</li>\n<li>Rework JIRA WPB-1374 Updated activation timestamp to use GMT/UTC.</li>\n<li>Bug fix: JIRA WPB-1377 Reseller option is now set on first call to either the front end or wp_login.</li>\n<li>Bug fix: Adjusted handling for image purchases when errors occur.</li>\n<li>Bug fix: JIRA WPB-1365 Purchase link on editing a page goes to wrong link.</li>\n<li>Bug fix: JIRA WPB-1368 Inspirations step 0 text refers to nonexisting help tabs.</li>\n<li>Rework: JIRA WPB-1378 Adjusted formatting of footer in Dashboard.</li>\n<li>Rework: JIRA WPB-1369 Update minus signs on \'Transaction History\'.</li>\n<li>New feature: JIRA WPB-1379 On the transactions page, show the reseller that processed the credits.</li>\n<li>Bug fix: Count of \'All\' pages inaccurate on \'All pages\'.</li>\n<li>Bug fix: JIRA WPB-1367 Updated link for \'Lost your BoldGrid Connect Key?\'.</li>\n</ul>\n<h4>1.0.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1374 Updated activation timestamp to include timezone in UTC.</li>\n<li>Bug fix: Attribution page shows style tags.</li>\n<li>Bug fix: Strict Standards fix for wp<em>kses</em>allowed_html.</li>\n<li>Bug fix: Fixed incorrect link.</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Initial public release.</li>\n</ul>\n\";s:14:\"upgrade_notice\";s:311:\"<h4>1.3</h4>\n<p>Version 1.3 has been released with a redesigned Inspiration phase. For more information on this change and others, please visit our blog at https://www.boldgrid.com/boldgrid-1-3-released/ .</p>\n<h4>1.0.2</h4>\n<p>Users should upgrade to version 1.0.2 to ensure proper BoldGrid theme updates.</p>\n\";}s:7:\"siteurl\";s:25:\"https://www.boldgrid.com/\";s:13:\"compatibility\";s:89331:\"{\"6.0\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.9.4\":{\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.9.3\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.9.2\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.9.1\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.9\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.8.5\":{\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.8.4\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.8.3\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.8.2\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.8.1\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.8\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.7.7\":{\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.7.6\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.7.5\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.7.4\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.7.3\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.7.2\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.7.1\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.7\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.6.9\":{\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.6.8\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.6.7\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.6.6\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.6.5\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.6.4\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.6.3\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.6.2\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.6.1\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.6\":{\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.5.9\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.5.8\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.5.7\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.5.6\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.5.5\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.5.4\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.5.3\":{\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.5.2\":{\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.5.1\":{\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.5\":{\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.4.9\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.4.8\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.4.7\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.4.6\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.4.5\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.4.4\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.4.3\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.4.2\":{\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.4.1\":{\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.4\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.3.9\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.3.8\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.3.7\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.3.6\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.3.5\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.3.4\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.3.3\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.3.2\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.3.1\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.3\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.2.9\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.2.8\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.2.7\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.2.6\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.2.5\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.2.4\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.2.3\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.2.2\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.2.1\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.2\":{\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.1.8\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.1.7\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.1.6\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.1.5\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.1.4\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.1.3\":{\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.1.2\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.1.1\":{\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.1\":{\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.0.9\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.0.8\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.0.7\":{\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.0.6\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.0.5\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.0.4\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.0.3\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.0.2\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.0.10\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.0.1\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"5.0\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.9\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.8\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.7\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.6\":{\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.5\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.4\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.3\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.2\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.14\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.13\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.12\":{\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.11\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.10\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9.1\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.9\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.8.9\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.8.8\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.8.7\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.8.6\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.8.5\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.8.4\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.8.3\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.8.2\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.8.10\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.8.1\":{\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.8\":{\"1.4.0.1\":[100,12],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.9\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.8\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.7\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.6\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.13\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.12\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.11\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.10\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.9\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.8\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.7\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.12\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.11\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.10\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.9\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.8\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.12\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.11\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.10\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.4.9\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.4.8\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.4.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.4.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.4.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.4.10\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]},\"4.3.1\":{\"0.29\":[100,12],\"1.0.2\":[100,12],\"1.0.3\":[100,12],\"1.0.4\":[100,12],\"1.0.5\":[100,12],\"1.0.6\":[100,12],\"1.0.7\":[100,12],\"1.0.8.1\":[100,12],\"1.0.9.1\":[100,12],\"1.0.9.2\":[100,12],\"1.0.10\":[100,12],\"1.0.11\":[100,12],\"1.0.12.1\":[100,12],\"1.1.1\":[100,12],\"1.1.2.1\":[100,12],\"1.1.2.3\":[100,12],\"1.1.1.1\":[100,12],\"1.1.3\":[100,12],\"1.1.4\":[100,12],\"1.1.5\":[100,12],\"1.1.6\":[100,12],\"1.1.7\":[100,12],\"1.1.8\":[100,12],\"1.2\":[100,12],\"1.2.1\":[100,12],\"1.2.2\":[100,12],\"1.2.4\":[100,12],\"1.2.5\":[100,12],\"1.2.8\":[100,12],\"1.2.9\":[100,12],\"1.2.11\":[100,12],\"1.2.13\":[100,12],\"1.3\":[100,12],\"1.3.1\":[100,12],\"1.3.2\":[100,12],\"1.3.3\":[100,12],\"1.3.4\":[100,12],\"1.3.5\":[100,12],\"1.3.6\":[100,12],\"1.3.7\":[100,12],\"1.3.8\":[100,12],\"1.3.9\":[100,12],\"1.3.10\":[100,12],\"1.4\":[100,12],\"1.4.1\":[100,12],\"1.4.2\":[100,12],\"1.4.3\":[100,12],\"1.4.4\":[100,12],\"1.4.5\":[100,12],\"1.4.6\":[100,12],\"1.4.0.1\":[100,12],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";a:5:{s:11:\"inspiration\";s:11:\"Inspiration\";s:13:\"customization\";s:13:\"Customization\";s:5:\"build\";s:5:\"Build\";s:6:\"create\";s:6:\"Create\";s:6:\"design\";s:6:\"Design\";}s:7:\"banners\";a:2:{s:3:\"low\";s:65:\"//repo.boldgrid.com/assets/banner-inspirations-banner-772x250.png\";s:4:\"high\";s:66:\"//repo.boldgrid.com/assets/banner-inspirations-banner-1544x500.png\";}s:11:\"new_version\";s:5:\"2.7.4\";s:4:\"name\";s:21:\"BoldGrid Inspirations\";s:4:\"slug\";s:21:\"boldgrid-inspirations\";s:17:\"short_description\";s:135:\"BoldGrid Inspirations is an inspiration-driven plugin to assist with creating a fresh new website, or to customize an existing website.\";s:12:\"last_updated\";s:19:\"2022-09-20 18:53:01\";s:6:\"author\";s:65:\"<a href=\"https://www.boldgrid.com/\" target=\"_blank\">BoldGrid </a>\";s:5:\"icons\";a:3:{s:2:\"1x\";s:71:\"https://repo.boldgrid.com/assets/icon-boldgrid-inspirations-128x128.png\";s:2:\"2x\";s:71:\"https://repo.boldgrid.com/assets/icon-boldgrid-inspirations-256x256.png\";s:3:\"svg\";s:71:\"https://repo.boldgrid.com/assets/icon-boldgrid-inspirations-128x128.svg\";}s:5:\"added\";s:10:\"2015-03-19\";s:3:\"url\";s:25:\"https://www.boldgrid.com/\";s:15:\"active_installs\";b:1;s:13:\"download_link\";s:148:\"https://api.boldgrid.com/api/open/getAsset?key=b58f3279a7424c5008ca8e5c15df5afb&id=1265571&installed_plugin_version=2.6.5&installed_wp_version=5.9.5\";}s:16:\"boldgrid-gallery\";O:8:\"stdClass\":24:{s:5:\"title\";s:16:\"BoldGrid Gallery\";s:7:\"version\";s:5:\"1.5.1\";s:8:\"asset_id\";i:1118061;s:12:\"release_date\";s:19:\"2020-07-27 20:25:23\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:3:\"5.8\";s:8:\"sections\";a:4:{s:11:\"description\";s:82:\"<p>BoldGrid Gallery is a standalone plugin used for slideshows and galleries.</p>\n\";s:12:\"installation\";s:183:\"<ol>\n<li><p>Upload the entire boldgrid-gallery folder to the /wp-content/plugins/ directory.</p></li>\n<li><p>Activate the plugin through the Plugins menu in WordPress.</p></li>\n</ol>\n\";s:9:\"changelog\";s:3079:\"<h4>1.5.1</h4>\n<ul>\n<li>Bug fix: Fix update class.</li>\n<li>Bug fix: Trying to access array offset on value of type bool.</li>\n</ul>\n<h4>1.5</h4>\n<ul>\n<li>Update: Bump version.</li>\n</ul>\n<h4>1.4.3</h4>\n<ul>\n<li>Update: JIRA WPB-3292 Updated plugin URI.</li>\n</ul>\n<h4>1.4.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3161 Fixed auto plugin update.</li>\n</ul>\n<h4>1.4.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3151 Added check and load before using get<em>plugin</em>data() for updates.</li>\n<li>Update: JIRA WPB-3112 Updated wc-gallery: 1.52 => 1.55.</li>\n</ul>\n<h4>1.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2912 Fixed issue when installing plugins from the Tools Import page.</li>\n</ul>\n<h4>1.3.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2892 Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).</li>\n<li>Testing: JIRA WPB-2744 Tested on WordPress 4.7.</li>\n<li>Misc: JIRA WPB-2503 Added plugin requirements to readme.txt file.</li>\n</ul>\n<h4>1.3</h4>\n<ul>\n<li>Update: Bump Version.</li>\n</ul>\n<h4>1.2.3</h4>\n<ul>\n<li>Misc: JIRA WPB-2344 Updated readme.txt for Tested up to 4.6.1.</li>\n<li>Bug fix: JIRA WPB-2336 Load BoldGrid settings from the correct WP option (site/blog).</li>\n<li>Update: JIRA WPB-2368 Version constant is now set from plugin file.</li>\n</ul>\n<h4>1.2.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2310 Removed broken plugin Settings link. Pending review on WPB-2309.</li>\n</ul>\n<h4>1.2.1</h4>\n<ul>\n<li>Misc: JIRA WPB-2256 Updated readme.txt for Tested up to: 4.6.</li>\n<li>Rework: JIRA WPB-1825 Formatting.</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2114 Fixed gallery displaying in editor on wordpress 4.6.</li>\n<li>Bug fix: JIRA WPB-2114 Fixing ordering of gallery items.</li>\n</ul>\n<h4>1.1.2</h4>\n<ul>\n<li>New feature: JIRA WPB-2037 Added capability for auto-updates by BoldGrid API response.</li>\n<li>Update: JIRA WPB-2024 Updated wc-gallery: 1.48 => 1.52.</li>\n<li>Misc: Updated editor.js to pass JSHint.</li>\n</ul>\n<h4>1.1.1</h4>\n<ul>\n<li>Update: JIRA WPB-1884 Passed WordPress 4.5.1 testing.</li>\n<li>Bug fix: JIRA WPB-1893 JS errors in console when viewing attachments.</li>\n</ul>\n<h4>1.1.0.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1816 Fixed update class interference with the Add Plugins page.</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1809 Fixed undefined index \"action\" for some scenarios. Optimized update class and addressed CodeSniffer items.</li>\n</ul>\n<h4>1.0.4</h4>\n<ul>\n<li>Misc: JIRA WPB-1361 Added license file.</li>\n<li>Bug Fix: JIRA WPB-1646 Fixing Issues where masonry gallery was not WYSIWYG.</li>\n</ul>\n<h4>1.0.3</h4>\n<ul>\n<li>Update: JIRA WPB-1611 Updated wc-gallery: 1.40 => 1.48.</li>\n<li>Rework: JIRA WPB-1617 Updated require and include statements for standards.</li>\n</ul>\n<h4>1.0.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1553 Changed <strong>DIR</strong> to dirname( <strong>FILE</strong> ) for PHP <=5.2.</li>\n<li>Misc JIRA WPB-1468 Updated readme.txt for Tested up to: 4.4.1</li>\n</ul>\n<h4>1.0.1</h4>\n<ul>\n<li>New feature: JIRA WPB-1363 Updated readme.txt for WordPress standards.</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Initial public release.</li>\n</ul>\n\";s:14:\"upgrade_notice\";s:1:\"\n\";}s:7:\"siteurl\";s:24:\"http://www.boldgrid.com/\";s:13:\"compatibility\";s:2163:\"{\"5.4\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.8.1\":{\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.4\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.3\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.2\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.1\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.6\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.4\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.3\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.2\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.1\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.9\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.8\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.7\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.6\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.4\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.3\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.2\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.1\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.9\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.8\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.7\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.6\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.10\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.3.1\":{\"0.4\":[100,12],\"1.0\":[100,12],\"1.0.1\":[100,12],\"1.0.2\":[100,12],\"1.0.3\":[100,12],\"1.0.4\":[100,12],\"1.1.0.1\":[100,12],\"1.1.1\":[100,12],\"1.1.2\":[100,12],\"1.2\":[100,12],\"1.2.1\":[100,12],\"1.2.2\":[100,12],\"1.2.3\":[100,12],\"1.3\":[100,12],\"1.3.1\":[100,12],\"1.3.2\":[100,12],\"1.4\":[100,12],\"1.4.1\":[100,12],\"1.4.2\":[100,12],\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";a:4:{s:7:\"gallery\";s:7:\"Gallery\";s:6:\"slider\";s:6:\"Slider\";s:9:\"slideshow\";s:9:\"Slideshow\";s:7:\"masonry\";s:7:\"Masonry\";}s:7:\"banners\";a:2:{s:3:\"low\";s:53:\"//repo.boldgrid.com/assets/banner-gallery-772x250.png\";s:4:\"high\";s:54:\"//repo.boldgrid.com/assets/banner-gallery-1544x500.png\";}s:11:\"new_version\";s:5:\"1.5.1\";s:4:\"name\";s:16:\"BoldGrid Gallery\";s:4:\"slug\";s:16:\"boldgrid-gallery\";s:17:\"short_description\";s:74:\"BoldGrid Gallery is a standalone plugin used for slideshows and galleries.\";s:12:\"last_updated\";s:19:\"2020-07-27 20:25:23\";s:6:\"author\";s:67:\"<a href=\"http://www.boldgrid.com/\" target=\"_blank\">BoldGrid.com</a>\";s:5:\"icons\";a:3:{s:2:\"1x\";s:66:\"https://repo.boldgrid.com/assets/icon-boldgrid-gallery-128x128.png\";s:2:\"2x\";s:66:\"https://repo.boldgrid.com/assets/icon-boldgrid-gallery-256x256.png\";s:3:\"svg\";s:66:\"https://repo.boldgrid.com/assets/icon-boldgrid-gallery-128x128.svg\";}s:5:\"added\";s:10:\"2015-03-19\";s:3:\"url\";s:24:\"http://www.boldgrid.com/\";s:15:\"active_installs\";b:1;s:13:\"download_link\";s:117:\"https://api.boldgrid.com/api/open/getAsset?key=b58f3279a7424c5008ca8e5c15df5afb&id=1118061&installed_wp_version=5.9.5\";}}','no'),(10591387,'_transient_timeout_jpp_li_14e8a9c660d6b2494d5d4400cb29b783','1667416983','no'),(10591388,'_transient_jpp_li_14e8a9c660d6b2494d5d4400cb29b783','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (40.69.129.88)\";s:17:\"seconds_remaining\";i:3494;s:16:\"blocked_attempts\";s:6:\"153468\";s:6:\"expire\";i:1667416983;}','no'),(10590735,'_transient_timeout_jpp_li_7bafdd5290f8f2b7506f0374a4c2316b','1667411728','no'),(10590736,'_transient_jpp_li_7bafdd5290f8f2b7506f0374a4c2316b','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (116.202.128.32)\";s:17:\"seconds_remaining\";i:3546;s:16:\"blocked_attempts\";s:6:\"153440\";s:6:\"expire\";i:1667411728;}','no'),(10590755,'_transient_timeout_jpp_li_cd0dea91fe658f8331c66c5b02bc7d8e','1667411697','no'),(10590756,'_transient_jpp_li_cd0dea91fe658f8331c66c5b02bc7d8e','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (167.114.64.93)\";s:17:\"seconds_remaining\";i:3494;s:16:\"blocked_attempts\";s:6:\"153443\";s:6:\"expire\";i:1667411697;}','no'),(10590815,'_transient_timeout_jpp_li_c86030fa0f9ac53d930c2b7a12e8d242','1667411682','no'),(10590816,'_transient_jpp_li_c86030fa0f9ac53d930c2b7a12e8d242','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (204.85.191.9)\";s:17:\"seconds_remaining\";i:2956;s:16:\"blocked_attempts\";s:6:\"153444\";s:6:\"expire\";i:1667411682;}','no'); /*!40000 ALTER TABLE `wpie_options` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_options` with 959 row(s) -- -- -- Table structure for table `wpie_nextend2_smartslider3_generators` -- DROP TABLE IF EXISTS `wpie_nextend2_smartslider3_generators`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_nextend2_smartslider3_generators` ( `id` int(11) NOT NULL AUTO_INCREMENT, `group` varchar(254) NOT NULL, `type` varchar(254) NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_nextend2_smartslider3_generators` -- LOCK TABLES `wpie_nextend2_smartslider3_generators` WRITE; /*!40000 ALTER TABLE `wpie_nextend2_smartslider3_generators` DISABLE KEYS */; /*!40000 ALTER TABLE `wpie_nextend2_smartslider3_generators` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_nextend2_smartslider3_generators` with 0 row(s) -- -- -- Table structure for table `wpie_wd_fb_option` -- DROP TABLE IF EXISTS `wpie_wd_fb_option`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_wd_fb_option` ( `id` bigint(20) NOT NULL, `autoupdate_interval` int(4) NOT NULL, `app_id` varchar(255) NOT NULL, `app_secret` varchar(255) NOT NULL, `access_token` varchar(255) NOT NULL, `date_timezone` varchar(64) NOT NULL, `post_date_format` varchar(64) NOT NULL, `event_date_format` varchar(64) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_wd_fb_option` -- LOCK TABLES `wpie_wd_fb_option` WRITE; /*!40000 ALTER TABLE `wpie_wd_fb_option` DISABLE KEYS */; INSERT INTO `wpie_wd_fb_option` VALUES (1,30,'','','','','ago','F j, Y, g:i a'); /*!40000 ALTER TABLE `wpie_wd_fb_option` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_wd_fb_option` with 1 row(s) -- -- -- Table structure for table `wpie_bwg_file_paths` -- DROP TABLE IF EXISTS `wpie_bwg_file_paths`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_bwg_file_paths` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `is_dir` tinyint(1) DEFAULT 0, `path` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `type` varchar(5) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `filename` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `alt` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `thumb` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `size` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `resolution` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `resolution_thumb` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `credit` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `aperture` int(10) DEFAULT NULL, `camera` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `caption` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `iso` int(10) DEFAULT NULL, `orientation` int(10) DEFAULT NULL, `copyright` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `tags` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `date_modified` datetime DEFAULT NULL, `author` bigint(20) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=138 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_bwg_file_paths` -- LOCK TABLES `wpie_bwg_file_paths` WRITE; /*!40000 ALTER TABLE `wpie_bwg_file_paths` DISABLE KEYS */; INSERT INTO `wpie_bwg_file_paths` VALUES (1,0,'/','jpg','IMG_6114.jpg','IMG 6114','IMG 6114','thumb/IMG_6114.jpg','177 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',40,1,'','','2020-04-30 02:39:47',1),(2,0,'/','jpg','QMLA_Peewee_Rep_Provincials_3.jpg','QMLA Peewee Rep Provincials 3','QMLA Peewee Rep Provincials 3','thumb/QMLA_Peewee_Rep_Provincials_3.jpg','135 KB','1080 x 810 px','500x375','',0,'','',0,0,'','','2020-04-30 14:31:20',1),(3,0,'/','jpg','QMLA_Peewee_Rep_Provincals_2_Jayden_Haalstra_Tanner_Zadworny.jpg','QMLA Peewee Rep Provincals 2 Jayden Haalstra Tanner Zadworny','QMLA Peewee Rep Provincals 2 Jayden Haalstra Tanner Zadworny','thumb/QMLA_Peewee_Rep_Provincals_2_Jayden_Haalstra_Tanner_Zadworny.jpg','141 KB','716 x 960 px','373x500','',0,'','',0,0,'','','2020-04-30 14:31:20',1),(4,0,'/','jpg','QMLA_Peewee_Rep_Provincials_1.jpg','QMLA Peewee Rep Provincials 1','QMLA Peewee Rep Provincials 1','thumb/QMLA_Peewee_Rep_Provincials_1.jpg','204 KB','1024 x 504 px','500x246','',0,'','',0,0,'','','2020-04-30 14:31:21',1),(5,0,'/','jpg','IMG_6132.jpg','IMG 6132','IMG 6132','thumb/IMG_6132.jpg','92 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',32,1,'','','2020-04-30 14:43:11',1),(6,0,'/','jpg','IMG_6124.jpg','IMG 6124','IMG 6124','thumb/IMG_6124.jpg','77 KB','900 x 1200 px','375x500','',2,'iPhone 6s','',64,1,'','','2020-04-30 14:43:11',1),(7,0,'/','jpg','IMG_6134.jpg','IMG 6134','IMG 6134','thumb/IMG_6134.jpg','84 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',25,1,'','','2020-04-30 14:43:13',1),(8,0,'/','jpg','IMG_6131.jpg','IMG 6131','IMG 6131','thumb/IMG_6131.jpg','73 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',32,1,'','','2020-04-30 14:43:14',1),(9,0,'/','jpg','IMG_6125.jpg','IMG 6125','IMG 6125','thumb/IMG_6125.jpg','78 KB','900 x 1200 px','375x500','',2,'iPhone 6s','',80,1,'','','2020-04-30 14:43:14',1),(10,0,'/','jpg','IMG_6133.jpg','IMG 6133','IMG 6133','thumb/IMG_6133.jpg','94 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',25,1,'','','2020-04-30 14:43:15',1),(11,0,'/','jpg','IMG_6135.jpg','IMG 6135','IMG 6135','thumb/IMG_6135.jpg','85 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',25,1,'','','2020-04-30 14:43:22',1),(12,0,'/','jpg','IMG_6136.jpg','IMG 6136','IMG 6136','thumb/IMG_6136.jpg','88 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',25,1,'','','2020-04-30 14:43:22',1),(13,0,'/','jpg','IMG_6137.jpg','IMG 6137','IMG 6137','thumb/IMG_6137.jpg','76 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',25,1,'','','2020-04-30 14:43:25',1),(14,0,'/','jpg','IMG_6206.jpg','IMG 6206','IMG 6206','thumb/IMG_6206.jpg','90 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:43:26',1),(15,0,'/','jpg','IMG_6207.jpg','IMG 6207','IMG 6207','thumb/IMG_6207.jpg','80 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:43:28',1),(16,0,'/','jpg','IMG_6208.jpg','IMG 6208','IMG 6208','thumb/IMG_6208.jpg','74 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:43:32',1),(17,0,'/','jpg','IMG_6209.jpg','IMG 6209','IMG 6209','thumb/IMG_6209.jpg','80 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:43:34',1),(18,0,'/','jpg','IMG_6210.jpg','IMG 6210','IMG 6210','thumb/IMG_6210.jpg','116 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',64,6,'','','2020-04-30 14:43:35',1),(19,0,'/','jpg','IMG_6211.jpg','IMG 6211','IMG 6211','thumb/IMG_6211.jpg','133 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',64,6,'','','2020-04-30 14:43:37',1),(20,0,'/','jpg','IMG_6212.jpg','IMG 6212','IMG 6212','thumb/IMG_6212.jpg','94 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:43:39',1),(21,0,'/','jpg','IMG_6213.jpg','IMG 6213','IMG 6213','thumb/IMG_6213.jpg','75 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:43:41',1),(22,0,'/','jpg','IMG_6214.jpg','IMG 6214','IMG 6214','thumb/IMG_6214.jpg','96 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:43:43',1),(23,0,'/','jpg','IMG_6215.jpg','IMG 6215','IMG 6215','thumb/IMG_6215.jpg','94 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',40,1,'','','2020-04-30 14:43:46',1),(24,0,'/','jpg','IMG_6216.jpg','IMG 6216','IMG 6216','thumb/IMG_6216.jpg','82 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:43:47',1),(25,0,'/','jpg','IMG_6217.jpg','IMG 6217','IMG 6217','thumb/IMG_6217.jpg','83 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:43:48',1),(26,0,'/','jpg','IMG_6218.jpg','IMG 6218','IMG 6218','thumb/IMG_6218.jpg','109 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',40,1,'','','2020-04-30 14:43:53',1),(27,0,'/','jpg','IMG_6219.jpg','IMG 6219','IMG 6219','thumb/IMG_6219.jpg','94 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:43:54',1),(28,0,'/','jpg','IMG_6220.jpg','IMG 6220','IMG 6220','thumb/IMG_6220.jpg','84 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:43:55',1),(29,0,'/','jpg','IMG_6221.jpg','IMG 6221','IMG 6221','thumb/IMG_6221.jpg','79 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:44:03',1),(30,0,'/','jpg','IMG_6222.jpg','IMG 6222','IMG 6222','thumb/IMG_6222.jpg','79 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:44:03',1),(31,0,'/','jpg','IMG_6223.jpg','IMG 6223','IMG 6223','thumb/IMG_6223.jpg','75 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:44:05',1),(32,0,'/','jpg','IMG_6224.jpg','IMG 6224','IMG 6224','thumb/IMG_6224.jpg','90 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:44:08',1),(33,0,'/','jpg','IMG_6225.jpg','IMG 6225','IMG 6225','thumb/IMG_6225.jpg','96 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:44:09',1),(34,0,'/','jpg','IMG_6226.jpg','IMG 6226','IMG 6226','thumb/IMG_6226.jpg','97 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:44:11',1),(35,0,'/','jpg','IMG_6227.jpg','IMG 6227','IMG 6227','thumb/IMG_6227.jpg','88 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:44:15',1),(36,0,'/','jpg','IMG_6228.jpg','IMG 6228','IMG 6228','thumb/IMG_6228.jpg','88 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:44:18',1),(37,0,'/','jpg','IMG_6229.jpg','IMG 6229','IMG 6229','thumb/IMG_6229.jpg','117 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',40,1,'','','2020-04-30 14:44:19',1),(38,0,'/','jpg','IMG_6230.jpg','IMG 6230','IMG 6230','thumb/IMG_6230.jpg','82 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:44:22',1),(39,0,'/','jpg','IMG_6231.jpg','IMG 6231','IMG 6231','thumb/IMG_6231.jpg','89 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:44:22',1),(40,0,'/','jpg','IMG_6233.jpg','IMG 6233','IMG 6233','thumb/IMG_6233.jpg','88 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:44:28',1),(41,0,'/','jpg','IMG_6232.jpg','IMG 6232','IMG 6232','thumb/IMG_6232.jpg','77 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:44:29',1),(42,0,'/','jpg','IMG_6234.jpg','IMG 6234','IMG 6234','thumb/IMG_6234.jpg','80 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:44:30',1),(43,0,'/','jpg','IMG_6235.jpg','IMG 6235','IMG 6235','thumb/IMG_6235.jpg','96 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',64,1,'','','2020-04-30 14:44:31',1),(44,0,'/','jpg','IMG_6237.jpg','IMG 6237','IMG 6237','thumb/IMG_6237.jpg','88 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:44:34',1),(45,0,'/','jpg','IMG_6236.jpg','IMG 6236','IMG 6236','thumb/IMG_6236.jpg','84 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',64,1,'','','2020-04-30 14:44:34',1),(46,0,'/','jpg','IMG_6238.jpg','IMG 6238','IMG 6238','thumb/IMG_6238.jpg','99 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:44:38',1),(47,0,'/','jpg','IMG_6239.jpg','IMG 6239','IMG 6239','thumb/IMG_6239.jpg','105 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:44:42',1),(48,0,'/','jpg','IMG_6240.jpg','IMG 6240','IMG 6240','thumb/IMG_6240.jpg','105 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:44:42',1),(49,0,'/','jpg','IMG_6241.jpg','IMG 6241','IMG 6241','thumb/IMG_6241.jpg','108 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',40,1,'','','2020-04-30 14:44:43',1),(50,0,'/','jpg','IMG_6242.jpg','IMG 6242','IMG 6242','thumb/IMG_6242.jpg','91 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',40,1,'','','2020-04-30 14:44:45',1),(51,0,'/','jpg','IMG_6245.jpg','IMG 6245','IMG 6245','thumb/IMG_6245.jpg','97 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',40,1,'','','2020-04-30 14:44:46',1),(52,0,'/','jpg','IMG_6246.jpg','IMG 6246','IMG 6246','thumb/IMG_6246.jpg','86 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:44:50',1),(53,0,'/','jpg','IMG_6247.jpg','IMG 6247','IMG 6247','thumb/IMG_6247.jpg','95 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:44:53',1),(54,0,'/','jpg','IMG_6248.jpg','IMG 6248','IMG 6248','thumb/IMG_6248.jpg','112 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',64,1,'','','2020-04-30 14:44:54',1),(55,0,'/','jpg','IMG_6249.jpg','IMG 6249','IMG 6249','thumb/IMG_6249.jpg','77 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:44:56',1),(56,0,'/','jpg','IMG_6250.jpg','IMG 6250','IMG 6250','thumb/IMG_6250.jpg','57 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:44:56',1),(57,0,'/','jpg','IMG_6251.jpg','IMG 6251','IMG 6251','thumb/IMG_6251.jpg','72 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:44:57',1),(58,0,'/','jpg','IMG_6252.jpg','IMG 6252','IMG 6252','thumb/IMG_6252.jpg','100 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',40,1,'','','2020-04-30 14:45:01',1),(59,0,'/','jpg','IMG_6253.jpg','IMG 6253','IMG 6253','thumb/IMG_6253.jpg','80 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',40,1,'','','2020-04-30 14:45:04',1),(60,0,'/','jpg','IMG_6254.jpg','IMG 6254','IMG 6254','thumb/IMG_6254.jpg','85 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',40,1,'','','2020-04-30 14:45:12',1),(61,0,'/','jpg','IMG_6255.jpg','IMG 6255','IMG 6255','thumb/IMG_6255.jpg','108 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',40,1,'','','2020-04-30 14:45:14',1),(62,0,'/','jpg','IMG_6256.jpg','IMG 6256','IMG 6256','thumb/IMG_6256.jpg','102 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',40,1,'','','2020-04-30 14:45:14',1),(63,0,'/','jpg','IMG_6257.jpg','IMG 6257','IMG 6257','thumb/IMG_6257.jpg','81 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:45:18',1),(64,0,'/','jpg','IMG_6259.jpg','IMG 6259','IMG 6259','thumb/IMG_6259.jpg','94 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:45:23',1),(65,0,'/','jpg','IMG_6258.jpg','IMG 6258','IMG 6258','thumb/IMG_6258.jpg','82 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:45:23',1),(66,0,'/','jpg','IMG_6260.jpg','IMG 6260','IMG 6260','thumb/IMG_6260.jpg','79 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:45:29',1),(67,0,'/','jpg','IMG_6262.jpg','IMG 6262','IMG 6262','thumb/IMG_6262.jpg','99 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:45:31',1),(68,0,'/','jpg','IMG_6263.jpg','IMG 6263','IMG 6263','thumb/IMG_6263.jpg','98 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:45:35',1),(69,0,'/','jpg','IMG_6264.jpg','IMG 6264','IMG 6264','thumb/IMG_6264.jpg','100 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:45:38',1),(70,0,'/','jpg','IMG_6265.jpg','IMG 6265','IMG 6265','thumb/IMG_6265.jpg','84 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:45:41',1),(71,0,'/','jpg','IMG_6266.jpg','IMG 6266','IMG 6266','thumb/IMG_6266.jpg','80 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:45:42',1),(72,0,'/','jpg','IMG_6267.jpg','IMG 6267','IMG 6267','thumb/IMG_6267.jpg','60 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:45:46',1),(73,0,'/','jpg','IMG_6268.jpg','IMG 6268','IMG 6268','thumb/IMG_6268.jpg','75 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:45:48',1),(74,0,'/','jpg','IMG_6269.jpg','IMG 6269','IMG 6269','thumb/IMG_6269.jpg','81 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:45:49',1),(75,0,'/','jpg','IMG_6270.jpg','IMG 6270','IMG 6270','thumb/IMG_6270.jpg','100 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:45:53',1),(76,0,'/','jpg','IMG_6272.jpg','IMG 6272','IMG 6272','thumb/IMG_6272.jpg','94 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:45:56',1),(77,0,'/','jpg','IMG_6271.jpg','IMG 6271','IMG 6271','thumb/IMG_6271.jpg','113 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:45:56',1),(78,0,'/','jpg','IMG_6273.jpg','IMG 6273','IMG 6273','thumb/IMG_6273.jpg','101 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:45:59',1),(79,0,'/','jpg','IMG_6274.jpg','IMG 6274','IMG 6274','thumb/IMG_6274.jpg','82 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:46:01',1),(80,0,'/','jpg','IMG_6275.jpg','IMG 6275','IMG 6275','thumb/IMG_6275.jpg','85 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:46:02',1),(81,0,'/','jpg','IMG_6276.jpg','IMG 6276','IMG 6276','thumb/IMG_6276.jpg','85 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:46:05',1),(82,0,'/','jpg','IMG_6277.jpg','IMG 6277','IMG 6277','thumb/IMG_6277.jpg','75 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:46:07',1),(83,0,'/','jpg','IMG_6278.jpg','IMG 6278','IMG 6278','thumb/IMG_6278.jpg','106 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:46:09',1),(84,0,'/','jpg','IMG_6279.jpg','IMG 6279','IMG 6279','thumb/IMG_6279.jpg','102 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:46:12',1),(85,0,'/','jpg','IMG_6280.jpg','IMG 6280','IMG 6280','thumb/IMG_6280.jpg','88 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:46:14',1),(86,0,'/','jpg','IMG_6281.jpg','IMG 6281','IMG 6281','thumb/IMG_6281.jpg','90 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:46:14',1),(87,0,'/','jpg','IMG_6282.jpg','IMG 6282','IMG 6282','thumb/IMG_6282.jpg','98 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',40,1,'','','2020-04-30 14:46:18',1),(88,0,'/','jpg','IMG_6283.jpg','IMG 6283','IMG 6283','thumb/IMG_6283.jpg','100 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',40,1,'','','2020-04-30 14:46:21',1),(89,0,'/','jpg','IMG_6284.jpg','IMG 6284','IMG 6284','thumb/IMG_6284.jpg','78 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:46:24',1),(90,0,'/','jpg','IMG_6285.jpg','IMG 6285','IMG 6285','thumb/IMG_6285.jpg','89 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:46:25',1),(91,0,'/','jpg','IMG_6286.jpg','IMG 6286','IMG 6286','thumb/IMG_6286.jpg','82 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:46:26',1),(92,0,'/','jpg','IMG_6287.jpg','IMG 6287','IMG 6287','thumb/IMG_6287.jpg','82 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:46:27',1),(93,0,'/','jpg','IMG_6288.jpg','IMG 6288','IMG 6288','thumb/IMG_6288.jpg','84 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:46:31',1),(94,0,'/','jpg','IMG_6289.jpg','IMG 6289','IMG 6289','thumb/IMG_6289.jpg','81 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',40,1,'','','2020-04-30 14:46:34',1),(95,0,'/','jpg','IMG_6290.jpg','IMG 6290','IMG 6290','thumb/IMG_6290.jpg','60 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:46:36',1),(96,0,'/','jpg','IMG_6291.jpg','IMG 6291','IMG 6291','thumb/IMG_6291.jpg','74 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:46:37',1),(97,0,'/','jpg','IMG_6292.jpg','IMG 6292','IMG 6292','thumb/IMG_6292.jpg','90 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',40,1,'','','2020-04-30 14:46:38',1),(98,0,'/','jpg','IMG_6293.jpg','IMG 6293','IMG 6293','thumb/IMG_6293.jpg','83 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:46:40',1),(99,0,'/','jpg','IMG_6294.jpg','IMG 6294','IMG 6294','thumb/IMG_6294.jpg','90 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:46:44',1),(100,0,'/','jpg','IMG_6296.jpg','IMG 6296','IMG 6296','thumb/IMG_6296.jpg','74 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:46:48',1),(101,0,'/','jpg','IMG_6295.jpg','IMG 6295','IMG 6295','thumb/IMG_6295.jpg','93 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',64,1,'','','2020-04-30 14:46:49',1),(102,0,'/','jpg','IMG_6297.jpg','IMG 6297','IMG 6297','thumb/IMG_6297.jpg','70 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:46:50',1),(103,0,'/','jpg','IMG_6298.jpg','IMG 6298','IMG 6298','thumb/IMG_6298.jpg','80 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:46:52',1),(104,0,'/','jpg','IMG_6299.jpg','IMG 6299','IMG 6299','thumb/IMG_6299.jpg','86 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:46:54',1),(105,0,'/','jpg','IMG_6300.jpg','IMG 6300','IMG 6300','thumb/IMG_6300.jpg','88 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',64,1,'','','2020-04-30 14:46:55',1),(106,0,'/','jpg','IMG_6301.jpg','IMG 6301','IMG 6301','thumb/IMG_6301.jpg','94 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',64,1,'','','2020-04-30 14:47:01',1),(107,0,'/','jpg','IMG_6302.jpg','IMG 6302','IMG 6302','thumb/IMG_6302.jpg','120 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:47:03',1),(108,0,'/','jpg','IMG_6303.jpg','IMG 6303','IMG 6303','thumb/IMG_6303.jpg','126 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',125,1,'','','2020-04-30 14:47:04',1),(109,0,'/','jpg','IMG_6304.jpg','IMG 6304','IMG 6304','thumb/IMG_6304.jpg','129 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',80,1,'','','2020-04-30 14:47:05',1),(110,0,'/','jpg','IMG_6305.jpg','IMG 6305','IMG 6305','thumb/IMG_6305.jpg','88 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',64,1,'','','2020-04-30 14:47:07',1),(111,0,'/','jpg','IMG_6306.jpg','IMG 6306','IMG 6306','thumb/IMG_6306.jpg','90 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',80,1,'','','2020-04-30 14:47:11',1),(112,0,'/','jpg','IMG_6307.jpg','IMG 6307','IMG 6307','thumb/IMG_6307.jpg','81 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,6,'','','2020-04-30 14:47:15',1),(113,0,'/','jpg','IMG_6308.jpg','IMG 6308','IMG 6308','thumb/IMG_6308.jpg','79 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,6,'','','2020-04-30 14:47:16',1),(114,0,'/','jpg','IMG_6310.jpg','IMG 6310','IMG 6310','thumb/IMG_6310.jpg','99 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',40,1,'','','2020-04-30 14:47:17',1),(115,0,'/','jpg','IMG_6309.jpg','IMG 6309','IMG 6309','thumb/IMG_6309.jpg','81 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',40,6,'','','2020-04-30 14:47:18',1),(116,0,'/','jpg','IMG_6311.jpg','IMG 6311','IMG 6311','thumb/IMG_6311.jpg','94 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',40,1,'','','2020-04-30 14:47:23',1),(117,0,'/','jpg','IMG_6315.jpg','IMG 6315','IMG 6315','thumb/IMG_6315.jpg','69 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:47:24',1),(118,0,'/','jpg','IMG_6316.jpg','IMG 6316','IMG 6316','thumb/IMG_6316.jpg','69 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:47:26',1),(119,0,'/','jpg','IMG_6317.jpg','IMG 6317','IMG 6317','thumb/IMG_6317.jpg','76 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2020-04-30 14:47:26',1),(120,0,'/','jpg','IMG_6318.jpg','IMG 6318','IMG 6318','thumb/IMG_6318.jpg','88 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',40,1,'','','2020-04-30 14:47:27',1),(121,0,'/','jpg','IMG_6090.jpg','IMG 6090','IMG 6090','thumb/IMG_6090.jpg','91 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',25,1,'','','2022-02-26 19:38:36',2),(122,0,'/','jpg','IMG_6092.jpg','IMG 6092','IMG 6092','thumb/IMG_6092.jpg','120 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',25,1,'','','2022-02-26 19:38:37',2),(123,0,'/','jpg','IMG_5972.jpg','IMG 5972','IMG 5972','thumb/IMG_5972.jpg','129 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',40,1,'','','2022-02-26 19:38:39',2),(124,0,'/','jpg','IMG_5976.jpg','IMG 5976','IMG 5976','thumb/IMG_5976.jpg','122 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',32,1,'','','2022-02-26 19:38:39',2),(125,0,'/','jpg','IMG_5964.jpg','IMG 5964','IMG 5964','thumb/IMG_5964.jpg','120 KB','1200 x 900 px','500x375','',2,'iPhone 6s','',50,1,'','','2022-02-26 19:38:40',2),(126,0,'/','jpg','39B9FD97-AA48-4103-967C-E047750F1BE9.jpg','39B9FD97-AA48-4103-967C-E047750F1BE9','39B9FD97-AA48-4103-967C-E047750F1BE9','thumb/39B9FD97-AA48-4103-967C-E047750F1BE9.jpg','89 KB','964 x 1200 px','402x500','',0,'','',0,1,'','','2022-08-13 14:34:32',2),(127,0,'/','jpg','50EFAF2E-FC19-485C-B182-9416BAE5E87A.jpg','50EFAF2E-FC19-485C-B182-9416BAE5E87A','50EFAF2E-FC19-485C-B182-9416BAE5E87A','thumb/50EFAF2E-FC19-485C-B182-9416BAE5E87A.jpg','108 KB','961 x 1200 px','400x500','',0,'','',0,1,'','','2022-08-13 14:34:32',2),(128,0,'/','jpg','30E85E52-4D34-4A5D-8D27-F5EF3842C387.jpg','30E85E52-4D34-4A5D-8D27-F5EF3842C387','30E85E52-4D34-4A5D-8D27-F5EF3842C387','thumb/30E85E52-4D34-4A5D-8D27-F5EF3842C387.jpg','121 KB','965 x 1200 px','402x500','',0,'','',0,1,'','','2022-08-13 14:34:32',2),(129,0,'/','jpg','0709E488-788A-4D95-AA33-A2480CD44A28.jpg','0709E488-788A-4D95-AA33-A2480CD44A28','0709E488-788A-4D95-AA33-A2480CD44A28','thumb/0709E488-788A-4D95-AA33-A2480CD44A28.jpg','99 KB','965 x 1200 px','402x500','',0,'','',0,1,'','','2022-08-13 14:34:33',2),(130,0,'/','jpg','0B40D16F-F3EE-496F-8287-DDA91CB0A4B5.jpg','0B40D16F-F3EE-496F-8287-DDA91CB0A4B5','0B40D16F-F3EE-496F-8287-DDA91CB0A4B5','thumb/0B40D16F-F3EE-496F-8287-DDA91CB0A4B5.jpg','107 KB','960 x 1200 px','400x500','',0,'','',0,1,'','','2022-08-13 14:34:33',2),(131,0,'/','jpg','4279B230-B4CA-4CC8-9FAB-34CE0900BECC.jpg','4279B230-B4CA-4CC8-9FAB-34CE0900BECC','4279B230-B4CA-4CC8-9FAB-34CE0900BECC','thumb/4279B230-B4CA-4CC8-9FAB-34CE0900BECC.jpg','100 KB','962 x 1200 px','401x500','',0,'','',0,1,'','','2022-08-13 14:34:47',2),(132,0,'/','jpg','DF82F82A-A714-4A73-A491-195445F70583.jpg','DF82F82A-A714-4A73-A491-195445F70583','DF82F82A-A714-4A73-A491-195445F70583','thumb/DF82F82A-A714-4A73-A491-195445F70583.jpg','109 KB','965 x 1200 px','402x500','',0,'','',0,1,'','','2022-08-13 14:34:47',2),(133,0,'/','jpg','A1EB7420-4651-406C-8E87-679E115C2C54.jpg','A1EB7420-4651-406C-8E87-679E115C2C54','A1EB7420-4651-406C-8E87-679E115C2C54','thumb/A1EB7420-4651-406C-8E87-679E115C2C54.jpg','82 KB','965 x 1200 px','402x500','',0,'','',0,1,'','','2022-08-13 14:34:48',2),(134,0,'/','jpg','E4455B65-0B02-43C6-AC52-AA2865B5E55C.jpg','E4455B65-0B02-43C6-AC52-AA2865B5E55C','E4455B65-0B02-43C6-AC52-AA2865B5E55C','thumb/E4455B65-0B02-43C6-AC52-AA2865B5E55C.jpg','99 KB','960 x 1200 px','400x500','',0,'','',0,1,'','','2022-08-13 14:34:48',2),(135,0,'/','jpg','E5034A16-8927-466D-9B28-8EC230C2E490.jpg','E5034A16-8927-466D-9B28-8EC230C2E490','E5034A16-8927-466D-9B28-8EC230C2E490','thumb/E5034A16-8927-466D-9B28-8EC230C2E490.jpg','117 KB','965 x 1200 px','402x500','',0,'','',0,1,'','','2022-08-13 14:34:49',2),(136,0,'/','jpg','IMG_3891.jpg','IMG 3891','IMG 3891','thumb/IMG_3891.jpg','119 KB','1200 x 900 px','500x375','',2,'iPhone 12 Pro Max','',125,1,'','','2022-08-13 14:45:30',2),(137,0,'/','jpg','IMG_3889.jpg','IMG 3889','IMG 3889','thumb/IMG_3889.jpg','184 KB','1200 x 900 px','500x375','',2,'iPhone 12 Pro Max','',160,1,'','','2022-08-13 14:45:32',2); /*!40000 ALTER TABLE `wpie_bwg_file_paths` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_bwg_file_paths` with 137 row(s) -- -- -- Table structure for table `wpie_nextend2_smartslider3_sliders` -- DROP TABLE IF EXISTS `wpie_nextend2_smartslider3_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_nextend2_smartslider3_sliders` ( `id` int(11) NOT NULL AUTO_INCREMENT, `alias` varchar(255) DEFAULT NULL, `title` varchar(200) NOT NULL, `type` varchar(30) NOT NULL, `params` mediumtext NOT NULL, `time` datetime NOT NULL, `thumbnail` varchar(255) NOT NULL, `ordering` int(11) NOT NULL DEFAULT 0, `status` varchar(50) NOT NULL DEFAULT 'published', PRIMARY KEY (`id`), KEY `status` (`status`), KEY `time` (`time`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_nextend2_smartslider3_sliders` -- LOCK TABLES `wpie_nextend2_smartslider3_sliders` WRITE; /*!40000 ALTER TABLE `wpie_nextend2_smartslider3_sliders` DISABLE KEYS */; INSERT INTO `wpie_nextend2_smartslider3_sliders` VALUES (1,NULL,'Sample Slider','simple','{\"controlsScroll\":\"0\",\"controlsDrag\":\"1\",\"controlsTouch\":\"horizontal\",\"controlsKeyboard\":\"1\",\"controlsTilt\":\"0\",\"thumbnail\":\"\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"horizontal\",\"animation-duration\":\"600\",\"animation-delay\":\"0\",\"animation-easing\":\"easeOutQuad\",\"animation-parallax-overlap\":\"0\",\"background-animation\":\"\",\"background-animation-speed\":\"normal\",\"animation-shifted-background-animation\":\"auto\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"carousel\":\"1\",\"background\":\"\",\"background-fixed\":\"0\",\"background-size\":\"cover\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"dynamic-height\":\"0\",\"loop-single-slide\":\"0\",\"padding\":\"0|*|0|*|0|*|0\",\"border-width\":\"0\",\"border-color\":\"3E3E3Eff\",\"border-radius\":\"0\",\"slider-preset\":\"\",\"slider-css\":\"\",\"slide-css\":\"\",\"width\":\"1200\",\"height\":\"600\",\"desktop-portrait-minimum-font-size\":\"1\",\"desktop-landscape\":\"0\",\"desktop-landscape-width\":\"1440\",\"desktop-landscape-height\":\"0\",\"desktop-landscape-minimum-font-size\":\"1\",\"fontsize\":\"16\",\"desktop\":\"1\",\"tablet\":\"1\",\"mobile\":\"1\",\"margin\":\"0|*|0|*|0|*|0\",\"tablet-portrait\":\"0\",\"tablet-portrait-width\":\"800\",\"tablet-portrait-height\":\"0\",\"tablet-portrait-minimum-font-size\":\"1\",\"tablet-landscape\":\"0\",\"tablet-landscape-width\":\"1024\",\"tablet-landscape-height\":\"0\",\"tablet-landscape-minimum-font-size\":\"1\",\"mobile-portrait\":\"0\",\"mobile-portrait-width\":\"440\",\"mobile-portrait-height\":\"0\",\"mobile-portrait-minimum-font-size\":\"1\",\"mobile-landscape\":\"0\",\"mobile-landscape-width\":\"740\",\"mobile-landscape-height\":\"0\",\"mobile-landscape-minimum-font-size\":\"1\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveSlideWidthMax\":\"3000\",\"autoplay\":\"1\",\"autoplayDuration\":\"8000\",\"autoplayStart\":\"1\",\"autoplayfinish\":\"0|*|loop|*|current\",\"autoplayAllowReStart\":\"0\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"playfirstlayer\":\"1\",\"playonce\":\"0\",\"layer-animation-play-in\":\"end\",\"layer-animation-play-mode\":\"skippable\",\"parallax-enabled\":\"1\",\"parallax-enabled-mobile\":\"0\",\"parallax-3d\":\"0\",\"parallax-animate\":\"1\",\"parallax-horizontal\":\"mouse\",\"parallax-vertical\":\"mouse\",\"parallax-mouse-origin\":\"slider\",\"parallax-scroll-move\":\"both\",\"perspective\":\"1000\",\"imageload\":\"0\",\"imageloadNeighborSlides\":\"0\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"layer-image-optimize\":\"0\",\"layer-image-tablet\":\"50\",\"layer-image-mobile\":\"30\",\"layer-image-base64\":\"0\",\"layer-image-base64-size\":\"5\",\"playWhenVisible\":\"1\",\"fadeOnLoad\":\"1\",\"fadeOnScroll\":\"0\",\"spinner\":\"simpleWhite\",\"custom-spinner\":\"\",\"custom-spinner-width\":\"100\",\"custom-spinner-height\":\"100\",\"custom-display\":\"1\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"randomize\":\"0\",\"randomizeFirst\":\"0\",\"randomize-cache\":\"1\",\"variations\":\"5\",\"maximumslidecount\":\"1000\",\"global-lightbox\":\"0\",\"global-lightbox-label\":\"0\",\"maintain-session\":\"0\",\"blockrightclick\":\"0\",\"overflow-hidden-page\":\"0\",\"bg-parallax-tablet\":\"1\",\"bg-parallax-mobile\":\"1\",\"callbacks\":\"\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-display-desktop\":\"1\",\"widget-arrow-display-tablet\":\"1\",\"widget-arrow-display-mobile\":\"1\",\"widget-arrow-exclude-slides\":\"\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-responsive-desktop\":\"1\",\"widget-arrow-responsive-tablet\":\"0.7\",\"widget-arrow-responsive-mobile\":\"0.5\",\"widget-arrow-previous-image\":\"\",\"widget-arrow-previous\":\"$ss$/plugins/widgetarrow/image/image/previous/thin-horizontal.svg\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"0\",\"widget-arrow-previous-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widget-arrow-animation\":\"fade\",\"widget-arrow-mirror\":\"1\",\"widget-arrow-next-image\":\"\",\"widget-arrow-next\":\"$ss$/plugins/widgetarrow/image/image/next/thin-horizontal.svg\",\"widget-arrow-next-color\":\"ffffffcc\",\"widget-arrow-next-hover\":\"0\",\"widget-arrow-next-hover-color\":\"ffffffcc\",\"widgetbullet\":\"transition\",\"widget-bullet-display-desktop\":\"1\",\"widget-bullet-display-tablet\":\"1\",\"widget-bullet-display-mobile\":\"1\",\"widget-bullet-exclude-slides\":\"\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"1\",\"widget-bullet-thumbnail-width\":\"120\",\"widget-bullet-thumbnail-height\":\"81\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDsifV19\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-bullet-position-mode\":\"simple\",\"widget-bullet-position-area\":\"12\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-offset\":\"10\",\"widget-bullet-position-horizontal\":\"left\",\"widget-bullet-position-horizontal-position\":\"0\",\"widget-bullet-position-horizontal-unit\":\"px\",\"widget-bullet-position-vertical\":\"top\",\"widget-bullet-position-vertical-position\":\"0\",\"widget-bullet-position-vertical-unit\":\"px\",\"widget-bullet-action\":\"click\",\"widget-bullet-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwYWIiLCJwYWRkaW5nIjoiNXwqfDV8Knw1fCp8NXwqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiI1MCIsImV4dHJhIjoibWFyZ2luOiA0cHg7In0seyJleHRyYSI6IiIsImJhY2tncm91bmRjb2xvciI6IjA5YjQ3NGZmIn1dfQ==\",\"widget-bullet-bar\":\"\",\"widget-bullet-bar-full-size\":\"0\",\"widget-bullet-align\":\"center\",\"widget-bullet-orientation\":\"auto\",\"widget-bullet-overlay\":\"0\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-desktop\":\"1\",\"widget-autoplay-display-tablet\":\"1\",\"widget-autoplay-display-mobile\":\"1\",\"widget-autoplay-exclude-slides\":\"\",\"widget-autoplay-display-hover\":\"0\",\"widgetindicator\":\"disabled\",\"widget-indicator-display-desktop\":\"1\",\"widget-indicator-display-tablet\":\"1\",\"widget-indicator-display-mobile\":\"1\",\"widget-indicator-exclude-slides\":\"\",\"widget-indicator-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-desktop\":\"1\",\"widget-bar-display-tablet\":\"1\",\"widget-bar-display-mobile\":\"1\",\"widget-bar-exclude-slides\":\"\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-desktop\":\"1\",\"widget-thumbnail-display-tablet\":\"1\",\"widget-thumbnail-display-mobile\":\"1\",\"widget-thumbnail-exclude-slides\":\"\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-show-image\":\"1\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widget-shadow-display-desktop\":\"1\",\"widget-shadow-display-tablet\":\"1\",\"widget-shadow-display-mobile\":\"1\",\"widget-shadow-exclude-slides\":\"\",\"widgetfullscreen\":\"disabled\",\"widget-fullscreen-display-desktop\":\"1\",\"widget-fullscreen-display-tablet\":\"1\",\"widget-fullscreen-display-mobile\":\"1\",\"widget-fullscreen-exclude-slides\":\"\",\"widget-fullscreen-display-hover\":\"0\",\"widgethtml\":\"disabled\",\"widget-html-display-desktop\":\"1\",\"widget-html-display-tablet\":\"1\",\"widget-html-display-mobile\":\"1\",\"widget-html-exclude-slides\":\"\",\"widget-html-display-hover\":\"0\",\"widgets\":\"arrow\"}','2015-11-01 14:14:20','',2,'published'),(2,NULL,'Slider','simple','{\"width\":1200,\"height\":500,\"widgetarrow\":\"imageEmpty\"}','2019-01-21 04:18:17','',3,'published'),(3,NULL,'Demo Slider - Free full width II.','simple','{\"widget-bullet-position-mode\":\"simple\",\"widget-bullet-position-area\":\"10\",\"widget-bullet-position-offset\":\"5\",\"widget-bullet-action\":\"click\",\"widget-bullet-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiZmZmZmZmMDAiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiI1fCp8NXwqfDV8Knw1fCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIyfCp8c29saWR8KnxmZmZmZmZjYyIsImJvcmRlcnJhZGl1cyI6IjUwIiwiZXh0cmEiOiJtYXJnaW46IDRweDsifSx7ImV4dHJhIjoiIiwiYmFja2dyb3VuZGNvbG9yIjoiZmZmZmZmZmYiLCJib3JkZXIiOiIyfCp8c29saWR8KnxmZmZmZmZmZiJ9XX0=\",\"widget-bullet-bar\":\"\",\"widget-bullet-align\":\"center\",\"widget-bullet-orientation\":\"auto\",\"widget-bullet-bar-full-size\":\"0\",\"widget-bullet-overlay\":\"0\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDtiYWNrZ3JvdW5kLXNpemU6Y292ZXI7In1dfQ==\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-arrow-responsive-desktop\":\"1\",\"widget-arrow-responsive-tablet\":\"0.7\",\"widget-arrow-responsive-mobile\":\"0.5\",\"widget-arrow-previous-image\":\"\",\"widget-arrow-previous\":\"$ss$\\/plugins\\/widgetarrow\\/image\\/image\\/previous\\/thin-horizontal.svg\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"0\",\"widget-arrow-previous-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-offset\":\"5\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-offset\":\"5\",\"widget-arrow-animation\":\"fade\",\"widget-arrow-mirror\":\"1\",\"widget-arrow-next-image\":\"\",\"widget-arrow-next\":\"$ss$\\/plugins\\/widgetarrow\\/image\\/image\\/next\\/thin-horizontal.svg\",\"widget-arrow-next-color\":\"ffffffcc\",\"widget-arrow-next-hover\":\"0\",\"widget-arrow-next-hover-color\":\"ffffffcc\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"controlsScroll\":\"0\",\"controlsDrag\":\"1\",\"controlsTouch\":\"horizontal\",\"controlsKeyboard\":\"1\",\"controlsTilt\":\"0\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"shape-divider\":\"\",\"particle\":\"\",\"animation\":\"horizontal\",\"animation-duration\":\"600\",\"animation-delay\":\"0\",\"animation-easing\":\"easeOutQuad\",\"animation-parallax-overlap\":\"0\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"animation-shifted-background-animation\":\"auto\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"carousel\":\"1\",\"background\":\"\",\"background-fixed\":\"0\",\"background-size\":\"cover\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"dynamic-height\":\"0\",\"loop-single-slide\":\"0\",\"padding\":\"0|*|0|*|0|*|0\",\"border-width\":\"0\",\"border-color\":\"3E3E3Eff\",\"border-radius\":\"0\",\"slider-preset\":\"\",\"slider-css\":\"\",\"slide-css\":\"\",\"width\":\"1300\",\"height\":\"600\",\"desktop-portrait-minimum-font-size\":\"1\",\"desktop-landscape\":\"0\",\"desktop-landscape-width\":\"1440\",\"desktop-landscape-height\":\"0\",\"desktop-landscape-minimum-font-size\":\"1\",\"desktop\":\"1\",\"tablet\":\"1\",\"mobile\":\"1\",\"margin\":\"0|*|0|*|0|*|0\",\"tablet-portrait\":\"0\",\"tablet-portrait-width\":\"800\",\"tablet-portrait-height\":\"0\",\"tablet-portrait-minimum-font-size\":\"1\",\"tablet-landscape\":\"0\",\"tablet-landscape-width\":\"1024\",\"tablet-landscape-height\":\"0\",\"tablet-landscape-minimum-font-size\":\"1\",\"mobile-portrait\":\"0\",\"mobile-portrait-width\":\"440\",\"mobile-portrait-height\":\"0\",\"mobile-portrait-minimum-font-size\":\"1\",\"mobile-landscape\":\"0\",\"mobile-landscape-width\":\"740\",\"mobile-landscape-height\":\"0\",\"mobile-landscape-minimum-font-size\":\"1\",\"responsive-mode\":\"fullwidth\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"600\",\"responsiveForceFull\":\"1\",\"responsiveForceFullOverflowX\":\"body\",\"responsiveForceFullHorizontalSelector\":\"\",\"responsiveSliderOrientation\":\"width_and_height\",\"responsiveSlideWidth\":\"1\",\"responsiveSlideWidthMax\":\"3000\",\"responsiveSlideWidthDesktopLandscape\":\"0\",\"responsiveSlideWidthMaxDesktopLandscape\":\"1600\",\"responsiveSlideWidthTablet\":\"0\",\"responsiveSlideWidthMaxTablet\":\"980\",\"responsiveSlideWidthTabletLandscape\":\"0\",\"responsiveSlideWidthMaxTabletLandscape\":\"1200\",\"responsiveSlideWidthMobile\":\"0\",\"responsiveSlideWidthMaxMobile\":\"480\",\"responsiveSlideWidthMobileLandscape\":\"0\",\"responsiveSlideWidthMaxMobileLandscape\":\"740\",\"responsiveSlideWidthConstrainHeight\":\"0\",\"autoplay\":\"0\",\"autoplayDuration\":\"8000\",\"autoplayStart\":\"1\",\"autoplayfinish\":\"0|*|loop|*|current\",\"autoplayAllowReStart\":\"0\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"playfirstlayer\":\"1\",\"playonce\":\"0\",\"layer-animation-play-in\":\"end\",\"layer-animation-play-mode\":\"skippable\",\"parallax-enabled\":\"1\",\"parallax-enabled-mobile\":\"0\",\"parallax-3d\":\"0\",\"parallax-animate\":\"1\",\"parallax-horizontal\":\"mouse\",\"parallax-vertical\":\"mouse\",\"parallax-mouse-origin\":\"slider\",\"parallax-scroll-move\":\"both\",\"perspective\":\"1000\",\"imageload\":\"0\",\"imageloadNeighborSlides\":\"0\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"layer-image-optimize\":\"0\",\"layer-image-tablet\":\"50\",\"layer-image-mobile\":\"30\",\"layer-image-base64\":\"0\",\"layer-image-base64-size\":\"5\",\"slides-background-video-mobile\":\"1\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"fadeOnLoad\":\"1\",\"fadeOnScroll\":\"0\",\"spinner\":\"simpleWhite\",\"custom-spinner\":\"\",\"custom-spinner-width\":\"100\",\"custom-spinner-height\":\"100\",\"custom-display\":\"1\",\"placeholder-background-image\":\"\",\"placeholder-color\":\"FFFFFF00\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"randomize\":\"0\",\"randomizeFirst\":\"0\",\"randomize-cache\":\"1\",\"variations\":\"5\",\"maximumslidecount\":\"1000\",\"global-lightbox\":\"0\",\"global-lightbox-label\":\"0\",\"maintain-session\":\"0\",\"blockrightclick\":\"0\",\"overflow-hidden-page\":\"0\",\"scroll-fix\":\"0\",\"clear-both\":\"0\",\"clear-both-after\":\"1\",\"bg-parallax-tablet\":\"1\",\"bg-parallax-mobile\":\"1\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"related-posts\":\"\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-display-desktop\":\"1\",\"widget-arrow-display-tablet\":\"1\",\"widget-arrow-display-mobile\":\"1\",\"widget-arrow-exclude-slides\":\"\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widgetbullet\":\"transition\",\"widget-bullet-display-desktop\":\"1\",\"widget-bullet-display-tablet\":\"1\",\"widget-bullet-display-mobile\":\"0\",\"widget-bullet-exclude-slides\":\"\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-horizontal\":\"left\",\"widget-bullet-position-horizontal-position\":\"0\",\"widget-bullet-position-horizontal-unit\":\"px\",\"widget-bullet-position-vertical\":\"top\",\"widget-bullet-position-vertical-position\":\"0\",\"widget-bullet-position-vertical-unit\":\"px\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-desktop\":\"1\",\"widget-autoplay-display-tablet\":\"1\",\"widget-autoplay-display-mobile\":\"1\",\"widget-autoplay-exclude-slides\":\"\",\"widget-autoplay-display-hover\":\"0\",\"widgetindicator\":\"disabled\",\"widget-indicator-display-desktop\":\"1\",\"widget-indicator-display-tablet\":\"1\",\"widget-indicator-display-mobile\":\"1\",\"widget-indicator-exclude-slides\":\"\",\"widget-indicator-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-desktop\":\"1\",\"widget-bar-display-tablet\":\"1\",\"widget-bar-display-mobile\":\"1\",\"widget-bar-exclude-slides\":\"\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-desktop\":\"1\",\"widget-thumbnail-display-tablet\":\"1\",\"widget-thumbnail-display-mobile\":\"1\",\"widget-thumbnail-exclude-slides\":\"\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-show-image\":\"1\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widget-shadow-display-desktop\":\"1\",\"widget-shadow-display-tablet\":\"1\",\"widget-shadow-display-mobile\":\"1\",\"widget-shadow-exclude-slides\":\"\",\"widgetfullscreen\":\"disabled\",\"widget-fullscreen-display-desktop\":\"1\",\"widget-fullscreen-display-tablet\":\"1\",\"widget-fullscreen-display-mobile\":\"1\",\"widget-fullscreen-exclude-slides\":\"\",\"widget-fullscreen-display-hover\":\"0\",\"widgethtml\":\"disabled\",\"widget-html-display-desktop\":\"1\",\"widget-html-display-tablet\":\"1\",\"widget-html-display-mobile\":\"1\",\"widget-html-exclude-slides\":\"\",\"widget-html-display-hover\":\"0\",\"widgets\":\"arrow\"}','2019-01-21 13:41:34','$upload$/slider3/fullwidhtgradient.png',0,'published'),(4,NULL,'QMLA Home Slider','simple','{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"align\":\"center\",\"backgroundMode\":\"fill\",\"animation\":\"horizontal\",\"animation-duration\":\"800\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"width\":\"600\",\"height\":\"400\",\"margin\":\"0|*|0|*|0|*|0\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"0\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"400\",\"responsiveSlideWidthMax\":\"980\",\"autoplay\":\"1\",\"autoplayDuration\":\"4000\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"optimize-jetpack-photon\":\"1\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"overflow-hidden-page\":\"0\",\"clear-both\":\"0\",\"clear-both-after\":\"1\",\"media-query-hide-slider\":\"0\",\"media-query-under-over\":\"max-width\",\"media-query-width\":\"640\",\"responsiveFocusUser\":\"1\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"classes\":\"\",\"related-posts\":\"\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-previous\":\"$ss$\\/plugins\\/widgetarrow\\/image\\/image\\/previous\\/thin-horizontal.svg\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"0\",\"widget-arrow-previous-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"widget-arrow-base64\":\"1\",\"widgetbullet\":\"disabled\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDtiYWNrZ3JvdW5kLXNpemU6Y292ZXI7In1dfQ==\",\"widget-bullet-thumbnail-side\":\"before\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-hover\":\"0\",\"widgetbar\":\"horizontalFull\",\"widget-bar-display-hover\":\"0\",\"widget-bar-position-mode\":\"simple\",\"widget-bar-position-area\":\"10\",\"widget-bar-position-stack\":\"1\",\"widget-bar-position-offset\":\"0\",\"widget-bar-position-horizontal\":\"left\",\"widget-bar-position-horizontal-position\":\"0\",\"widget-bar-position-horizontal-unit\":\"px\",\"widget-bar-position-vertical\":\"top\",\"widget-bar-position-vertical-position\":\"0\",\"widget-bar-position-vertical-unit\":\"px\",\"widget-bar-animate\":\"0\",\"widget-bar-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwYWIiLCJwYWRkaW5nIjoiMjB8KnwyMHwqfDIwfCp8MjB8KnxweCIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn1dfQ==\",\"widget-bar-show-title\":\"1\",\"widget-bar-font-title\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siY29sb3IiOiJmZmZmZmZmZiIsInNpemUiOiIxNHx8cHgiLCJ0c2hhZG93IjoiMHwqfDB8KnwwfCp8MDAwMDAwYzciLCJhZm9udCI6Ik1vbnRzZXJyYXQiLCJsaW5laGVpZ2h0IjoiMS4zIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCIsImV4dHJhIjoidmVydGljYWwtYWxpZ246IG1pZGRsZTsifSx7ImNvbG9yIjoiZmMyODI4ZmYiLCJhZm9udCI6Imdvb2dsZShAaW1wb3J0IHVybChodHRwOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1SYWxld2F5KTspLEFyaWFsIiwic2l6ZSI6IjI1fHxweCJ9LHt9XX0=\",\"widget-bar-show-description\":\"1\",\"widget-bar-font-description\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siY29sb3IiOiJmZmZmZmZmZiIsInNpemUiOiIxNHx8cHgiLCJ0c2hhZG93IjoiMHwqfDB8KnwwfCp8MDAwMDAwYzciLCJhZm9udCI6Ik1vbnRzZXJyYXQiLCJsaW5laGVpZ2h0IjoiMS4zIiwiYm9sZCI6MCwiaXRhbGljIjoxLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCIsImV4dHJhIjoidmVydGljYWwtYWxpZ246IG1pZGRsZTsifSx7ImNvbG9yIjoiZmMyODI4ZmYiLCJhZm9udCI6Imdvb2dsZShAaW1wb3J0IHVybChodHRwOi8vZm9udHMuZ29vZ2xlYXBpcy5jb20vY3NzP2ZhbWlseT1SYWxld2F5KTspLEFyaWFsIiwic2l6ZSI6IjI1fHxweCJ9LHt9XX0=\",\"widget-bar-slide-count\":\"0\",\"widget-bar-full-width\":\"1\",\"widget-bar-separator\":\" - \",\"widget-bar-align\":\"left\",\"widgetthumbnail\":\"default\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widget-thumbnail-minimum-thumbnail-count\":\"4\",\"widget-thumbnail-position-mode\":\"simple\",\"widget-thumbnail-position-area\":\"12\",\"widget-thumbnail-position-stack\":\"1\",\"widget-thumbnail-position-offset\":\"0\",\"widget-thumbnail-position-horizontal\":\"left\",\"widget-thumbnail-position-horizontal-position\":\"0\",\"widget-thumbnail-position-horizontal-unit\":\"px\",\"widget-thumbnail-position-vertical\":\"top\",\"widget-thumbnail-position-vertical-position\":\"0\",\"widget-thumbnail-position-vertical-unit\":\"px\",\"widget-thumbnail-align-content\":\"start\",\"widget-thumbnail-style-bar\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMjQyNDI0ZmYiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIwIiwiZXh0cmEiOiIifV19\",\"widget-thumbnail-style-slides\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwMDAiLCJwYWRkaW5nIjoiMHwqfDB8KnwwfCp8MHwqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8ZmZmZmZmMDAiLCJib3JkZXJyYWRpdXMiOiIwIiwiZXh0cmEiOiJvcGFjaXR5OiAwLjQ7XG5tYXJnaW46IDNweDtcbnRyYW5zaXRpb246IGFsbCAwLjRzO1xuYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsifSx7ImJvcmRlciI6IjB8Knxzb2xpZHwqfGZmZmZmZmNjIiwiZXh0cmEiOiJvcGFjaXR5OiAxOyJ9XX0=\",\"widget-thumbnail-arrow\":\"1\",\"widget-thumbnail-arrow-width\":\"26\",\"widget-thumbnail-arrow-offset\":\"0\",\"widget-thumbnail-arrow-prev-alt\":\"previous arrow\",\"widget-thumbnail-arrow-next-alt\":\"next arrow\",\"widget-thumbnail-arrow-image\":\"\",\"widget-thumbnail-title-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwYWIiLCJwYWRkaW5nIjoiM3wqfDEwfCp8M3wqfDEwfCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAiLCJleHRyYSI6ImJvdHRvbTogMDtcbmxlZnQ6IDA7In1dfQ==\",\"widget-thumbnail-title\":\"0\",\"widget-thumbnail-title-font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siY29sb3IiOiJmZmZmZmZmZiIsInNpemUiOiIxMnx8cHgiLCJ0c2hhZG93IjoiMHwqfDB8KnwwfCp8MDAwMDAwYWIiLCJhZm9udCI6Ik1vbnRzZXJyYXQiLCJsaW5laGVpZ2h0IjoiMS4yIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCJ9LHsiY29sb3IiOiJmYzI4MjhmZiIsImFmb250IjoiZ29vZ2xlKEBpbXBvcnQgdXJsKGh0dHA6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M\\/ZmFtaWx5PVJhbGV3YXkpOyksQXJpYWwiLCJzaXplIjoiMjV8fHB4In0se31dfQ==\",\"widget-thumbnail-description\":\"0\",\"widget-thumbnail-description-font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siY29sb3IiOiJmZmZmZmZmZiIsInNpemUiOiIxMnx8cHgiLCJ0c2hhZG93IjoiMHwqfDB8KnwwfCp8MDAwMDAwYWIiLCJhZm9udCI6Ik1vbnRzZXJyYXQiLCJsaW5laGVpZ2h0IjoiMS4zIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCJ9LHsiY29sb3IiOiJmYzI4MjhmZiIsImFmb250IjoiZ29vZ2xlKEBpbXBvcnQgdXJsKGh0dHA6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M\\/ZmFtaWx5PVJhbGV3YXkpOyksQXJpYWwiLCJzaXplIjoiMjV8fHB4In0se31dfQ==\",\"widget-thumbnail-caption-placement\":\"overlay\",\"widget-thumbnail-caption-size\":\"100\",\"widgetshadow\":\"disabled\",\"widgets\":\"thumbnail\"}','2019-09-10 00:35:03','$upload$/2019/10/tyler-seguin.png',4,'published'),(5,NULL,'Demo Slider - Full-width Post','simple','{\"widget-bullet-position-mode\":\"simple\",\"widget-bullet-position-area\":\"10\",\"widget-bullet-position-offset\":\"10\",\"widget-bullet-action\":\"click\",\"widget-bullet-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwOTEiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiI1fCp8NXwqfDV8Knw1fCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjUwIiwiZXh0cmEiOiJtYXJnaW46IDZweCA1cHg7In0seyJleHRyYSI6IiIsImJhY2tncm91bmRjb2xvciI6IjE2YjdjY2ZmIn1dfQ==\",\"widget-bullet-bar\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiZmZmZmZmZmYiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiI1fCp8MTB8Knw1fCp8MTB8KnxweCIsImJveHNoYWRvdyI6IjB8KnwwfCp8MTB8KnwwfCp8MDAwMDAwMjkiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6Ijk5IiwiZXh0cmEiOiIifV19\",\"widget-bullet-align\":\"center\",\"widget-bullet-orientation\":\"auto\",\"widget-bullet-bar-full-size\":\"0\",\"widget-bullet-overlay\":\"0\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDtiYWNrZ3JvdW5kLXNpemU6Y292ZXI7In1dfQ==\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-arrow-responsive-desktop\":\"0.8\",\"widget-arrow-responsive-tablet\":\"0.7\",\"widget-arrow-responsive-mobile\":\"0.5\",\"widget-arrow-previous-image\":\"\",\"widget-arrow-previous\":\"$ss$\\/plugins\\/widgetarrow\\/image\\/image\\/previous\\/thin-horizontal.svg\",\"widget-arrow-previous-color\":\"16b7ccff\",\"widget-arrow-previous-hover\":\"1\",\"widget-arrow-previous-hover-color\":\"ffffffff\",\"widget-arrow-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiZmZmZmZmZmYiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiIxMnwqfDEyfCp8MTJ8KnwxMnwqfHB4IiwiYm94c2hhZG93IjoiMHwqfDF8KnwxMHwqfDB8KnwwMDAwMDAyYiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiOTkiLCJleHRyYSI6IiJ9LHsiZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiIxNmI3Y2NmZiJ9XX0=\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-animation\":\"fade\",\"widget-arrow-mirror\":\"1\",\"widget-arrow-next-image\":\"\",\"widget-arrow-next\":\"$ss$\\/plugins\\/widgetarrow\\/image\\/image\\/next\\/full.svg\",\"widget-arrow-next-color\":\"ffffffcc\",\"widget-arrow-next-hover\":\"0\",\"widget-arrow-next-hover-color\":\"ffffffcc\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"widget-arrow-base64\":1,\"controlsScroll\":\"0\",\"controlsDrag\":\"1\",\"controlsTouch\":\"horizontal\",\"controlsKeyboard\":\"1\",\"controlsTilt\":\"0\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"shape-divider\":\"\",\"particle\":\"\",\"animation\":\"horizontal\",\"animation-duration\":\"800\",\"animation-delay\":\"0\",\"animation-easing\":\"easeOutQuad\",\"animation-parallax\":\"1\",\"background-animation\":\"\",\"background-animation-speed\":\"normal\",\"animation-shifted-background-animation\":\"auto\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"carousel\":\"1\",\"background\":\"\",\"background-fixed\":\"0\",\"background-size\":\"cover\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"dynamic-height\":\"0\",\"loop-single-slide\":\"0\",\"padding\":\"0|*|0|*|0|*|0\",\"border-width\":\"0\",\"border-color\":\"3E3E3Eff\",\"border-radius\":\"0\",\"slider-preset\":\"\",\"slider-css\":\"\",\"slide-css\":\"\",\"width\":\"1200\",\"height\":\"600\",\"desktop-portrait-minimum-font-size\":\"1\",\"desktop-landscape\":\"0\",\"desktop-landscape-width\":\"1440\",\"desktop-landscape-height\":\"0\",\"desktop-landscape-minimum-font-size\":\"1\",\"fontsize\":\"16\",\"desktop\":\"1\",\"tablet\":\"1\",\"mobile\":\"1\",\"margin\":\"0|*|0|*|0|*|0\",\"tablet-portrait\":\"0\",\"tablet-portrait-width\":\"800\",\"tablet-portrait-height\":\"0\",\"tablet-portrait-minimum-font-size\":\"1\",\"tablet-landscape\":\"0\",\"tablet-landscape-width\":\"1024\",\"tablet-landscape-height\":\"0\",\"tablet-landscape-minimum-font-size\":\"1\",\"mobile-portrait\":\"0\",\"mobile-portrait-width\":\"440\",\"mobile-portrait-height\":\"0\",\"mobile-portrait-minimum-font-size\":\"1\",\"mobile-landscape\":\"0\",\"mobile-landscape-width\":\"740\",\"mobile-landscape-height\":\"0\",\"mobile-landscape-minimum-font-size\":\"1\",\"responsive-mode\":\"fullwidth\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"600\",\"responsiveForceFull\":\"1\",\"responsiveForceFullOverflowX\":\"body\",\"responsiveForceFullHorizontalSelector\":\"\",\"responsiveSliderOrientation\":\"width_and_height\",\"responsiveSlideWidth\":\"1\",\"responsiveSlideWidthMax\":\"3000\",\"responsiveSlideWidthDesktopLandscape\":\"0\",\"responsiveSlideWidthMaxDesktopLandscape\":\"1600\",\"responsiveSlideWidthTablet\":\"0\",\"responsiveSlideWidthMaxTablet\":\"980\",\"responsiveSlideWidthTabletLandscape\":\"0\",\"responsiveSlideWidthMaxTabletLandscape\":\"1200\",\"responsiveSlideWidthMobile\":\"0\",\"responsiveSlideWidthMaxMobile\":\"480\",\"responsiveSlideWidthMobileLandscape\":\"0\",\"responsiveSlideWidthMaxMobileLandscape\":\"740\",\"responsiveSlideWidthConstrainHeight\":\"0\",\"autoplay\":\"0\",\"autoplayDuration\":\"8000\",\"autoplayStart\":\"1\",\"autoplayfinish\":\"0|*|loop|*|current\",\"autoplayAllowReStart\":\"0\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"playfirstlayer\":\"1\",\"playonce\":\"0\",\"layer-animation-play-in\":\"end\",\"layer-animation-play-mode\":\"skippable\",\"parallax-enabled\":\"1\",\"parallax-enabled-mobile\":\"0\",\"parallax-3d\":\"0\",\"parallax-animate\":\"1\",\"parallax-horizontal\":\"mouse\",\"parallax-vertical\":\"mouse\",\"parallax-mouse-origin\":\"slider\",\"parallax-scroll-move\":\"both\",\"perspective\":\"1000\",\"imageload\":\"0\",\"imageloadNeighborSlides\":\"0\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"layer-image-optimize\":\"0\",\"layer-image-tablet\":\"50\",\"layer-image-mobile\":\"30\",\"layer-image-base64\":\"0\",\"layer-image-base64-size\":\"5\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"fadeOnLoad\":\"1\",\"fadeOnScroll\":\"0\",\"spinner\":\"-1\",\"custom-spinner\":\"\",\"custom-spinner-width\":\"100\",\"custom-spinner-height\":\"100\",\"custom-display\":\"1\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"randomize\":\"0\",\"randomizeFirst\":\"0\",\"randomize-cache\":\"1\",\"variations\":\"5\",\"maximumslidecount\":\"1000\",\"global-lightbox\":\"0\",\"global-lightbox-label\":\"0\",\"maintain-session\":\"0\",\"blockrightclick\":\"0\",\"overflow-hidden-page\":\"0\",\"scroll-fix\":\"0\",\"clear-both\":\"0\",\"bg-parallax-tablet\":\"1\",\"bg-parallax-mobile\":\"1\",\"callbacks\":\"\",\"widgetarrow\":\"imageSmallRectangle\",\"widget-arrow-display-desktop\":\"1\",\"widget-arrow-display-tablet\":\"1\",\"widget-arrow-display-mobile\":\"0\",\"widget-arrow-exclude-slides\":\"\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widgetbullet\":\"transition\",\"widget-bullet-display-desktop\":\"1\",\"widget-bullet-display-tablet\":\"1\",\"widget-bullet-display-mobile\":\"1\",\"widget-bullet-exclude-slides\":\"\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-horizontal\":\"left\",\"widget-bullet-position-horizontal-position\":\"0\",\"widget-bullet-position-horizontal-unit\":\"px\",\"widget-bullet-position-vertical\":\"top\",\"widget-bullet-position-vertical-position\":\"0\",\"widget-bullet-position-vertical-unit\":\"px\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-desktop\":\"1\",\"widget-autoplay-display-tablet\":\"1\",\"widget-autoplay-display-mobile\":\"1\",\"widget-autoplay-exclude-slides\":\"\",\"widget-autoplay-display-hover\":\"0\",\"widgetindicator\":\"disabled\",\"widget-indicator-display-desktop\":\"1\",\"widget-indicator-display-tablet\":\"1\",\"widget-indicator-display-mobile\":\"1\",\"widget-indicator-exclude-slides\":\"\",\"widget-indicator-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-desktop\":\"1\",\"widget-bar-display-tablet\":\"1\",\"widget-bar-display-mobile\":\"1\",\"widget-bar-exclude-slides\":\"\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-desktop\":\"1\",\"widget-thumbnail-display-tablet\":\"1\",\"widget-thumbnail-display-mobile\":\"1\",\"widget-thumbnail-exclude-slides\":\"\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-show-image\":\"1\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widget-shadow-display-desktop\":\"1\",\"widget-shadow-display-tablet\":\"1\",\"widget-shadow-display-mobile\":\"1\",\"widget-shadow-exclude-slides\":\"\",\"widgetfullscreen\":\"disabled\",\"widget-fullscreen-display-desktop\":\"1\",\"widget-fullscreen-display-tablet\":\"1\",\"widget-fullscreen-display-mobile\":\"1\",\"widget-fullscreen-exclude-slides\":\"\",\"widget-fullscreen-display-hover\":\"0\",\"widgethtml\":\"disabled\",\"widget-html-display-desktop\":\"1\",\"widget-html-display-tablet\":\"1\",\"widget-html-display-mobile\":\"1\",\"widget-html-exclude-slides\":\"\",\"widget-html-display-hover\":\"0\",\"widgets\":\"bullet\"}','2019-09-10 00:43:19','$upload$/slider5/postsliderthumbnail-1.png',1,'published'); /*!40000 ALTER TABLE `wpie_nextend2_smartslider3_sliders` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_nextend2_smartslider3_sliders` with 5 row(s) -- -- -- Table structure for table `wpie_wpforms_tasks_meta` -- DROP TABLE IF EXISTS `wpie_wpforms_tasks_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_wpforms_tasks_meta` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `action` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `data` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `date` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=125 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_wpforms_tasks_meta` -- LOCK TABLES `wpie_wpforms_tasks_meta` WRITE; /*!40000 ALTER TABLE `wpie_wpforms_tasks_meta` DISABLE KEYS */; INSERT INTO `wpie_wpforms_tasks_meta` VALUES (1,'wpforms_process_entry_emails_meta_cleanup','Wzg2NDAwXQ==','2020-05-31 22:16:02'),(2,'wpforms_admin_notifications_update','W10=','2020-05-31 22:16:03'),(3,'wpforms_admin_notifications_update','W10=','2020-08-10 13:58:17'),(4,'wpforms_admin_notifications_update','W10=','2020-08-11 19:35:35'),(5,'wpforms_admin_notifications_update','W10=','2020-08-13 12:06:21'),(6,'wpforms_admin_notifications_update','W10=','2020-08-14 12:45:11'),(7,'wpforms_admin_notifications_update','W10=','2020-08-15 17:42:58'),(8,'wpforms_admin_notifications_update','W10=','2020-08-17 17:57:16'),(9,'wpforms_admin_notifications_update','W10=','2020-08-20 00:18:08'),(10,'wpforms_admin_notifications_update','W10=','2020-08-21 13:51:14'),(11,'wpforms_admin_notifications_update','W10=','2020-08-22 14:19:49'),(12,'wpforms_admin_notifications_update','W10=','2020-08-24 14:25:34'),(13,'wpforms_admin_notifications_update','W10=','2020-08-25 19:36:19'),(14,'wpforms_admin_notifications_update','W10=','2020-09-05 22:19:30'),(15,'wpforms_admin_notifications_update','W10=','2020-09-08 18:59:15'),(16,'wpforms_admin_notifications_update','W10=','2020-09-11 02:00:26'),(17,'wpforms_admin_notifications_update','W10=','2020-09-18 12:17:26'),(18,'wpforms_admin_notifications_update','W10=','2020-09-21 12:34:56'),(19,'wpforms_admin_notifications_update','W10=','2020-09-22 20:05:27'),(20,'wpforms_admin_notifications_update','W10=','2020-09-24 16:04:56'),(21,'wpforms_admin_notifications_update','W10=','2020-10-05 15:08:52'),(22,'wpforms_admin_notifications_update','W10=','2020-11-05 02:09:43'),(23,'wpforms_admin_notifications_update','W10=','2020-11-15 15:14:11'),(24,'wpforms_admin_notifications_update','W10=','2021-01-23 12:55:42'),(25,'wpforms_admin_notifications_update','W10=','2021-01-24 17:38:13'),(26,'wpforms_admin_notifications_update','W10=','2021-03-07 16:04:36'),(27,'wpforms_admin_notifications_update','W10=','2021-03-10 20:47:36'),(28,'wpforms_admin_notifications_update','W10=','2021-03-12 11:53:49'),(29,'wpforms_admin_notifications_update','W10=','2021-03-19 17:33:34'),(30,'wpforms_admin_notifications_update','W10=','2021-03-22 02:10:27'),(31,'wpforms_admin_notifications_update','W10=','2021-03-23 13:05:36'),(32,'wpforms_builder_help_cache_update','W10=','2021-03-23 14:19:44'),(33,'wpforms_admin_notifications_update','W10=','2021-03-24 23:10:21'),(34,'wpforms_admin_notifications_update','W10=','2021-03-26 12:36:48'),(35,'wpforms_admin_notifications_update','W10=','2021-03-28 13:28:00'),(36,'wpforms_admin_notifications_update','W10=','2021-03-28 13:28:21'),(37,'wpforms_admin_notifications_update','W10=','2021-03-29 13:41:55'),(38,'wpforms_admin_notifications_update','W10=','2021-03-31 15:30:49'),(39,'wpforms_admin_notifications_update','W10=','2021-03-31 15:31:22'),(40,'wpforms_admin_notifications_update','W10=','2021-04-01 23:15:10'),(41,'wpforms_admin_notifications_update','W10=','2021-06-03 15:46:45'),(42,'wpforms_admin_notifications_update','W10=','2021-06-06 13:43:42'),(43,'wpforms_admin_notifications_update','W10=','2021-06-07 15:37:11'),(44,'wpforms_admin_notifications_update','W10=','2021-06-14 00:59:02'),(45,'wpforms_admin_notifications_update','W10=','2021-06-15 11:59:28'),(46,'wpforms_admin_addons_cache_update','W10=','2021-06-15 12:22:52'),(47,'wpforms_admin_notifications_update','W10=','2021-06-18 14:29:25'),(48,'wpforms_admin_notifications_update','W10=','2021-06-21 13:23:02'),(49,'wpforms_admin_notifications_update','W10=','2021-06-23 13:35:37'),(50,'wpforms_admin_notifications_update','W10=','2021-07-24 15:41:15'),(51,'wpforms_admin_notifications_update','W10=','2021-07-30 00:51:51'),(52,'wpforms_admin_notifications_update','W10=','2021-08-01 23:56:39'),(53,'wpforms_admin_notifications_update','W10=','2021-08-03 17:46:25'),(54,'wpforms_admin_notifications_update','W10=','2021-08-09 12:51:48'),(55,'wpforms_admin_notifications_update','W10=','2021-08-31 14:13:50'),(56,'wpforms_admin_notifications_update','W10=','2021-09-27 12:14:16'),(57,'wpforms_admin_notifications_update','W10=','2022-01-03 23:49:00'),(58,'wpforms_admin_notifications_update','W10=','2022-01-06 11:14:18'),(59,'wpforms_admin_notifications_update','W10=','2022-01-10 16:43:33'),(60,'wpforms_admin_notifications_update','W10=','2022-01-27 00:32:23'),(61,'wpforms_admin_notifications_update','W10=','2022-01-29 20:55:12'),(62,'wpforms_admin_notifications_update','W10=','2022-02-06 03:31:47'),(63,'wpforms_admin_notifications_update','W10=','2022-02-08 18:41:13'),(64,'wpforms_admin_notifications_update','W10=','2022-02-12 00:30:44'),(65,'wpforms_admin_notifications_update','W10=','2022-02-13 20:29:51'),(66,'wpforms_admin_notifications_update','W10=','2022-02-14 23:19:01'),(67,'wpforms_admin_notifications_update','W10=','2022-02-20 22:17:22'),(68,'wpforms_admin_notifications_update','W10=','2022-02-25 22:58:52'),(69,'wpforms_admin_notifications_update','W10=','2022-02-27 00:16:56'),(70,'wpforms_admin_notifications_update','W10=','2022-02-28 03:15:14'),(71,'wpforms_admin_notifications_update','W10=','2022-03-01 14:18:35'),(72,'wpforms_admin_notifications_update','W10=','2022-03-04 14:17:12'),(73,'wpforms_admin_notifications_update','W10=','2022-03-09 22:26:07'),(74,'wpforms_admin_notifications_update','W10=','2022-03-10 23:21:53'),(75,'wpforms_admin_notifications_update','W10=','2022-03-12 16:40:57'),(76,'wpforms_admin_notifications_update','W10=','2022-03-16 22:35:37'),(77,'wpforms_admin_notifications_update','W10=','2022-03-19 16:58:01'),(78,'wpforms_admin_notifications_update','W10=','2022-03-20 20:27:46'),(79,'wpforms_admin_notifications_update','W10=','2022-03-22 13:16:34'),(80,'wpforms_admin_notifications_update','W10=','2022-03-24 00:28:10'),(81,'wpforms_admin_notifications_update','W10=','2022-03-25 19:21:17'),(82,'wpforms_admin_notifications_update','W10=','2022-03-27 12:31:14'),(83,'wpforms_admin_notifications_update','W10=','2022-03-30 12:54:01'),(84,'wpforms_admin_notifications_update','W10=','2022-03-31 15:17:19'),(85,'wpforms_admin_notifications_update','W10=','2022-04-05 13:51:11'),(86,'wpforms_admin_notifications_update','W10=','2022-04-06 19:16:17'),(87,'wpforms_admin_notifications_update','W10=','2022-04-13 14:02:13'),(88,'wpforms_admin_notifications_update','W10=','2022-04-20 16:44:41'),(89,'wpforms_admin_notifications_update','W10=','2022-04-22 02:05:40'),(90,'wpforms_admin_notifications_update','W10=','2022-04-25 01:53:31'),(91,'wpforms_admin_notifications_update','W10=','2022-04-27 13:39:14'),(92,'wpforms_admin_notifications_update','W10=','2022-04-28 21:24:35'),(93,'wpforms_admin_notifications_update','W10=','2022-05-02 12:45:19'),(94,'wpforms_admin_notifications_update','W10=','2022-05-03 13:38:49'),(95,'wpforms_admin_notifications_update','W10=','2022-05-09 14:33:22'),(96,'wpforms_admin_notifications_update','W10=','2022-05-11 14:06:16'),(97,'wpforms_admin_notifications_update','W10=','2022-05-12 14:13:30'),(98,'wpforms_admin_notifications_update','W10=','2022-05-20 00:49:41'),(99,'wpforms_admin_notifications_update','W10=','2022-05-23 22:28:27'),(100,'wpforms_admin_notifications_update','W10=','2022-05-27 00:11:10'),(101,'wpforms_admin_notifications_update','W10=','2022-06-01 18:49:05'),(102,'wpforms_admin_notifications_update','W10=','2022-06-03 14:35:59'),(103,'wpforms_admin_notifications_update','W10=','2022-06-07 00:36:09'),(104,'wpforms_admin_notifications_update','W10=','2022-06-08 03:29:58'),(105,'wpforms_admin_notifications_update','W10=','2022-06-16 12:32:46'),(106,'wpforms_admin_notifications_update','W10=','2022-06-17 13:45:12'),(107,'wpforms_admin_notifications_update','W10=','2022-07-04 23:47:49'),(108,'wpforms_admin_notifications_update','W10=','2022-07-20 16:46:40'),(109,'wpforms_admin_notifications_update','W10=','2022-07-20 16:47:23'),(110,'wpforms_admin_notifications_update','W10=','2022-07-21 17:36:32'),(111,'wpforms_admin_notifications_update','W10=','2022-07-27 17:23:46'),(112,'wpforms_admin_notifications_update','W10=','2022-07-31 19:12:10'),(113,'wpforms_admin_notifications_update','W10=','2022-08-12 18:56:30'),(114,'wpforms_admin_notifications_update','W10=','2022-08-13 19:53:55'),(115,'wpforms_admin_notifications_update','W10=','2022-08-14 20:52:17'),(116,'wpforms_admin_notifications_update','W10=','2022-08-16 18:31:26'),(117,'wpforms_admin_notifications_update','W10=','2022-08-18 23:56:27'),(118,'wpforms_admin_notifications_update','W10=','2022-08-18 23:56:27'),(119,'wpforms_admin_notifications_update','W10=','2022-08-26 17:19:46'),(120,'wpforms_admin_notifications_update','W10=','2022-08-26 17:19:46'),(121,'wpforms_admin_notifications_update','W10=','2022-08-31 23:22:02'),(122,'wpforms_admin_notifications_update','W10=','2022-09-02 18:50:23'),(123,'wpforms_admin_notifications_update','W10=','2022-10-22 15:40:50'),(124,'wpforms_admin_notifications_update','W10=','2022-11-02 23:31:42'); /*!40000 ALTER TABLE `wpie_wpforms_tasks_meta` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_wpforms_tasks_meta` with 124 row(s) -- -- -- Table structure for table `wpie_wpforms_lite` -- DROP TABLE IF EXISTS `wpie_wpforms_lite`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_wpforms_lite` ( `rid` int(10) NOT NULL AUTO_INCREMENT, `start` bigint(20) NOT NULL, `end` bigint(20) NOT NULL, `status` tinyint(2) NOT NULL DEFAULT 1, `date` int(10) NOT NULL, PRIMARY KEY (`rid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_wpforms_lite` -- LOCK TABLES `wpie_wpforms_lite` WRITE; /*!40000 ALTER TABLE `wpie_wpforms_lite` DISABLE KEYS */; /*!40000 ALTER TABLE `wpie_wpforms_lite` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_wpforms_lite` with 0 row(s) -- -- -- Table structure for table `wpie_wd_fb_data` -- DROP TABLE IF EXISTS `wpie_wd_fb_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_wd_fb_data` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `fb_id` int(11) NOT NULL, `from` varchar(32) NOT NULL, `object_id` varchar(64) NOT NULL, `name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `type` varchar(32) NOT NULL, `message` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `story` mediumtext NOT NULL, `place` mediumtext NOT NULL, `message_tags` mediumtext NOT NULL, `with_tags` mediumtext NOT NULL, `story_tags` mediumtext NOT NULL, `status_type` mediumtext NOT NULL, `link` mediumtext NOT NULL, `source` mediumtext NOT NULL, `thumb_url` varchar(512) NOT NULL, `main_url` varchar(512) NOT NULL, `width` varchar(32) NOT NULL, `height` varchar(32) NOT NULL, `created_time` varchar(64) NOT NULL, `updated_time` varchar(64) NOT NULL, `created_time_number` bigint(255) NOT NULL, `reactions` text NOT NULL, `comments` text NOT NULL, `shares` text NOT NULL, `attachments` text NOT NULL, `who_post` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_wd_fb_data` -- LOCK TABLES `wpie_wd_fb_data` WRITE; /*!40000 ALTER TABLE `wpie_wd_fb_data` DISABLE KEYS */; INSERT INTO `wpie_wd_fb_data` VALUES (16,1,'1513629725447754','1513629725447754_1816216518522405','Nationwide Lacrosse','Back at it! Running our School Workshop program at elementary schools across Ontario? ?\n\nAnother day at the office in Bancroft, ON ?','photo','Are you an educator or parent in the Bay of Quinte region interested in lacrosse? Nationwide Lacrosse will bring the game to your school and show the students how much fun it is to play lacrosse!','Quinte Bayhawks Lacrosse shared a post.','','[{\"id\":\"154639308014816\",\"name\":\"Nationwide Lacrosse\",\"type\":\"page\",\"offset\":83,\"length\":19}]','','[{\"id\":\"1513629725447754\",\"name\":\"Quinte Bayhawks Lacrosse\",\"type\":\"page\",\"offset\":0,\"length\":24},{\"id\":\"154639308014816_1928992240579505\",\"name\":\"\",\"type\":\"story\",\"offset\":34,\"length\":4}]','mobile_status_update','https://www.facebook.com/NationwideLax/photos/a.864281210383952/1928991873912875/?type=3','','','','','','2019-10-03T10:21:21+0000','2019-10-03T10:21:21+0000',1570098081,'','{\"data\":[],\"summary\":{\"order\":\"ranked\",\"total_count\":0,\"can_comment\":true}}','{\"count\":2}','{\"data\":[{\"subattachments\":{\"data\":[{\"media\":{\"image\":{\"height\":720,\"src\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-9\\/p720x720\\/71514129_1928991877246208_2876267588709515264_n.jpg?_nc_cat=104&_nc_oc=AQli5UktDpOsgTRPGbJP8H_1UWyn3wHvlTBeXqRtnNfDyOCTYKvn3rn2alp96Ksqyys&_nc_ht=scontent.xx&oh=a54cfedc06ad31ca0394fa12bc8657b6&oe=5DF72EBF\",\"width\":720}},\"target\":{\"id\":\"1928991873912875\",\"url\":\"https:\\/\\/www.facebook.com\\/NationwideLax\\/photos\\/a.864281210383952\\/1928991873912875\\/?type=3\"},\"type\":\"photo\",\"url\":\"https:\\/\\/www.facebook.com\\/NationwideLax\\/photos\\/a.864281210383952\\/1928991873912875\\/?type=3\"},{\"media\":{\"image\":{\"height\":718,\"src\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-9\\/s720x720\\/71287993_1928991883912874_1107207324407169024_n.jpg?_nc_cat=104&_nc_oc=AQld9ROgPzbNaVu6a79nTHBJqZAY6sljmCzH4NdBpw4MyvmKCKRKJiNr51V8CCJacnw&_nc_ht=scontent.xx&oh=6cdeaadda79f3ace30f9a69daa02dcf7&oe=5E3752CE\",\"width\":720}},\"target\":{\"id\":\"1928991880579541\",\"url\":\"https:\\/\\/www.facebook.com\\/NationwideLax\\/photos\\/a.864281210383952\\/1928991880579541\\/?type=3\"},\"type\":\"photo\",\"url\":\"https:\\/\\/www.facebook.com\\/NationwideLax\\/photos\\/a.864281210383952\\/1928991880579541\\/?type=3\"},{\"media\":{\"image\":{\"height\":720,\"src\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-9\\/p720x720\\/72460169_1928991927246203_6390241166931001344_n.jpg?_nc_cat=110&_nc_oc=AQmtkgfvoqPUr1S1D6OzomsB1Ahh4mcJ32ajksG2-4I3hoMkLqPJT9Jh5Mic9M5Kbro&_nc_ht=scontent.xx&oh=80f917eae36d6cd1a5f3eaa271bc58a9&oe=5E354CE1\",\"width\":720}},\"target\":{\"id\":\"1928991923912870\",\"url\":\"https:\\/\\/www.facebook.com\\/NationwideLax\\/photos\\/a.864281210383952\\/1928991923912870\\/?type=3\"},\"type\":\"photo\",\"url\":\"https:\\/\\/www.facebook.com\\/NationwideLax\\/photos\\/a.864281210383952\\/1928991923912870\\/?type=3\"},{\"media\":{\"image\":{\"height\":539,\"src\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-9\\/s720x720\\/71649919_1928992187246177_6190588396700696576_n.jpg?_nc_cat=103&_nc_oc=AQngMkLjJz7AnrwrNPZm1-4fYKuBj21tPwu676dVxX5w5wi8wW6gfC1Rjoxz9vfPgUk&_nc_ht=scontent.xx&oh=0355c322f6aeed0d9d83ee271b07b848&oe=5DF63753\",\"width\":720}},\"target\":{\"id\":\"1928992183912844\",\"url\":\"https:\\/\\/www.facebook.com\\/NationwideLax\\/photos\\/a.864281210383952\\/1928992183912844\\/?type=3\"},\"type\":\"photo\",\"url\":\"https:\\/\\/www.facebook.com\\/NationwideLax\\/photos\\/a.864281210383952\\/1928992183912844\\/?type=3\"}]},\"target\":{\"id\":\"1928992240579505\",\"url\":\"https:\\/\\/www.facebook.com\\/154639308014816\\/posts\\/1928992240579505\\/\"},\"title\":\"Photos from Nationwide Lacrosse\'s post\",\"type\":\"album\",\"url\":\"https:\\/\\/www.facebook.com\\/154639308014816\\/posts\\/1928992240579505\\/\"}]}','{\"picture\":{\"data\":{\"height\":50,\"is_silhouette\":false,\"url\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-1\\/p50x50\\/46739316_1539478569529536_1255050269218045952_n.png?_nc_cat=102&_nc_oc=AQm4V8gOjrlboHPKRfoDfNgK9xib39PrgjGxlrbb4TPd0-5jsuThFtwXnqQSr50nrsc&_nc_ht=scontent.xx&oh=03e2ec8273a122cd78f9d1e2d7294c67&oe=5DF4AC21\",\"width\":50}},\"name\":\"Quinte Bayhawks Lacrosse\",\"link\":\"https:\\/\\/www.facebook.com\\/quintelacrosse\\/\",\"id\":\"1513629725447754\"}'),(15,1,'1513629725447754','1513629725447754_1767323736745017','Cobourg Kodiaks','Thank you to all the fans and sponsors who supported us this season! Attendance was up this season and it was great to hear and see the crowds cheering for your Kodiaks! We will be focusing on getting better in the off season to come back next year with the goal of hosting the Mann Cup! Here\'s a collection of photos from the 2019 season in #KodiaksCountry','photo','We are looking forward to next season already. Being able to watch the highest level of lacrosse closer to home is a great way for the younger players to see the speed and skill of the game.','Quinte Bayhawks Lacrosse shared a post.','','','','[{\"id\":\"1513629725447754\",\"name\":\"Quinte Bayhawks Lacrosse\",\"type\":\"page\",\"offset\":0,\"length\":24},{\"id\":\"1005619946195888_2404945169596685\",\"name\":\"\",\"type\":\"story\",\"offset\":34,\"length\":4}]','mobile_status_update','https://www.facebook.com/1005619946195888/photos/a.1050397815051434/2404941876263681/?type=3','','','','','','2019-08-14T13:56:44+0000','2019-08-14T13:56:44+0000',1565791004,'','{\"data\":[],\"summary\":{\"order\":\"ranked\",\"total_count\":0,\"can_comment\":true}}','','{\"data\":[{\"subattachments\":{\"data\":[{\"media\":{\"image\":{\"height\":720,\"src\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-9\\/s720x720\\/69157184_2404941879597014_66987436684607488_n.jpg?_nc_cat=108&_nc_oc=AQmKW9417aSgrDYD_rss02DHPw2XpF1m_bk2OhtgJW_qaJAVRabnHNikPDT5X27lzNI&_nc_ht=scontent.xx&oh=f2564b888bdde0e4573c7d8a431f6166&oe=5E3442FF\",\"width\":674}},\"target\":{\"id\":\"2404941876263681\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404941876263681\\/?type=3\"},\"type\":\"photo\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404941876263681\\/?type=3\"},{\"media\":{\"image\":{\"height\":720,\"src\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-9\\/p720x720\\/68900560_2404941972930338_5050612636488564736_n.jpg?_nc_cat=100&_nc_oc=AQlNwcr-7MIvDlROGm3KfX1MniSOxIGuwLxVKAjFE69Vkd7n0G9jdlxtniV0I49m_LI&_nc_ht=scontent.xx&oh=4971639a5258a0363038ae49b6fd17f6&oe=5E273B72\",\"width\":720}},\"target\":{\"id\":\"2404941969597005\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404941969597005\\/?type=3\"},\"type\":\"photo\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404941969597005\\/?type=3\"},{\"media\":{\"image\":{\"height\":720,\"src\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-9\\/p720x720\\/67801460_2404942029596999_8932027757873856512_n.jpg?_nc_cat=102&_nc_oc=AQnwNUK-1u4W5Ah1rWm5xa0JJR2jxsiqcPJl_TmG-wpLdVBY4_SK-4Pu4gNnZ4ZSnEU&_nc_ht=scontent.xx&oh=b99c3f9aa25e08ddfc611a2749a90702&oe=5E2962A4\",\"width\":720}},\"target\":{\"id\":\"2404942026263666\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404942026263666\\/?type=3\"},\"type\":\"photo\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404942026263666\\/?type=3\"},{\"media\":{\"image\":{\"height\":480,\"src\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-0\\/p480x480\\/68658421_2404942096263659_2909998668419432448_n.jpg?_nc_cat=104&_nc_oc=AQk6KLqnPPBP4PAQp6ot3IFpVfu2_Fkiji8KojU6ZWaQJzOPy0ZYbaFLkk45BOC6aqg&_nc_ht=scontent.xx&oh=264020c86ed683c7ae31e51d27ab8836&oe=5E34CE57\",\"width\":720}},\"target\":{\"id\":\"2404942092930326\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404942092930326\\/?type=3\"},\"type\":\"photo\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404942092930326\\/?type=3\"},{\"media\":{\"image\":{\"height\":720,\"src\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-9\\/p720x720\\/68389429_2404942189596983_6076933249832058880_n.jpg?_nc_cat=102&_nc_oc=AQmKwDRMOUtPnhIAM3HbDK7GYFNWJVJCaPS8VoZzi2BnPUMUA2b93_5JAOlpE94zInA&_nc_ht=scontent.xx&oh=ac395e8a9cba11031430041afa42b15f&oe=5E2C5AC0\",\"width\":720}},\"target\":{\"id\":\"2404942186263650\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404942186263650\\/?type=3\"},\"type\":\"photo\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404942186263650\\/?type=3\"},{\"media\":{\"image\":{\"height\":720,\"src\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-9\\/p720x720\\/68576970_2404942262930309_6200009188421140480_n.jpg?_nc_cat=108&_nc_oc=AQnQg25jVMqxYZGTlausTmTL6T-lg6sx1yUkZrmGqE7yKT5dquGIQsuISH5CFOytbWk&_nc_ht=scontent.xx&oh=c4b85b76bf85cf65a7ce8733735010a4&oe=5E39757D\",\"width\":720}},\"target\":{\"id\":\"2404942259596976\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404942259596976\\/?type=3\"},\"type\":\"photo\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404942259596976\\/?type=3\"},{\"media\":{\"image\":{\"height\":720,\"src\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-9\\/p720x720\\/69085979_2404942319596970_2872687600324313088_n.jpg?_nc_cat=109&_nc_oc=AQlkBrV9rpDqIRcynVKdeYtBXm0dkRdMezTMFLHw3oW2nFu0jlFrnEPylqk6mGWB8IM&_nc_ht=scontent.xx&oh=4d3e8387f3911ea4b6c99b74137afb30&oe=5E242226\",\"width\":720}},\"target\":{\"id\":\"2404942316263637\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404942316263637\\/?type=3\"},\"type\":\"photo\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404942316263637\\/?type=3\"},{\"media\":{\"image\":{\"height\":720,\"src\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-9\\/p720x720\\/67885388_2404942386263630_5621142038956212224_n.jpg?_nc_cat=102&_nc_oc=AQkaB5jupeIB1zN0BD7lEyZ2TT5U6tmLemxpJF4D4F0QNk2uGLVPdEAkxw5912UxmTc&_nc_ht=scontent.xx&oh=cf751008cfb02ea72194a29ebb8507db&oe=5E319353\",\"width\":720}},\"target\":{\"id\":\"2404942382930297\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404942382930297\\/?type=3\"},\"type\":\"photo\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404942382930297\\/?type=3\"},{\"media\":{\"image\":{\"height\":720,\"src\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-9\\/p720x720\\/68946792_2404942469596955_7150375091841269760_n.jpg?_nc_cat=102&_nc_oc=AQkTFszdSTFtsSUr9X7ExbtejBf_Fik6wf6WHI0TVtw-ZVWr2jVWYz_eID6RF0yP0GY&_nc_ht=scontent.xx&oh=e727e24950cf3ec5f413d601dd4cab3a&oe=5DF18633\",\"width\":720}},\"target\":{\"id\":\"2404942462930289\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404942462930289\\/?type=3\"},\"type\":\"photo\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404942462930289\\/?type=3\"},{\"media\":{\"image\":{\"height\":720,\"src\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-9\\/p720x720\\/68358350_2404942536263615_3697970681556762624_n.jpg?_nc_cat=102&_nc_oc=AQn9KQTp3LhgrpoIPU_4L688R__JSaDiW7JQLedzWgMdh5vRBv0e_ctB4jkyu0NJBSY&_nc_ht=scontent.xx&oh=b76714c96c8dade4cc5154349769e401&oe=5E388390\",\"width\":720}},\"target\":{\"id\":\"2404942532930282\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404942532930282\\/?type=3\"},\"type\":\"photo\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404942532930282\\/?type=3\"},{\"media\":{\"image\":{\"height\":720,\"src\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-9\\/p720x720\\/68477836_2404942576263611_7202942828664586240_n.jpg?_nc_cat=109&_nc_oc=AQkg5gGbm3YKHQNKu1B9OTosBh5wPmoKPTRvYOCuHeHz6f9N1ryv-CPlhu4F3jaAgng&_nc_ht=scontent.xx&oh=898f2cba9e61ed653a7c9675aee17594&oe=5DF19866\",\"width\":720}},\"target\":{\"id\":\"2404942572930278\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404942572930278\\/?type=3\"},\"type\":\"photo\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404942572930278\\/?type=3\"},{\"media\":{\"image\":{\"height\":579,\"src\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-9\\/s720x720\\/68404453_2404942609596941_1987761665461977088_n.jpg?_nc_cat=108&_nc_oc=AQkkbzVhymQE1ZgQ1--4IaQleq264GM1HVQbuR7ScOc6cqbphlFMv-61Rw7ulMP06ME&_nc_ht=scontent.xx&oh=01f55a016e6964e6c379b2bad43e08c7&oe=5DF5403C\",\"width\":720}},\"target\":{\"id\":\"2404942606263608\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404942606263608\\/?type=3\"},\"type\":\"photo\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/photos\\/a.1050397815051434\\/2404942606263608\\/?type=3\"}]},\"target\":{\"id\":\"2404945169596685\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/posts\\/2404945169596685\\/\"},\"title\":\"Photos from Cobourg Kodiaks\'s post\",\"type\":\"album\",\"url\":\"https:\\/\\/www.facebook.com\\/1005619946195888\\/posts\\/2404945169596685\\/\"}]}','{\"picture\":{\"data\":{\"height\":50,\"is_silhouette\":false,\"url\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-1\\/p50x50\\/46739316_1539478569529536_1255050269218045952_n.png?_nc_cat=102&_nc_oc=AQm4V8gOjrlboHPKRfoDfNgK9xib39PrgjGxlrbb4TPd0-5jsuThFtwXnqQSr50nrsc&_nc_ht=scontent.xx&oh=03e2ec8273a122cd78f9d1e2d7294c67&oe=5DF4AC21\",\"width\":50}},\"name\":\"Quinte Bayhawks Lacrosse\",\"link\":\"https:\\/\\/www.facebook.com\\/quintelacrosse\\/\",\"id\":\"1513629725447754\"}'),(14,1,'1513629725447754','1513629725447754_1794549270689130','','','photo','Annual General Meeting\n\nThe 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!','','','','','','added_photos','https://www.facebook.com/quintelacrosse/photos/a.1526979474112779/1794548764022514/?type=3','','','','','','2019-09-12T16:15:31+0000','2019-09-12T16:15:31+0000',1568304931,'','{\"data\":[],\"summary\":{\"order\":\"ranked\",\"total_count\":0,\"can_comment\":true}}','{\"count\":3}','{\"data\":[{\"description\":\"Annual General Meeting\\n\\nThe 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 \\u201cat large\\u201d members. Volunteers are crucial to the success of the association and we need your help!\",\"media\":{\"image\":{\"height\":407,\"src\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-9\\/70334500_1794548767355847_8292603115723554816_n.jpg?_nc_cat=107&_nc_oc=AQkKvjyu1xxdX_qP4Znf5ENaUlzVDC-UrTgVTzq8Bx9B3ZpBKuvTODTLFQuKJrurqBE&_nc_ht=scontent.xx&oh=837e32e4e6e167f88859a57b800dff23&oe=5E2C8216\",\"width\":600}},\"target\":{\"id\":\"1794548764022514\",\"url\":\"https:\\/\\/www.facebook.com\\/quintelacrosse\\/photos\\/a.1526979474112779\\/1794548764022514\\/?type=3\"},\"type\":\"photo\",\"url\":\"https:\\/\\/www.facebook.com\\/quintelacrosse\\/photos\\/a.1526979474112779\\/1794548764022514\\/?type=3\"}]}','{\"picture\":{\"data\":{\"height\":50,\"is_silhouette\":false,\"url\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-1\\/p50x50\\/46739316_1539478569529536_1255050269218045952_n.png?_nc_cat=102&_nc_oc=AQm4V8gOjrlboHPKRfoDfNgK9xib39PrgjGxlrbb4TPd0-5jsuThFtwXnqQSr50nrsc&_nc_ht=scontent.xx&oh=03e2ec8273a122cd78f9d1e2d7294c67&oe=5DF4AC21\",\"width\":50}},\"name\":\"Quinte Bayhawks Lacrosse\",\"link\":\"https:\\/\\/www.facebook.com\\/quintelacrosse\\/\",\"id\":\"1513629725447754\"}'),(13,1,'1513629725447754','1513629725447754_1802064803270910','','','photo','Good luck to Cobourg Kodiaks star Doug Utting as he competes for Team Israel in the World Box Lacrosse Championship in Langley, BC this week. They are playing right now against the Iroquois Nationals. Watch the game for FREE at Lax Sports Network.','','','[{\"id\":\"1005619946195888\",\"name\":\"Cobourg Kodiaks\",\"type\":\"page\",\"offset\":13,\"length\":15},{\"id\":\"1627842244144593\",\"name\":\"Lax Sports Network\",\"type\":\"page\",\"offset\":230,\"length\":18}]','','','added_photos','https://www.facebook.com/quintelacrosse/photos/a.1526979474112779/1802064509937606/?type=3','','','','','','2019-09-20T00:04:21+0000','2019-09-20T00:04:21+0000',1568937861,'','{\"data\":[],\"summary\":{\"order\":\"ranked\",\"total_count\":0,\"can_comment\":true}}','{\"count\":2}','{\"data\":[{\"description\":\"Good luck to Cobourg Kodiaks star Doug Utting as he competes for Team Israel in the World Box Lacrosse Championship in Langley, BC this week. They are playing right now against the Iroquois Nationals. Watch the game for FREE at Lax Sports Network.\",\"description_tags\":[{\"id\":\"1005619946195888\",\"length\":15,\"name\":\"Cobourg Kodiaks\",\"offset\":13,\"type\":\"page\"},{\"id\":\"1627842244144593\",\"length\":18,\"name\":\"Lax Sports Network\",\"offset\":230,\"type\":\"page\"}],\"media\":{\"image\":{\"height\":720,\"src\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-9\\/p720x720\\/70857281_1802064513270939_6779283814318342144_o.jpg?_nc_cat=109&_nc_oc=AQmLGKLEKjtA43GGWzlPmReaKWvWtrzLO3lF2scaunayi4uKlQnrLFVyMlUTgdLK2yI&_nc_ht=scontent.xx&oh=35341cc90ae9ff82efa12d8b58f1c90e&oe=5E34B15F\",\"width\":720}},\"target\":{\"id\":\"1802064509937606\",\"url\":\"https:\\/\\/www.facebook.com\\/quintelacrosse\\/photos\\/a.1526979474112779\\/1802064509937606\\/?type=3\"},\"type\":\"photo\",\"url\":\"https:\\/\\/www.facebook.com\\/quintelacrosse\\/photos\\/a.1526979474112779\\/1802064509937606\\/?type=3\"}]}','{\"picture\":{\"data\":{\"height\":50,\"is_silhouette\":false,\"url\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-1\\/p50x50\\/46739316_1539478569529536_1255050269218045952_n.png?_nc_cat=102&_nc_oc=AQm4V8gOjrlboHPKRfoDfNgK9xib39PrgjGxlrbb4TPd0-5jsuThFtwXnqQSr50nrsc&_nc_ht=scontent.xx&oh=03e2ec8273a122cd78f9d1e2d7294c67&oe=5DF4AC21\",\"width\":50}},\"name\":\"Quinte Bayhawks Lacrosse\",\"link\":\"https:\\/\\/www.facebook.com\\/quintelacrosse\\/\",\"id\":\"1513629725447754\"}'),(11,1,'1513629725447754','1513629725447754_1809295865881137','Quinte Bayhawks Lacrosse','Reminder!! Annual General Meeting- This Thursday\n\nThe 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!','link','UPDATE - meeting location has changed to minor sports room at the Quinte Sports and Wellness Centre','Quinte Bayhawks Lacrosse shared a post.','','','','[{\"id\":\"1513629725447754\",\"name\":\"Quinte Bayhawks Lacrosse\",\"type\":\"page\",\"offset\":0,\"length\":24},{\"id\":\"1513629725447754_1806903422787048\",\"name\":\"\",\"type\":\"story\",\"offset\":34,\"length\":4}]','mobile_status_update','https://www.facebook.com/1513629725447754/posts/1806903422787048/','','','','','','2019-09-26T21:03:31+0000','2019-09-26T21:03:31+0000',1569531811,'','{\"data\":[],\"summary\":{\"order\":\"ranked\",\"total_count\":0,\"can_comment\":true}}','{\"count\":1}','','{\"picture\":{\"data\":{\"height\":50,\"is_silhouette\":false,\"url\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-1\\/p50x50\\/46739316_1539478569529536_1255050269218045952_n.png?_nc_cat=102&_nc_oc=AQm4V8gOjrlboHPKRfoDfNgK9xib39PrgjGxlrbb4TPd0-5jsuThFtwXnqQSr50nrsc&_nc_ht=scontent.xx&oh=03e2ec8273a122cd78f9d1e2d7294c67&oe=5DF4AC21\",\"width\":50}},\"name\":\"Quinte Bayhawks Lacrosse\",\"link\":\"https:\\/\\/www.facebook.com\\/quintelacrosse\\/\",\"id\":\"1513629725447754\"}'),(12,1,'1513629725447754','1513629725447754_1806903422787048','','','status','Reminder!! Annual General Meeting- This Thursday\n\nThe 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!','','','','','','mobile_status_update','','','','','','','2019-09-24T15:49:38+0000','2019-09-24T15:49:38+0000',1569340178,'','{\"data\":[],\"summary\":{\"order\":\"ranked\",\"total_count\":0,\"can_comment\":true}}','{\"count\":4}','','{\"picture\":{\"data\":{\"height\":50,\"is_silhouette\":false,\"url\":\"https:\\/\\/scontent.xx.fbcdn.net\\/v\\/t1.0-1\\/p50x50\\/46739316_1539478569529536_1255050269218045952_n.png?_nc_cat=102&_nc_oc=AQm4V8gOjrlboHPKRfoDfNgK9xib39PrgjGxlrbb4TPd0-5jsuThFtwXnqQSr50nrsc&_nc_ht=scontent.xx&oh=03e2ec8273a122cd78f9d1e2d7294c67&oe=5DF4AC21\",\"width\":50}},\"name\":\"Quinte Bayhawks Lacrosse\",\"link\":\"https:\\/\\/www.facebook.com\\/quintelacrosse\\/\",\"id\":\"1513629725447754\"}'); /*!40000 ALTER TABLE `wpie_wd_fb_data` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_wd_fb_data` with 6 row(s) -- -- -- Table structure for table `wpie_bwg_album_gallery` -- DROP TABLE IF EXISTS `wpie_bwg_album_gallery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_bwg_album_gallery` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `album_id` bigint(20) NOT NULL, `is_album` tinyint(1) NOT NULL, `alb_gal_id` bigint(20) NOT NULL, `order` bigint(20) 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_gallery` -- LOCK TABLES `wpie_bwg_album_gallery` WRITE; /*!40000 ALTER TABLE `wpie_bwg_album_gallery` DISABLE KEYS */; /*!40000 ALTER TABLE `wpie_bwg_album_gallery` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_bwg_album_gallery` with 0 row(s) -- -- -- Table structure for table `wpie_users` -- DROP TABLE IF EXISTS `wpie_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT 0, `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_users` -- LOCK TABLES `wpie_users` WRITE; /*!40000 ALTER TABLE `wpie_users` DISABLE KEYS */; INSERT INTO `wpie_users` VALUES (1,'RyanPowell','$P$BTSFlXLnC12upAXNrHZVkhQP6XaHXn0','ryanpowell','admin@quintelacrosseproject.altereddigital.com','','2018-11-28 15:50:39','',0,'RyanPowell'),(2,'quintelax','$P$BUTyipd12PJ3/vx9nDm.pim3GClWvW/','quintelax','jfee_11@yahoo.ca','http://quintelacrosse.com','2018-12-07 18:46:09','1577062944:$P$BZuS/NjXfkeyMKHEapkh7CNwoJ9kdR0',0,'quintelax'),(3,'quintelax1','$P$BHC9sKyKQUOHjrC1v4WDKHMZ7ZFCCR.','quintelax1','president@quintelacrosse.com','http://www.quintelacrosse.com','2019-03-11 00:14:57','',0,'Joe Fee'); /*!40000 ALTER TABLE `wpie_users` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_users` with 3 row(s) -- -- -- Table structure for table `wpie_bwg_image_tag` -- DROP TABLE IF EXISTS `wpie_bwg_image_tag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_bwg_image_tag` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `tag_id` bigint(20) NOT NULL, `image_id` bigint(20) NOT NULL, `gallery_id` bigint(20) 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_tag` -- LOCK TABLES `wpie_bwg_image_tag` WRITE; /*!40000 ALTER TABLE `wpie_bwg_image_tag` DISABLE KEYS */; /*!40000 ALTER TABLE `wpie_bwg_image_tag` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_bwg_image_tag` with 0 row(s) -- -- -- Table structure for table `wpie_usermeta` -- DROP TABLE IF EXISTS `wpie_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_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 (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=107 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_usermeta` -- LOCK TABLES `wpie_usermeta` WRITE; /*!40000 ALTER TABLE `wpie_usermeta` DISABLE KEYS */; INSERT INTO `wpie_usermeta` VALUES (1,1,'nickname','RyanPowell'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wpie_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpie_user_level','10'),(14,1,'dismissed_wp_pointers','wp410_dfw,wp496_privacy,boldgrid-color-palette-pointer,boldgrid_image_size_do_you_need_help_8,theme_editor_notice'),(15,1,'show_welcome_panel','1'),(55,1,'session_tokens','a:1:{s:64:\"2cb2c81e94440e9f24065adb2159e2704959ca4e72a106a4bc93c9cb4997dcdd\";a:4:{s:10:\"expiration\";i:1575570603;s:2:\"ip\";s:12:\"174.0.20.165\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36\";s:5:\"login\";i:1575397803;}}'),(17,1,'wpie_dashboard_quick_press_last_post_id','4389'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:10:\"174.0.20.0\";}'),(19,1,'wpie_user-settings','libraryContent=browse&editor=tinymce&advImgDetails=show'),(20,1,'wpie_user-settings-time','1543520223'),(21,1,'nav_menu_recently_edited','2'),(22,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(23,1,'metaboxhidden_nav-menus','a:2:{i:0;s:22:\"add-post-type-bg_block\";i:1;s:12:\"add-post_tag\";}'),(24,1,'first_login','2018-12-03 21:53:06'),(25,1,'last_login','2019-12-03 18:30:03'),(41,2,'session_tokens','a:2:{s:64:\"a6458c152d37f4021b890c4ea4e87aec4d90c74b795913936729e80fb165dc01\";a:4:{s:10:\"expiration\";i:1667662818;s:2:\"ip\";s:14:\"24.156.204.189\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36\";s:5:\"login\";i:1666453218;}s:64:\"d19830de2e8d4f2f24e25391a00969305725422758744756dd06eb43cb28c27e\";a:4:{s:10:\"expiration\";i:1667662839;s:2:\"ip\";s:14:\"24.156.204.189\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36\";s:5:\"login\";i:1666453239;}}'),(98,2,'wpie_tablepress_user_options','{\"user_options_db_version\":43,\"admin_menu_parent_page\":\"middle\",\"message_first_visit\":true}'),(99,2,'meta-box-order_tablepress_edit','a:3:{s:6:\"normal\";s:161:\"tablepress_edit-table-information,tablepress_edit-table-data,tablepress_edit-table-manipulation,tablepress_edit-table-options,tablepress_edit-datatables-features\";s:10:\"additional\";s:0:\"\";s:4:\"side\";s:0:\"\";}'),(95,2,'calypsoify','0'),(93,2,'closedpostboxes_post','a:0:{}'),(94,2,'metaboxhidden_post','a:6:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(89,2,'mc_user_permissions','a:1:{i:0;s:3:\"all\";}'),(90,2,'closedpostboxes_dashboard','a:0:{}'),(91,2,'metaboxhidden_dashboard','a:0:{}'),(26,2,'nickname','quintelax'),(27,2,'first_name','Joe'),(28,2,'last_name','Fee'),(29,2,'description',''),(30,2,'rich_editing','true'),(31,2,'syntax_highlighting','true'),(32,2,'comment_shortcuts','false'),(33,2,'admin_color','blue'),(34,2,'use_ssl','0'),(35,2,'show_admin_bar_front','true'),(36,2,'locale',''),(37,2,'wpie_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(38,2,'wpie_user_level','10'),(39,2,'dismissed_wp_pointers','wp496_privacy,wp410_dfw,black_studio_tinymce_widget,theme_editor_notice,boldgrid-color-palette-pointer,fse1150,tp09_edit_drag_drop_sort'),(40,1,'_new_email','a:2:{s:4:\"hash\";s:32:\"34bf6aaf69e3f3763e9141c9296fa4eb\";s:8:\"newemail\";s:23:\"ryan@altereddigital.com\";}'),(42,2,'first_login','2018-12-07 18:47:26'),(43,2,'last_login','2022-10-22 15:40:39'),(44,2,'wpie_dashboard_quick_press_last_post_id','5927'),(45,2,'community-events-location','a:1:{s:2:\"ip\";s:12:\"24.156.204.0\";}'),(46,2,'wpie_user-settings','libraryContent=browse&urlbutton=none&advImgDetails=show&post_dfw=off&editor_fullscreen=off&posts_list_mode=list'),(47,2,'wpie_user-settings-time','1660750432'),(84,2,'jetpack_tracks_wpcom_id','162749395'),(49,2,'boldgrid_dismissed_admin_notices','a:2:{s:2:\"id\";s:22:\"bgppb_download_premium\";s:9:\"timestamp\";i:1549394343;}'),(50,2,'boldgrid_dismissed_admin_notices','a:2:{s:2:\"id\";s:32:\"boldgrid_backup_download_premium\";s:9:\"timestamp\";i:1549394349;}'),(51,2,'nav_menu_recently_edited','2'),(52,2,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:10:\"title-attr\";}'),(53,2,'metaboxhidden_nav-menus','a:7:{i:0;s:27:\"add-post-type-mstw_lm_venue\";i:1;s:26:\"add-post-type-mstw_lm_team\";i:2;s:28:\"add-post-type-mstw_lm_record\";i:3;s:22:\"add-post-type-bg_block\";i:4;s:12:\"add-post_tag\";i:5;s:23:\"add-mstw_lm_venue_group\";i:6;s:18:\"add-mstw_lm_league\";}'),(80,2,'closedpostboxes_mstw_lm_team','a:0:{}'),(81,2,'metaboxhidden_mstw_lm_team','a:0:{}'),(82,2,'meta-box-order_page','a:3:{s:4:\"side\";s:36:\"submitdiv,pageparentdiv,postimagediv\";s:6:\"normal\";s:97:\"butterbean-ui-boldgrid_seo,revisionsdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:23:\"post_grid_post_settings\";}'),(54,1,'jetpack_tracks_anon_id','jetpack:FWsJUOXdHXFOmKL6gqz/ouWN'),(56,3,'nickname','quintelax1'),(57,3,'first_name','Joe'),(58,3,'last_name','Fee'),(59,3,'description',''),(60,3,'rich_editing','true'),(61,3,'syntax_highlighting','true'),(62,3,'comment_shortcuts','false'),(63,3,'admin_color','fresh'),(64,3,'use_ssl','0'),(65,3,'show_admin_bar_front','true'),(66,3,'locale',''),(67,3,'wpie_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(68,3,'wpie_user_level','10'),(69,3,'dismissed_wp_pointers','wp496_privacy,wp410_dfw'),(70,3,'default_password_nag',''),(71,3,'session_tokens','a:1:{s:64:\"1ae14c2aaab4d491f52b122494b2c5506a2ae9c2df8ab3c80d91cab59467880c\";a:4:{s:10:\"expiration\";i:1552610515;s:2:\"ip\";s:14:\"142.112.144.61\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1552437715;}}'),(72,3,'first_login','2019-03-13 00:41:55'),(73,3,'last_login','2019-03-13 00:41:55'),(74,3,'jetpack_tracks_anon_id','jetpack:ZwADYpMLEpTqh4zht82EfEMf'),(75,3,'wpie_dashboard_quick_press_last_post_id','4391'),(76,3,'community-events-location','a:1:{s:2:\"ip\";s:13:\"142.112.144.0\";}'),(77,3,'wpie_user-settings','libraryContent=browse&advImgDetails=show'),(78,3,'wpie_user-settings-time','1552440170'),(79,2,'default_password_nag',''),(83,2,'screen_layout_page','2'),(85,2,'jetpack_tracks_anon_id','jetpack:lt2fSBgCgm3ncDSDk4wZV1KS'),(87,2,'bglibDashboardOrder','1'),(88,2,'wpforms_dash_widget_timespan','30'),(92,2,'bwg_photo_gallery','1'),(96,2,'meta-box-order_post','a:3:{s:4:\"side\";s:9:\"submitdiv\";s:6:\"normal\";s:188:\"hide_featured,categorydiv,tagsdiv-post_tag,postimagediv,butterbean-ui-boldgrid_seo,post-grid-post-option,postexcerpt,trackbacksdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(97,2,'screen_layout_post','2'),(100,2,'managetablepress_listcolumnshidden','a:1:{i:0;s:22:\"table_last_modified_by\";}'),(102,2,'boldgrid_dismissed_admin_notices','a:2:{s:2:\"id\";s:23:\"boldgrid_backup_renamed\";s:9:\"timestamp\";i:1645922192;}'),(103,2,'meta-box-order_sp_event','a:3:{s:4:\"side\";s:125:\"submitdiv,hide_featured,sp_shortcodediv,sp_formatdiv,sp_modediv,sp_detailsdiv,sp_teamdiv,sp_specsdiv,postimagediv,sp_videodiv\";s:6:\"normal\";s:61:\"sp_resultsdiv,sp_performancediv,postexcerpt,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(104,2,'screen_layout_sp_event','2'),(105,2,'closedpostboxes_tablepress_edit','a:0:{}'),(106,2,'metaboxhidden_tablepress_edit','a:0:{}'); /*!40000 ALTER TABLE `wpie_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_usermeta` with 102 row(s) -- -- -- Table structure for table `wpie_terms` -- DROP TABLE IF EXISTS `wpie_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) 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_terms` -- LOCK TABLES `wpie_terms` WRITE; /*!40000 ALTER TABLE `wpie_terms` DISABLE KEYS */; INSERT INTO `wpie_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'primary','primary',0),(3,'Social Media','social-media',0),(5,'Quinte Bayhawks House League Tyke Division','quinte-bayhawks-house-league-tyke-division',0),(6,'Quinte Bayhawks House League Novice Division','quinte-bayhawks-house-league-novice-division',0),(7,'Quinte Bayhawks House League Peewee Division','quinte-bayhawks-house-league-peewee-division',0),(8,'Quinte Bayhawks House League Bantam Division','quinte-bayhawks-house-league-bantam-division',0),(9,'Quinte Bayhawks House League Midget Division','quinte-bayhawks-house-league-midget-division',0),(10,'Quinte HL Bantam 1','quinte-hl-bantam-1',0),(11,'Quinte HL Bantam 2','4534',0),(12,'Quinte HL Bantam Interlock','4533',0),(13,'Quinte HL Midget 1','quinte-hl-midget-1',0),(14,'Quinte HL Midget 2','quinte-hl-midget-2',0),(15,'Quinte HL Novice 1','quinte-hl-novice-1',0),(16,'Quinte HL Midget Interlock','quinte-hl-midget-interlock',0),(17,'Quinte HL Novice 2','quinte-hl-novice-2',0),(18,'Quinte HL Peewee 1','4435',0),(19,'Quinte HL Peewee 2','4436',0),(20,'Quinte HL Tyke 1','2992',0),(21,'Quinte Bayhawks House League Paperweight Division','quinte-bayhawks-house-league-paperweight-division',0),(22,'Quinte HL Paperweight 1','quinte-hl-paperweight-1',0),(23,'Quinte HL Paperweight 2','quinte-hl-paperweight-2',0),(24,'Quinte HL Paperweight 3','quinte-hl-paperweight-3',0),(25,'General','general',0),(26,'Social Media-2','social-media-2',0),(27,'Goalie','goalie',0),(28,'Defense','defense',0),(29,'Midfield','midfield',0),(30,'Attack','attack',0),(31,'Quinte House League','quinte-house-league',0),(32,'2022','2022',0),(33,'Quinte Sports and Wellness Centre (Mackay)','quinte-sports-and-wellness-centre-mackay',0),(34,'King Edward Park Arena','king-edward-park-arena',0),(48,'Paperweight','paperweight',0),(47,'Soft Lacrosse','soft-lacrosse',0),(39,'Deseronto Arena','deseronto-arena',0),(40,'Kingston Memorial Centre','kingston-memorial-centre',0),(41,'Prince Edward Community Centre','prince-edward-community-centre',0),(42,'Stirling-Rawdon Arena','stirling-rawdon-arena',0),(43,'Wellington District Community Centre','wellington-district-community-centre',0),(44,'Duncan McDonald Memorial Community Gardens','duncan-mcdonald-memorial-community-gardens',0),(45,'U9/U11 Division','u9-u11-division',0),(46,'U13/U15 Division','u13-u15-division',0); /*!40000 ALTER TABLE `wpie_terms` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_terms` with 43 row(s) -- -- -- Table structure for table `wpie_actionscheduler_logs` -- DROP TABLE IF EXISTS `wpie_actionscheduler_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_actionscheduler_logs` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `action_id` bigint(20) unsigned NOT NULL, `message` text COLLATE utf8mb4_unicode_ci NOT NULL, `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `log_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`log_id`), KEY `action_id` (`action_id`), KEY `log_date_gmt` (`log_date_gmt`) ) ENGINE=MyISAM AUTO_INCREMENT=4764 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_actionscheduler_logs` -- LOCK TABLES `wpie_actionscheduler_logs` WRITE; /*!40000 ALTER TABLE `wpie_actionscheduler_logs` DISABLE KEYS */; INSERT INTO `wpie_actionscheduler_logs` VALUES (4724,6832,'action created','2022-10-25 08:48:51','2022-10-25 04:48:51'),(4727,6833,'action created','2022-10-26 08:49:03','2022-10-26 04:49:03'),(4607,6793,'action created','2022-10-03 08:11:27','2022-10-03 04:11:27'),(4733,6835,'action created','2022-10-28 08:53:02','2022-10-28 04:53:02'),(4743,6829,'action started via WP Cron','2022-11-01 00:18:11','2022-10-31 20:18:11'),(4586,6786,'action created','2022-09-27 00:08:52','2022-09-26 20:08:52'),(4580,6784,'action created','2022-09-27 00:08:52','2022-09-26 20:08:52'),(4583,6785,'action created','2022-09-27 00:08:52','2022-09-26 20:08:52'),(4649,6807,'action created','2022-10-11 00:12:52','2022-10-10 20:12:52'),(4650,6797,'action started via WP Cron','2022-10-11 00:12:52','2022-10-10 20:12:52'),(4651,6797,'action complete via WP Cron','2022-10-11 00:12:52','2022-10-10 20:12:52'),(4652,6808,'action created','2022-10-11 00:12:52','2022-10-10 20:12:52'),(4661,6811,'action created','2022-10-13 08:30:23','2022-10-13 04:30:23'),(4730,6834,'action created','2022-10-27 08:49:27','2022-10-27 04:49:27'),(4628,6800,'action created','2022-10-06 08:15:33','2022-10-06 04:15:33'),(4648,6796,'action complete via WP Cron','2022-10-11 00:12:52','2022-10-10 20:12:52'),(4625,6799,'action created','2022-10-05 08:14:43','2022-10-05 04:14:43'),(4647,6796,'action started via WP Cron','2022-10-11 00:12:52','2022-10-10 20:12:52'),(4646,6806,'action created','2022-10-11 00:12:52','2022-10-10 20:12:52'),(4655,6809,'action created','2022-10-11 08:26:42','2022-10-11 04:26:42'),(4640,6804,'action created','2022-10-10 08:25:04','2022-10-10 04:25:04'),(4641,6794,'action started via WP Cron','2022-10-11 00:12:51','2022-10-10 20:12:51'),(4658,6810,'action created','2022-10-12 08:27:54','2022-10-12 04:27:54'),(4637,6803,'action created','2022-10-09 08:23:09','2022-10-09 04:23:09'),(4635,6802,'action started via WP Cron','2022-10-09 08:23:09','2022-10-09 04:23:09'),(4636,6802,'action complete via WP Cron','2022-10-09 08:23:09','2022-10-09 04:23:09'),(4604,6792,'action created','2022-10-02 08:10:20','2022-10-02 04:10:20'),(4691,6821,'action created','2022-10-19 08:38:21','2022-10-19 04:38:21'),(4700,6824,'action created','2022-10-22 08:46:00','2022-10-22 04:46:00'),(4701,6825,'action created','2022-10-22 15:40:50','2022-10-22 11:40:50'),(4706,6826,'action created','2022-10-23 08:47:11','2022-10-23 04:47:11'),(4697,6823,'action created','2022-10-21 08:45:08','2022-10-21 04:45:08'),(4694,6822,'action created','2022-10-20 08:40:47','2022-10-20 04:40:47'),(4709,6827,'action created','2022-10-24 08:48:11','2022-10-24 04:48:11'),(4710,6819,'action started via WP Cron','2022-10-25 00:16:24','2022-10-24 20:16:24'),(4711,6819,'action complete via WP Cron','2022-10-25 00:16:24','2022-10-24 20:16:24'),(4712,6828,'action created','2022-10-25 00:16:24','2022-10-24 20:16:24'),(4713,6818,'action started via WP Cron','2022-10-25 00:16:24','2022-10-24 20:16:24'),(4622,6798,'action created','2022-10-04 08:13:34','2022-10-04 04:13:34'),(4619,6797,'action created','2022-10-04 00:11:58','2022-10-03 20:11:58'),(4608,6783,'action started via WP Cron','2022-10-04 00:11:57','2022-10-03 20:11:57'),(4609,6783,'action complete via WP Cron','2022-10-04 00:11:57','2022-10-03 20:11:57'),(4610,6794,'action created','2022-10-04 00:11:57','2022-10-03 20:11:57'),(4611,6784,'action started via WP Cron','2022-10-04 00:11:57','2022-10-03 20:11:57'),(4612,6784,'action complete via WP Cron','2022-10-04 00:11:57','2022-10-03 20:11:57'),(4613,6795,'action created','2022-10-04 00:11:57','2022-10-03 20:11:57'),(4614,6785,'action started via WP Cron','2022-10-04 00:11:57','2022-10-03 20:11:57'),(4615,6785,'action complete via WP Cron','2022-10-04 00:11:58','2022-10-03 20:11:58'),(4616,6796,'action created','2022-10-04 00:11:58','2022-10-03 20:11:58'),(4617,6786,'action started via WP Cron','2022-10-04 00:11:58','2022-10-03 20:11:58'),(4618,6786,'action complete via WP Cron','2022-10-04 00:11:58','2022-10-03 20:11:58'),(4577,6783,'action created','2022-09-27 00:08:51','2022-09-26 20:08:51'),(4643,6805,'action created','2022-10-11 00:12:51','2022-10-10 20:12:51'),(4644,6795,'action started via WP Cron','2022-10-11 00:12:51','2022-10-10 20:12:51'),(4630,6800,'action complete via WP Cron','2022-10-07 08:15:37','2022-10-07 04:15:37'),(4632,6801,'action started via WP Cron','2022-10-08 08:18:59','2022-10-08 04:18:59'),(4633,6801,'action complete via WP Cron','2022-10-08 08:18:59','2022-10-08 04:18:59'),(4634,6802,'action created','2022-10-08 08:18:59','2022-10-08 04:18:59'),(4642,6794,'action complete via WP Cron','2022-10-11 00:12:51','2022-10-10 20:12:51'),(4688,6820,'action created','2022-10-18 08:37:54','2022-10-18 04:37:54'),(4670,6814,'action created','2022-10-16 08:33:54','2022-10-16 04:33:54'),(4685,6819,'action created','2022-10-18 00:15:28','2022-10-17 20:15:28'),(4667,6813,'action created','2022-10-15 08:32:44','2022-10-15 04:32:44'),(4623,6798,'action started via WP Cron','2022-10-05 08:14:42','2022-10-05 04:14:42'),(4631,6801,'action created','2022-10-07 08:15:37','2022-10-07 04:15:37'),(4760,6844,'action created','2022-11-02 09:06:05','2022-11-02 05:06:05'),(4761,6845,'action created','2022-11-02 23:31:42','2022-11-02 19:31:42'),(4762,6845,'action started via WP Cron','2022-11-02 23:32:23','2022-11-02 19:32:23'),(4763,6845,'action complete via WP Cron','2022-11-02 23:32:23','2022-11-02 19:32:23'),(4664,6812,'action created','2022-10-14 08:31:43','2022-10-14 04:31:43'),(4662,6811,'action started via WP Cron','2022-10-14 08:31:43','2022-10-14 04:31:43'),(4663,6811,'action complete via WP Cron','2022-10-14 08:31:43','2022-10-14 04:31:43'),(4666,6812,'action complete via WP Cron','2022-10-15 08:32:44','2022-10-15 04:32:44'),(4665,6812,'action started via WP Cron','2022-10-15 08:32:44','2022-10-15 04:32:44'),(4673,6815,'action created','2022-10-17 08:34:33','2022-10-17 04:34:33'),(4674,6805,'action started via WP Cron','2022-10-18 00:15:27','2022-10-17 20:15:27'),(4675,6805,'action complete via WP Cron','2022-10-18 00:15:27','2022-10-17 20:15:27'),(4676,6816,'action created','2022-10-18 00:15:27','2022-10-17 20:15:27'),(4677,6806,'action started via WP Cron','2022-10-18 00:15:27','2022-10-17 20:15:27'),(4678,6806,'action complete via WP Cron','2022-10-18 00:15:28','2022-10-17 20:15:28'),(4679,6817,'action created','2022-10-18 00:15:28','2022-10-17 20:15:28'),(4680,6807,'action started via WP Cron','2022-10-18 00:15:28','2022-10-17 20:15:28'),(4681,6807,'action complete via WP Cron','2022-10-18 00:15:28','2022-10-17 20:15:28'),(4682,6818,'action created','2022-10-18 00:15:28','2022-10-17 20:15:28'),(4683,6808,'action started via WP Cron','2022-10-18 00:15:28','2022-10-17 20:15:28'),(4684,6808,'action complete via WP Cron','2022-10-18 00:15:28','2022-10-17 20:15:28'),(4660,6810,'action complete via WP Cron','2022-10-13 08:30:23','2022-10-13 04:30:23'),(4659,6810,'action started via WP Cron','2022-10-13 08:30:23','2022-10-13 04:30:23'),(4657,6809,'action complete via WP Cron','2022-10-12 08:27:54','2022-10-12 04:27:54'),(4639,6803,'action complete via WP Cron','2022-10-10 08:25:04','2022-10-10 04:25:04'),(4638,6803,'action started via WP Cron','2022-10-10 08:25:04','2022-10-10 04:25:04'),(4654,6804,'action complete via WP Cron','2022-10-11 08:26:42','2022-10-11 04:26:42'),(4653,6804,'action started via WP Cron','2022-10-11 08:26:42','2022-10-11 04:26:42'),(4656,6809,'action started via WP Cron','2022-10-12 08:27:54','2022-10-12 04:27:54'),(4690,6820,'action complete via WP Cron','2022-10-19 08:38:21','2022-10-19 04:38:21'),(4693,6821,'action complete via WP Cron','2022-10-20 08:40:47','2022-10-20 04:40:47'),(4692,6821,'action started via WP Cron','2022-10-20 08:40:47','2022-10-20 04:40:47'),(4696,6822,'action complete via WP Cron','2022-10-21 08:45:08','2022-10-21 04:45:08'),(4695,6822,'action started via WP Cron','2022-10-21 08:45:08','2022-10-21 04:45:08'),(4739,6837,'action created','2022-10-30 09:00:26','2022-10-30 05:00:26'),(4699,6823,'action complete via WP Cron','2022-10-22 08:46:00','2022-10-22 04:46:00'),(4698,6823,'action started via WP Cron','2022-10-22 08:46:00','2022-10-22 04:46:00'),(4705,6824,'action complete via WP Cron','2022-10-23 08:47:11','2022-10-23 04:47:11'),(4704,6824,'action started via WP Cron','2022-10-23 08:47:11','2022-10-23 04:47:11'),(4742,6838,'action created','2022-10-31 09:03:18','2022-10-31 05:03:18'),(4736,6836,'action created','2022-10-29 08:57:33','2022-10-29 04:57:33'),(4738,6836,'action complete via WP Cron','2022-10-30 09:00:26','2022-10-30 05:00:26'),(4737,6836,'action started via WP Cron','2022-10-30 09:00:26','2022-10-30 05:00:26'),(4741,6837,'action complete via WP Cron','2022-10-31 09:03:18','2022-10-31 05:03:18'),(4740,6837,'action started via WP Cron','2022-10-31 09:03:18','2022-10-31 05:03:18'),(4756,6838,'action complete via WP Cron','2022-11-01 09:03:22','2022-11-01 05:03:22'),(4757,6843,'action created','2022-11-01 09:03:22','2022-11-01 05:03:22'),(4645,6795,'action complete via WP Cron','2022-10-11 00:12:52','2022-10-10 20:12:52'),(4744,6829,'action complete via WP Cron','2022-11-01 00:18:12','2022-10-31 20:18:12'),(4745,6839,'action created','2022-11-01 00:18:12','2022-10-31 20:18:12'),(4746,6830,'action started via WP Cron','2022-11-01 00:18:12','2022-10-31 20:18:12'),(4747,6830,'action complete via WP Cron','2022-11-01 00:18:12','2022-10-31 20:18:12'),(4748,6840,'action created','2022-11-01 00:18:12','2022-10-31 20:18:12'),(4749,6831,'action started via WP Cron','2022-11-01 00:18:12','2022-10-31 20:18:12'),(4750,6831,'action complete via WP Cron','2022-11-01 00:18:12','2022-10-31 20:18:12'),(4751,6841,'action created','2022-11-01 00:18:12','2022-10-31 20:18:12'),(4752,6828,'action started via WP Cron','2022-11-01 00:18:12','2022-10-31 20:18:12'),(4753,6828,'action complete via WP Cron','2022-11-01 00:18:12','2022-10-31 20:18:12'),(4754,6842,'action created','2022-11-01 00:18:12','2022-10-31 20:18:12'),(4708,6826,'action complete via WP Cron','2022-10-24 08:48:11','2022-10-24 04:48:11'),(4707,6826,'action started via WP Cron','2022-10-24 08:48:11','2022-10-24 04:48:11'),(4734,6835,'action started via WP Cron','2022-10-29 08:57:33','2022-10-29 04:57:33'),(4723,6827,'action complete via WP Cron','2022-10-25 08:48:51','2022-10-25 04:48:51'),(4722,6827,'action started via WP Cron','2022-10-25 08:48:51','2022-10-25 04:48:51'),(4731,6834,'action started via WP Cron','2022-10-28 08:53:02','2022-10-28 04:53:02'),(4726,6832,'action complete via WP Cron','2022-10-26 08:49:03','2022-10-26 04:49:03'),(4725,6832,'action started via WP Cron','2022-10-26 08:49:03','2022-10-26 04:49:03'),(4735,6835,'action complete via WP Cron','2022-10-29 08:57:33','2022-10-29 04:57:33'),(4732,6834,'action complete via WP Cron','2022-10-28 08:53:02','2022-10-28 04:53:02'),(4729,6833,'action complete via WP Cron','2022-10-27 08:49:27','2022-10-27 04:49:27'),(4728,6833,'action started via WP Cron','2022-10-27 08:49:27','2022-10-27 04:49:27'),(4759,6843,'action complete via WP Cron','2022-11-02 09:06:05','2022-11-02 05:06:05'),(4758,6843,'action started via WP Cron','2022-11-02 09:06:05','2022-11-02 05:06:05'),(4606,6792,'action complete via WP Cron','2022-10-03 08:11:27','2022-10-03 04:11:27'),(4605,6792,'action started via WP Cron','2022-10-03 08:11:27','2022-10-03 04:11:27'),(4621,6793,'action complete via WP Cron','2022-10-04 08:13:34','2022-10-04 04:13:34'),(4620,6793,'action started via WP Cron','2022-10-04 08:13:34','2022-10-04 04:13:34'),(4627,6799,'action complete via WP Cron','2022-10-06 08:15:33','2022-10-06 04:15:33'),(4626,6799,'action started via WP Cron','2022-10-06 08:15:33','2022-10-06 04:15:33'),(4629,6800,'action started via WP Cron','2022-10-07 08:15:37','2022-10-07 04:15:37'),(4702,6825,'action started via Async Request','2022-10-22 15:41:08','2022-10-22 11:41:08'),(4703,6825,'action complete via Async Request','2022-10-22 15:41:08','2022-10-22 11:41:08'),(4714,6818,'action complete via WP Cron','2022-10-25 00:16:24','2022-10-24 20:16:24'),(4715,6829,'action created','2022-10-25 00:16:25','2022-10-24 20:16:25'),(4716,6816,'action started via WP Cron','2022-10-25 00:16:25','2022-10-24 20:16:25'),(4717,6816,'action complete via WP Cron','2022-10-25 00:16:25','2022-10-24 20:16:25'),(4718,6830,'action created','2022-10-25 00:16:25','2022-10-24 20:16:25'),(4719,6817,'action started via WP Cron','2022-10-25 00:16:25','2022-10-24 20:16:25'),(4720,6817,'action complete via WP Cron','2022-10-25 00:16:25','2022-10-24 20:16:25'),(4721,6831,'action created','2022-10-25 00:16:25','2022-10-24 20:16:25'),(4669,6813,'action complete via WP Cron','2022-10-16 08:33:54','2022-10-16 04:33:54'),(4668,6813,'action started via WP Cron','2022-10-16 08:33:54','2022-10-16 04:33:54'),(4672,6814,'action complete via WP Cron','2022-10-17 08:34:33','2022-10-17 04:34:33'),(4671,6814,'action started via WP Cron','2022-10-17 08:34:33','2022-10-17 04:34:33'),(4689,6820,'action started via WP Cron','2022-10-19 08:38:21','2022-10-19 04:38:21'),(4687,6815,'action complete via WP Cron','2022-10-18 08:37:54','2022-10-18 04:37:54'),(4686,6815,'action started via WP Cron','2022-10-18 08:37:54','2022-10-18 04:37:54'),(4624,6798,'action complete via WP Cron','2022-10-05 08:14:43','2022-10-05 04:14:43'),(4755,6838,'action started via WP Cron','2022-11-01 09:03:22','2022-11-01 05:03:22'); /*!40000 ALTER TABLE `wpie_actionscheduler_logs` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_actionscheduler_logs` with 164 row(s) -- -- -- Table structure for table `wpie_nextend2_image_storage` -- DROP TABLE IF EXISTS `wpie_nextend2_image_storage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_nextend2_image_storage` ( `id` int(11) NOT NULL AUTO_INCREMENT, `hash` varchar(32) NOT NULL, `image` text NOT NULL, `value` mediumtext NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `hash` (`hash`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_nextend2_image_storage` -- LOCK TABLES `wpie_nextend2_image_storage` WRITE; /*!40000 ALTER TABLE `wpie_nextend2_image_storage` DISABLE KEYS */; INSERT INTO `wpie_nextend2_image_storage` VALUES (1,'7c6d6efc321cee62255d313b0dec981b','$upload$/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour.png','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(2,'ed30f9fac6d793f430581fe88f6f4f6a','$upload$/slider5/fullwidthbg1.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(3,'dec3d6e08e2f46a8ef7d4805b0bbf9d2','$upload$/slider5/fullwidthbg2.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(4,'9e381f84dffd89485fa7c94cbb7c82d5','$upload$/slider5/fullwidthbg3.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(5,'41baa23025d18eab8a5a6839c18bf0a0','http://quintelacrosse.com/wp-content/uploads/2018/12/137-e1569878062351.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(6,'473178f73bf2b026f741f7dec40401b7','http://quintelacrosse.com/wp-content/uploads/2019/10/Shawn-and-Turner-e1571749157899.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(7,'7bc2cbaa92b450f52fbdbcb4a7fbb27c','$upload$/2019/10/tyler-seguin.png','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(8,'3a2ee2557eefefa2eda07b54bb8077ba','$upload$/2019/11/stick.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(9,'aceb6bc5fb3c9918805d409efd5e2498','$upload$/2019/11/2020-Sponsorship-Title-Page.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(10,'54e5d4b6c31273b3e2ee77d440045c4f','$upload$/2019/09/IMG_6348.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='); /*!40000 ALTER TABLE `wpie_nextend2_image_storage` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_nextend2_image_storage` with 10 row(s) -- -- -- Table structure for table `wpie_my_calendar_location_relationships` -- DROP TABLE IF EXISTS `wpie_my_calendar_location_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_my_calendar_location_relationships` ( `relationship_id` int(11) NOT NULL AUTO_INCREMENT, `location_id` int(11) NOT NULL, `post_id` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`relationship_id`), KEY `location_id` (`location_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_my_calendar_location_relationships` -- LOCK TABLES `wpie_my_calendar_location_relationships` WRITE; /*!40000 ALTER TABLE `wpie_my_calendar_location_relationships` DISABLE KEYS */; /*!40000 ALTER TABLE `wpie_my_calendar_location_relationships` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_my_calendar_location_relationships` with 0 row(s) -- -- -- Table structure for table `wpie_bwg_gallery` -- DROP TABLE IF EXISTS `wpie_bwg_gallery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_bwg_gallery` ( `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, `page_link` 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, `gallery_type` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, `gallery_source` varchar(256) COLLATE utf8mb4_unicode_ci NOT NULL, `autogallery_image_number` int(4) NOT NULL, `update_flag` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, `modified_date` int(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_bwg_gallery` -- LOCK TABLES `wpie_bwg_gallery` WRITE; /*!40000 ALTER TABLE `wpie_bwg_gallery` DISABLE KEYS */; INSERT INTO `wpie_bwg_gallery` VALUES (1,'Peewee HL 2019','peewee-rep-2019','','','/thumb/IMG_6114.jpg','',0,2,1,'','',12,'',1588214200),(2,'Tyke HL 2019','qmla-hl-tyke-2019','','','','/thumb/IMG_6305.jpg',0,2,1,'','',12,'',1588257131),(3,'2022 U17','2022-u17','','','','/thumb/E5034A16-8927-466D-9B28-8EC230C2E490.jpg',0,2,1,'','',12,'',1660401066); /*!40000 ALTER TABLE `wpie_bwg_gallery` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_bwg_gallery` with 3 row(s) -- -- -- Table structure for table `wpie_termmeta` -- DROP TABLE IF EXISTS `wpie_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_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 `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=42 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_termmeta` -- LOCK TABLES `wpie_termmeta` WRITE; /*!40000 ALTER TABLE `wpie_termmeta` DISABLE KEYS */; INSERT INTO `wpie_termmeta` VALUES (1,10,'tr_team_link','quinte-hl-bantam-1'),(2,10,'tr_link_source','mstw_lm_team'),(3,11,'tr_team_link','4534'),(4,11,'tr_link_source','mstw_lm_team'),(5,12,'tr_team_link','4533'),(6,12,'tr_link_source','mstw_lm_team'),(7,13,'tr_team_link','quinte-hl-midget-1'),(8,13,'tr_link_source','mstw_lm_team'),(9,14,'tr_team_link','quinte-hl-midget-2'),(10,14,'tr_link_source','mstw_lm_team'),(11,15,'tr_team_link','quinte-hl-novice-1'),(12,15,'tr_link_source','mstw_lm_team'),(13,16,'tr_team_link','quinte-hl-midget-interlock'),(14,16,'tr_link_source','mstw_lm_team'),(15,17,'tr_team_link','quinte-hl-novice-2'),(16,17,'tr_link_source','mstw_lm_team'),(17,18,'tr_team_link','4435'),(18,18,'tr_link_source','mstw_lm_team'),(19,19,'tr_team_link','4436'),(20,19,'tr_link_source','mstw_lm_team'),(21,20,'tr_team_link','2992'),(22,20,'tr_link_source','mstw_lm_team'),(23,22,'tr_team_link','quinte-hl-paperweight-1'),(24,22,'tr_link_source','mstw_lm_team'),(25,23,'tr_team_link','quinte-hl-paperweight-2'),(26,23,'tr_link_source','mstw_lm_team'),(27,24,'tr_team_link','quinte-hl-paperweight-3'),(28,24,'tr_link_source','mstw_lm_team'),(29,27,'sp_order','1'),(30,28,'sp_order','2'),(31,29,'sp_order','3'),(32,30,'sp_order','4'),(33,33,'sp_order','0'),(34,34,'sp_order','0'),(35,39,'sp_order','0'),(36,40,'sp_order','0'),(37,41,'sp_order','0'),(38,42,'sp_order','0'),(39,43,'sp_order','0'),(40,44,'sp_order','0'),(41,32,'sp_order','0'); /*!40000 ALTER TABLE `wpie_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_termmeta` with 41 row(s) -- -- -- Table structure for table `wpie_actionscheduler_actions` -- DROP TABLE IF EXISTS `wpie_actionscheduler_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpie_actionscheduler_actions` ( `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `hook` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `args` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `schedule` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `group_id` bigint(20) unsigned NOT NULL DEFAULT 0, `attempts` int(11) NOT NULL DEFAULT 0, `last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `claim_id` bigint(20) unsigned NOT NULL DEFAULT 0, `extended_args` varchar(8000) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`action_id`), KEY `hook` (`hook`), KEY `status` (`status`), KEY `scheduled_date_gmt` (`scheduled_date_gmt`), KEY `args` (`args`), KEY `group_id` (`group_id`), KEY `last_attempt_gmt` (`last_attempt_gmt`), KEY `claim_id` (`claim_id`) ) ENGINE=MyISAM AUTO_INCREMENT=6846 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpie_actionscheduler_actions` -- LOCK TABLES `wpie_actionscheduler_actions` WRITE; /*!40000 ALTER TABLE `wpie_actionscheduler_actions` DISABLE KEYS */; INSERT INTO `wpie_actionscheduler_actions` VALUES (6802,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-09 08:18:59','2022-10-09 04:18:59','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1665303539;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1665303539;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-09 08:23:09','2022-10-09 04:23:09',0,NULL),(6803,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-10 08:23:09','2022-10-10 04:23:09','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1665390189;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1665390189;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-10 08:25:04','2022-10-10 04:25:04',0,NULL),(6838,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-01 09:03:18','2022-11-01 05:03:18','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667293398;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667293398;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-01 09:03:22','2022-11-01 05:03:22',0,NULL),(6804,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-11 08:25:04','2022-10-11 04:25:04','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1665476704;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1665476704;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-11 08:26:42','2022-10-11 04:26:42',0,NULL),(6805,'wpforms_admin_addons_cache_update','complete','2022-10-18 00:12:51','2022-10-17 20:12:51','{\"tasks_meta_id\":46}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1666051971;s:18:\"\0*\0first_timestamp\";i:1624364572;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1666051971;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-10-18 00:15:27','2022-10-17 20:15:27',0,NULL),(6806,'wpforms_send_usage_data','complete','2022-10-18 00:12:52','2022-10-17 20:12:52','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1666051972;s:18:\"\0*\0first_timestamp\";i:1597591481;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1666051972;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-10-18 00:15:28','2022-10-17 20:15:28',0,NULL),(6807,'wpforms_email_summaries_fetch_info_blocks','complete','2022-10-18 00:12:52','2022-10-17 20:12:52','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1666051972;s:18:\"\0*\0first_timestamp\";i:1611106161;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1666051972;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-10-18 00:15:28','2022-10-17 20:15:28',0,NULL),(6809,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-12 08:26:42','2022-10-12 04:26:42','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1665563202;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1665563202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-12 08:27:54','2022-10-12 04:27:54',0,NULL),(6810,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-13 08:27:54','2022-10-13 04:27:54','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1665649674;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1665649674;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-13 08:30:23','2022-10-13 04:30:23',0,NULL),(6811,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-14 08:30:23','2022-10-14 04:30:23','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1665736223;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1665736223;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-14 08:31:43','2022-10-14 04:31:43',0,NULL),(6813,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-16 08:32:44','2022-10-16 04:32:44','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1665909164;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1665909164;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-16 08:33:54','2022-10-16 04:33:54',0,NULL),(6822,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-21 08:40:47','2022-10-21 04:40:47','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1666341647;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1666341647;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-21 08:45:08','2022-10-21 04:45:08',0,NULL),(6783,'wpforms_admin_addons_cache_update','complete','2022-10-04 00:08:51','2022-10-03 20:08:51','{\"tasks_meta_id\":46}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1664842131;s:18:\"\0*\0first_timestamp\";i:1624364572;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1664842131;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-10-04 00:11:57','2022-10-03 20:11:57',0,NULL),(6798,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-05 08:13:34','2022-10-05 04:13:34','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1664957614;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1664957614;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-05 08:14:43','2022-10-05 04:14:43',0,NULL),(6825,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":123}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2022-10-22 15:41:08','2022-10-22 11:41:08',0,NULL),(6829,'wpforms_email_summaries_fetch_info_blocks','complete','2022-11-01 00:16:24','2022-10-31 20:16:24','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667261784;s:18:\"\0*\0first_timestamp\";i:1611106161;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667261784;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-11-01 00:18:12','2022-10-31 20:18:12',0,NULL),(6830,'wpforms_admin_addons_cache_update','complete','2022-11-01 00:16:25','2022-10-31 20:16:25','{\"tasks_meta_id\":46}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667261785;s:18:\"\0*\0first_timestamp\";i:1624364572;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667261785;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-11-01 00:18:12','2022-10-31 20:18:12',0,NULL),(6831,'wpforms_send_usage_data','complete','2022-11-01 00:16:25','2022-10-31 20:16:25','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667261785;s:18:\"\0*\0first_timestamp\";i:1597591481;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667261785;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-11-01 00:18:12','2022-10-31 20:18:12',0,NULL),(6843,'wpforms_process_entry_emails_meta_cleanup','complete','2022-11-02 09:03:22','2022-11-02 05:03:22','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667379802;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667379802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-11-02 09:06:05','2022-11-02 05:06:05',0,NULL),(6845,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":124}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2022-11-02 23:32:23','2022-11-02 19:32:23',0,NULL),(6827,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-25 08:48:11','2022-10-25 04:48:11','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1666687691;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1666687691;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-25 08:48:51','2022-10-25 04:48:51',0,NULL),(6828,'wpforms_builder_help_cache_update','complete','2022-11-01 00:16:24','2022-10-31 20:16:24','{\"tasks_meta_id\":32}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667261784;s:18:\"\0*\0first_timestamp\";i:1617113984;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667261784;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-11-01 00:18:12','2022-10-31 20:18:12',0,NULL),(6799,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-06 08:14:43','2022-10-06 04:14:43','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1665044083;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1665044083;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-06 08:15:33','2022-10-06 04:15:33',0,NULL),(6832,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-26 08:48:51','2022-10-26 04:48:51','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1666774131;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1666774131;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-26 08:49:03','2022-10-26 04:49:03',0,NULL),(6801,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-08 08:15:37','2022-10-08 04:15:37','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1665216937;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1665216937;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-08 08:18:59','2022-10-08 04:18:59',0,NULL),(6808,'wpforms_builder_help_cache_update','complete','2022-10-18 00:12:52','2022-10-17 20:12:52','{\"tasks_meta_id\":32}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1666051972;s:18:\"\0*\0first_timestamp\";i:1617113984;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1666051972;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-10-18 00:15:28','2022-10-17 20:15:28',0,NULL),(6800,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-07 08:15:33','2022-10-07 04:15:33','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1665130533;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1665130533;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-07 08:15:37','2022-10-07 04:15:37',0,NULL),(6812,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-15 08:31:43','2022-10-15 04:31:43','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1665822703;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1665822703;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-15 08:32:44','2022-10-15 04:32:44',0,NULL),(6814,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-17 08:33:54','2022-10-17 04:33:54','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1665995634;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1665995634;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-17 08:34:33','2022-10-17 04:34:33',0,NULL),(6819,'wpforms_builder_help_cache_update','complete','2022-10-25 00:15:28','2022-10-24 20:15:28','{\"tasks_meta_id\":32}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1666656928;s:18:\"\0*\0first_timestamp\";i:1617113984;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1666656928;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-10-25 00:16:24','2022-10-24 20:16:24',0,NULL),(6833,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-27 08:49:03','2022-10-27 04:49:03','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1666860543;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1666860543;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-27 08:49:27','2022-10-27 04:49:27',0,NULL),(6815,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-18 08:34:33','2022-10-18 04:34:33','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1666082073;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1666082073;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-18 08:37:54','2022-10-18 04:37:54',0,NULL),(6818,'wpforms_email_summaries_fetch_info_blocks','complete','2022-10-25 00:15:28','2022-10-24 20:15:28','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1666656928;s:18:\"\0*\0first_timestamp\";i:1611106161;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1666656928;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-10-25 00:16:24','2022-10-24 20:16:24',0,NULL),(6794,'wpforms_admin_addons_cache_update','complete','2022-10-11 00:11:57','2022-10-10 20:11:57','{\"tasks_meta_id\":46}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1665447117;s:18:\"\0*\0first_timestamp\";i:1624364572;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1665447117;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-10-11 00:12:51','2022-10-10 20:12:51',0,NULL),(6816,'wpforms_admin_addons_cache_update','complete','2022-10-25 00:15:27','2022-10-24 20:15:27','{\"tasks_meta_id\":46}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1666656927;s:18:\"\0*\0first_timestamp\";i:1624364572;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1666656927;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-10-25 00:16:25','2022-10-24 20:16:25',0,NULL),(6817,'wpforms_send_usage_data','complete','2022-10-25 00:15:28','2022-10-24 20:15:28','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1666656928;s:18:\"\0*\0first_timestamp\";i:1597591481;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1666656928;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-10-25 00:16:25','2022-10-24 20:16:25',0,NULL),(6823,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-22 08:45:08','2022-10-22 04:45:08','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1666428308;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1666428308;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-22 08:46:00','2022-10-22 04:46:00',0,NULL),(6840,'wpforms_admin_addons_cache_update','pending','2022-11-08 00:18:12','2022-11-07 19:18:12','{\"tasks_meta_id\":46}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667866692;s:18:\"\0*\0first_timestamp\";i:1624364572;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667866692;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6841,'wpforms_send_usage_data','pending','2022-11-08 00:18:12','2022-11-07 19:18:12','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667866692;s:18:\"\0*\0first_timestamp\";i:1597591481;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667866692;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6842,'wpforms_builder_help_cache_update','pending','2022-11-08 00:18:12','2022-11-07 19:18:12','{\"tasks_meta_id\":32}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667866692;s:18:\"\0*\0first_timestamp\";i:1617113984;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667866692;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6821,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-20 08:38:21','2022-10-20 04:38:21','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1666255101;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1666255101;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-20 08:40:47','2022-10-20 04:40:47',0,NULL),(6820,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-19 08:37:54','2022-10-19 04:37:54','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1666168674;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1666168674;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-19 08:38:21','2022-10-19 04:38:21',0,NULL),(6844,'wpforms_process_entry_emails_meta_cleanup','pending','2022-11-03 09:06:05','2022-11-03 05:06:05','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667466365;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667466365;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6792,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-03 08:10:20','2022-10-03 04:10:20','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1664784620;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1664784620;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-03 08:11:27','2022-10-03 04:11:27',0,NULL),(6793,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-04 08:11:27','2022-10-04 04:11:27','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1664871087;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1664871087;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-04 08:13:34','2022-10-04 04:13:34',0,NULL),(6795,'wpforms_send_usage_data','complete','2022-10-11 00:11:57','2022-10-10 20:11:57','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1665447117;s:18:\"\0*\0first_timestamp\";i:1597591481;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1665447117;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-10-11 00:12:52','2022-10-10 20:12:52',0,NULL),(6796,'wpforms_email_summaries_fetch_info_blocks','complete','2022-10-11 00:11:58','2022-10-10 20:11:58','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1665447118;s:18:\"\0*\0first_timestamp\";i:1611106161;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1665447118;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-10-11 00:12:52','2022-10-10 20:12:52',0,NULL),(6797,'wpforms_builder_help_cache_update','complete','2022-10-11 00:11:58','2022-10-10 20:11:58','{\"tasks_meta_id\":32}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1665447118;s:18:\"\0*\0first_timestamp\";i:1617113984;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1665447118;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-10-11 00:12:52','2022-10-10 20:12:52',0,NULL),(6834,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-28 08:49:27','2022-10-28 04:49:27','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1666946967;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1666946967;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-28 08:53:02','2022-10-28 04:53:02',0,NULL),(6784,'wpforms_send_usage_data','complete','2022-10-04 00:08:52','2022-10-03 20:08:52','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1664842132;s:18:\"\0*\0first_timestamp\";i:1597591481;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1664842132;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-10-04 00:11:57','2022-10-03 20:11:57',0,NULL),(6785,'wpforms_email_summaries_fetch_info_blocks','complete','2022-10-04 00:08:52','2022-10-03 20:08:52','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1664842132;s:18:\"\0*\0first_timestamp\";i:1611106161;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1664842132;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-10-04 00:11:58','2022-10-03 20:11:58',0,NULL),(6786,'wpforms_builder_help_cache_update','complete','2022-10-04 00:08:52','2022-10-03 20:08:52','{\"tasks_meta_id\":32}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1664842132;s:18:\"\0*\0first_timestamp\";i:1617113984;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1664842132;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2022-10-04 00:11:58','2022-10-03 20:11:58',0,NULL),(6835,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-29 08:53:02','2022-10-29 04:53:02','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667033582;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667033582;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-29 08:57:33','2022-10-29 04:57:33',0,NULL),(6836,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-30 08:57:33','2022-10-30 04:57:33','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667120253;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667120253;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-30 09:00:26','2022-10-30 05:00:26',0,NULL),(6837,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-31 09:00:26','2022-10-31 05:00:26','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667206826;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667206826;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-31 09:03:18','2022-10-31 05:03:18',0,NULL),(6839,'wpforms_email_summaries_fetch_info_blocks','pending','2022-11-08 00:18:12','2022-11-07 19:18:12','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1667866692;s:18:\"\0*\0first_timestamp\";i:1611106161;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1667866692;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6824,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-23 08:46:00','2022-10-23 04:46:00','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1666514760;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1666514760;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-23 08:47:11','2022-10-23 04:47:11',0,NULL),(6826,'wpforms_process_entry_emails_meta_cleanup','complete','2022-10-24 08:47:11','2022-10-24 04:47:11','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1666601231;s:18:\"\0*\0first_timestamp\";i:1590969600;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1666601231;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2022-10-24 08:48:11','2022-10-24 04:48:11',0,NULL); /*!40000 ALTER TABLE `wpie_actionscheduler_actions` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_actionscheduler_actions` with 58 row(s) -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on: Wed, 02 Nov 2022 23:38:57 +0000
Save
cmd:
run