/
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.20200531-220746.sql
(4211193B)
-- mysqldump-php https://github.com/ifsnop/mysqldump-php -- -- Host: localhost Database: altere25_wp176 -- ------------------------------------------------------ -- Server version 5.5.5-10.1.36-MariaDB -- Date: Sun, 31 May 2020 22:07:46 +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 utf8 */; /*!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_album` -- DROP TABLE IF EXISTS `wpie_bwg_album`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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_bwg_album_gallery` -- DROP TABLE IF EXISTS `wpie_bwg_album_gallery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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_bwg_file_paths` -- DROP TABLE IF EXISTS `wpie_bwg_file_paths`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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, `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, `date_modified` datetime DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=121 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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'),(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'); /*!40000 ALTER TABLE `wpie_bwg_file_paths` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_bwg_file_paths` with 120 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 = utf8 */; 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=3 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 Rep 2019','peewee-rep-2019','','','/thumb/IMG_6114.jpg','',0,2,1,'','',12,'',1588214200),(2,'QMLA HL Tyke 2019','qmla-hl-tyke-2019','','','','/thumb/IMG_6305.jpg',0,2,1,'','',12,'',1588257131); /*!40000 ALTER TABLE `wpie_bwg_gallery` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_bwg_gallery` with 2 row(s) -- -- -- 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 = utf8 */; 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=61 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','500x375',2,8,1,0,0,0,0,'',0,1588258784),(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','500x375',2,6,1,0,0,0,0,'',0,1588258784),(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); /*!40000 ALTER TABLE `wpie_bwg_image` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_bwg_image` with 60 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 = utf8 */; 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_bwg_image_rate` -- DROP TABLE IF EXISTS `wpie_bwg_image_rate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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_bwg_image_tag` -- DROP TABLE IF EXISTS `wpie_bwg_image_tag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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_bwg_shortcode` -- DROP TABLE IF EXISTS `wpie_bwg_shortcode`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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\"'); /*!40000 ALTER TABLE `wpie_bwg_shortcode` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_bwg_shortcode` with 2 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 = utf8 */; 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_commentmeta` -- DROP TABLE IF EXISTS `wpie_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=1181 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_comments` -- DROP TABLE IF EXISTS `wpie_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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_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=175 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_links` -- DROP TABLE IF EXISTS `wpie_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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_my_calendar` -- DROP TABLE IF EXISTS `wpie_my_calendar`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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` int(3) 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, `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, `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, `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 '0', `event_image` text COLLATE utf8mb4_unicode_ci, `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_my_calendar_categories` -- DROP TABLE IF EXISTS `wpie_my_calendar_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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_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 = utf8 */; 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_my_calendar_events` -- DROP TABLE IF EXISTS `wpie_my_calendar_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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_my_calendar_locations` -- DROP TABLE IF EXISTS `wpie_my_calendar_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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, `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, 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_nextend2_image_storage` -- DROP TABLE IF EXISTS `wpie_nextend2_image_storage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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_nextend2_section_storage` -- DROP TABLE IF EXISTS `wpie_nextend2_section_storage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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 `application` (`application`,`section`,`referencekey`), KEY `application_2` (`application`,`section`) ) ENGINE=MyISAM AUTO_INCREMENT=13097 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),(13092,'smartslider','sliderChanged','4','0',0,1),(13093,'cache','notweb/n2-ss-4','data.manifest','{\"generator\":[]}',0,1),(13094,'cache','notweb/n2-ss-4','variations.manifest','1',0,1),(13095,'cache','notweb/n2-ss-4','slideren_US1.manifest','{\"hash\":\"\",\"nextCacheRefresh\":1887372366,\"currentPath\":\"4e3f5f5f30d160e1c1c18f7e31465896\",\"version\":\"3.3.25\"}',0,1),(13096,'cache','notweb/n2-ss-4','slideren_US1','{\"html\":\"<div class=\\\"n2-section-smartslider \\\" role=\\\"region\\\" aria-label=\\\"Slider\\\"><style>div#n2-ss-4{width:600px;float:left;margin:0px 0px 0px 0px;}html[dir=\\\"rtl\\\"] div#n2-ss-4{float:right;}div#n2-ss-4 .n2-ss-slider-1{position:relative;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;height:400px;border-style:solid;border-width:0px;border-color:#3e3e3e;border-color:RGBA(62,62,62,1);border-radius:0px;background-clip:padding-box;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;}div#n2-ss-4 .n2-ss-slider-background-video-container{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;}div#n2-ss-4 .n2-ss-slider-2{position:relative;width:100%;height:100%;}.x-firefox div#n2-ss-4 .n2-ss-slider-2{opacity:0.99999;}div#n2-ss-4 .n2-ss-slider-3{position:relative;width:100%;height:100%;overflow:hidden;outline:1px solid rgba(0,0,0,0);z-index:10;}div#n2-ss-4 .n2-ss-slide-backgrounds,div#n2-ss-4 .n2-ss-slider-3 > .n-particles-js-canvas-el,div#n2-ss-4 .n2-ss-slider-3 > .n2-ss-divider{position:absolute;left:0;top:0;width:100%;height:100%;}div#n2-ss-4 .n2-ss-slide-backgrounds{z-index:10;}div#n2-ss-4 .n2-ss-slider-3 > .n-particles-js-canvas-el{z-index:12;}div#n2-ss-4 .n2-ss-slide-backgrounds > *{overflow:hidden;}div#n2-ss-4 .n2-ss-slide{position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;display:block;-webkit-backface-visibility:hidden;}div#n2-ss-4 .n2-ss-layers-container{position:relative;width:600px;height:400px;}div#n2-ss-4 .n2-ss-parallax-clip > .n2-ss-layers-container{position:absolute;right:0;}div#n2-ss-4 .n2-ss-slide{perspective:1500px;}div#n2-ss-4[data-ie] .n2-ss-slide{perspective:none;transform:perspective(1500px);}div#n2-ss-4 .n2-ss-slide-active{z-index:21;}div#n2-ss-4 .nextend-arrow{cursor:pointer;overflow:hidden;line-height:0 !important;z-index:20;}div#n2-ss-4 .nextend-arrow img{position:relative;min-height:0;min-width:0;vertical-align:top;width:auto;height:auto;max-width:100%;max-height:100%;display:inline;}div#n2-ss-4 .nextend-arrow img.n2-arrow-hover-img{display:none;}div#n2-ss-4 .nextend-arrow:HOVER img.n2-arrow-hover-img{display:inline;}div#n2-ss-4 .nextend-arrow:HOVER img.n2-arrow-normal-img{display:none;}div#n2-ss-4 .nextend-arrow-animated{overflow:hidden;}div#n2-ss-4 .nextend-arrow-animated > div{position:relative;}div#n2-ss-4 .nextend-arrow-animated .n2-active{position:absolute;}div#n2-ss-4 .nextend-arrow-animated-fade{transition:background 0.3s, opacity 0.4s;}div#n2-ss-4 .nextend-arrow-animated-horizontal > div{transition:all 0.4s;left:0;}div#n2-ss-4 .nextend-arrow-animated-horizontal .n2-active{top:0;}div#n2-ss-4 .nextend-arrow-previous.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-4 .nextend-arrow-next.nextend-arrow-animated-horizontal .n2-active{left:-100%;}div#n2-ss-4 .nextend-arrow-previous.nextend-arrow-animated-horizontal .n2-active,div#n2-ss-4 .nextend-arrow-next.nextend-arrow-animated-horizontal:HOVER > div{left:100%;}div#n2-ss-4 .nextend-arrow.nextend-arrow-animated-horizontal:HOVER .n2-active{left:0;}div#n2-ss-4 .nextend-arrow-animated-vertical > div{transition:all 0.4s;top:0;}div#n2-ss-4 .nextend-arrow-animated-vertical .n2-active{left:0;}div#n2-ss-4 .nextend-arrow-animated-vertical .n2-active{top:-100%;}div#n2-ss-4 .nextend-arrow-animated-vertical:HOVER > div{top:100%;}div#n2-ss-4 .nextend-arrow-animated-vertical:HOVER .n2-active{top:0;}div#n2-ss-4 .nextend-bar-horizontal div *{display:inline;}div#n2-ss-4 .nextend-thumbnail-default,div#n2-ss-4 .nextend-thumbnail-inner{overflow:hidden;}div#n2-ss-4 .n2-ss-thumb-image{display:flex;flex:0 0 auto;align-items:center;justify-content:center;background-position:center center;background-size:cover;}div#n2-ss-4 .nextend-thumbnail-inner{width:100%;height:100%;}div#n2-ss-4 .nextend-thumbnail-button{position:absolute;z-index:2;transition:all 0.4s;opacity:0;cursor:pointer;}div#n2-ss-4 .nextend-thumbnail-vertical .nextend-thumbnail-button{left:50%;margin-left:-13px !important;}div#n2-ss-4 .nextend-thumbnail-vertical .nextend-thumbnail-previous{top:-26px;}div#n2-ss-4 .nextend-thumbnail-vertical .nextend-thumbnail-previous.n2-active{top:10px;opacity:1;}div#n2-ss-4 .nextend-thumbnail-vertical .nextend-thumbnail-next{bottom:-26px;}div#n2-ss-4 .nextend-thumbnail-vertical .nextend-thumbnail-next.n2-active{bottom:10px;opacity:1;}div#n2-ss-4 .nextend-thumbnail-horizontal .nextend-thumbnail-button{top:50%;margin-top:-13px !important;transform:rotateZ(-90deg);}div#n2-ss-4 .nextend-thumbnail-horizontal .nextend-thumbnail-previous{left:-26px;}div#n2-ss-4 .nextend-thumbnail-horizontal .nextend-thumbnail-previous.n2-active{left:10px;opacity:1;}div#n2-ss-4 .nextend-thumbnail-horizontal .nextend-thumbnail-next{right:-26px;}div#n2-ss-4 .nextend-thumbnail-horizontal .nextend-thumbnail-next.n2-active{right:10px;opacity:1;}div#n2-ss-4 .nextend-thumbnail-default .nextend-thumbnail-scroller{position:relative;box-sizing:border-box !important;white-space:nowrap;display:flex;flex-direction:column;}div#n2-ss-4 .nextend-thumbnail-horizontal .nextend-thumbnail-scroller{flex-direction:column;}div#n2-ss-4 .nextend-thumbnail-vertical .nextend-thumbnail-scroller{flex-direction:row;}div#n2-ss-4 .nextend-thumbnail-scroller.n2-align-content-start .nextend-thumbnail-scroller-group{justify-content:flex-start;}div#n2-ss-4 .nextend-thumbnail-scroller.n2-align-content-center .nextend-thumbnail-scroller-group{justify-content:center;}div#n2-ss-4 .nextend-thumbnail-scroller.n2-align-content-end .nextend-thumbnail-scroller-group{justify-content:flex-end;}div#n2-ss-4 .nextend-thumbnail-scroller.n2-align-content-space-around .nextend-thumbnail-scroller-group{justify-content:space-around;}div#n2-ss-4 .nextend-thumbnail-scroller.n2-align-content-space-between .nextend-thumbnail-scroller-group{justify-content:space-between;}html[dir=\\\"rtl\\\"] div#n2-ss-4 .nextend-thumbnail-default .nextend-thumbnail-scroller{position:relative;float:right;}div#n2-ss-4 .nextend-thumbnail-scroller-group{display:flex;flex-flow:column;}div#n2-ss-4 .nextend-thumbnail-horizontal .nextend-thumbnail-scroller-group{display:flex;flex-flow:row;}div#n2-ss-4 .nextend-thumbnail-default .nextend-thumbnail-scroller .nextend-thumbnail-scroller-group > div{display:flex;position:relative;flex:0 0 auto;box-sizing:content-box !important;cursor:pointer;overflow:hidden;}div#n2-ss-4 .nextend-thumbnail-horizontal .nextend-thumbnail-scroller .nextend-thumbnail-scroller-group > div{flex-flow:column;}div#n2-ss-4 .nextend-thumbnail-default .nextend-thumbnail-scroller .nextend-thumbnail-scroller-group > div.n2-active{cursor:default;}div#n2-ss-4 .nextend-thumbnail-default .n2-ss-caption{display:inline-block;white-space:normal;box-sizing:border-box !important;overflow:hidden;}div#n2-ss-4 .nextend-thumbnail-default .n2-caption-overlay{position:absolute;}div#n2-ss-4 .nextend-thumbnail-default .n2-caption-overlay div{float:left;clear:left;}div#n2-ss-4 .nextend-thumbnail-horizontal .n2-ss-caption{display:block;}div#n2-ss-4 .nextend-thumbnail-vertical .n2-caption-after,div#n2-ss-4 .nextend-thumbnail-vertical .n2-caption-before{height:100%;}div#n2-ss-4 .n-uc-1fce576216bda-inner{transition:all .3s;transition-property:border,background-image,background-color,border-radius,box-shadow;background:URL(\\\"\\/\\/quintelacrosse.com\\/wp-content\\/uploads\\/2019\\/09\\/IMG_6348.jpg\\\") 50% 50% \\/ cover no-repeat;}div#n2-ss-4 .n2-font-a3980444e3a6128d103d4f7495e107a5-hover{font-family: \'Roboto\',\'Arial\';color: #ffffff;font-size:375%;text-shadow: none;line-height: 1.5;font-weight: normal;font-style: normal;text-decoration: none;text-align: inherit;letter-spacing: normal;word-spacing: normal;text-transform: none;font-weight: 400;}div#n2-ss-4 .n2-font-7a9df6cf6a8486c6bded5f29241ffadf-paragraph{font-family: \'Roboto\',\'Arial\';color: #ffffff;font-size:112.5%;text-shadow: none;line-height: 1.5;font-weight: normal;font-style: normal;text-decoration: none;text-align: inherit;letter-spacing: normal;word-spacing: normal;text-transform: none;}div#n2-ss-4 .n2-font-7a9df6cf6a8486c6bded5f29241ffadf-paragraph a, div#n2-ss-4 .n2-font-7a9df6cf6a8486c6bded5f29241ffadf-paragraph a:FOCUS{font-family: \'Roboto\',\'Arial\';color: #ffffff;font-size:100%;text-shadow: none;line-height: 1.5;font-weight: normal;font-style: normal;text-decoration: none;text-align: inherit;letter-spacing: normal;word-spacing: normal;text-transform: none;}div#n2-ss-4 .n2-font-7a9df6cf6a8486c6bded5f29241ffadf-paragraph a:HOVER, div#n2-ss-4 .n2-font-7a9df6cf6a8486c6bded5f29241ffadf-paragraph a:ACTIVE{font-family: \'Roboto\',\'Arial\';color: #ffffff;font-size:100%;text-shadow: none;line-height: 1.5;font-weight: normal;font-style: normal;text-decoration: none;text-align: inherit;letter-spacing: normal;word-spacing: normal;text-transform: none;}div#n2-ss-4 .n-uc-19318c8e4d6a1-inner{transition:all .3s;transition-property:border,background-image,background-color,border-radius,box-shadow;background:URL(\\\"\\/\\/quintelacrosse.com\\/wp-content\\/uploads\\/2019\\/10\\/tyler-seguin.png\\\") 50% 50% \\/ cover no-repeat;}div#n2-ss-4 .n2-style-0dfcc93d26ded644e92fb1d300cbbfe1-simple{background: #000000;background: RGBA(0,0,0,0.67);opacity:1;padding:20px 20px 20px 20px ;box-shadow: none;border-width: 0px;border-style: solid;border-color: #000000; border-color: RGBA(0,0,0,1);border-radius:0px;}div#n2-ss-4 .n2-font-160f3fbf4fe58b5a701ceff068b6fb4d-simple{font-family: \'Montserrat\';color: #ffffff;font-size:87.5%;text-shadow: none;line-height: 1.3;font-weight: normal;font-style: normal;text-decoration: none;text-align: left;letter-spacing: normal;word-spacing: normal;text-transform: none;vertical-align: middle;}div#n2-ss-4 .n2-font-5694dc379f9df4552c5ac191154451f0-simple{font-family: \'Montserrat\';color: #ffffff;font-size:87.5%;text-shadow: none;line-height: 1.3;font-weight: normal;font-style: italic;text-decoration: none;text-align: left;letter-spacing: normal;word-spacing: normal;text-transform: none;vertical-align: middle;}div#n2-ss-4 .n2-style-8c39bd1b5d1c821102353bb13550e669-simple{background: #242424;opacity:1;padding:3px 3px 3px 3px ;box-shadow: none;border-width: 0px;border-style: solid;border-color: #000000; border-color: RGBA(0,0,0,1);border-radius:0px;}div#n2-ss-4 .n2-style-0d7e6147d938756e488febb9fea88b5d-dot{background: #000000;background: RGBA(0,0,0,0);opacity:1;padding:0px 0px 0px 0px ;box-shadow: none;border-width: 0px;border-style: solid;border-color: #ffffff; border-color: RGBA(255,255,255,0);border-radius:0px;opacity: 0.4;\\nmargin: 3px;\\ntransition: all 0.4s;\\nbackground-size: cover;}div#n2-ss-4 .n2-style-0d7e6147d938756e488febb9fea88b5d-dot.n2-active, div#n2-ss-4 .n2-style-0d7e6147d938756e488febb9fea88b5d-dot:HOVER, div#n2-ss-4 .n2-style-0d7e6147d938756e488febb9fea88b5d-dot:FOCUS{border-width: 0px;border-style: solid;border-color: #ffffff; border-color: RGBA(255,255,255,0.8);opacity: 1;}<\\/style><div id=\\\"n2-ss-4-align\\\" class=\\\"n2-ss-align\\\" style=\\\"margin: 0 auto; max-width: 600px;\\\"><div class=\\\"n2-padding\\\"><div id=\\\"n2-ss-4\\\" data-creator=\\\"Smart Slider 3\\\" class=\\\"n2-ss-slider n2-ow n2-has-hover n2notransition n2-ss-load-fade \\\" data-minFontSizedesktopPortrait=\\\"4\\\" data-minFontSizedesktopLandscape=\\\"4\\\" data-minFontSizetabletPortrait=\\\"4\\\" data-minFontSizetabletLandscape=\\\"4\\\" data-minFontSizemobilePortrait=\\\"4\\\" data-minFontSizemobileLandscape=\\\"4\\\" style=\\\"font-size: 1rem;\\\" data-fontsize=\\\"16\\\">\\r\\n <div class=\\\"n2-ss-slider-1 n2-ss-swipe-element n2-ow\\\" style=\\\"\\\">\\r\\n <div class=\\\"n2-ss-slider-2 n2-ow\\\">\\r\\n <div class=\\\"n2-ss-slider-3 n2-ow\\\" style=\\\"\\\">\\r\\n\\r\\n <div class=\\\"n2-ss-slide-backgrounds\\\"><\\/div><div data-first=\\\"1\\\" data-slide-duration=\\\"0\\\" data-id=\\\"18\\\" data-title=\\\"Equipment Requirements\\\" data-thumbnail=\\\"\\/\\/quintelacrosse.com\\/wp-content\\/uploads\\/2019\\/09\\/IMG_6348.jpg\\\" data-haslink=\\\"1\\\" style=\\\"cursor:pointer;\\\" onclick=\\\"\\\" data-href=\\\"http:\\/\\/quintelacrosse.com\\/equipment-requirements\\/\\\" data-n2click=\\\"n2ss.openUrl(event);\\\" data-n2middleclick=\\\"n2ss.openUrl(event, '_blank');\\\" class=\\\" n2-ss-slide n2-ss-canvas n2-ow n2-ss-slide-18\\\"><div class=\\\"n2-ss-slide-background n2-ow\\\" data-mode=\\\"fill\\\"><div data-hash=\\\"54e5d4b6c31273b3e2ee77d440045c4f\\\" data-desktop=\\\"\\/\\/quintelacrosse.com\\/wp-content\\/uploads\\/2019\\/09\\/IMG_6348.jpg\\\" class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\" style=\\\"opacity:0.2\\\"><img src=\\\"\\/\\/quintelacrosse.com\\/wp-content\\/uploads\\/2019\\/09\\/IMG_6348.jpg\\\" alt=\\\"\\\" \\/><\\/div><div class=\\\"n2-ss-slide-background-color\\\" style=\\\"background-color: #ced3d5;\\\"><\\/div><\\/div><div class=\\\"n2-ss-layers-container n2-ow\\\" data-csstextalign=\\\"center\\\" style=\\\"\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-1fce576216bda\\\" style=\\\"overflow:visible;\\\" data-csstextalign=\\\"inherit\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-pm=\\\"content\\\" data-desktopportraitpadding=\\\"10|*|100|*|10|*|100|*|px+\\\" data-mobileportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-sstype=\\\"content\\\" data-hasbackground=\\\"1\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"1\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-section-main-content n2-ss-layer-content n2-ow n-uc-1fce576216bda-inner\\\" style=\\\"padding:0.625em 6.25em 0.625em 6.25em ;\\\" data-verticalalign=\\\"center\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"auto\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div id=\\\"n2-ss-4item1\\\" class=\\\"n2-font-a3980444e3a6128d103d4f7495e107a5-hover n2-ss-item-content n2-ow\\\" style=\\\"display:block;\\\">Equipment Requirements<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 1.25em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|20|*|0|*|px+\\\" data-desktopportraitheight=\\\"auto\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-item-content n2-ow\\\"><div class=\\\"n2-ow n2-ow-all n2-ss-desktop n2-ss-mobile n2-ss-tablet\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div data-slide-duration=\\\"0\\\" data-id=\\\"13\\\" data-title=\\\"Why Play Lacrosse?\\\" data-thumbnail=\\\"\\/\\/quintelacrosse.com\\/wp-content\\/uploads\\/2019\\/10\\/tyler-seguin.png\\\" data-haslink=\\\"1\\\" style=\\\"cursor:pointer;\\\" onclick=\\\"\\\" data-href=\\\"http:\\/\\/quintelacrosse.com\\/for-new-players\\/\\\" data-n2click=\\\"n2ss.openUrl(event);\\\" data-n2middleclick=\\\"n2ss.openUrl(event, '_blank');\\\" class=\\\" n2-ss-slide n2-ss-canvas n2-ow n2-ss-slide-13\\\"><div class=\\\"n2-ss-slide-background n2-ow\\\" data-mode=\\\"fill\\\"><div data-hash=\\\"7bc2cbaa92b450f52fbdbcb4a7fbb27c\\\" data-desktop=\\\"\\/\\/quintelacrosse.com\\/wp-content\\/uploads\\/2019\\/10\\/tyler-seguin.png\\\" class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\"><img src=\\\"\\/\\/quintelacrosse.com\\/wp-content\\/uploads\\/2019\\/10\\/tyler-seguin.png\\\" alt=\\\"\\\" \\/><\\/div><div class=\\\"n2-ss-slide-background-color\\\" style=\\\"background-color: #000000;background-color: RGBA(0,0,0,1);\\\"><\\/div><\\/div><div class=\\\"n2-ss-layers-container n2-ow\\\" data-csstextalign=\\\"center\\\" style=\\\"\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-19318c8e4d6a1\\\" style=\\\"overflow:visible;\\\" data-csstextalign=\\\"inherit\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-pm=\\\"content\\\" data-desktopportraitpadding=\\\"10|*|100|*|10|*|100|*|px+\\\" data-mobileportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-sstype=\\\"content\\\" data-hasbackground=\\\"1\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"1\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-section-main-content n2-ss-layer-content n2-ow n-uc-19318c8e4d6a1-inner\\\" style=\\\"padding:0.625em 6.25em 0.625em 6.25em ;\\\" data-verticalalign=\\\"center\\\"><\\/div><\\/div><\\/div><\\/div><div data-slide-duration=\\\"0\\\" data-id=\\\"16\\\" data-title=\\\"Learn How To String A Stick!\\\" data-thumbnail=\\\"\\/\\/quintelacrosse.com\\/wp-content\\/uploads\\/2019\\/11\\/stick.jpg\\\" data-haslink=\\\"1\\\" style=\\\"cursor:pointer;\\\" onclick=\\\"\\\" data-href=\\\"http:\\/\\/quintelacrosse.com\\/stringing-tutorials\\/\\\" data-n2click=\\\"n2ss.openUrl(event);\\\" data-n2middleclick=\\\"n2ss.openUrl(event, '_blank');\\\" class=\\\" n2-ss-slide n2-ss-canvas n2-ow n2-ss-slide-16\\\"><div class=\\\"n2-ss-slide-background n2-ow\\\" data-mode=\\\"fill\\\"><div data-hash=\\\"3a2ee2557eefefa2eda07b54bb8077ba\\\" data-desktop=\\\"\\/\\/quintelacrosse.com\\/wp-content\\/uploads\\/2019\\/11\\/stick.jpg\\\" class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\"><img src=\\\"\\/\\/quintelacrosse.com\\/wp-content\\/uploads\\/2019\\/11\\/stick.jpg\\\" alt=\\\"\\\" \\/><\\/div><\\/div><div class=\\\"n2-ss-layers-container n2-ow\\\" data-csstextalign=\\\"center\\\" style=\\\"\\\"><\\/div><\\/div><div data-slide-duration=\\\"0\\\" data-id=\\\"17\\\" data-title=\\\"Become a QMLA Sponsor Today!\\\" data-thumbnail=\\\"\\/\\/quintelacrosse.com\\/wp-content\\/uploads\\/2019\\/11\\/2020-Sponsorship-Title-Page.jpg\\\" data-haslink=\\\"1\\\" style=\\\"cursor:pointer;\\\" onclick=\\\"\\\" data-href=\\\"http:\\/\\/quintelacrosse.com\\/sponsors\\/\\\" data-n2click=\\\"n2ss.openUrl(event);\\\" data-n2middleclick=\\\"n2ss.openUrl(event, '_blank');\\\" class=\\\" n2-ss-slide n2-ss-canvas n2-ow n2-ss-slide-17\\\"><div class=\\\"n2-ss-slide-background n2-ow\\\" data-mode=\\\"fill\\\"><div data-hash=\\\"aceb6bc5fb3c9918805d409efd5e2498\\\" data-desktop=\\\"\\/\\/quintelacrosse.com\\/wp-content\\/uploads\\/2019\\/11\\/2020-Sponsorship-Title-Page.jpg\\\" class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\"><img src=\\\"\\/\\/quintelacrosse.com\\/wp-content\\/uploads\\/2019\\/11\\/2020-Sponsorship-Title-Page.jpg\\\" alt=\\\"\\\" \\/><\\/div><\\/div><div class=\\\"n2-ss-layers-container n2-ow\\\" data-csstextalign=\\\"center\\\" style=\\\"\\\"><\\/div><\\/div> <\\/div>\\r\\n <\\/div>\\r\\n <div data-ssleft=\\\"0+15\\\" data-sstop=\\\"height\\/2-previousheight\\/2\\\" id=\\\"n2-ss-4-arrow-previous\\\" class=\\\"n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile nextend-arrow n2-ow nextend-arrow-previous nextend-arrow-animated-fade n2-ib\\\" style=\\\"position: absolute;\\\" role=\\\"button\\\" aria-label=\\\"previous arrow\\\" tabindex=\\\"0\\\"><img class=\\\"n2-ow\\\" data-no-lazy=\\\"1\\\" data-hack=\\\"data-lazy-src\\\" src=\\\"data:image\\/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuNDMzIDE1Ljk5MkwyMi42OSA1LjcxMmMuMzkzLS4zOS4zOTMtMS4wMyAwLTEuNDItLjM5My0uMzktMS4wMy0uMzktMS40MjMgMGwtMTEuOTggMTAuOTRjLS4yMS4yMS0uMy40OS0uMjg1Ljc2LS4wMTUuMjguMDc1LjU2LjI4NC43N2wxMS45OCAxMC45NGMuMzkzLjM5IDEuMDMuMzkgMS40MjQgMCAuMzkzLS40LjM5My0xLjAzIDAtMS40MmwtMTEuMjU3LTEwLjI5IiBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==\\\" alt=\\\"previous arrow\\\" \\/><\\/div>\\n<div data-ssright=\\\"0+15\\\" data-sstop=\\\"height\\/2-nextheight\\/2\\\" id=\\\"n2-ss-4-arrow-next\\\" class=\\\"n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile nextend-arrow n2-ow nextend-arrow-next nextend-arrow-animated-fade n2-ib\\\" style=\\\"position: absolute;\\\" role=\\\"button\\\" aria-label=\\\"next arrow\\\" tabindex=\\\"0\\\"><img class=\\\"n2-ow\\\" data-no-lazy=\\\"1\\\" data-hack=\\\"data-lazy-src\\\" src=\\\"data:image\\/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNzIyIDQuMjkzYy0uMzk0LS4zOS0xLjAzMi0uMzktMS40MjcgMC0uMzkzLjM5LS4zOTMgMS4wMyAwIDEuNDJsMTEuMjgzIDEwLjI4LTExLjI4MyAxMC4yOWMtLjM5My4zOS0uMzkzIDEuMDIgMCAxLjQyLjM5NS4zOSAxLjAzMy4zOSAxLjQyNyAwbDEyLjAwNy0xMC45NGMuMjEtLjIxLjMtLjQ5LjI4NC0uNzcuMDE0LS4yNy0uMDc2LS41NS0uMjg2LS43NkwxMC43MiA0LjI5M3oiIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+\\\" alt=\\\"next arrow\\\" \\/><\\/div>\\n<div data-ssleft=\\\"width\\/2-barwidth\\/2\\\" data-offset=\\\"0\\\" class=\\\"n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile nextend-bar nextend-bar-horizontal n2-ow\\\" style=\\\"position: absolute;bottom:0px;text-align: left;width:100%;\\\"><div class=\\\"n2-style-0dfcc93d26ded644e92fb1d300cbbfe1-simple n2-ow\\\" style=\\\"\\\"><\\/div><\\/div>\\n <\\/div>\\r\\n <div data-position=\\\"below\\\" data-offset=\\\"0\\\" class=\\\"n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile nextend-thumbnail nextend-thumbnail-default n2-ow nextend-thumbnail-horizontal\\\" style=\\\"margin-top:0px;width:100%;\\\"><img class=\\\"nextend-thumbnail-button nextend-thumbnail-previous n2-ow\\\" style=\\\"width:26px;margin-top:-13px!important;\\\" src=\\\"data:image\\/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxjaXJjbGUgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIG9wYWNpdHk9Ii41IiBmaWxsPSIjMDAwIiBjeD0iMTMiIGN5PSIxMyIgcj0iMTIiLz4KICAgICAgICA8cGF0aCBkPSJNMTMuNDM1IDkuMTc4Yy0uMTI2LS4xMjEtLjI3LS4xODItLjQzNi0uMTgyLS4xNjQgMC0uMzA2LjA2MS0uNDI4LjE4MmwtNC4zOCA0LjE3NWMtLjEyNi4xMjEtLjE4OC4yNjItLjE4OC40MjQgMCAuMTYxLjA2Mi4zMDIuMTg4LjQyM2wuNjUuNjIyYy4xMjYuMTIxLjI3My4xODIuNDQxLjE4Mi4xNyAwIC4zMTQtLjA2MS40MzYtLjE4MmwzLjMxNC0zLjE2MSAzLjI0OSAzLjE2MWMuMTI2LjEyMS4yNjkuMTgyLjQzMi4xODIuMTY0IDAgLjMwNy0uMDYxLjQzMy0uMTgybC42NjItLjYyMmMuMTI2LS4xMjEuMTg5LS4yNjIuMTg5LS40MjMgMC0uMTYyLS4wNjMtLjMwMy0uMTg5LS40MjRsLTQuMzczLTQuMTc1eiIgZmlsbD0iI2ZmZiIvPgogICAgPC9nPgo8L3N2Zz4=\\\" alt=\\\"previous arrow\\\" \\/><img class=\\\"nextend-thumbnail-button nextend-thumbnail-next n2-ow n2-active\\\" style=\\\"width:26px;margin-top:-13px!important;\\\" src=\\\"data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiI+CiAgICA8ZyBmaWxsPSJub25lIj4KICAgICAgICA8Y2lyY2xlIGN4PSIxMyIgY3k9IjEzIiByPSIxMiIgZmlsbD0iIzAwMCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIG9wYWNpdHk9Ii41Ii8+CiAgICAgICAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEyLjU2NSAxNi44MjJjLjEyNi4xMi4yNy4xODIuNDM2LjE4Mi4xNjggMCAuMzEtLjA2LjQzLS4xODJsNC4zOC00LjE3NWMuMTI4LS4xMi4xOS0uMjYyLjE5LS40MjQgMC0uMTYtLjA2Mi0uMzAyLS4xOS0uNDIzbC0uNjUtLjYyMmMtLjEyNS0uMTItLjI3Mi0uMTgyLS40NC0uMTgyLS4xNyAwLS4zMTQuMDYtLjQzNi4xODJsLTMuMzE0IDMuMTYtMy4yNS0zLjE2Yy0uMTI2LS4xMi0uMjctLjE4Mi0uNDMtLjE4Mi0uMTY2IDAtLjMxLjA2LS40MzUuMTgybC0uNjYyLjYyMmMtLjEyNi4xMi0uMTkuMjYyLS4xOS40MjMgMCAuMTYyLjA2NC4zMDMuMTkuNDI0bDQuMzczIDQuMTc1eiIvPgogICAgPC9nPgo8L3N2Zz4=\\\" alt=\\\"next arrow\\\" \\/><div class=\\\"nextend-thumbnail-inner n2-ow\\\"><div class=\\\"n2-style-8c39bd1b5d1c821102353bb13550e669-simple nextend-thumbnail-scroller n2-ow n2-align-content-start\\\"><\\/div><\\/div><\\/div>\\n<\\/div><div class=\\\"n2-clear\\\"><\\/div><div id=\\\"n2-ss-4-spinner\\\" style=\\\"display: none;\\\"><div><div class=\\\"n2-ss-spinner-simple-white-container\\\"><div class=\\\"n2-ss-spinner-simple-white\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div style=\\\"clear: both\\\"><\\/div><div id=\\\"n2-ss-4-placeholder\\\" style=\\\"position: relative;z-index:2;background-color:RGBA(0,0,0,0);max-height:400px; background-color:RGBA(255,255,255,0);\\\"><img style=\\\"width: 100%; max-width:980px; display: block;opacity:0;margin:0px;\\\" class=\\\"n2-ow\\\" src=\\\"data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMCIgd2lkdGg9IjYwMCIgaGVpZ2h0PSI0MDAiID48L3N2Zz4=\\\" alt=\\\"Slider\\\" \\/><\\/div><\\/div>\",\"assets\":{\"css\":{\"staticGroup\":{\"smartslider\":\"\\/home\\/altere25\\/quintelacrosse.com\\/wp-content\\/plugins\\/smart-slider-3\\/library\\/media\\/smartslider.min.css\"},\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[\".n2-ss-spinner-simple-white-container {\\r\\n position: absolute;\\r\\n top: 50%;\\r\\n left: 50%;\\r\\n margin: -20px;\\r\\n background: #fff;\\r\\n width: 20px;\\r\\n height: 20px;\\r\\n padding: 10px;\\r\\n border-radius: 50%;\\r\\n z-index: 1000;\\r\\n}\\r\\n\\r\\n.n2-ss-spinner-simple-white {\\r\\n outline: 1px solid RGBA(0,0,0,0);\\r\\n width:100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.n2-ss-spinner-simple-white:before {\\r\\n position: absolute;\\r\\n top: 50%;\\r\\n left: 50%;\\r\\n width: 20px;\\r\\n height: 20px;\\r\\n margin-top: -11px;\\r\\n margin-left: -11px;\\r\\n}\\r\\n\\r\\n.n2-ss-spinner-simple-white:not(:required):before {\\r\\n content: \'\';\\r\\n border-radius: 50%;\\r\\n border-top: 2px solid #333;\\r\\n border-right: 2px solid transparent;\\r\\n animation: n2SimpleWhite .6s linear infinite;\\r\\n}\\r\\n@keyframes n2SimpleWhite {\\r\\n to {transform: rotate(360deg);}\\r\\n}\"],\"globalInline\":[]},\"less\":{\"staticGroup\":[],\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[],\"globalInline\":[]},\"js\":{\"staticGroup\":{\"smartslider-simple-type-frontend\":\"\\/home\\/altere25\\/quintelacrosse.com\\/wp-content\\/plugins\\/smart-slider-3\\/library\\/media\\/plugins\\/type\\/simple\\/simple\\/dist\\/smartslider-simple-type-frontend.min.js\"},\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[\"N2R([\\\"nextend-frontend\\\",\\\"smartslider-frontend\\\",\\\"smartslider-simple-type-frontend\\\"],function(){new N2Classes.SmartSliderSimple(\'#n2-ss-4\', {\\\"admin\\\":false,\\\"translate3d\\\":1,\\\"callbacks\\\":\\\"\\\",\\\"background.video.mobile\\\":1,\\\"align\\\":\\\"center\\\",\\\"isDelayed\\\":0,\\\"load\\\":{\\\"fade\\\":1,\\\"scroll\\\":0},\\\"playWhenVisible\\\":1,\\\"playWhenVisibleAt\\\":0.5,\\\"responsive\\\":{\\\"desktop\\\":1,\\\"tablet\\\":1,\\\"mobile\\\":1,\\\"onResizeEnabled\\\":true,\\\"type\\\":\\\"auto\\\",\\\"downscale\\\":1,\\\"upscale\\\":0,\\\"minimumHeight\\\":0,\\\"maximumHeight\\\":400,\\\"maximumSlideWidth\\\":980,\\\"maximumSlideWidthLandscape\\\":980,\\\"maximumSlideWidthTablet\\\":980,\\\"maximumSlideWidthTabletLandscape\\\":980,\\\"maximumSlideWidthMobile\\\":980,\\\"maximumSlideWidthMobileLandscape\\\":980,\\\"maximumSlideWidthConstrainHeight\\\":0,\\\"forceFull\\\":0,\\\"forceFullOverflowX\\\":\\\"body\\\",\\\"forceFullHorizontalSelector\\\":\\\"\\\",\\\"constrainRatio\\\":1,\\\"sliderHeightBasedOn\\\":\\\"real\\\",\\\"decreaseSliderHeight\\\":0,\\\"focusUser\\\":1,\\\"deviceModes\\\":{\\\"desktopPortrait\\\":1,\\\"desktopLandscape\\\":0,\\\"tabletPortrait\\\":1,\\\"tabletLandscape\\\":0,\\\"mobilePortrait\\\":1,\\\"mobileLandscape\\\":0},\\\"normalizedDeviceModes\\\":{\\\"unknownUnknown\\\":[\\\"unknown\\\",\\\"Unknown\\\"],\\\"desktopPortrait\\\":[\\\"desktop\\\",\\\"Portrait\\\"],\\\"desktopLandscape\\\":[\\\"desktop\\\",\\\"Portrait\\\"],\\\"tabletPortrait\\\":[\\\"tablet\\\",\\\"Portrait\\\"],\\\"tabletLandscape\\\":[\\\"tablet\\\",\\\"Portrait\\\"],\\\"mobilePortrait\\\":[\\\"mobile\\\",\\\"Portrait\\\"],\\\"mobileLandscape\\\":[\\\"mobile\\\",\\\"Portrait\\\"]},\\\"verticalRatioModifiers\\\":{\\\"unknownUnknown\\\":1,\\\"desktopPortrait\\\":1,\\\"desktopLandscape\\\":1,\\\"tabletPortrait\\\":1,\\\"tabletLandscape\\\":1,\\\"mobilePortrait\\\":1,\\\"mobileLandscape\\\":1},\\\"minimumFontSizes\\\":{\\\"desktopPortrait\\\":4,\\\"desktopLandscape\\\":4,\\\"tabletPortrait\\\":4,\\\"tabletLandscape\\\":4,\\\"mobilePortrait\\\":4,\\\"mobileLandscape\\\":4},\\\"ratioToDevice\\\":{\\\"Portrait\\\":{\\\"tablet\\\":0.7,\\\"mobile\\\":0.5},\\\"Landscape\\\":{\\\"tablet\\\":0,\\\"mobile\\\":0}},\\\"sliderWidthToDevice\\\":{\\\"desktopPortrait\\\":600,\\\"desktopLandscape\\\":600,\\\"tabletPortrait\\\":420,\\\"tabletLandscape\\\":0,\\\"mobilePortrait\\\":300,\\\"mobileLandscape\\\":0},\\\"basedOn\\\":\\\"combined\\\",\\\"orientationMode\\\":\\\"width_and_height\\\",\\\"overflowHiddenPage\\\":0,\\\"desktopPortraitScreenWidth\\\":1200,\\\"tabletPortraitScreenWidth\\\":800,\\\"mobilePortraitScreenWidth\\\":440,\\\"tabletLandscapeScreenWidth\\\":800,\\\"mobileLandscapeScreenWidth\\\":440,\\\"focus\\\":{\\\"offsetTop\\\":\\\"#wpadminbar\\\",\\\"offsetBottom\\\":\\\"\\\"}},\\\"controls\\\":{\\\"mousewheel\\\":0,\\\"touch\\\":\\\"horizontal\\\",\\\"keyboard\\\":1,\\\"blockCarouselInteraction\\\":1},\\\"lazyLoad\\\":0,\\\"lazyLoadNeighbor\\\":0,\\\"blockrightclick\\\":0,\\\"maintainSession\\\":0,\\\"autoplay\\\":{\\\"enabled\\\":1,\\\"start\\\":1,\\\"duration\\\":4000,\\\"autoplayToSlide\\\":-1,\\\"autoplayToSlideIndex\\\":-1,\\\"allowReStart\\\":0,\\\"pause\\\":{\\\"click\\\":1,\\\"mouse\\\":\\\"0\\\",\\\"mediaStarted\\\":1},\\\"resume\\\":{\\\"click\\\":0,\\\"mouse\\\":0,\\\"mediaEnded\\\":1,\\\"slidechanged\\\":0}},\\\"perspective\\\":1500,\\\"layerMode\\\":{\\\"playOnce\\\":0,\\\"playFirstLayer\\\":1,\\\"mode\\\":\\\"skippable\\\",\\\"inAnimation\\\":\\\"mainInEnd\\\"},\\\"initCallbacks\\\":[\\\"N2D(\\\\\\\"SmartSliderWidgetArrowImage\\\\\\\",function(i,e){function s(e,s,t,h){this.slider=e,this.slider.started(i.proxy(this.start,this,s,t,h))}return s.prototype.start=function(e,s,t){return this.slider.sliderElement.data(\\\\\\\"arrow\\\\\\\")?!1:(this.slider.sliderElement.data(\\\\\\\"arrow\\\\\\\",this),this.deferred=i.Deferred(),this.slider.sliderElement.on(\\\\\\\"SliderDevice\\\\\\\",i.proxy(this.onDevice,this)).trigger(\\\\\\\"addWidget\\\\\\\",this.deferred),this.previous=i(\\\\\\\"#\\\\\\\"+this.slider.elementID+\\\\\\\"-arrow-previous\\\\\\\").on(\\\\\\\"click\\\\\\\",i.proxy(function(i){i.stopPropagation(),this.slider[this.slider.getDirectionPrevious()]()},this)),this.previousResize=this.previous.find(\\\\\\\".n2-resize\\\\\\\"),0===this.previousResize.length&&(this.previousResize=this.previous),this.next=i(\\\\\\\"#\\\\\\\"+this.slider.elementID+\\\\\\\"-arrow-next\\\\\\\").on(\\\\\\\"click\\\\\\\",i.proxy(function(i){i.stopPropagation(),this.slider[this.slider.getDirectionNext()]()},this)),this.nextResize=this.next.find(\\\\\\\".n2-resize\\\\\\\"),0===this.nextResize.length&&(this.nextResize=this.next),this.desktopRatio=e,this.tabletRatio=s,this.mobileRatio=t,void i.when(this.previous.n2imagesLoaded(),this.next.n2imagesLoaded()).always(i.proxy(this.loaded,this)))},s.prototype.loaded=function(){this.previous.css(\\\\\\\"display\\\\\\\",\\\\\\\"inline-block\\\\\\\"),this.previousResize.css(\\\\\\\"display\\\\\\\",\\\\\\\"inline-block\\\\\\\"),this.previousWidth=this.previousResize.width(),this.previousHeight=this.previousResize.height(),this.previousResize.css(\\\\\\\"display\\\\\\\",\\\\\\\"\\\\\\\"),this.previous.css(\\\\\\\"display\\\\\\\",\\\\\\\"\\\\\\\"),this.next.css(\\\\\\\"display\\\\\\\",\\\\\\\"inline-block\\\\\\\"),this.nextResize.css(\\\\\\\"display\\\\\\\",\\\\\\\"inline-block\\\\\\\"),this.nextWidth=this.nextResize.width(),this.nextHeight=this.nextResize.height(),this.nextResize.css(\\\\\\\"display\\\\\\\",\\\\\\\"\\\\\\\"),this.next.css(\\\\\\\"display\\\\\\\",\\\\\\\"\\\\\\\"),this.previousResize.find(\\\\\\\"img\\\\\\\").css(\\\\\\\"width\\\\\\\",\\\\\\\"100%\\\\\\\"),this.nextResize.find(\\\\\\\"img\\\\\\\").css(\\\\\\\"width\\\\\\\",\\\\\\\"100%\\\\\\\"),this.onDevice(null,{device:this.slider.responsive.getDeviceMode()}),this.deferred.resolve()},s.prototype.onDevice=function(i,e){var s=1;switch(e.device){case\\\\\\\"tablet\\\\\\\":s=this.tabletRatio;break;case\\\\\\\"mobile\\\\\\\":s=this.mobileRatio;break;default:s=this.desktopRatio}this.previousResize.width(this.previousWidth*s),this.previousResize.height(this.previousHeight*s),this.nextResize.width(this.nextWidth*s),this.nextResize.height(this.nextHeight*s)},s});\\\",\\\"new N2Classes.SmartSliderWidgetArrowImage(this, 1, 0.7, 0.5);\\\",\\\"N2D(\\\\\\\"SmartSliderWidgetBarHorizontal\\\\\\\",function(t,e){\\\\\\\"use strict\\\\\\\";function i(e,i){this.slider=e,this.slider.started(t.proxy(this.start,this,i))}return i.prototype.start=function(e){if(this.slider.sliderElement.data(\\\\\\\"bar\\\\\\\"))return!1;if(this.slider.sliderElement.data(\\\\\\\"bar\\\\\\\",this),this.parameters=e,this.offset=0,this.tween=null,this.bar=this.slider.sliderElement.find(\\\\\\\".nextend-bar\\\\\\\"),this.innerBar=this.bar.find(\\\\\\\"> div\\\\\\\"),this.slider.firstSlideReady.done(t.proxy(this.onFirstSlideSet,this)),e.animate?this.slider.sliderElement.on(\\\\\\\"mainAnimationStart\\\\\\\",t.proxy(this.onSliderSwitchToAnimateStart,this)):this.slider.sliderElement.on(\\\\\\\"sliderSwitchTo\\\\\\\",t.proxy(this.onSliderSwitchTo,this)),!e.overlay){var i=!1;switch(e.area){case 1:i=\\\\\\\"Top\\\\\\\";break;case 12:i=\\\\\\\"Bottom\\\\\\\"}i&&(this.offset=parseFloat(this.bar.data(\\\\\\\"offset\\\\\\\")),this.slider.responsive.addStaticMargin(i,this))}var s=\\\\\\\"click\\\\\\\";this.slider.hasTouch()&&(s=\\\\\\\"n2click\\\\\\\"),this.bar.on(\\\\\\\"click\\\\\\\",t.proxy(function(t){this.slider.sliderElement.find(\\\\\\\".n2-ss-slide-active .n2-ss-layers-container\\\\\\\").trigger(s)},this))},i.prototype.onFirstSlideSet=function(t){this.onSliderSwitchTo(null,t.index)},i.prototype.hasContent=function(t){return this.parameters.showTitle&&(t.getTitle()!==e||this.parameters.slideCount)?!0:!(!this.parameters.showDescription||t.getDescription()===e&&!this.parameters.slideCount)},i.prototype.renderBarContent=function(t){var i=\\\\\\\"\\\\\\\";if(this.parameters.showTitle&&(t.getTitle()!==e||this.parameters.slideCount)){if(this.parameters.slideCount)var s=t.index+1;else var s=t.getTitle();i+=\'<span class=\\\\\\\"\'+this.parameters.fontTitle+\' n2-ow\\\\\\\">\'+s+\\\\\\\"<\\\\\\/span>\\\\\\\"}if(this.parameters.showDescription&&(t.getDescription()!==e||this.parameters.slideCount)){if(this.parameters.slideCount)var r=t.slider.slides.length;else var r=t.getDescription();i+=\'<span class=\\\\\\\"\'+this.parameters.fontDescription+\' n2-ow\\\\\\\">\'+(\\\\\\\"\\\\\\\"===i?\\\\\\\"\\\\\\\":this.parameters.separator)+r+\\\\\\\"<\\\\\\/span>\\\\\\\"}return\\\\\\\"\\\\\\\"===i?\'<span class=\\\\\\\"\'+this.parameters.fontDescription+\' n2-ow\\\\\\\"> <\\\\\\/span>\':i},i.prototype.onSliderSwitchTo=function(t,e){var i=this.slider.slides[e],s=this.renderBarContent(i);this.innerBar.html(s),this.setCursor(i.hasLink()),this.slider.widgets.setState(\\\\\\\"hide.bar\\\\\\\",!this.hasContent(i))},i.prototype.onSliderSwitchToAnimateStart=function(){var e=t.Deferred();this.slider.sliderElement.on(\\\\\\\"mainAnimationComplete.n2Bar\\\\\\\",t.proxy(this.onSliderSwitchToAnimateEnd,this,e)),this.tween&&this.tween.pause(),NextendTween.to(this.innerBar,.3,{opacity:0,onComplete:function(){e.resolve()}})},i.prototype.onSliderSwitchToAnimateEnd=function(e,i,s,r,n){this.slider.sliderElement.off(\\\\\\\".n2Bar\\\\\\\");var a=this.slider.slides[n];e.done(t.proxy(function(){var t=this.innerBar.clone();this.innerBar.remove(),this.innerBar=t.css(\\\\\\\"opacity\\\\\\\",0).html(this.renderBarContent(a)).appendTo(this.bar),this.setCursor(a.hasLink()),this.slider.widgets.setState(\\\\\\\"hide.bar\\\\\\\",!this.hasContent(a)),this.tween=NextendTween.to(this.innerBar,.3,{opacity:1})},this))},i.prototype.setCursor=function(t){this.innerBar.css(\\\\\\\"cursor\\\\\\\",t?\\\\\\\"pointer\\\\\\\":\\\\\\\"inherit\\\\\\\")},i.prototype.isVisible=function(){return this.bar.is(\\\\\\\":visible\\\\\\\")},i.prototype.getSize=function(){return this.bar.height()+this.offset},i});\\\",\\\"new N2Classes.SmartSliderWidgetBarHorizontal(this, {\\\\\\\"overlay\\\\\\\":0,\\\\\\\"area\\\\\\\":10,\\\\\\\"animate\\\\\\\":0,\\\\\\\"showTitle\\\\\\\":1,\\\\\\\"fontTitle\\\\\\\":\\\\\\\"n2-font-160f3fbf4fe58b5a701ceff068b6fb4d-simple \\\\\\\",\\\\\\\"slideCount\\\\\\\":0,\\\\\\\"showDescription\\\\\\\":1,\\\\\\\"fontDescription\\\\\\\":\\\\\\\"n2-font-5694dc379f9df4552c5ac191154451f0-simple \\\\\\\",\\\\\\\"separator\\\\\\\":\\\\\\\" - \\\\\\\"});\\\",\\\"N2D(\\\\\\\"SmartSliderWidgetThumbnailDefault\\\\\\\",function(t,i){\\\\\\\"use strict\\\\\\\";function s(i,s){this.slider=i,this.slider.started(t.proxy(this.start,this,s))}var e=!1,r={videoDark:\'<svg xmlns=\\\\\\\"http:\\\\\\/\\\\\\/www.w3.org\\\\\\/2000\\\\\\/svg\\\\\\\" width=\\\\\\\"48\\\\\\\" height=\\\\\\\"48\\\\\\\" viewBox=\\\\\\\"0 0 48 48\\\\\\\"><circle cx=\\\\\\\"24\\\\\\\" cy=\\\\\\\"24\\\\\\\" r=\\\\\\\"24\\\\\\\" fill=\\\\\\\"#000\\\\\\\" opacity=\\\\\\\".6\\\\\\\"\\\\\\/><path fill=\\\\\\\"#FFF\\\\\\\" d=\\\\\\\"M19.8 32c-.124 0-.247-.028-.36-.08-.264-.116-.436-.375-.44-.664V16.744c.005-.29.176-.55.44-.666.273-.126.592-.1.84.07l10.4 7.257c.2.132.32.355.32.595s-.12.463-.32.595l-10.4 7.256c-.14.1-.31.15-.48.15z\\\\\\\"\\\\\\/><\\\\\\/svg>\'};s.prototype.start=function(i){if(this.slider.sliderElement.data(\\\\\\\"thumbnail\\\\\\\"))return!1;this.slider.sliderElement.data(\\\\\\\"thumbnail\\\\\\\",this),this.parameters=t.extend({captionSize:0,minimumThumbnailCount:1.5,invertGroupDirection:0},i),this.ratio=1,this.hidden=!1,this.forceHidden=!1,this.forceHiddenCB=null,this.itemPerPane=1,this.currentI=0,this.offset=0,this.horizontal={prop:\\\\\\\"width\\\\\\\",Prop:\\\\\\\"Width\\\\\\\",sideProp:n2const.rtl.left,invProp:\\\\\\\"height\\\\\\\",axis:\\\\\\\"x\\\\\\\",outerProp:\\\\\\\"outerWidth\\\\\\\"},this.vertical={prop:\\\\\\\"height\\\\\\\",Prop:\\\\\\\"Height\\\\\\\",sideProp:\\\\\\\"top\\\\\\\",invProp:\\\\\\\"width\\\\\\\",axis:\\\\\\\"y\\\\\\\",outerProp:\\\\\\\"outerHeight\\\\\\\"},this.group=parseInt(i.group),this.orientation=i.orientation,\\\\\\\"vertical\\\\\\\"===this.orientation&&(this.goToDot=this._goToDot),this.outerBar=this.slider.sliderElement.find(\\\\\\\".nextend-thumbnail-default\\\\\\\"),this.bar=this.outerBar.find(\\\\\\\".nextend-thumbnail-inner\\\\\\\"),this.scroller=this.bar.find(\\\\\\\".nextend-thumbnail-scroller\\\\\\\"),this.$groups=t();for(var s=0;s<this.group;s++)this.$groups=this.$groups.add(t(\'<div class=\\\\\\\"nextend-thumbnail-scroller-group\\\\\\\"><\\\\\\/div>\').appendTo(this.scroller));var e=\\\\\\\"universalclick\\\\\\\";if(\\\\\\\"mouseenter\\\\\\\"===i.action?e=\\\\\\\"universalenter\\\\\\\":this.slider.hasTouch()&&(e=\\\\\\\"n2click\\\\\\\"),this.renderThumbnails(),this.dots=this.scroller.find(\\\\\\\".nextend-thumbnail-scroller-group > div\\\\\\\").on(e,t.proxy(this.onDotClick,this)),this.images=this.dots.find(\\\\\\\".n2-ss-thumb-image\\\\\\\"),n2const.rtl.isRtl?(this.previous=this.outerBar.find(\\\\\\\".nextend-thumbnail-next\\\\\\\").on(\\\\\\\"click\\\\\\\",t.proxy(this.previousPane,this)),this.next=this.outerBar.find(\\\\\\\".nextend-thumbnail-previous\\\\\\\").on(\\\\\\\"click\\\\\\\",t.proxy(this.nextPane,this))):(this.previous=this.outerBar.find(\\\\\\\".nextend-thumbnail-previous\\\\\\\").on(\\\\\\\"click\\\\\\\",t.proxy(this.previousPane,this)),this.next=this.outerBar.find(\\\\\\\".nextend-thumbnail-next\\\\\\\").on(\\\\\\\"click\\\\\\\",t.proxy(this.nextPane,this))),this.slider.hasTouch()&&(N2Classes.EventBurrito(this.outerBar.get(0),{mouse:this.slider.parameters.controls.drag,axis:\\\\\\\"vertical\\\\\\\"===this.orientation?\\\\\\\"y\\\\\\\":\\\\\\\"x\\\\\\\",start:t.proxy(function(){this._touch={start:parseInt(this.scroller.css(this[this.orientation].sideProp)),max:this.bar[this[this.orientation].prop]()-this.scroller[this[this.orientation].outerProp](!0)},this._touch.current=this._touch.start},this),move:t.proxy(function(t,i,s,e,r){return this._touch.current=Math.max(this._touch.max,Math.min(0,this._touch.start+s[this[this.orientation].axis])),this.scroller.css(this[this.orientation].sideProp,this._touch.current),Math.abs(s[this[this.orientation].axis])>5},this),end:t.proxy(function(t,i,s,e,r){40>Math.abs(this._touch.start-this._touch.current)?this.resetPane():this._touch.current>this._touch.start?this.previousPane():this.nextPane(),10>Math.abs(s.x)&&10>Math.abs(s.y)?this.onTap(t):nextend.preventClick(),delete this._touch},this)}),this.slider.parameters.controls.drag||this.outerBar.on(\\\\\\\"click\\\\\\\",t.proxy(this.onTap,this))),this.thumbnailDimension={widthLocal:this.dots.width(),width:this.dots.outerWidth(!0),height:this.dots.outerHeight(!0),widthBorder:parseInt(this.dots.css(\\\\\\\"borderLeftWidth\\\\\\\"))+parseInt(this.dots.css(\\\\\\\"borderRightWidth\\\\\\\"))+parseInt(this.dots.css(\\\\\\\"paddingLeft\\\\\\\"))+parseInt(this.dots.css(\\\\\\\"paddingRight\\\\\\\")),heightBorder:parseInt(this.dots.css(\\\\\\\"borderTopWidth\\\\\\\"))+parseInt(this.dots.css(\\\\\\\"borderBottomWidth\\\\\\\"))+parseInt(this.dots.css(\\\\\\\"paddingTop\\\\\\\"))+parseInt(this.dots.css(\\\\\\\"paddingBottom\\\\\\\"))},this.thumbnailDimension.widthMargin=this.thumbnailDimension.width-this.dots.outerWidth(),this.thumbnailDimension.heightMargin=this.thumbnailDimension.height-this.dots.outerHeight(),this.imageDimension={width:this.images.outerWidth(!0),height:this.images.outerHeight(!0)},this.sideDimension=.25*this.thumbnailDimension[this[this.orientation].prop],\\\\\\\"horizontal\\\\\\\"===this.orientation?(this.scroller.height(this.thumbnailDimension.height*this.group),this.bar.height(this.scroller.outerHeight(!0))):(this.scroller.width(this.thumbnailDimension.width*this.group),this.bar.width(this.scroller.outerWidth(!0))),this.slider.sliderElement.on({BeforeVisible:t.proxy(this.onReady,this),sliderSwitchTo:t.proxy(this.onSlideSwitch,this)}),this.slider.firstSlideReady.done(t.proxy(this.onFirstSlideSet,this)),0==i.overlay){var r=!1;switch(i.area){case 1:r=\\\\\\\"Top\\\\\\\";break;case 12:r=\\\\\\\"Bottom\\\\\\\";break;case 5:r=\\\\\\\"Left\\\\\\\";break;case 8:r=\\\\\\\"Right\\\\\\\"}r&&(this.offset=parseFloat(this.outerBar.data(\\\\\\\"offset\\\\\\\")),this.slider.responsive.addStaticMargin(r,this))}},s.prototype.renderThumbnails=function(){var s;this.parameters.invertGroupDirection&&(s=Math.ceil(this.slider.realSlides.length\\\\\\/this.group));for(var e=0;e<this.slider.realSlides.length;e++){var o=this.slider.realSlides[e],h=t(\'<div class=\\\\\\\"\'+this.parameters.slideStyle+\' n2-ow\\\\\\\" style=\\\\\\\"\'+this.parameters.containerStyle+\'\\\\\\\"><\\\\\\/div>\');if(this.parameters.invertGroupDirection?h.appendTo(this.$groups.eq(Math.floor(e\\\\\\/s))):h.appendTo(this.$groups.eq(e%this.group)),h.data(\\\\\\\"slide\\\\\\\",o),o.$thumbnail=h,this.parameters.thumbnail!==i){var n=o.getThumbnailType(),a=r[n]!==i?r[n]:\\\\\\\"\\\\\\\";t(\'<div class=\\\\\\\"n2-ss-thumb-image n2-ow\\\\\\\" style=\\\\\\\"width:\'+this.parameters.thumbnail.width+\\\\\\\"px; height:\\\\\\\"+this.parameters.thumbnail.height+\\\\\\\"px;\\\\\\\"+this.parameters.thumbnail.code+\'\\\\\\\">\'+a+\\\\\\\"<\\\\\\/div>\\\\\\\").css(\\\\\\\"background-image\\\\\\\",\\\\\\\"url(\'\\\\\\\"+o.getThumbnail()+\\\\\\\"\')\\\\\\\").appendTo(h)}if(this.parameters.caption!==i){var l=t(\'<div class=\\\\\\\"\'+this.parameters.caption.styleClass+\\\\\\\"n2-ss-caption n2-ow n2-caption-\\\\\\\"+this.parameters.caption.placement+\'\\\\\\\" style=\\\\\\\"\'+this.parameters.caption.style+\'\\\\\\\"><\\\\\\/div>\');switch(this.parameters.caption.placement){case\\\\\\\"before\\\\\\\":l.prependTo(h);break;default:l.appendTo(h)}if(this.parameters.title!==i&&l.append(\'<div class=\\\\\\\"n2-ow \'+this.parameters.title.font+\'\\\\\\\">\'+o.getTitle()+\\\\\\\"<\\\\\\/div>\\\\\\\"),this.parameters.description!==i){var d=o.getDescription();d&&l.append(\'<div class=\\\\\\\"n2-ow \'+this.parameters.description.font+\'\\\\\\\">\'+d+\\\\\\\"<\\\\\\/div>\\\\\\\")}}}},s.prototype.onTap=function(i){e||(t(i.target).trigger(\\\\\\\"n2click\\\\\\\"),e=!0,setTimeout(function(){e=!1},500))},s.prototype.onFirstSlideSet=function(t){this.activateDots(t.index),this.goToDot(t.index)},s.prototype.onReady=function(){this.slider.sliderElement.on(\\\\\\\"SliderResize\\\\\\\",t.proxy(this.onSliderResize,this)),this.onSliderResize()},s.prototype.onSliderResize=function(){null!==this.forceHiddenCB&&this.forceHiddenCB.call(this),this.adjustScrollerSize();var t=this.slider.currentSlide.index;this.activateDots(t),this.goToDot(t)},s.prototype.adjustScrollerSize=function(){var t=this[this.orientation].prop,i=Math.ceil(this.dots.length\\\\\\/this.group)*this.thumbnailDimension[t]*this.ratio,s=this.scroller[\\\\\\\"outer\\\\\\\"+this[this.orientation].Prop]()-this.scroller[t](),e=this.slider.dimensions[\\\\\\\"thumbnail\\\\\\\"+t];e>=i+s?this.scroller[t](e-s):this.scroller[t](i),\\\\\\\"horizontal\\\\\\\"===this.orientation?this.scroller.height(this.dots.outerHeight(!0)*this.group):this.scroller.width(this.dots.outerWidth(!0)*this.group)};var o=!1;return s.prototype.onDotClick=function(i){o||(this.slider.directionalChangeToReal(t(i.currentTarget).data(\\\\\\\"slide\\\\\\\").index),o=!0),setTimeout(t.proxy(function(){o=!1},this),400)},s.prototype.onSlideSwitch=function(t,i,s){this.activateDots(i),this.goToDot(s)},s.prototype.activateDots=function(t){this.dots.removeClass(\\\\\\\"n2-active\\\\\\\");for(var i=this.slider.slides[t].slides,s=0;i.length>s;s++)i[s].$thumbnail.addClass(\\\\\\\"n2-active\\\\\\\")},s.prototype.resetPane=function(){this.goToDot(this.currentI)},s.prototype.previousPane=function(){this.goToDot(this.currentI-this.itemPerPane*this.group)},s.prototype.nextPane=function(){this.goToDot(this.currentI+this.itemPerPane*this.group)},s.prototype.goToDot=function(t){this.tween&&this.tween.progress()<1&&this.tween.pause();var i=this[this.orientation],s=1,e=this.slider.dimensions[\\\\\\\"thumbnail\\\\\\\"+i.prop],r=this.sideDimension,o=e-2*r,h=o\\\\\\/this.thumbnailDimension[i.prop];if(this.parameters.minimumThumbnailCount>=h&&(r=.1*e,o=e-2*r,s=o\\\\\\/(this.parameters.minimumThumbnailCount*this.thumbnailDimension[i.prop]),h=o\\\\\\/(this.thumbnailDimension[i.prop]*s)),this.ratio!==s){var n={};n[i.prop]=parseInt(this.thumbnailDimension[i.prop]*s-this.thumbnailDimension[i.prop+\\\\\\\"Margin\\\\\\\"]-this.thumbnailDimension[i.prop+\\\\\\\"Border\\\\\\\"]),n[i.invProp]=parseInt((this.thumbnailDimension[i.invProp]-this.parameters.captionSize)*s-this.thumbnailDimension[i.prop+\\\\\\\"Margin\\\\\\\"]+this.parameters.captionSize-this.thumbnailDimension[i.invProp+\\\\\\\"Border\\\\\\\"]),this.dots.css(n);var a=this.dots.width()\\\\\\/this.thumbnailDimension.widthLocal;n={},n[i.prop]=Math.ceil(this.imageDimension[i.prop]*a),n[i.invProp]=Math.ceil(this.imageDimension[i.invProp]*a),this.images.css(n),this.bar.css(i.invProp,\\\\\\\"auto\\\\\\\"),this.ratio=s,this.slider.responsive.doNormalizedResize(),this.adjustScrollerSize()}h=Math.floor(h),t=Math.max(0,Math.min(this.dots.length-1,t));var l,d={};l=this.parameters.invertGroupDirection?Math.floor(t%Math.ceil(this.dots.length\\\\\\/this.group)\\\\\\/h):Math.floor(t\\\\\\/this.group\\\\\\/h);var p=-(this.scroller[\\\\\\\"outer\\\\\\\"+i.Prop]()-e);l===Math.floor((this.dots.length-1)\\\\\\/this.group\\\\\\/h)?(d[i.sideProp]=-(l*h*this.thumbnailDimension[i.prop]*s),0===l?this.previous.removeClass(\\\\\\\"n2-active\\\\\\\"):this.previous.addClass(\\\\\\\"n2-active\\\\\\\"),this.next.removeClass(\\\\\\\"n2-active\\\\\\\")):l>0?(d[i.sideProp]=-(l*h*this.thumbnailDimension[i.prop]*s-r),this.previous.addClass(\\\\\\\"n2-active\\\\\\\"),this.next.addClass(\\\\\\\"n2-active\\\\\\\")):(d[i.sideProp]=0,this.previous.removeClass(\\\\\\\"n2-active\\\\\\\"),this.next.addClass(\\\\\\\"n2-active\\\\\\\")),p>=d[i.sideProp]&&(d[i.sideProp]=p,this.next.removeClass(\\\\\\\"n2-active\\\\\\\")),this.tween=NextendTween.to(this.scroller,.5,d),this.currentI=t,this.itemPerPane=h},s.prototype._goToDot=function(i){if(!this.forceHidden){this.tween&&this.tween.progress()<1&&this.tween.pause();var s=this[this.orientation],e=this.slider.dimensions[\\\\\\\"thumbnail\\\\\\\"+s.prop],r=(e-2*this.sideDimension)\\\\\\/this.thumbnailDimension[s.prop];if(0===e||0!==e&&this.parameters.minimumThumbnailCount-.5>r?this.hidden||(\\\\\\\"horizontal\\\\\\\"===this.orientation?this.outerBar.css(\\\\\\\"height\\\\\\\",0):this.outerBar.css(\\\\\\\"width\\\\\\\",0),this.hidden=!0,this.forceHidden=!0,setTimeout(t.proxy(function(){this.forceHiddenCB=function(){this.forceHiddenCB=null,this.forceHidden=!1}},this),300),this.slider.responsive.doNormalizedResize()):this.hidden&&r>=this.parameters.minimumThumbnailCount+.5&&(this.hidden=!1,\\\\\\\"horizontal\\\\\\\"===this.orientation?this.outerBar.css(\\\\\\\"height\\\\\\\",\\\\\\\"\\\\\\\"):this.outerBar.css(\\\\\\\"width\\\\\\\",\\\\\\\"\\\\\\\"),this.slider.responsive.doNormalizedResize()),!this.hidden){r=Math.floor(r),i=Math.max(0,Math.min(this.dots.length-1,i));var o,h={};o=this.parameters.invertGroupDirection?Math.floor(i%Math.ceil(this.dots.length\\\\\\/this.group)\\\\\\/r):Math.floor(i\\\\\\/this.group\\\\\\/r);var n=-(this.scroller[\\\\\\\"outer\\\\\\\"+s.Prop]()-e);o===Math.floor((this.dots.length-1)\\\\\\/this.group\\\\\\/r)?(h[s.sideProp]=-(o*r*this.thumbnailDimension[s.prop]),0===o?this.previous.removeClass(\\\\\\\"n2-active\\\\\\\"):this.previous.addClass(\\\\\\\"n2-active\\\\\\\"),this.next.removeClass(\\\\\\\"n2-active\\\\\\\")):o>0?(h[s.sideProp]=-(o*r*this.thumbnailDimension[s.prop]-this.sideDimension),this.previous.addClass(\\\\\\\"n2-active\\\\\\\"),this.next.addClass(\\\\\\\"n2-active\\\\\\\")):(h[s.sideProp]=0,this.previous.removeClass(\\\\\\\"n2-active\\\\\\\"),this.next.addClass(\\\\\\\"n2-active\\\\\\\")),n>=h[s.sideProp]&&(h[s.sideProp]=n,this.next.removeClass(\\\\\\\"n2-active\\\\\\\")),this.tween=NextendTween.to(this.scroller,.5,h)}this.currentI=i,this.itemPerPane=r}},s.prototype.isVisible=function(){return this.outerBar.is(\\\\\\\":visible\\\\\\\")},s.prototype.getSize=function(){return\\\\\\\"horizontal\\\\\\\"===this.orientation?this.outerBar.height()+this.offset:this.outerBar.width()+this.offset},s});\\\",\\\"new N2Classes.SmartSliderWidgetThumbnailDefault(this, {\\\\\\\"overlay\\\\\\\":1,\\\\\\\"area\\\\\\\":12,\\\\\\\"action\\\\\\\":\\\\\\\"click\\\\\\\",\\\\\\\"minimumThumbnailCount\\\\\\\":4.5,\\\\\\\"group\\\\\\\":1,\\\\\\\"invertGroupDirection\\\\\\\":0,\\\\\\\"captionSize\\\\\\\":0,\\\\\\\"orientation\\\\\\\":\\\\\\\"horizontal\\\\\\\",\\\\\\\"slideStyle\\\\\\\":\\\\\\\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot \\\\\\\",\\\\\\\"containerStyle\\\\\\\":\\\\\\\"width: 100px; height: 60px;\\\\\\\",\\\\\\\"thumbnail\\\\\\\":{\\\\\\\"width\\\\\\\":100,\\\\\\\"height\\\\\\\":60,\\\\\\\"code\\\\\\\":\\\\\\\"background-size: cover;\\\\\\\"}});\\\"],\\\"allowBGImageAttachmentFixed\\\":false,\\\"bgAnimationsColor\\\":\\\"RGBA(51,51,51,1)\\\",\\\"bgAnimations\\\":0,\\\"mainanimation\\\":{\\\"type\\\":\\\"horizontal\\\",\\\"duration\\\":800,\\\"delay\\\":0,\\\"ease\\\":\\\"easeOutQuad\\\",\\\"parallax\\\":0,\\\"shiftedBackgroundAnimation\\\":0},\\\"carousel\\\":1,\\\"dynamicHeight\\\":0});});\"],\"globalInline\":[]},\"googleFonts\":{\"staticGroup\":[],\"files\":{\"Roboto\":[\"300\",\"400\"],\"Montserrat\":[\"300\",\"400\"]},\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[],\"globalInline\":[]},\"image\":{\"images\":[]}}}',0,1); /*!40000 ALTER TABLE `wpie_nextend2_section_storage` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_nextend2_section_storage` with 7 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 = utf8 */; 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_nextend2_smartslider3_sliders` -- DROP TABLE IF EXISTS `wpie_nextend2_smartslider3_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpie_nextend2_smartslider3_sliders` ( `id` int(11) NOT NULL AUTO_INCREMENT, `alias` varchar(255) DEFAULT NULL, `title` varchar(100) 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', PRIMARY KEY (`id`) ) 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','',0),(2,NULL,'Slider','simple','{\"width\":1200,\"height\":500,\"widgetarrow\":\"imageEmpty\"}','2019-01-21 04:18:17','',1),(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),(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',2),(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',0); /*!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_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 = utf8 */; 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`) ) 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_nextend2_smartslider3_slides` -- DROP TABLE IF EXISTS `wpie_nextend2_smartslider3_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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, `publish_down` datetime NOT NULL, `published` tinyint(1) NOT NULL, `first` int(11) NOT NULL, `slide` longtext, `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`) ) 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','2025-11-11 12:27:34',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','2025-11-11 12:27:34',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','2025-11-11 12:27:34',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','2029-01-21 04:19:26',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','2027-03-09 10:57:11',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','2027-03-09 10:57:11',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','2027-03-09 10:57:11',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','2029-09-10 00:50:45',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','2027-10-24 07:14:32',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','2027-10-24 07:14:32',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','2029-10-31 05:11:24',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','2029-10-22 14:06:06',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','2029-10-22 14:03:55',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','2029-11-14 21:56:31',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','2029-11-15 03:36:25',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','2030-02-20 03:31:06',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_options` -- DROP TABLE IF EXISTS `wpie_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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=2185276 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 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','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:226:{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:13:\"^attribution$\";s:36:\"index.php?bg_attribution=attribution\";s:21:\"^attribution-staging$\";s:44:\"index.php?bg_attribution=attribution-staging\";s:111:\"./(.+?)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:106:\"./(.+?)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:115:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:110:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:116:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:111:\"type/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:129:\"mc-event-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:56:\"index.php?mc-event-category=$matches[1]&feed=$matches[2]\";s:124:\"mc-event-category/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:128:\"wpforms_log_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:55:\"index.php?wpforms_log_type=$matches[1]&feed=$matches[2]\";s:123:\"wpforms_log_type/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:55:\"index.php?wpforms_log_type=$matches[1]&feed=$matches[2]\";s:33:\"wpforms_log_type/([^/]+)/embed/?$\";s:49:\"index.php?wpforms_log_type=$matches[1]&embed=true\";s:45:\"wpforms_log_type/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?wpforms_log_type=$matches[1]&paged=$matches[2]\";s:27:\"wpforms_log_type/([^/]+)/?$\";s:38:\"index.php?wpforms_log_type=$matches[1]\";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:143:\"bg_attribution/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:138:\"bg_attribution/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:132:\"bg_attribution/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:127:\"bg_attribution/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:138:\"mc-events/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:133:\"mc-events/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:127:\"mc-events/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:122:\"mc-events/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:126:\"bg-block-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:52:\"index.php?bg_block_type=$matches[1]&feed=$matches[2]\";s:121:\"bg-block-types/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:137:\"bg-block/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:132:\"bg-block/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:126:\"bg-block/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:121:\"bg-block/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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: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:138:\"post_grid/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:133:\"post_grid/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:127:\"post_grid/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:122:\"post_grid/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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: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:140:\"bwg_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:135:\"bwg_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:129:\"bwg_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:124:\"bwg_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:138:\"bwg_album/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:133:\"bwg_album/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:127:\"bwg_album/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:122:\"bwg_album/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:136:\"bwg_tag/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:131:\"bwg_tag/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:119:\"bwg_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:46:\"index.php?bwg_tag=$matches[1]&feed=$matches[2]\";s:114:\"bwg_tag/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:125:\"bwg_tag/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:120:\"bwg_tag/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:103:\"feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:98:\"(feed|rdf|rss|rss2|atom|my-calendar-rss|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:112:\"comments/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:107:\"comments/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:115:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:110:\"search/(.+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:118:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:113:\"author/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:140:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:135:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:127:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:122:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:114:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:109:\"([0-9]{4})/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:128:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:123:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:111:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:106:\"(.?.+?)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:128:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:123:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:111:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:106:\"([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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:117:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|my-calendar-rss|my-calendar-ics|my-calendar-google|my-calendar-outlook)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:112:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|my-calendar-rss|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'),(1904809,'can_compress_scripts','1','no'),(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:13:{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:19:\"jetpack/jetpack.php\";i:7;s:27:\"my-calendar/my-calendar.php\";i:8;s:31:\"photo-gallery/photo-gallery.php\";i:9;s:47:\"post-and-page-builder/post-and-page-builder.php\";i:10;s:23:\"post-grid/post-grid.php\";i:11;s:33:\"smart-slider-3/smart-slider-3.php\";i:12;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'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','47018','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','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','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:0:{}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','119','yes'),(84,'page_on_front','18','yes'),(85,'default_post_format','0','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:8:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:155:{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:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:118:{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:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{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: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;}}}','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:1:{i:0;s:22:\"black-studio-tinymce-1\";}}','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:13:{i:1590962951;a:2:{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;}}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;}}}i:1590965030;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:1590965439;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:1590965878;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:1590980007;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:1590983439;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:1590985710;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:1591020000;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;}}}i:1591026700;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:1591037040;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:1591037101;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:1591038375;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;}}}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.10.4.0\";s:47:\"post-and-page-builder/post-and-page-builder.php\";s:8:\"2.10.5.0\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:8:\"2.11.0.0\";}s:15:\"plugins_checked\";a:5:{s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";a:4:{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:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";a:3:{s:5:\"1.5.1\";i:1566069775;s:5:\"1.6.2\";i:1569968853;s:5:\"1.6.3\";i:1577770760;}s:47:\"post-and-page-builder/post-and-page-builder.php\";a:5:{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:35:\"boldgrid-backup/boldgrid-backup.php\";a:6:{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:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:3:{s:5:\"1.2.1\";i:1575432014;s:5:\"1.3.0\";i:1575432057;s:5:\"1.3.1\";i:1577770760;}}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.5.10\";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:53;s:18:\"boldgrid_logo_size\";s:3:\"177\";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:73:\"http://quintelacrosse.com/wp-content/uploads/2019/09/cropped-IMG_6355.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:\"100\";s:16:\"logo_margin_left\";s:3:\"-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:3:\"8.0\";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:9:\"minileven\";s:3:\"1.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:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(146,'jetpack_options','a:11:{s:7:\"version\";s:14:\"8.0:1575431952\";s:11:\"old_version\";s:16:\"7.9.1:1574204882\";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:1590950779;s:16:\"first_admin_view\";b:1;s:21:\"publicize_connections\";a:2:{s:7:\"twitter\";a:1:{i:22170307;a:9:{s:7:\"user_id\";s:1:\"2\";s:8:\"provider\";s:13:\"twitter:38869\";s:6:\"issued\";s:19:\"2019-10-01 22:56:34\";s:7:\"expires\";s:19:\"0000-00-00 00:00:00\";s:11:\"external_id\";s:19:\"1057409809887191048\";s:13:\"external_name\";s:14:\"QuinteLacrosse\";s:16:\"external_display\";s:15:\"@QuinteLacrosse\";s:4:\"type\";s:6:\"access\";s:15:\"connection_data\";a:5:{s:2:\"id\";s:8:\"22170307\";s:8:\"token_id\";s:8:\"23024784\";s:7:\"blog_id\";s:9:\"157582406\";s:7:\"user_id\";s:1:\"2\";s:4:\"meta\";a:4:{s:14:\"follower_count\";i:76;s:12:\"display_name\";s:15:\"@QuinteLacrosse\";s:4:\"link\";s:33:\"http://twitter.com/QuinteLacrosse\";s:16:\"external_user_id\";s:1:\"2\";}}}}s:8:\"facebook\";a:1:{i:22170310;a:9:{s:7:\"user_id\";s:1:\"2\";s:8:\"provider\";s:21:\"facebook:249643311490\";s:6:\"issued\";s:19:\"2019-10-01 23:01:00\";s:7:\"expires\";s:19:\"0000-00-00 00:00:00\";s:11:\"external_id\";s:17:\"10156622771646931\";s:13:\"external_name\";s:0:\"\";s:16:\"external_display\";s:7:\"Joe Fee\";s:4:\"type\";s:6:\"access\";s:15:\"connection_data\";a:5:{s:2:\"id\";s:8:\"22170310\";s:8:\"token_id\";s:8:\"23024792\";s:7:\"blog_id\";s:9:\"157582406\";s:7:\"user_id\";s:1:\"2\";s:4:\"meta\";a:5:{s:14:\"follower_count\";i:351;s:12:\"display_name\";s:24:\"Quinte Bayhawks Lacrosse\";s:13:\"facebook_page\";s:16:\"1513629725447754\";s:4:\"link\";s:40:\"https://www.facebook.com/quintelacrosse/\";s:16:\"external_user_id\";s:1:\"2\";}}}}}}','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'),(2021614,'_transient_timeout_mc_db_type','1591821290','no'),(2021615,'_transient_mc_db_type','MyISAM','no'),(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'),(158,'wpforms_review','a:2:{s:4:\"time\";i:1549394348;s:9:\"dismissed\";b:1;}','yes'),(2884,'boldgrid_backup_settings','a:2:{s:16:\"backup_directory\";s:30:\"/home/altere25/boldgrid_backup\";s:11:\"cron_secret\";s:64:\"0abb7503d2c7c76daffa50fe001515bd1e7f1fc92b6839302f1b6a123e6d9375\";}','no'),(341478,'db_upgraded','','yes'),(7841,'boldgrid_backup_jobs','a:0:{}','no'),(7842,'boldgrid_backup_last_backup','1590908636','no'),(7843,'boldgrid_backup_latest_backup','a:33:{s:4:\"mode\";s:6:\"backup\";s:6:\"dryrun\";b:0;s:10:\"compressor\";s:7:\"php_zip\";s:8:\"filesize\";i:311436896;s:4:\"save\";b:1;s:10:\"total_size\";i:460784362;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:1590908414;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:113:\"Linux biz252.inmotionhosting.com 3.10.0-962.3.2.lve1.5.26.4.el7.x86_64 #1 SMP Wed Sep 11 10:29:54 EDT 2019 x86_64\";s:11:\"php_version\";s:6:\"7.0.33\";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:4:\"Cron\";s:8:\"filepath\";s:94:\"/home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200531-070020.zip\";s:11:\"lastmodunix\";i:1590908636;s:8:\"duration\";s:6:\"222.75\";s:11:\"db_duration\";s:4:\"0.85\";s:11:\"db_filename\";s:34:\"altere25_wp176.20200531-070014.sql\";}','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.4.1\";s:9:\"timestamp\";i:1588190453;}','no'),(1662,'lm-update-games-sport','lacrosse','yes'),(1666,'lm-update-games-date','2018-11-30','yes'),(2318,'boldgrid_mobile_ratio','1:245','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.2.1','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.3','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:12:\"Phone Number\";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:97;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:1;}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:1;}','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'),(2182635,'_transient_timeout_jetpack_is_single_user','1590976209','no'),(2182636,'_transient_jetpack_is_single_user','2','no'),(392862,'boldgrid_backup_in_progress_data','a:3:{s:6:\"status\";s:22:\"Backing up database...\";s:6:\"tables\";a:42:{i:0;s:14:\"wpie_bwg_album\";i:1;s:22:\"wpie_bwg_album_gallery\";i:2;s:19:\"wpie_bwg_file_paths\";i:3;s:16:\"wpie_bwg_gallery\";i:4;s:14:\"wpie_bwg_image\";i:5;s:22:\"wpie_bwg_image_comment\";i:6;s:19:\"wpie_bwg_image_rate\";i:7;s:18:\"wpie_bwg_image_tag\";i:8;s:18:\"wpie_bwg_shortcode\";i:9;s:14:\"wpie_bwg_theme\";i:10;s:16:\"wpie_commentmeta\";i:11;s:13:\"wpie_comments\";i:12;s:10:\"wpie_links\";i:13;s:16:\"wpie_my_calendar\";i:14;s:27:\"wpie_my_calendar_categories\";i:15;s:39:\"wpie_my_calendar_category_relationships\";i:16;s:23:\"wpie_my_calendar_events\";i:17;s:26:\"wpie_my_calendar_locations\";i:18;s:27:\"wpie_nextend2_image_storage\";i:19;s:29:\"wpie_nextend2_section_storage\";i:20;s:37:\"wpie_nextend2_smartslider3_generators\";i:21;s:34:\"wpie_nextend2_smartslider3_sliders\";i:22;s:39:\"wpie_nextend2_smartslider3_sliders_xref\";i:23;s:33:\"wpie_nextend2_smartslider3_slides\";i:24;s:12:\"wpie_options\";i:25;s:13:\"wpie_postmeta\";i:26;s:10:\"wpie_posts\";i:27;s:23:\"wpie_term_relationships\";i:28;s:18:\"wpie_term_taxonomy\";i:29;s:13:\"wpie_termmeta\";i:30;s:10:\"wpie_terms\";i:31;s:13:\"wpie_usermeta\";i:32;s:10:\"wpie_users\";i:33;s:15:\"wpie_wd_fb_data\";i:34;s:15:\"wpie_wd_fb_info\";i:35;s:17:\"wpie_wd_fb_option\";i:36;s:20:\"wpie_wd_fb_shortcode\";i:37;s:16:\"wpie_wd_fb_theme\";i:38;s:20:\"wpie_wpforms_entries\";i:39;s:25:\"wpie_wpforms_entry_fields\";i:40;s:23:\"wpie_wpforms_entry_meta\";i:41;s:17:\"wpie_wpforms_lite\";}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'),(406681,'mc_desc','true','yes'),(406682,'mc_image','true','yes'),(406683,'mc_process_shortcodes','false','yes'),(406684,'mc_short','false','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'),(406695,'mc_show_event_vcal','false','yes'),(406696,'mc_multisite_show','0','yes'),(406697,'mc_event_link','true','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:4;s:13:\"block_install\";i:8;s:10:\"block_save\";i:2;}s:15:\"boldgrid-backup\";a:1:{s:18:\"any_backup_created\";i:259;}}','yes'),(383366,'bglib_rating_prompt','a:2:{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;}}','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'),(12869,'duplicate_post_show_row','1','yes'),(12870,'duplicate_post_show_adminbar','1','yes'),(12871,'duplicate_post_show_submitbox','1','yes'),(12872,'duplicate_post_show_bulkactions','1','yes'),(1040711,'duplicate_post_version','3.2.4','yes'),(1040712,'duplicate_post_show_notice','0','no'),(47353,'n2_ss3_version','3.3.25r5488','yes'),(47354,'widget_smartslider3','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(173009,'akismet_spam_count','45','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','16040','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','1590962664','yes'),(350271,'stats_cache','a:2:{s:32:\"14c96a4efc8746705e9573b44fef4c99\";a:1:{i:1590962624;a:3:{i:0;a:4:{s:7:\"post_id\";s:2:\"18\";s:10:\"post_title\";s:4:\"Home\";s:14:\"post_permalink\";s:26:\"http://quintelacrosse.com/\";s:5:\"views\";s:1:\"2\";}i:1;a:4:{s:7:\"post_id\";s:4:\"5246\";s:10:\"post_title\";s:0:\"\";s:14:\"post_permalink\";s:33:\"http://quintelacrosse.com/5246-2/\";s:5:\"views\";s:1:\"2\";}i:2;a:4:{s:7:\"post_id\";s:4:\"1097\";s:10:\"post_title\";s:31:\"QMLA Refund/Cancellation Policy\";s:14:\"post_permalink\";s:58:\"http://quintelacrosse.com/omla-refund-cancellation-policy/\";s:5:\"views\";s:1:\"1\";}}}s:32:\"10f2ffed9c2a27fdcb13abcf351e5334\";a:1:{i:1590962625;a:1:{i:0;a:2:{s:10:\"searchterm\";s:6:\"amazon\";s:5:\"views\";s:2:\"14\";}}}}','yes'),(2185231,'_transient_timeout_jetpack_jitm_9bfbb7c341135c1995e1b44a77c779c','1590963076','no'),(2185101,'_transient_timeout_kirki_googlefonts_contents_d5495418938a549cd9dad0cf2ac5a173','1591048292','no'),(2185102,'_transient_kirki_googlefonts_contents_d5495418938a549cd9dad0cf2ac5a173','@font-face {\n font-family: \'Oswald\';\n font-style: normal;\n font-weight: 400;\n src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYA.ttf) format(\'truetype\');\n}\n@font-face {\n font-family: \'Roboto\';\n font-style: normal;\n font-weight: 400;\n src: local(\'Roboto\'), local(\'Roboto-Regular\'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format(\'truetype\');\n}\n','no'),(2185103,'_transient_timeout_kirki_googlefonts_fallback_to_link','1591048292','no'),(2185104,'_transient_kirki_googlefonts_fallback_to_link','no','no'),(2185217,'_transient_timeout_jetpack_jitm_996e7647a393b97b40345ace4c490a3','1590962766','no'),(2185218,'_transient_jetpack_jitm_996e7647a393b97b40345ace4c490a3','a:1:{s:18:\"last_response_time\";i:1590962466;}','no'),(2185219,'_transient_timeout_jetpack_jitm_38f2db3944443f475346257115d810e','1590962766','no'),(2185220,'_transient_jetpack_jitm_38f2db3944443f475346257115d810e','a:1:{s:18:\"last_response_time\";i:1590962466;}','no'),(2185209,'_transient_timeout_jetpack_jitm_2a7f99f5a18891fbca75f03d638b193','1590962909','no'),(2185210,'_transient_jetpack_jitm_2a7f99f5a18891fbca75f03d638b193','a:1:{s:18:\"last_response_time\";i:1590962609;}','no'),(2185211,'_transient_timeout_jetpack_jitm_e4b7ed4e900550c9aae6300d79d1742','1590962909','no'),(2185212,'_transient_jetpack_jitm_e4b7ed4e900550c9aae6300d79d1742','a:1:{s:18:\"last_response_time\";i:1590962609;}','no'),(2185240,'jetpack_nonce_1590962654_gc0LNvaYOD','1590962654','no'),(2185241,'jetpack_nonce_1590962656_UHOAL7ikgz','1590962657','no'),(2185242,'jetpack_nonce_1590962657_5qC039tuAf','1590962658','no'),(2185243,'jetpack_nonce_1590962658_1JtT4yNxcv','1590962658','no'),(2185244,'jetpack_nonce_1590962659_T7xRsvpyhm','1590962659','no'),(2185245,'jetpack_nonce_1590962660_1JYB9Ip0Tz','1590962661','no'),(2185249,'_transient_timeout_jetpack_jitm_eb23a654a2b93515bd45a3f11ebd504','1590962965','no'),(2185250,'_transient_jetpack_jitm_eb23a654a2b93515bd45a3f11ebd504','a:1:{s:18:\"last_response_time\";i:1590962665;}','no'),(2185251,'_site_transient_timeout_browser_b52a0fa9e08998abdabc221f2fc0ff5c','1591567470','no'),(2185252,'_site_transient_browser_b52a0fa9e08998abdabc221f2fc0ff5c','a:10:{s:4:\"name\";s:7:\"unknown\";s:7:\"version\";s:0:\"\";s:8:\"platform\";s:0:\"\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(2185254,'jetpack_nonce_1590962672_9topC1TcoP','1590962672','no'),(2185255,'jetpack_nonce_1590962677_nDdAnx9qAS','1590962677','no'),(2185256,'jetpack_nonce_1590962678_ZZel5PImZv','1590962678','no'),(2185257,'jetpack_nonce_1590962680_XHyy0uVIM4','1590962680','no'),(2185258,'jetpack_nonce_1590962680_GyZciwv2T9','1590962681','no'),(2185259,'jetpack_nonce_1590962681_Fxo6tU8tFy','1590962682','no'),(2185260,'jetpack_nonce_1590962682_6id9v6NkdK','1590962683','no'),(2185261,'jetpack_nonce_1590962683_0vjc5QrdML','1590962684','no'),(2185229,'_transient_is_multi_author','1','yes'),(2185233,'jetpack_nonce_1590962646_neXGKnUCx2','1590962647','no'),(2178624,'_transient_timeout_wpforms_dash_widget_pro_entries_by_date_30','1590969600','no'),(2178625,'_transient_wpforms_dash_widget_pro_entries_by_date_30','a:30:{s:10:\"2020-05-01\";a:2:{s:3:\"day\";s:10:\"2020-05-01\";s:5:\"count\";i:0;}s:10:\"2020-05-02\";a:2:{s:3:\"day\";s:10:\"2020-05-02\";s:5:\"count\";i:0;}s:10:\"2020-05-03\";a:2:{s:3:\"day\";s:10:\"2020-05-03\";s:5:\"count\";i:0;}s:10:\"2020-05-04\";a:2:{s:3:\"day\";s:10:\"2020-05-04\";s:5:\"count\";i:0;}s:10:\"2020-05-05\";a:2:{s:3:\"day\";s:10:\"2020-05-05\";s:5:\"count\";i:0;}s:10:\"2020-05-06\";a:2:{s:3:\"day\";s:10:\"2020-05-06\";s:5:\"count\";i:0;}s:10:\"2020-05-07\";a:2:{s:3:\"day\";s:10:\"2020-05-07\";s:5:\"count\";s:1:\"1\";}s:10:\"2020-05-08\";a:2:{s:3:\"day\";s:10:\"2020-05-08\";s:5:\"count\";i:0;}s:10:\"2020-05-09\";a:2:{s:3:\"day\";s:10:\"2020-05-09\";s:5:\"count\";i:0;}s:10:\"2020-05-10\";a:2:{s:3:\"day\";s:10:\"2020-05-10\";s:5:\"count\";i:0;}s:10:\"2020-05-11\";a:2:{s:3:\"day\";s:10:\"2020-05-11\";s:5:\"count\";i:0;}s:10:\"2020-05-12\";a:2:{s:3:\"day\";s:10:\"2020-05-12\";s:5:\"count\";i:0;}s:10:\"2020-05-13\";a:2:{s:3:\"day\";s:10:\"2020-05-13\";s:5:\"count\";i:0;}s:10:\"2020-05-14\";a:2:{s:3:\"day\";s:10:\"2020-05-14\";s:5:\"count\";i:0;}s:10:\"2020-05-15\";a:2:{s:3:\"day\";s:10:\"2020-05-15\";s:5:\"count\";i:0;}s:10:\"2020-05-16\";a:2:{s:3:\"day\";s:10:\"2020-05-16\";s:5:\"count\";i:0;}s:10:\"2020-05-17\";a:2:{s:3:\"day\";s:10:\"2020-05-17\";s:5:\"count\";i:0;}s:10:\"2020-05-18\";a:2:{s:3:\"day\";s:10:\"2020-05-18\";s:5:\"count\";i:0;}s:10:\"2020-05-19\";a:2:{s:3:\"day\";s:10:\"2020-05-19\";s:5:\"count\";i:0;}s:10:\"2020-05-20\";a:2:{s:3:\"day\";s:10:\"2020-05-20\";s:5:\"count\";i:0;}s:10:\"2020-05-21\";a:2:{s:3:\"day\";s:10:\"2020-05-21\";s:5:\"count\";i:0;}s:10:\"2020-05-22\";a:2:{s:3:\"day\";s:10:\"2020-05-22\";s:5:\"count\";i:0;}s:10:\"2020-05-23\";a:2:{s:3:\"day\";s:10:\"2020-05-23\";s:5:\"count\";i:0;}s:10:\"2020-05-24\";a:2:{s:3:\"day\";s:10:\"2020-05-24\";s:5:\"count\";i:0;}s:10:\"2020-05-25\";a:2:{s:3:\"day\";s:10:\"2020-05-25\";s:5:\"count\";i:0;}s:10:\"2020-05-26\";a:2:{s:3:\"day\";s:10:\"2020-05-26\";s:5:\"count\";i:0;}s:10:\"2020-05-27\";a:2:{s:3:\"day\";s:10:\"2020-05-27\";s:5:\"count\";i:0;}s:10:\"2020-05-28\";a:2:{s:3:\"day\";s:10:\"2020-05-28\";s:5:\"count\";i:0;}s:10:\"2020-05-29\";a:2:{s:3:\"day\";s:10:\"2020-05-29\";s:5:\"count\";i:0;}s:10:\"2020-05-30\";a:2:{s:3:\"day\";s:10:\"2020-05-30\";s:5:\"count\";i:0;}}','no'),(2178627,'_transient_timeout_wpforms_dash_widget_pro_entries_by_form_30','1590969600','no'),(2178628,'_transient_wpforms_dash_widget_pro_entries_by_form_30','a:15:{i:0;a:4:{s:7:\"form_id\";i:11;s:5:\"count\";i:1;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:1;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:2;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:3;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:4;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:5;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: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'),(2131089,'_site_transient_timeout_browser_c1234e9ecf2e908d129fbbe48d0ba175','1590968556','no'),(2131090,'_site_transient_browser_c1234e9ecf2e908d129fbbe48d0ba175','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"81.0.4044.129\";s:8:\"platform\";s:5:\"Linux\";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'),(2185185,'_transient_timeout_jetpack_sync_constants_await','1590965838','no'),(2185186,'_transient_jetpack_sync_constants_await','1590962238.86','no'),(2183763,'_transient_timeout_jpp_li_e439105e99ad2b979f94150d10170d81','1590952053','no'),(2183764,'_transient_jpp_li_e439105e99ad2b979f94150d10170d81','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:51:\"No current blocks on this IP address (49.37.140.37)\";s:17:\"seconds_remaining\";i:3600;s:16:\"blocked_attempts\";s:5:\"16028\";s:6:\"expire\";i:1590952053;}','no'),(2183945,'_transient_timeout_jpp_li_a6cd9d2b126b1270a17177cbd7f76814','1590953761','no'),(2183946,'_transient_jpp_li_a6cd9d2b126b1270a17177cbd7f76814','a:5:{s:6:\"status\";s:7:\"blocked\";s:3:\"msg\";s:46:\"This IP is currently blocked (213.149.103.132)\";s:17:\"seconds_remaining\";i:3361;s:16:\"blocked_attempts\";s:5:\"16029\";s:6:\"expire\";i:1590953761;}','no'),(2185005,'_transient_timeout_brute_use_math','1590962110','no'),(2185006,'_transient_brute_use_math','1','no'),(2185007,'jetpack_protect_error','Invalid Action Specified','no'),(2185008,'jetpack_nonce_1590961510_pu7iv6wEn4','1590961510','no'),(2178622,'_transient_timeout_jpp_headers_updated_recently','1590974904','no'),(2178623,'_transient_jpp_headers_updated_recently','1','no'),(486978,'widget_ffwd_info','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(486980,'ffwd_old_version','1.1.15','yes'),(406667,'mc_display_more','true','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:1587369772;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200416-070019.zip\";}i:1;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1587452575;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200421-070026.zip.\";}i:2;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1587452605;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200417-070022.zip\";}i:3;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1587538949;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200422-070023.zip.\";}i:4;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1587538980;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200418-070025.zip\";}i:5;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1587574829;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200422-165745.zip.\";}i:6;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1587574868;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200419-070017.zip\";}i:7;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1587625345;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200423-070017.zip.\";}i:8;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1587625373;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200420-070019.zip\";}i:9;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1587711767;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200424-070023.zip.\";}i:10;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1587711816;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200420-080016.zip\";}i:11;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1587798146;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200425-070020.zip.\";}i:12;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1587798175;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200421-070026.zip\";}i:13;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1587855477;s:7:\"message\";s:35:\"WordPress updated to version 5.3.2.\";}i:14;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1587884564;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200426-070024.zip.\";}i:15;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1587884592;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200422-070023.zip\";}i:16;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1587970980;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200427-070029.zip.\";}i:17;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1587971018;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200422-165745.zip\";}i:18;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1587974553;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200427-080021.zip.\";}i:19;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1587974581;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200423-070017.zip\";}i:20;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588057374;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200428-070020.zip.\";}i:21;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588057402;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200424-070023.zip\";}i:22;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588143778;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200429-070023.zip.\";}i:23;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588143823;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200425-070020.zip\";}i:24;a:3:{s:7:\"user_id\";i:2;s:9:\"timestamp\";i:1588179340;s:7:\"message\";s:48:\"Photo Gallery plugin (version 1.5.52) activated.\";}i:25;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588190399;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200429-195718.zip.\";}i:26;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588190447;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200426-070024.zip\";}i:27;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588190452;s:7:\"message\";s:33:\"WordPress updated to version 5.4.\";}i:28;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588230180;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200430-070030.zip.\";}i:29;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588230209;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200427-070029.zip\";}i:30;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588316790;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200501-070033.zip.\";}i:31;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588316845;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200427-080021.zip\";}i:32;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588403041;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200502-070027.zip.\";}i:33;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588403092;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200428-070020.zip\";}i:34;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588489443;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200503-070027.zip.\";}i:35;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588489498;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200429-070023.zip\";}i:36;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588575816;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200504-070023.zip.\";}i:37;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588575870;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200429-195718.zip\";}i:38;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588579418;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200504-080026.zip.\";}i:39;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588579479;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200430-070030.zip\";}i:40;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588662248;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200505-070026.zip.\";}i:41;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588662309;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200501-070033.zip\";}i:42;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588748626;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200506-070021.zip.\";}i:43;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588748678;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200502-070027.zip\";}i:44;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588835045;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200507-070043.zip.\";}i:45;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588835104;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200503-070027.zip\";}i:46;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588921416;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200508-070023.zip.\";}i:47;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1588921470;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200504-070023.zip\";}i:48;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589007814;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200509-070018.zip.\";}i:49;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589007868;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200504-080026.zip\";}i:50;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589094261;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200510-070023.zip.\";}i:51;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589094342;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200505-070026.zip\";}i:52;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589180656;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200511-070024.zip.\";}i:53;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589180729;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200506-070021.zip\";}i:54;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589184233;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200511-080018.zip.\";}i:55;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589184290;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200507-070043.zip\";}i:56;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589267067;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200512-070029.zip.\";}i:57;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589267142;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200508-070023.zip\";}i:58;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589353432;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200513-070022.zip.\";}i:59;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589353507;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200509-070018.zip\";}i:60;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589439850;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200514-070039.zip.\";}i:61;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589439918;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200510-070023.zip\";}i:62;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589526222;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200515-070022.zip.\";}i:63;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589526289;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200511-070024.zip\";}i:64;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589612602;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200516-070021.zip.\";}i:65;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589612653;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200511-080018.zip\";}i:66;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589699043;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200517-070025.zip.\";}i:67;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589699134;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200512-070029.zip\";}i:68;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589785457;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200518-070043.zip.\";}i:69;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589785510;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200513-070022.zip\";}i:70;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589789023;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200518-080027.zip.\";}i:71;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589789073;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200514-070039.zip\";}i:72;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589871842;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200519-070033.zip.\";}i:73;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589871900;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200515-070022.zip\";}i:74;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589958253;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200520-070039.zip.\";}i:75;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1589958305;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200516-070021.zip\";}i:76;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590044639;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200521-070030.zip.\";}i:77;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590044691;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200517-070025.zip\";}i:78;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590131031;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200522-070024.zip.\";}i:79;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590131082;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200518-070043.zip\";}i:80;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590217404;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200523-070020.zip.\";}i:81;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590217454;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200518-080027.zip\";}i:82;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590303830;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200524-070024.zip.\";}i:83;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590303884;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200519-070033.zip\";}i:84;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590390208;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200525-070023.zip.\";}i:85;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590390257;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200520-070039.zip\";}i:86;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590393807;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200525-080018.zip.\";}i:87;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590393858;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200521-070030.zip\";}i:88;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590476647;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200526-070032.zip.\";}i:89;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590476705;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200522-070024.zip\";}i:90;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590563057;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200527-070023.zip.\";}i:91;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590563141;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200523-070020.zip\";}i:92;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590649428;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200528-070023.zip.\";}i:93;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590649482;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200524-070024.zip\";}i:94;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590735820;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200529-070022.zip.\";}i:95;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590735904;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200525-070023.zip\";}i:96;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590822211;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200530-070018.zip.\";}i:97;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590822262;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200525-080018.zip\";}i:98;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590908636;s:7:\"message\";s:116:\"Backup file created: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200531-070020.zip.\";}i:99;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1590908687;s:7:\"message\";s:155:\"Due to retention settings, the following backup was deleted: /home/altere25/boldgrid_backup/boldgrid-backup-quintelacrosse.com-318bf1f5-20200526-070032.zip\";}}','no'),(2184839,'_transient_timeout_jetpack_plugin_api_action_links_refresh','1591046157','no'),(2184840,'_transient_jetpack_plugin_api_action_links_refresh','1590959757','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.1.18','yes'),(406662,'mc_display_author','false','yes'),(406663,'mc_use_styles','false','yes'),(406664,'mc_show_months','1','yes'),(406665,'mc_show_map','false','yes'),(406666,'mc_show_address','true','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'),(347855,'jetpack_ab_connect_banner_green_bar','b','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:13:{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\";}','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','1590962875','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:33:{s:18:\"wp_max_upload_size\";i:3564436882;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:1654550351;s:28:\"has_file_system_write_access\";i:4261170317;s:21:\"is_version_controlled\";i:734881840;s:10:\"taxonomies\";i:3454554151;s:10:\"post_types\";i:1322460419;s:18:\"post_type_features\";i:900929932;s:10:\"shortcodes\";i:3307619265;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:2981081850;s:11:\"get_plugins\";i:1957074946;s:24:\"get_plugins_action_links\";i:1076432515;s:14:\"active_modules\";i:1901560896;s:16:\"hosting_provider\";i:769900095;s:6:\"locale\";i:110763218;s:13:\"site_icon_url\";i:2718797744;s:5:\"roles\";i:2483871810;s:8:\"timezone\";i:3808505409;s:24:\"available_jetpack_blocks\";i:2502404571;s:13:\"paused_themes\";i:223132457;s:14:\"paused_plugins\";i:223132457;}','no'),(347931,'jetpack_constants_sync_checksum','a:20:{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:1883850698;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:1761172046;s:15:\"WP_MEMORY_LIMIT\";i:3065409971;s:19:\"WP_MAX_MEMORY_LIMIT\";i:1839787262;s:8:\"WP_DEBUG\";i:734881840;}','yes'),(347932,'jpsq_sync_checkout','0:0','no'),(347935,'jetpack_plugin_api_action_links','a:6:{s:33:\"duplicate-post/duplicate-post.php\";a:1:{s:8:\"Settings\";s:35:\"http://quintelacrosse.com/wp-admin/\";}s:27:\"my-calendar/my-calendar.php\";a:3:{s:8:\"Settings\";s:68:\"http://quintelacrosse.com/wp-admin/admin.php?page=my-calendar-config\";s:4:\"Help\";s:66:\"http://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:34:\"https://smartslider3.com/pricing/?\";}s:35:\"boldgrid-backup/boldgrid-backup.php\";a:1:{s:8:\"Settings\";s:74:\"http://quintelacrosse.com/wp-admin/admin.php?page=boldgrid-backup-settings\";}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:1:{s:8:\"Settings\";s:74:\"http://quintelacrosse.com/wp-admin/admin.php?page=boldgrid-backup-settings\";}}','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:3482985392;s:13:\"update_themes\";i:1788010487;s:11:\"update_core\";i:1098966826;}','yes'),(383289,'boldgrid_inspirations_previous_version','2.2.0','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'),(406832,'mc_show_gcal','false','yes'),(406833,'mc_show_list_info','false','yes'),(406834,'mc_show_list_events','false','yes'),(406835,'mc_gmap','false','yes'),(406836,'mc_gmap_api_key','','yes'),(406837,'mc_event_registration','false','yes'),(406838,'mc_title','false','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.5.5.2','yes'),(565562,'wpforms_license','a:5:{s:3:\"key\";s:32:\"0992a7eddbff9350625033ae83734a89\";s:4:\"type\";s:5:\"basic\";s:10:\"is_expired\";b:0;s:11:\"is_disabled\";b:0;s:10:\"is_invalid\";b:0;}','yes'),(565563,'wpforms_license_updates','1590985208','yes'),(565569,'_amn_wpforms_to_check','1578017860','yes'),(682207,'mc-event-category_children','a:0:{}','yes'),(2184944,'_site_transient_timeout_theme_roots','1590963008','no'),(2184945,'_site_transient_theme_roots','a:8:{s:17:\"boldgrid-pavilion\";s:7:\"/themes\";s:6:\"evolve\";s:7:\"/themes\";s:6:\"sporty\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}','no'),(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','1591147703','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','1590962880.28','yes'),(2140860,'_transient_timeout_jetpack_file_data_8.0','1592972111','no'),(2140861,'_transient_jetpack_file_data_8.0','a:51:{s:32:\"212a162108f1dc20cc6c768d5b47d4f2\";a:14:{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: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:\"\";}s:32:\"d3576702faeb399eb47ad20f586c3804\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:75:\"Display images and galleries in a gorgeous, full-screen browsing experience\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"55409a5f8388b8d33e2350ef80de3ea3\";a:14:{s:4:\"name\";s:13:\"Comment Likes\";s:11:\"description\";s:64:\"Increase visitor engagement by adding a Like button to comments.\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e914e6d31cb61f5a9ef86e1b9573430e\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:81:\"Let visitors use a WordPress.com, Twitter, Facebook, or Google account to comment\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f1b8c61705fb18eb8c8584c9f9cdffd9\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:81:\"Add a customizable contact form to any post or page using the Jetpack Form Block.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:214:\"contact, form, grunion, feedback, submission, contact form, email, feedback, contact form plugin, custom form, custom form plugin, form builder, forms, form maker, survey, contact by jetpack, contact us, forms free\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4fca6eb23a793155d69fdb119a094926\";a:14:{s:4:\"name\";s:9:\"Copy Post\";s:11:\"description\";s:77:\"Enable the option to copy entire posts and pages, including tags and settings\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"7.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:15:\"copy, duplicate\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cfdac01e3c3c529f93a8f49edef1f5db\";a:14:{s:4:\"name\";s:20:\"Custom content types\";s:11:\"description\";s:74:\"Display different types of content on your site with custom content types.\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4b9137ecf507290743735fb1f94535df\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:88:\"Adds options for CSS preprocessor use, disabling the theme\'s CSS, or custom image width.\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"95d75b38d76d2ee1b5b537026eadb8ff\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f1bb571a95c5de1e6adaf9db8567c039\";a:14:{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: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:\"\";}s:32:\"822f9ef1281dace3fb7cc420c77d24e0\";a:14:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"c167275f926ef0eefaec9a679bd88d34\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"58cbd4585a74829a1c88aa9c295f3993\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:53:\"Automatically load new content when a visitor scrolls\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d4a35eabc948caefad71a0d3303b95c8\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7b0c670bc3f8209dc83abb8610e23a89\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:74:\"Use the LaTeX markup language to write mathematical equations and formulas\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b00e4e6c109ce6f77b5c83fbaaaead4c\";a:14:{s:4:\"name\";s:11:\"Lazy Images\";s:11:\"description\";s:137:\"Speed up your site and create a smoother viewing experience by loading images as visitors scroll down the screen, instead of all at once.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:23:\"Appearance, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:150:\"mobile, theme, fast images, fast image, image, lazy, lazy load, lazyload, images, lazy images, thumbnail, image lazy load, lazy loading, load, loading\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8e46c72906c928eca634ac2c8b1bc84f\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate your content.\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2df2264a07aff77e0556121e33349dce\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:50:\"Write posts or pages in plain-text Markdown syntax\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0337eacae47d30c946cb9fc4e5ece649\";a:14:{s:4:\"name\";s:21:\"WordPress.com Toolbar\";s:11:\"description\";s:91:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com.\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:19:\"adminbar, masterbar\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cb5d81445061b89d19cb9c7754697a39\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:31:\"Enable the Jetpack Mobile theme\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ea0fbbd64080c81a90a784924603588c\";a:14:{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: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:\"\";}s:32:\"5c53fdb3633ba3232f60180116900273\";a:14:{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: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:\"\";}s:32:\"40b97d9ce396339d3e8e46b833a045b5\";a:14:{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: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:\"\";}s:32:\"0739df64747f2d02c140f23ce6c19cd8\";a:14:{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: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:\"\";}s:32:\"c54bb0a65b39f1316da8632197a88a4e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:118:\"Jetpack’s downtime monitoring will continuously watch your site, and alert you the moment that downtime is detected.\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:123:\"monitor, uptime, downtime, monitoring, maintenance, maintenance mode, offline, site is down, site down, down, repair, error\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cc013f4c5480c7bdc1e7edb2f410bf3c\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b3b34928b1e549bb52f866accc0450c5\";a:14:{s:4:\"name\";s:9:\"Asset CDN\";s:11:\"description\";s:154:\"Jetpack’s Site Accelerator loads your site faster by optimizing your images and serving your images and static files from our global network of servers.\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"6.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:160:\"site accelerator, accelerate, static, assets, javascript, css, files, performance, cdn, bandwidth, content delivery network, pagespeed, combine js, optimize css\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"714284944f56d6936a40f3309900bc8e\";a:14:{s:4:\"name\";s:9:\"Image CDN\";s:11:\"description\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:171:\"photon, photo cdn, image cdn, speed, compression, resize, responsive images, responsive, content distribution network, optimize, page speed, image optimize, photon jetpack\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"348754bc914ee02c72d9af445627784c\";a:14:{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: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:\"\";}s:32:\"041704e207c4c59eea93e0499c908bff\";a:14:{s:4:\"name\";s:13:\"Post by email\";s:11:\"description\";s:33:\"Publish posts by sending an email\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"26e6cb3e08a6cfd0811c17e7c633c72c\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:151:\"Enabling brute force protection will prevent bots and hackers from attempting to log in to your website with common username and password combinations.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:173:\"security, jetpack protect, secure, protection, botnet, brute force, protect, login, bot, password, passwords, strong passwords, strong password, wp-login.php, protect admin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"915a504082f797395713fd01e0e2e713\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:128:\"Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:220:\"facebook, jetpack publicize, twitter, tumblr, linkedin, social, tweet, connections, sharing, social media, automated, automated sharing, auto publish, auto tweet and like, auto tweet, facebook auto post, facebook posting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"a7b21cc562ee9ffa357bba19701fe45b\";a:14:{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: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:\"\";}s:32:\"9243c1a718566213f4eaf3b44cf14b07\";a:14:{s:4:\"name\";s:13:\"Related posts\";s:11:\"description\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:360:\"related, jetpack related posts, related posts for wordpress, related posts, popular posts, popular, related content, related post, contextual, context, contextual related posts, related articles, similar posts, easy related posts, related page, simple related posts, free related posts, related thumbnails, similar, engagement, yet another related posts plugin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"583e4cda5596ee1b28a19cde33f438be\";a:14:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:87:\"Enhanced search, powered by Elasticsearch, a powerful replacement for WordPress search.\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:110:\"search, elastic, elastic search, elasticsearch, fast search, search results, search performance, google search\";s:12:\"plan_classes\";s:8:\"business\";}s:32:\"15346c1f7f2a5f29d34378774ecfa830\";a:14:{s:4:\"name\";s:9:\"SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"72a0ff4cfae86074a7cdd2dcd432ef11\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:120:\"Add Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:229:\"share, sharing, sharedaddy, social buttons, buttons, share facebook, share twitter, social media sharing, social media share, social share, icons, email, facebook, twitter, linkedin, pinterest, pocket, social widget, social media\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"bb8c6c190aaec212a7ab6e940165af4d\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:177:\"Shortcodes are WordPress-specific markup that let you add media from popular sites. This feature is no longer necessary as the editor now handles media embeds rather gracefully.\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"1abd31fe07ae4fb0f8bb57dc24592219\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:82:\"Generates shorter links so you can have more space to write on social media sites.\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cae5f097f8d658e0b0ae50733d7c6476\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e9b8318133b2f95e7906cedb3557a87d\";a:14:{s:4:\"name\";s:14:\"Secure Sign On\";s:11:\"description\";s:63:\"Allow users to log in to this site using WordPress.com accounts\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"17e66a12031ccf11d8d45ceee0955f05\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable traffic stats and insights.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"346cf9756e7c1252acecb9a8ca81a21c\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:58:\"Let visitors subscribe to new posts and comments via email\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4f84d218792a6efa06ed6feae09c4dd5\";a:14:{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: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:\"\";}s:32:\"ca086af79d0d9dccacc934ccff5b4fd7\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"43c24feb7c541c376af93e0251c1a261\";a:14:{s:4:\"name\";s:20:\"Backups and Scanning\";s:11:\"description\";s:100:\"Protect your site with daily or real-time backups and automated virus scanning and threat detection.\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:16:\"Security, Health\";s:25:\"additional_search_queries\";s:386:\"backup, cloud backup, database backup, restore, wordpress backup, backup plugin, wordpress backup plugin, back up, backup wordpress, backwpup, vaultpress, backups, off-site backups, offsite backup, offsite, off-site, antivirus, malware scanner, security, virus, viruses, prevent viruses, scan, anti-virus, antimalware, protection, safe browsing, malware, wp security, wordpress security\";s:12:\"plan_classes\";s:27:\"personal, business, premium\";}s:32:\"b9396d8038fc29140b499098d2294d79\";a:14:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"afe184082e106c1bdfe1ee844f98aef3\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:101:\"Save on hosting storage and bandwidth costs by streaming fast, ad-free video from our global network.\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:118:\"video, videos, videopress, video gallery, video player, videoplayer, mobile video, vimeo, youtube, html5 video, stream\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"44637d43460370af9a1b31ce3ccec0cd\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on your site.\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"694c105a5c3b659acfcddad220048d08\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:49:\"Provides additional widgets for use on your site.\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ae15da72c5802d72f320640bad669561\";a:14:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";s:12:\"plan_classes\";s:17:\"premium, business\";}}','no'),(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'),(2184575,'_site_transient_timeout_boldgrid_backup_premium_version_data','1590985767','no'),(2184576,'_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.4.0\";s:8:\"asset_id\";i:1099253;s:12:\"release_date\";s:19:\"2020-05-19 18:28:06\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:3:\"5.3\";s:8:\"sections\";s:3216:\"{\"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.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:23727:\"{\"5.4\":{\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95]},\"5.3.3\":{\"1.4.0-rc.2\":[100,95]},\"5.3.2\":{\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95]},\"5.3.1\":{\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[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]},\"5.2.6\":{\"1.4.0-rc.2\":[100,95],\"1.4.0\":[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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"5.1.5\":{\"1.4.0-rc.2\":[100,95],\"1.4.0\":[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]},\"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]},\"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]},\"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]},\"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]},\"5.0.9\":{\"1.4.0-rc.2\":[100,95],\"1.4.0\":[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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"4.9.14\":{\"1.4.0-rc.2\":[100,95],\"1.4.0\":[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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]}}\";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:1590956967;}','no'),(1934315,'_site_transient_boldgrid_plugins_filtered','a:5:{s:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";a:13:{s:4:\"Name\";s:17:\"BoldGrid Easy SEO\";s:9:\"PluginURI\";s:38:\"https://www.boldgrid.com/boldgrid-seo/\";s:7:\"Version\";s:5:\"1.6.3\";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:5:\"Title\";s:17:\"BoldGrid Easy SEO\";s:10:\"AuthorName\";s:31:\"BoldGrid <support@boldgrid.com>\";}s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";a:13:{s:4:\"Name\";s:21:\"BoldGrid Inspirations\";s:9:\"PluginURI\";s:47:\"https://www.boldgrid.com/boldgrid-inspirations/\";s:7:\"Version\";s:5:\"2.2.1\";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: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:13:{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.12.1\";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: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:13:{s:4:\"Name\";s:12:\"Total Upkeep\";s:9:\"PluginURI\";s:41:\"https://www.boldgrid.com/boldgrid-backup/\";s:7:\"Version\";s:6:\"1.12.3\";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:5:\"Title\";s:12:\"Total Upkeep\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:13:{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.3.1\";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:5:\"Title\";s:20:\"Total Upkeep Premium\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}}','no'),(2184197,'_transient_timeout_jpp_li_66b12df0e51714080937e5e23a90994e','1590956053','no'),(2184198,'_transient_jpp_li_66b12df0e51714080937e5e23a90994e','a:5:{s:6:\"status\";s:7:\"blocked\";s:3:\"msg\";s:45:\"This IP is currently blocked (45.122.220.157)\";s:17:\"seconds_remaining\";i:3421;s:16:\"blocked_attempts\";s:5:\"16030\";s:6:\"expire\";i:1590956053;}','no'),(2185009,'_transient_timeout_jetpack_akismet_key_is_valid','1590962111','no'),(2185010,'_transient_jetpack_akismet_key_is_valid','valid','no'),(2185013,'_transient_timeout_jetpack_a8c_data','1591047912','no'),(2185019,'_transient_timeout_jetpack_jitm_13986c0328fed08609edf98cbc43b90','1590961817','no'),(2185020,'_transient_jetpack_jitm_13986c0328fed08609edf98cbc43b90','a:1:{s:18:\"last_response_time\";i:1590961517;}','no'),(2185028,'_transient_timeout_jetpack_jitm_0db29e33438214e1a953ae729669997','1590961821','no'),(2185029,'_transient_jetpack_jitm_0db29e33438214e1a953ae729669997','a:1:{s:18:\"last_response_time\";i:1590961521;}','no'),(2185232,'_transient_jetpack_jitm_9bfbb7c341135c1995e1b44a77c779c','a:1:{s:18:\"last_response_time\";i:1590962776;}','no'),(2185047,'_site_transient_timeout_community-events-a0ab91c3d1bf674d4876ccc24c446154','1591004885','no'),(2185048,'_site_transient_community-events-a0ab91c3d1bf674d4876ccc24c446154','a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"184.147.43.0\";}s:6:\"events\";a:3:{i:0;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:22:\"WordCamp Europe Online\";s:3:\"url\";s:32:\"https://2020.europe.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-06-04 00:00:00\";s:8:\"end_date\";s:19:\"2020-06-06 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"PT\";s:8:\"latitude\";d:41.1579437999999981911969371140003204345703125;s:9:\"longitude\";d:-8.6291053000000008665892892167903482913970947265625;}}i:1;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:20:\"WordCamp Kent Online\";s:3:\"url\";s:30:\"https://2020.kent.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-05-30 12:30:00\";s:8:\"end_date\";s:19:\"2020-05-31 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:41.1536674000000033402102417312562465667724609375;s:9:\"longitude\";d:-81.3578858999999994239260558970272541046142578125;}}i:2;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:25:\"WordCamp Philadelphia, PA\";s:3:\"url\";s:38:\"https://2020.philadelphia.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-09-26 00:00:00\";s:8:\"end_date\";s:19:\"2020-09-26 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.95258390000000048303263611160218715667724609375;s:9:\"longitude\";d:-75.165221500000001242369762621819972991943359375;}}}}','no'),(2185049,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1591004886','no'),(2185050,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2020/05/the-month-in-wordpress-april-2020/\'>The Month in WordPress: April 2020</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://ma.tt/2020/05/ceo-video-streaming/\'>Matt: Stream Like a CEO</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/gutenberg-8-2-includes-editing-flow-improvements-cover-block-content-positioning-and-pattern-categories?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-8-2-includes-editing-flow-improvements-cover-block-content-positioning-and-pattern-categories\'>WPTavern: Gutenberg 8.2 Includes Editing Flow Improvements, Cover Block Content Positioning, and Pattern Categories</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/google-search-to-introduce-new-page-experience-ranking-signal-in-2021?utm_source=rss&utm_medium=rss&utm_campaign=google-search-to-introduce-new-page-experience-ranking-signal-in-2021\'>WPTavern: Google Search to Introduce New Page Experience Ranking Signal in 2021</a></li></ul></div>','no'),(2183808,'_transient_timeout_jpp_li_424d360b1ff9bd350494184df8c1384a','1590952517','no'),(2183809,'_transient_jpp_li_424d360b1ff9bd350494184df8c1384a','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (46.19.141.82)\";s:17:\"seconds_remaining\";i:3600;s:16:\"blocked_attempts\";s:5:\"16028\";s:6:\"expire\";i:1590952517;}','no'),(2185238,'jetpack_nonce_1590962653_Y9SwqbfsZU','1590962653','no'),(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'),(2184526,'_site_transient_timeout_boldgrid_plugins','1590985211','no'),(2184527,'_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.4.1\";s:8:\"asset_id\";i:1102154;s:12:\"release_date\";s:19:\"2020-05-29 16:14:22\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:3:\"5.4\";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:40236:\"<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:53141:\"{\"5.4\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95]},\"5.3.3\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95]},\"5.3.2\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95]},\"5.3.1\":{\"2.4.0\":[100,95],\"2.4.1\":[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]},\"5.2.6\":{\"2.4.0\":[100,95],\"2.4.1\":[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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"5.1.5\":{\"2.4.0\":[100,95],\"2.4.1\":[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]},\"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]},\"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]},\"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]},\"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]},\"5.0.9\":{\"2.4.0\":[100,95],\"2.4.1\":[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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"4.9.14\":{\"2.4.0\":[100,95],\"2.4.1\":[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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]}}\";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.4.1\";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:\"2020-05-29 16:14:22\";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=1102154&installed_plugin_version=2.2.1&installed_wp_version=5.4.1\";}s:16:\"boldgrid-gallery\";O:8:\"stdClass\":24:{s:5:\"title\";s:16:\"BoldGrid Gallery\";s:7:\"version\";s:3:\"1.5\";s:8:\"asset_id\";i:842930;s:12:\"release_date\";s:19:\"2020-05-12 04:00:00\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:3:\"5.1\";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:2946:\"<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:1636:\"{\"4.8.1\":{\"1.5\":[100,95]},\"5.4\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.7.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.7.4\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.7.3\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.7.2\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.7.1\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.7\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.6.6\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.6.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.6.4\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.6.3\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.6.2\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.6.1\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.6\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.5.9\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.5.8\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.5.7\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.5.6\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.5.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.5.4\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.5.3\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.5.2\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.5.1\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.4.9\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.4.8\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.4.7\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.4.6\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.4.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.4.10\":{\"1.4.3\":[100,95],\"1.5\":[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]}}\";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:3:\"1.5\";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-05-12 04:00:00\";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:116:\"https://api.boldgrid.com/api/open/getAsset?key=b58f3279a7424c5008ca8e5c15df5afb&id=842930&installed_wp_version=5.4.1\";}}','no'),(1933341,'wd_bwg_version','1.5.52','no'),(1933342,'wd_bwg_theme_version','1.0.0','no'),(2130842,'_site_transient_timeout_php_check_8706d9e16ec2aa6542c624d1e3c9facd','1590965927','no'),(2130843,'_site_transient_php_check_8706d9e16ec2aa6542c624d1e3c9facd','a:5:{s:19:\"recommended_version\";s:3:\"7.3\";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:1;}','no'),(2185266,'_transient_timeout_jetpack_sync_last_checked_queue_state_sync','1590963098','no'),(2185267,'_transient_jetpack_sync_last_checked_queue_state_sync','a:2:{i:0;i:0;i:1;i:0;}','no'),(2184777,'_transient_timeout_jpp_li_db98c042b23f987b462666afa0f83d7c','1590962311','no'),(2184778,'_transient_jpp_li_db98c042b23f987b462666afa0f83d7c','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (62.210.88.90)\";s:17:\"seconds_remaining\";i:2986;s:16:\"blocked_attempts\";s:5:\"16036\";s:6:\"expire\";i:1590962311;}','no'),(2184939,'_transient_timeout_jpp_li_5b883d45ee05d351fa65e2fe8eef8248','1590963948','no'),(2184940,'_transient_jpp_li_5b883d45ee05d351fa65e2fe8eef8248','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (54.38.177.68)\";s:17:\"seconds_remaining\";i:2840;s:16:\"blocked_attempts\";s:5:\"16037\";s:6:\"expire\";i:1590963948;}','no'),(2183986,'jetpack_active_plan','a:8:{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:13:\"user_is_owner\";b:0;s:7:\"is_free\";b:1;s:8:\"features\";a:2:{s:6:\"active\";a:1:{i:0;s:7:\"akismet\";}s:9:\"available\";a:12:{s:7:\"akismet\";a:6:{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\";}s:18:\"vaultpress-backups\";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: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: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:15:\"simple-payments\";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: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: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:7:\"support\";a:6:{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\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}}}}','yes'),(2184775,'_transient_timeout_jetpack_idc_allowed','1590962924','no'),(2184776,'_transient_jetpack_idc_allowed','1','no'),(2184429,'_transient_timeout_jpp_li_0b026584887ff0f1e66f5ae97f55073b','1590956309','no'),(2184430,'_transient_jpp_li_0b026584887ff0f1e66f5ae97f55073b','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (95.110.129.91)\";s:17:\"seconds_remaining\";i:1170;s:16:\"blocked_attempts\";s:5:\"16032\";s:6:\"expire\";i:1590956309;}','no'),(2184599,'_transient_timeout_jpp_li_5c08ec8fe304d8c2fd1a361eab7d1148','1590957660','no'),(2184600,'_transient_jpp_li_5c08ec8fe304d8c2fd1a361eab7d1148','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (142.93.52.174)\";s:17:\"seconds_remaining\";i:451;s:16:\"blocked_attempts\";s:5:\"16034\";s:6:\"expire\";i:1590957660;}','no'),(2184962,'_transient_timeout_jpp_li_7aa658e29ad5fdd5583ebfec940c37bc','1590962470','no'),(2184963,'_transient_jpp_li_7aa658e29ad5fdd5583ebfec940c37bc','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (198.27.80.123)\";s:17:\"seconds_remaining\";i:1134;s:16:\"blocked_attempts\";s:5:\"16038\";s:6:\"expire\";i:1590962470;}','no'),(2184976,'_transient_timeout_jpp_li_96ac21c5ae4f041ac49d0713bce5eb60','1590964612','no'),(2184977,'_transient_jpp_li_96ac21c5ae4f041ac49d0713bce5eb60','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (144.217.60.239)\";s:17:\"seconds_remaining\";i:3201;s:16:\"blocked_attempts\";s:5:\"16039\";s:6:\"expire\";i:1590964612;}','no'),(1914331,'_transient_health-check-site-status-result','{\"good\":\"23\",\"recommended\":\"4\",\"critical\":\"1\"}','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:9:\"6/13/2020\";s:3:\"int\";i:14;s:9:\"dismissed\";i:0;}}','yes'),(1934295,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.1.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-5.4.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.1\";s:7:\"version\";s:5:\"5.4.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1590962798;s:15:\"version_checked\";s:5:\"5.4.1\";s:12:\"translations\";a:0:{}}','no'),(2185200,'_transient_timeout_wpforms_entries_export_tmpdata_cleared','1590966012','no'),(2185201,'_transient_wpforms_entries_export_tmpdata_cleared','yes','no'),(2184565,'_transient_timeout_jpp_li_2bdb3c919b781cd2b9d02479e0c7876c','1590960500','no'),(2184566,'_transient_jpp_li_2bdb3c919b781cd2b9d02479e0c7876c','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (159.65.145.176)\";s:17:\"seconds_remaining\";i:3550;s:16:\"blocked_attempts\";s:5:\"16033\";s:6:\"expire\";i:1590960500;}','no'),(2184754,'_transient_timeout_jpp_li_5ffe53b806cac633c78ad0514d21e0b4','1590962131','no'),(2184755,'_transient_jpp_li_5ffe53b806cac633c78ad0514d21e0b4','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:42:\"This IP is currently blocked (54.37.17.21)\";s:17:\"seconds_remaining\";i:3100;s:16:\"blocked_attempts\";s:5:\"16035\";s:6:\"expire\";i:1590962131;}','no'),(2185014,'_transient_jetpack_a8c_data','a:4:{s:4:\"a12s\";i:1186;s:9:\"countries\";i:77;s:9:\"languages\";i:93;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'),(2185018,'jetpack_nonce_1590961516_359rFfTng2','1590961517','no'),(2185021,'jetpack_nonce_1590961517_bY9k4Yo2a7','1590961518','no'),(2185022,'jetpack_nonce_1590961517_r5Y6r5bknd','1590961518','no'),(2185023,'jetpack_nonce_1590961517_sMmw3fs9EZ','1590961518','no'),(2185027,'jetpack_nonce_1590961519_tIuq060xiI','1590961520','no'),(2185182,'boldgrid_reseller','a:1:{s:16:\"reseller_nobrand\";b:1;}','yes'),(2185178,'_site_transient_timeout_boldgrid_available','1590962985','no'),(2185179,'_site_transient_boldgrid_available','1','no'),(2178618,'_transient_timeout_jetpack_https_test','1590974904','no'),(2178619,'_transient_jetpack_https_test','1','no'),(2168913,'_transient_timeout_jetpack_https_test_message','1590974904','no'),(2168914,'_transient_jetpack_https_test_message','','no'),(2184235,'_transient_timeout_jpp_li_33f7445b1fe933fab211f7daf8c3c0ac','1590955808','no'),(2184236,'_transient_jpp_li_33f7445b1fe933fab211f7daf8c3c0ac','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:42:\"This IP is currently blocked (45.55.49.45)\";s:17:\"seconds_remaining\";i:2826;s:16:\"blocked_attempts\";s:5:\"16031\";s:6:\"expire\";i:1590955808;}','no'),(2185272,'_transient_timeout_jetpack_jitm_2d8a97623da58890c94a39e5d07cc7e','1590963105','no'),(2185273,'_transient_jetpack_jitm_2d8a97623da58890c94a39e5d07cc7e','a:2:{i:0;O:8:\"stdClass\":11:{s:7:\"content\";O:8:\"stdClass\":5:{s:7:\"message\";s:46:\"Back up your site before making major changes.\";s:4:\"icon\";s:7:\"jetpack\";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: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:0:\"\";}s:8:\"template\";s:7:\"default\";s:3:\"ttl\";i:300;s:2:\"id\";s:14:\"backup-updates\";s:13:\"feature_class\";s:10:\"vaultpress\";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:\"last_response_time\";i:1590962805;}','no'),(2185180,'_site_transient_timeout_boldgrid_api_data','1590990931','no'),(2185181,'_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.4.1\";s:8:\"asset_id\";i:1102154;s:12:\"release_date\";s:19:\"2020-05-29 16:14:22\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:3:\"5.4\";s:8:\"sections\";s:46480:\"{\"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.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:53141:\"{\"5.4\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95]},\"5.3.3\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95]},\"5.3.2\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95]},\"5.3.1\":{\"2.4.0\":[100,95],\"2.4.1\":[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]},\"5.2.6\":{\"2.4.0\":[100,95],\"2.4.1\":[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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"5.1.5\":{\"2.4.0\":[100,95],\"2.4.1\":[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]},\"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]},\"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]},\"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]},\"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]},\"5.0.9\":{\"2.4.0\":[100,95],\"2.4.1\":[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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"4.9.14\":{\"2.4.0\":[100,95],\"2.4.1\":[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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]},\"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]}}\";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\":23:{s:2:\"26\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.19.8\";s:7:\"updated\";s:10:\"2020-05-13\";s:8:\"asset_id\";i:1096817;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-uptempo-1.19.8.zip\";}s:2:\"28\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.24.8\";s:7:\"updated\";s:10:\"2020-05-13\";s:8:\"asset_id\";i:1096815;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-diced-1.24.8.zip\";}s:2:\"29\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.24.8\";s:7:\"updated\";s:10:\"2020-05-13\";s:8:\"asset_id\";i:1096814;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-evolv-1.24.8.zip\";}s:2:\"30\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.19.8\";s:7:\"updated\";s:10:\"2020-05-13\";s:8:\"asset_id\";i:1096813;s:7:\"package\";s:63:\"https://repo.boldgrid.com/themes/boldgrid-florentine-1.19.8.zip\";}s:2:\"31\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.24.8\";s:7:\"updated\";s:10:\"2020-05-13\";s:8:\"asset_id\";i:1096812;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-hifidel-1.24.8.zip\";}s:2:\"32\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.24.8\";s:7:\"updated\";s:10:\"2020-05-13\";s:8:\"asset_id\";i:1096811;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-hydra-1.24.8.zip\";}s:2:\"33\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.24.8\";s:7:\"updated\";s:10:\"2020-05-13\";s:8:\"asset_id\";i:1096810;s:7:\"package\";s:57:\"https://repo.boldgrid.com/themes/boldgrid-linx-1.24.8.zip\";}s:2:\"34\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.24.8\";s:7:\"updated\";s:10:\"2020-05-13\";s:8:\"asset_id\";i:1096809;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-pavilion-1.24.8.zip\";}s:2:\"35\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.24.8\";s:7:\"updated\";s:10:\"2020-05-13\";s:8:\"asset_id\";i:1096808;s:7:\"package\";s:59:\"https://repo.boldgrid.com/themes/boldgrid-primas-1.24.8.zip\";}s:2:\"36\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.19.8\";s:7:\"updated\";s:10:\"2020-05-13\";s:8:\"asset_id\";i:1096807;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-resolve-1.19.8.zip\";}s:2:\"38\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.24.8\";s:7:\"updated\";s:10:\"2020-05-13\";s:8:\"asset_id\";i:1096806;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-vacation-1.24.8.zip\";}s:2:\"40\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.24.8\";s:7:\"updated\";s:10:\"2020-05-13\";s:8:\"asset_id\";i:1096805;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-gridone-1.24.8.zip\";}s:2:\"42\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.17.8\";s:7:\"updated\";s:10:\"2020-05-13\";s:8:\"asset_id\";i:1096804;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-venetian-1.17.8.zip\";}s:2:\"43\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.17.8\";s:7:\"updated\";s:10:\"2020-05-13\";s:8:\"asset_id\";i:1096803;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-haven-1.17.8.zip\";}s:2:\"44\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.15.8\";s:7:\"updated\";s:10:\"2020-05-13\";s:8:\"asset_id\";i:1096802;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-wedge-1.15.8.zip\";}s:2:\"45\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.14.8\";s:7:\"updated\";s:10:\"2020-05-13\";s:8:\"asset_id\";i:1096801;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-monument-1.14.8.zip\";}s:2:\"48\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"1.2.8\";s:7:\"updated\";s:10:\"2020-05-13\";s:8:\"asset_id\";i:1096800;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-callaway-1.2.8.zip\";}s:2:\"49\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"1.2.8\";s:7:\"updated\";s:10:\"2020-05-13\";s:8:\"asset_id\";i:1096799;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-swifty-1.2.8.zip\";}s:2:\"50\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"1.2.8\";s:7:\"updated\";s:10:\"2020-05-13\";s:8:\"asset_id\";i:1096798;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-cobalt-1.2.8.zip\";}s:2:\"51\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"1.2.8\";s:7:\"updated\";s:10:\"2020-05-13\";s:8:\"asset_id\";i:1096797;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-westview-1.2.8.zip\";}s:2:\"52\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"0.3.7\";s:7:\"updated\";s:10:\"2020-03-03\";s:8:\"asset_id\";i:1072694;s:7:\"package\";s:59:\"https://repo.boldgrid.com/themes/boldgrid-lattice-0.3.7.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:\"99\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"1.2.8\";s:7:\"updated\";s:10:\"2020-05-13\";s:8:\"asset_id\";i:1096798;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-cobalt-1.2.8.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.13.5.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.13.5\";}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.13.0.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.13.0\";}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:66:\"https://downloads.wordpress.org/plugin/boldgrid-easy-seo.1.6.5.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:5:\"1.6.5\";}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:1590962131;}','no'),(2185274,'_transient_timeout_jetpack_sync_callables_await','1590962925','no'),(2185275,'_transient_jetpack_sync_callables_await','1590962865.28','no'),(2183883,'_transient_timeout_jpp_li_370ab38513499ddaf99380604466b402','1590950860','no'),(2183884,'_transient_jpp_li_370ab38513499ddaf99380604466b402','a:5:{s:6:\"status\";s:7:\"blocked\";s:3:\"msg\";s:44:\"This IP is currently blocked (142.93.161.89)\";s:17:\"seconds_remaining\";i:881;s:16:\"blocked_attempts\";s:5:\"16028\";s:6:\"expire\";i:1590950860;}','no'),(2185236,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1590962797;s:7:\"checked\";a:8:{s:17:\"boldgrid-pavilion\";s:6:\"1.24.2\";s:6:\"evolve\";s:5:\"4.2.4\";s:6:\"sporty\";s:5:\"1.8.8\";s:13:\"twentyfifteen\";s:3:\"2.0\";s:14:\"twentynineteen\";s:3:\"1.1\";s:15:\"twentyseventeen\";s:3:\"1.7\";s:13:\"twentysixteen\";s:3:\"1.5\";s:12:\"twentytwenty\";s:3:\"1.0\";}s:8:\"response\";a:7:{s:6:\"evolve\";a:6:{s:5:\"theme\";s:6:\"evolve\";s:11:\"new_version\";s:5:\"4.2.6\";s:3:\"url\";s:36:\"https://wordpress.org/themes/evolve/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/evolve.4.2.6.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.6\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.6.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:\"1.5\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.1.5.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:\"2.3\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.3.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.1\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.1.zip\";s:8:\"requires\";s:3:\"4.4\";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:\"1.3\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.3.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:17:\"boldgrid-pavilion\";a:8:{s:5:\"theme\";s:17:\"boldgrid-pavilion\";s:11:\"new_version\";s:6:\"1.24.8\";s:3:\"url\";s:33:\"https://www.boldgrid.com/pavilion\";s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-pavilion-1.24.8.zip\";s:6:\"author\";s:65:\"<a href=\"https://www.boldgrid.com/the-team\">The BoldGrid Team</a>\";s:3:\"Tag\";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:6:\"search\";s:17:\"boldgrid-theme-34\";s:6:\"fields\";a:9:{s:7:\"version\";s:6:\"1.24.8\";s:6:\"author\";s:65:\"<a href=\"https://www.boldgrid.com/the-team\">The BoldGrid Team</a>\";s:11:\"description\";s:586:\"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:13:\"download_link\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-pavilion-1.24.8.zip\";s:4:\"name\";s:8:\"Pavilion\";s:4:\"slug\";s:17:\"boldgrid-pavilion\";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:12:\"last_updated\";s:10:\"2020-05-13\";s:8:\"homepage\";s:25:\"https://www.boldgrid.com/\";}}}s:12:\"translations\";a:0:{}}','no'),(2185237,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1590962797;s:8:\"response\";a:14:{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:\"4.1.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.5.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:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";O:8:\"stdClass\":12:{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:5:\"1.6.5\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/boldgrid-easy-seo/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/boldgrid-easy-seo.1.6.5.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:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}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:3:\"8.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/jetpack.8.5.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=1791404\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1791404\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=1791404\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:43:\"mstw-league-manager/mstw-league-manager.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:33:\"w.org/plugins/mstw-league-manager\";s:4:\"slug\";s:19:\"mstw-league-manager\";s:6:\"plugin\";s:43:\"mstw-league-manager/mstw-league-manager.php\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/mstw-league-manager/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/mstw-league-manager.2.7.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/mstw-league-manager/assets/icon-128x128.png?rev=1339900\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/mstw-league-manager/assets/banner-772x250.png?rev=1339900\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.3\";s:12:\"requires_php\";s:3:\"5.5\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:34:\"team-rosters/mstw-team-rosters.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/team-rosters\";s:4:\"slug\";s:12:\"team-rosters\";s:6:\"plugin\";s:34:\"team-rosters/mstw-team-rosters.php\";s:11:\"new_version\";s:3:\"4.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/team-rosters/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/team-rosters.4.2.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/team-rosters/assets/icon-128x128.png?rev=1087838\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/team-rosters/assets/banner-772x250.png?rev=764400\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":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:6:\"1.5.56\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/photo-gallery/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/photo-gallery.1.5.56.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:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":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.13.0\";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.13.0.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:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}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.0.61\";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:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":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:7:\"3.4.1.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/smart-slider-3/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/smart-slider-3.3.4.1.7.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=2307688\";s:2:\"1x\";s:69:\"https://ps.w.org/smart-slider-3/assets/banner-772x250.png?rev=2307688\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";s:3:\"7.0\";s:13:\"compatibility\";O:8:\"stdClass\":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.13.5\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/boldgrid-backup/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.13.5.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:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":12:{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.6.0.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.6.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-256x256.png?rev=1371112\";s:2:\"1x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-128x128.png?rev=1371112\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=1371112\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=1371112\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";s:3:\"5.5\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:19:\"wpforms/wpforms.php\";O:8:\"stdClass\":11:{s:11:\"new_version\";s:7:\"1.6.0.2\";s:7:\"version\";s:7:\"1.6.0.2\";s:7:\"package\";s:162:\"http://wpforms-plugin.s3.amazonaws.com/wpforms/wpforms-1.6.0.2.zip?AWSAccessKeyId=AKIASBN2TIA5QYG6HTPP&Expires=1591005997&Signature=cHbYJJ7aQH1g17maVNrkLUsmA74%3D\";s:12:\"download_url\";s:162:\"http://wpforms-plugin.s3.amazonaws.com/wpforms/wpforms-1.6.0.2.zip?AWSAccessKeyId=AKIASBN2TIA5QYG6HTPP&Expires=1591005997&Signature=cHbYJJ7aQH1g17maVNrkLUsmA74%3D\";s:4:\"slug\";s:7:\"wpforms\";s:11:\"last_update\";s:19:\"2020-05-19 07:13:50\";s:2:\"id\";s:6:\"200050\";s:8:\"requires\";s:3:\"4.9\";s:12:\"requires_php\";s:3:\"5.5\";s:6:\"tested\";s:5:\"5.4.1\";s:7:\"banners\";a:3:{s:2:\"2x\";s:73:\"https://plugins.svn.wordpress.org/wpforms-lite/assets/banner-1544x500.png\";s:2:\"1x\";s:72:\"https://plugins.svn.wordpress.org/wpforms-lite/assets/banner-772x250.png\";s:7:\"default\";s:72:\"https://plugins.svn.wordpress.org/wpforms-lite/assets/banner-772x250.png\";}}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.4.1\";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=1102154&installed_plugin_version=2.2.1&installed_wp_version=5.4.1\";}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";O:8:\"stdClass\":5:{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.4.0\";s:3:\"url\";s:25:\"https://www.boldgrid.com/\";s:7:\"package\";s:112:\"https://api.boldgrid.com/api/open/get-asset?id=1099253&installed_plugin_version=1.3.1&installed_wp_version=5.4.1\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":9:{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:5:\"3.2.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/duplicate-post.3.2.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=1612753\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=1612753\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=1612986\";}s:11:\"banners_rtl\";a:0:{}}s:57:\"mstw-schedules-scoreboards/mstw-schedules-scoreboards.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:40:\"w.org/plugins/mstw-schedules-scoreboards\";s:4:\"slug\";s:26:\"mstw-schedules-scoreboards\";s:6:\"plugin\";s:57:\"mstw-schedules-scoreboards/mstw-schedules-scoreboards.php\";s:11:\"new_version\";s:5:\"1.4.1\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/mstw-schedules-scoreboards/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/mstw-schedules-scoreboards.1.4.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:79:\"https://ps.w.org/mstw-schedules-scoreboards/assets/icon-128x128.png?rev=1087789\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:81:\"https://ps.w.org/mstw-schedules-scoreboards/assets/banner-772x250.png?rev=1040108\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"my-calendar/my-calendar.php\";O:8:\"stdClass\":9:{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:6:\"3.1.18\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/my-calendar/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/my-calendar.3.1.18.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:31:\"boldgrid-gallery/wc-gallery.php\";O:8:\"stdClass\":5:{s:6:\"plugin\";s:31:\"boldgrid-gallery/wc-gallery.php\";s:4:\"slug\";s:16:\"boldgrid-gallery\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:24:\"http://www.boldgrid.com/\";s:7:\"package\";s:116:\"https://api.boldgrid.com/api/open/getAsset?key=b58f3279a7424c5008ca8e5c15df5afb&id=842930&installed_wp_version=5.4.1\";}}s:6:\"tested\";s:3:\"5.3\";}','no'),(2185204,'_transient_timeout_jetpack_psh_status','1590963314','no'),(2185205,'_transient_jetpack_psh_status','1','no'),(2183255,'_site_transient_timeout_boldgrid_wporg_plugins','1590970510','no'),(2183256,'_site_transient_boldgrid_wporg_plugins','O:8:\"stdClass\":5:{s:21:\"post-and-page-builder\";O:8:\"stdClass\":29:{s:4:\"name\";s:69:\"Post and Page Builder by BoldGrid – Visual Drag and Drop Editor\";s:4:\"slug\";s:21:\"post-and-page-builder\";s:7:\"version\";s:6:\"1.13.0\";s:6:\"author\";s:111:\"<a href=\"https://www.boldgrid.com/?utm_source=ppb-wp-repo&utm_medium=author-uri&utm_campaign=ppb\">BoldGrid </a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/boldgrid\";s:12:\"contributors\";a:6:{s:8:\"boldgrid\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/boldgrid\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/a72e18767febdc7280e2e20712319ded?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:8:\"BoldGrid\";}s:8:\"rramo012\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/rramo012\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/0eaecded1c828471f416f03f2097a316?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"Rafael Ramos\";}s:8:\"imh_brad\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/imh_brad\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/f67c07b5543f8da4c866e17dbc85e431?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Brad Markle\";}s:7:\"joemoto\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/joemoto\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/11f9fe08f86f11795b0809ae004a13e1?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"Joe Cartonia\";}s:5:\"timph\";a:3:{s:7:\"profile\";s:36:\"https://profiles.wordpress.org/timph\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/44bd2b84ffc6ca9dd03ace777009bc07?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:5:\"timph\";}s:15:\"bgnicolepaschen\";a:3:{s:7:\"profile\";s:46:\"https://profiles.wordpress.org/bgnicolepaschen\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/ff2202deb6fd33e094e1752ac6d7c560?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:14:\"Nicole Paschen\";}}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";s:3:\"5.4\";s:6:\"rating\";i:94;s:7:\"ratings\";a:5:{i:5;i:36;i:4;i:6;i:3;i:0;i:2;i:0;i:1;i:2;}s:11:\"num_ratings\";i:44;s:15:\"support_threads\";i:15;s:24:\"support_threads_resolved\";i:12;s:15:\"active_installs\";i:60000;s:12:\"last_updated\";s:21:\"2020-03-31 5:37pm GMT\";s:5:\"added\";s:10:\"2017-11-16\";s:8:\"homepage\";s:103:\"https://www.boldgrid.com/boldgrid-editor/?utm_source=ppb-wp-repo&utm_medium=plugin-uri&utm_campaign=ppb\";s:8:\"sections\";a:6:{s:11:\"description\";s:6600:\"<h4>What is the Post and Page Builder by BoldGrid?</h4>\n<p>The Post and Page Builder is an intuitive drag and drop editor plugin and the easiest way to create and edit pages for any theme. Whether you are new to WordPress or consider yourself a pro, BoldGrid solutions will make your WordPress life better. Stop dealing with site-breaking shortcodes and theme restricted editors. You are going to love just how fast and easily you can create beautiful websites now.</p>\n<p>Try out the <a href=\"https://www.boldgrid.com/central/get-it-now?redirect_url=wp-admin%2Fpost-new.php%3Fpost_type%3Dpage&plugins=post-and-page-builder&utm_source=ppb-wp-repo&utm_medium=readme&utm_campaign=ppb\" rel=\"nofollow ugc\">BoldGrid Demo</a> on Cloud WordPress to see for yourself!</p>\n<span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'360\' src=\'https://www.youtube.com/embed/QoIb7OhV9ys?version=3&rel=0&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></span>\n<h4>Features</h4>\n<ul>\n<li><strong>Drag and Drop Editing</strong> – Create simple or complex layouts with our unique editing experience</li>\n<li><strong>BoldGrid Blocks</strong> – Hundreds of professional layout designs to work from</li>\n<li><strong>100% Mobile-friendly</strong> – Responsive layouts and controls to change the design per device</li>\n<li><strong>Google Fonts</strong> – Change font family, font size, font color, letter spacing, line height and more</li>\n<li><strong>Theme Compatibility</strong> – Our WordPress Page Builder is designed to work with any WordPress Theme</li>\n<li><strong>Custom Backgrounds</strong> – Add background images, gradient backgrounds, patterns, overlays, and background colors</li>\n<li><strong>Fast and Free Support</strong> – Growing Community and knowledge base</li>\n<li><strong>Animations</strong> – Add effects as the user scrolls down the page with Animate.css or background parallax scroll effects</li>\n<li><strong>Advanced Controls</strong> – Add margin, padding, box shadows, borders, alignment and more to almost any element</li>\n<li><strong>Bootstrap Grid</strong> – Drag and drop controls for bootstrap rows and columns elements</li>\n<li><strong>Add Custom CSS Classes</strong> – Complete control over any element</li>\n<li><strong>Clean, Simple Markup</strong> – Easily create a professionally coded template without experience</li>\n<li><strong>Google Maps</strong> – Embed and customize maps into your post or page</li>\n<li><strong>Web Components</strong> – High quality reusable and customizable HTML elements</li>\n<li><strong>Font Awesome Icons</strong> – Insert and customize any Font Awesome icons</li>\n<li><strong>CSS Grid</strong> – Full width, column and row based layouts</li>\n<li><strong>Image Editing</strong> – Apply image filters and automatically crop images</li>\n<li><strong>Button Designs</strong> – Fully customizable button designs</li>\n<li><strong>Custom Post Types</strong> – Save and reuse full page layouts or BoldGrid Block designs</li>\n<li><strong>WordPress Editor Integration</strong> – Integrated into TinyMCE so you can keep the same workflow</li>\n<li><strong>No Need for Shortcodes!</strong> – Faster page loads by saving your custom HTML5 elements</li>\n</ul>\n<p>Additional Features when used with other BoldGrid plugins:</p>\n<ul>\n<li>Dozens of free layout templates</li>\n<li>Integrated with professional image banks</li>\n<li>Contact Forms</li>\n<li>On-page SEO recommendations for targeted search phrase</li>\n</ul>\n<p>Visit our website to learn more about additional <a href=\"https://www.boldgrid.com/wordpress-plugins/?utm_source=ppb-wp-repo&utm_medium=demo-uri&utm_campaign=ppb\" rel=\"nofollow ugc\">BoldGrid plugins</a> to further improve your WordPress experience!</p>\n<h4>People Love BoldGrid</h4>\n<p>“It’s really the perfect starting point for just about any web project, allowing users to get their site up and running in very short time. ” – Digital.com</p>\n<p>“BoldGrid is a great extension to WordPress that will make my job a lot easier and faster while creating custom layouts and pages.” – Webhostingmedia.net</p>\n<p>“Well, I have seen many site builders but this is the only one that provides so many features.” – Woblogger.com</p>\n<h4>A Post and Page Builder That Works With Your Theme and Plugins</h4>\n<p>The Post and Page Builder by BoldGrid is designed to work with almost any WordPress theme. Add it to your existing website today, or try a BoldGrid theme for your new website. Alternatively, consider upgrading and using the powerful BoldGrid framework theme (available in Premium subscription) as an excellent time saver for agencies and developers.</p>\n<h4>A Post and Page Builder Stuffed With Pre-Designed Templates & Blocks</h4>\n<p>Create layouts and pages faster and easier than ever with Blocks by BoldGrid. Blocks are pre-built page sections consisting of various layouts of rows and columns prepopulated with content that can be edited visually or with HTML and CSS. Blocks utilize a wide variety of content that can be completely customized to fit your needs such as icons, buttons, free and premium images, font packs, and more.</p>\n<h4>A Post and Page Builder That Is Faster Than The Rest</h4>\n<p>The Post and Page Builder by BoldGrid is designed to create pages that load fast. BoldGrid ditches shortcodes in favor of clean markup that can be served quickly. That also means BoldGrid code is easy to assess and customize.</p>\n<h4>Coming Soon / Maintenance Page</h4>\n<p>Great for making “under construction” or “coming soon” pages. You can create a simple page within minutes by using free professionally designed WordPress Blocks.</p>\n<h4>Bootstrap WYSIWYG Post & Page Builder for WordPress</h4>\n<p>Our drag and drop system is built on the Bootstrap Grid. You can drag columns, rows, and containers around your pages to make quick updates to pages. Advanced CSS controls allow you to make pixel perfect designs.</p>\n<h4>Create Custom Color Palette</h4>\n<p>Choose your brand’s colors and we’ll help your design stay unified. Our unique color palette system is built with SASS and allows you to change all the colors on your site. You don’t have to choose from a few presets anymore!</p>\n\";s:12:\"installation\";s:679:\"<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP version 5.4 or greater</li>\n<li>WordPress 4.7 or greater</li>\n</ul>\n<h4>From within WordPress</h4>\n<ol>\n<li>Visit ‘Plugins > Add New’</li>\n<li>Search for ‘Post and Page Builder by BoldGrid’</li>\n<li>Activate Post and Page Builder from your Plugins page.</li>\n</ol>\n<h4>Manually</h4>\n<ol>\n<li>Upload the entire post-and-page-builder folder to the /wp-content/plugins/ directory.</li>\n<li>Activate the plugin through the Plugins menu in WordPress.</li>\n</ol>\n<p>You will find a ‘Post and Page Builder’ menu in your WordPress admin panel and find most features within the<br />\nWordPress Editor.</p>\n\";s:3:\"faq\";s:1404:\"\n<h4>Where can I find documentation and user guides?</h4>\n<p>\n<p>If you have any questions on getting started with the BoldGrid Post and Page Builder, please visit our <a href=\"https://www.boldgrid.com/support/boldgrid-post-and-page-builder/?utm_source=ppb-wp-repo&utm_medium=readme&utm_campaign=ppb\" rel=\"nofollow ugc\">Getting Started Guide</a>.<br />\nWe also suggest joining our <a href=\"https://www.facebook.com/groups/BGTeamOrange\" rel=\"nofollow ugc\">Team Orange User Group community</a> for free support, tips and tricks.</p>\n</p>\n<h4>Will the Post and Page Builder work with my theme?</h4>\n<p>\n<p>Yes; the Post and Page Builder is compatible with any theme. We recommend using BoldGrid themes which provide additional features and are optimized for use with the Post and Page Builder.</p>\n</p>\n<h4>Where can I report issues or ask questions?</h4>\n<p>\n<p>Bugs can be reported either in the <a href=\"https://wordpress.org/support/plugin/post-and-page-builder\">WordPress support forum</a> or in the <a href=\"https://www.boldgrid.com/support/questions/?utm_source=ppb-wp-repo&utm_medium=readme&utm_campaign=ppb\" rel=\"nofollow ugc\">BoldGrid Support Center</a>.</p>\n</p>\n<h4>How can I contribute?</h4>\n<p>\n<p>The Post and Page Builder is open source software. Join in on our <a href=\"https://github.com/BoldGrid/post-and-page-builder/\" rel=\"nofollow ugc\">GitHub repository</a>.</p>\n</p>\n\n\";s:9:\"changelog\";s:20196:\"<h4>1.13.0</h4>\n<p>Release Date: March 31st, 2020</p>\n<ul>\n<li>New Feature: Added template without header and footer.</li>\n</ul>\n<h4>1.12.2</h4>\n<p>Release Date: February 19th, 2020</p>\n<ul>\n<li>Update: Updated BoldGrid Library.</li>\n<li>Update: Added premium component options for each component.</li>\n</ul>\n<h4>1.12.1</h4>\n<p>Release Date: November 12th, 2019</p>\n<ul>\n<li>Fix: Compatibility issues with latest twentytwenty release.</li>\n</ul>\n<h4>1.12.0</h4>\n<p>Release Date: November 11th, 2019</p>\n<ul>\n<li>Feature: Default editor styles now applied in post and page builder.</li>\n<li>Feature: Added button to remove background image.</li>\n<li>Feature: Shortcodes can now be edited from visual mode.</li>\n<li>Update: Horizontal lines now use div tag to prevent conflicts with themes.</li>\n<li>Update: Improved support for twentytwenty theme.</li>\n</ul>\n<h4>1.11.2</h4>\n<p>Release Date: September 18th, 2019</p>\n<ul>\n<li>Update: Added premium links in menu, plugins page and settings page.</li>\n<li>Fix: Added composer hook for library build.</li>\n</ul>\n<h4>1.11.1</h4>\n<p>Release Date: September 5th, 2019</p>\n<ul>\n<li>Update: Update BoldGrid Library – Dashboard Updates.</li>\n</ul>\n<h4>1.11.0</h4>\n<p>Release Date: August 22nd, 2019</p>\n<ul>\n<li>Feature: Shortcodes now rendered in editor.</li>\n<li>Feature: 10 new Block designs.</li>\n</ul>\n<h4>1.10.6</h4>\n<p>Release Date: August 1st, 2019</p>\n<ul>\n<li>Update: Update BoldGrid library version.</li>\n</ul>\n<h4>1.10.5</h4>\n<p>Release Date: July 18th, 2019</p>\n<ul>\n<li>Fix: Compatibility with tinymce Advanced.</li>\n</ul>\n<h4>1.10.4</h4>\n<p>Release Date: July 9th, 2019</p>\n<ul>\n<li>Update: Added a filter to disable buttons component.</li>\n</ul>\n<h4>1.10.3</h4>\n<p>Release Date: May 21st, 2019</p>\n<ul>\n<li>Fix: Undefined constant warning logged</li>\n</ul>\n<h4>1.10.2</h4>\n<p>Release Date: May 21st, 2019</p>\n<ul>\n<li>Fix: Child themes of BoldGrid themes not recognized</li>\n</ul>\n<h4>1.10.1</h4>\n<p>Release Date: May 8th, 2019</p>\n<ul>\n<li>Update: Verbiage update within Custom Classes section</li>\n<li>Update: Update BoldGrid library version</li>\n<li>Fix: Section wrappers not deleted within add blocks</li>\n<li>Fix: Issue where animations not removed from column shapes</li>\n</ul>\n<h4>1.10.0</h4>\n<p>Release Date: February 14, 2019</p>\n<ul>\n<li>Fix: Block preview size on theme twentynineteen</li>\n<li>Fix: ACF Plugin compatibility issue</li>\n<li>Update: Links to User community group</li>\n<li>Update: Intermittent feedback requests</li>\n</ul>\n<h4>1.9.2</h4>\n<p>Release Date: December 11th, 2018</p>\n<ul>\n<li>Fix: Issue saving blocks from page builder interface</li>\n</ul>\n<h4>1.9.1</h4>\n<p>Release Date: December 5th, 2018</p>\n<ul>\n<li>Fix: Automatic image cropping fails to open</li>\n</ul>\n<h4>1.9.0</h4>\n<p>Release Date: December 4th, 2018</p>\n<ul>\n<li>New Feature: Users can now switch between editors</li>\n<li>New Feature: A default editor can be specified</li>\n<li>New Feature: Builder can be enabled on custom post types</li>\n<li>Update: Lengthened timeouts on block generating</li>\n</ul>\n<h4>1.8.1</h4>\n<p>Release Date: November 21st, 2018</p>\n<ul>\n<li>Bug Fix: Deleting plugin caused issues with BoldGrid Library.</li>\n</ul>\n<h4>1.8.0</h4>\n<p>Release Date: October 16th, 2018</p>\n<ul>\n<li>New Feature: Column and Row backgrounds are now supported</li>\n<li>New Feature: Add Components and Widgets</li>\n<li>New Feature: Upgraded typography controls</li>\n<li>New Feature: Layout component</li>\n<li>New Feature: Anchors have individual font control</li>\n<li>New Feature: Rows can be added from the section popover</li>\n<li>New Feature: Pre tags are now supported for drag and drop</li>\n<li>New Feature: Added BoldGrid Connect Page</li>\n<li>New Feature: Support for Premium Extension</li>\n<li>New Feature: Row resize pixel preview</li>\n<li>Update: A notice will be displayed if an incomplete Github version of the plugin is active.</li>\n<li>Update: Minimum PHP/WP Version changed to 5.4 and 4.7 respectfully.</li>\n<li>Update: After first time setup page template will update for current page.</li>\n<li>Bug Fix: Fix display issues when viewing saved blocks on BoldGrid Themes.</li>\n<li>Bug Fix: Duplicate fonts displayed within font selection.</li>\n<li>Bug Fix: Some theme fonts not available for selection.</li>\n<li>Bug Fix: Block alignment issues saving to front end.</li>\n<li>Bug Fix: Captions within blocks not translated when inserted.</li>\n</ul>\n<h4>1.7.4</h4>\n<p>Release Date: May 17th, 2018</p>\n<ul>\n<li>Bug Fix: BoldGrid DropTab not visible after 4.9.6 update.</li>\n</ul>\n<h4>1.7.3</h4>\n<p>Release Date: May 3rd, 2018</p>\n<ul>\n<li>Bug Fix: Some fonts not loaded into block previews.</li>\n<li>Bug Fix: Used blocks will now include fonts in previews.</li>\n</ul>\n<h4>1.7.2</h4>\n<p>Release Date: April 2nd, 2018</p>\n<ul>\n<li>Bug Fix: Fixed display issues of Blocks when toggle back and forth between filters.</li>\n<li>Bug Fix: Introduction steps displayed on Save Block.</li>\n</ul>\n<h4>1.7.1</h4>\n<p>Release Date: March 8th, 2018</p>\n<ul>\n<li>Bug Fix: Fixed compatibility issues on older WordPress Versions.</li>\n<li>Bug Fix: Fixed default category displayed for users with inspiration installs.</li>\n<li>Bug Fix: Typo in Connect Key prompt.</li>\n</ul>\n<h4>1.7.0</h4>\n<p>Release Date: March 7th, 2018</p>\n<ul>\n<li>New Feature: Most elements now support animation controls.</li>\n<li>New Feature: CSS ID’s can now be specified via customization controls.</li>\n<li>New Feature: Users can now specify a Connect Key.</li>\n<li>New Feature: Support audio and video blocks in Blocks.</li>\n<li>New Feature: Shortcodes now display in block previews.</li>\n<li>New Feature: Blocks can now be requested by industry.</li>\n<li>New Feature: Blocks now display full height in previews.</li>\n<li>Bug Fix: Blockquote elements now have the text control available to them.</li>\n<li>Bug Fix: Warning thrown while listing posts in admin.</li>\n<li>Bug Fix: HEX input field missing from color picker.</li>\n<li>Bug Fix: Undo/Redo no longer change scroll position.</li>\n<li>Bug Fix: Getting started displayed after switching to text tab.</li>\n<li>Bug Fix: Fixing iframe heights in editor.</li>\n<li>Bug Fix: Duplicate font families in drop down.</li>\n<li>Bug Fix: Saving existing blocks to library missing section wrapper.</li>\n</ul>\n<h4>1.6.3</h4>\n<p>Release Date: January 17th, 2018</p>\n<ul>\n<li>Bug Fix: Issue causing editor to fail when an empty block is saved to your block library.</li>\n<li>Bug Fix: Editor width is set incorrectly if front end of site is inaccessible.</li>\n</ul>\n<h4>1.6.2</h4>\n<p>Release Date: December 26th, 2017</p>\n<ul>\n<li>Bug Fix: Edit links displayed when not logged in.</li>\n</ul>\n<h4>1.6.1</h4>\n<p>Release Date: December 19th, 2017</p>\n<ul>\n<li>Bug Fix: Remove old plugin name (boldgrid-editor) from BG themes recommendations.</li>\n<li>Bug Fix: Fix compatibility issues with Advanced Custom Fields plugin.</li>\n<li>Bug Fix: Disable margin control on columns.</li>\n<li>Bug Fix: Fixed error when activating old plugin name.</li>\n<li>Bug Fix: Advanced Control -> Box shadow switch unclickable.</li>\n<li>Bug Fix: Fix JS error when adding Blocks on text tab.</li>\n<li>Update: SASS compiler updated.</li>\n</ul>\n<h4>1.6</h4>\n<p>Release Date: November 14th, 2017</p>\n<ul>\n<li>New Feature: Advanced controls and Custom Design UI updates.</li>\n<li>New Feature: Added new Post Type – Block.</li>\n<li>New Feature: Users can now save Blocks and reuse them.</li>\n<li>New Feature: New pages will now be prompted to install a new Block.</li>\n<li>New Feature: Control for hiding and showing page titles.</li>\n<li>New Feature: Escape now closes an open panel.</li>\n<li>New Feature: Allow customization of HR element.</li>\n<li>New Feature: Added information about the icons in the DropTab.</li>\n<li>New Feature: Added color palette control.</li>\n<li>New Feature: Added first time intro choices.</li>\n<li>New Feature: Added custom class inputs for buttons, backgrounds, hr, images and icons.</li>\n<li>Bug Fix: Image crop issue with http vs https.</li>\n<li>Bug Fix: Issue with masonry layout on box designs.</li>\n</ul>\n<h4>1.5</h4>\n<ul>\n<li>Update: Bump version.</li>\n</ul>\n<h4>1.4.9</h4>\n<ul>\n<li>Bug Fix: Fix notices thrown when installing Blocks.</li>\n</ul>\n<h4>1.4.8</h4>\n<ul>\n<li>Bug Fix: Remove image content type checking.</li>\n<li>Update: Added filter for allowed_post_types for loading editor.</li>\n<li>Update: Improving timing of Block loading message.</li>\n<li>Update: Improving performance of Blocks on sites with a lot of content.</li>\n<li>Update: Updating background image urls.</li>\n<li>Update: Updating Font Awesome icon selections.</li>\n<li>Update: Adding alternative image request methods.</li>\n<li>Update: Use latest version of shared assets.</li>\n<li>Bug fix: Fixing an error on attachment page.</li>\n<li>Bug fix: Adding filter for posts to be excluded from My Blocks.</li>\n</ul>\n<h4>1.4.7</h4>\n<ul>\n<li>Bug fix: Misc. bug fixes for Dynamic Blocks.</li>\n<li>New Feature: Delete Block button added to Block UI.</li>\n</ul>\n<h4>1.4.6</h4>\n<ul>\n<li>New Feature: Integrating new Dynamic Blocks.</li>\n<li>Update: Updated plugin URI.</li>\n</ul>\n<h4>1.4.5</h4>\n<ul>\n<li>Update: Updated for WordPress 4.8.</li>\n</ul>\n<h4>1.4.4</h4>\n<ul>\n<li>New Feature: Added support for WPForms.</li>\n</ul>\n<h4>1.4.3</h4>\n<ul>\n<li>Bug fix: Fixed auto plugin update.</li>\n</ul>\n<h4>1.4.2</h4>\n<ul>\n<li>Bug fix: Added check and load before using get_plugin_data() for updates.</li>\n<li>Update: Removing btn-flat default class.</li>\n</ul>\n<h4>1.4.1</h4>\n<ul>\n<li>Update: Updating plugin description.</li>\n</ul>\n<h4>1.4.0.1</h4>\n<ul>\n<li>Bug Fix: Replaced section background image 404.</li>\n<li>Bug Fix: Google maps not replaced on edit.</li>\n<li>Bug Fix: Disable mce inline_boundaries.</li>\n</ul>\n<h4>1.4</h4>\n<ul>\n<li>Bug fix: Fixed issue when installing plugins from the Tools Import page.</li>\n<li>Bug fix: Crop image screen closes immediately.</li>\n<li>Bug fix: Updating section background image URLs.</li>\n</ul>\n<h4>1.3.4</h4>\n<ul>\n<li>Bug Fix: Fixing chrome drag auto scroll.</li>\n<li>Bug fix: Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).</li>\n<li>Bug fix: Error thrown while resizing.</li>\n<li>Bug fix: Column Drag outline is the wrong color.</li>\n<li>Bug fix: Blocks not vertically centered.</li>\n<li>Update: Prioritize Post Blocks when viewing posts.</li>\n</ul>\n<h4>1.3.3</h4>\n<ul>\n<li>Update: Add Underline to tinymce toolbar.</li>\n<li>Update: Set default section background image position to center.</li>\n<li>Bug fix: Fixing an issue where column popover would disappear.</li>\n<li>Bug fix: Fixing an issue where swapping images was not working correctly.</li>\n<li>Bug fix: Fixing adding icons to empty areas.</li>\n<li>Bug fix: Fixing issue with system fonts displaying in editor dropdowns.</li>\n<li>Bug fix: Replace more than one image bug.</li>\n</ul>\n<h4>1.3.2</h4>\n<ul>\n<li>Bug fix: Fixing issue adding Blocks.</li>\n<li>New feature: Added a new UI for Blocks.</li>\n<li>Testing: Tested on WordPress 4.7.</li>\n</ul>\n<h4>1.3.1</h4>\n<ul>\n<li>Misc: Added plugin requirements to readme.txt file.</li>\n<li>Update: Crop Image Screen – update source image options.</li>\n<li>Bug fix: Prevent duplicate ‘Add Block’ buttons.</li>\n</ul>\n<h4>1.3</h4>\n<ul>\n<li>Update: Added neutral colors to section background colors.</li>\n<li>Update: Removed duplicate maps types.</li>\n<li>Update: Added Google maps edit link.</li>\n<li>Update: Updating Dependencies.</li>\n<li>Bug fix: Fixed issue with text color and section backgrounds.</li>\n<li>Bug fix: Fixing issue with update notice blocking user interaction on loading failure.</li>\n</ul>\n<h4>1.2.13</h4>\n<ul>\n<li>Update: Fixing panel issue after first time notice.</li>\n</ul>\n<h4>1.2.12</h4>\n<ul>\n<li>Update: Added update notice for users updating to 1.3.</li>\n<li>Update: Adding a conversion method from static maps to embed maps.</li>\n<li>Bug fix: Allow users to drag into empty sections.</li>\n<li>Bug fix: Fixed issue with system fonts used in themes.</li>\n</ul>\n<h4>1.2.11</h4>\n<ul>\n<li>Bug Fix: Fixing issue with popover panel items.</li>\n</ul>\n<h4>1.2.10</h4>\n<ul>\n<li>Update: Smoothing auto scroll during drag.</li>\n<li>Update: Hide popover font control when not applicable.</li>\n<li>Update: Setting default text color for column backgrounds.</li>\n<li>Update: Added default to font selection.</li>\n<li>Update: Add Media now in Drop Tab > Add new.</li>\n<li>Bug fix: Fixing issue with column popover at the edge of the screen.</li>\n<li>Bug fix: Fixing z-index issue withe section popover.</li>\n<li>Bug fix: Image being cloned after pressing enter.</li>\n<li>Bug fix: Nested columns allowed for parent column backgrounds.</li>\n<li>Bug fix: Fixing issue with row resize cursor.</li>\n<li>Bug fix: Hide button color if multiple buttons in a paragraph.</li>\n<li>Bug fix: Staging colors and buttons will now be enqueued correctly.</li>\n<li>Update: WBP-2426 Adjust the way crop modal hides router tabs.</li>\n</ul>\n<h4>1.2.9</h4>\n<ul>\n<li>Bug Fix: Added cache busting for colors and button files.</li>\n</ul>\n<h4>1.2.8</h4>\n<ul>\n<li>Misc: Added EOF line breaks.</li>\n<li>Update: Fix issue with direction of section popover menu.</li>\n<li>Bug fix: Fixed issue where section border did not show.</li>\n<li>Bug fix: Fixed issue where change icon does not appear.</li>\n<li>Bug fix: Fixed issue causing missing image toolbar.</li>\n<li>Bug fix: Fixed issue causing button customization to disappear.</li>\n<li>Bug fix: Reset class controls when opening customizer.</li>\n<li>New feature: Change image added to BG menu bar.</li>\n<li>New feature: Add my button designs to button panel.</li>\n<li>New feature: Track my designs for images as the user makes changes.</li>\n<li>New feature: Add Button Primary & Button Secondary to Button Panel.</li>\n<li>Bug fix: Wrapping content elements not contained, in theme default containers.</li>\n</ul>\n<h4>1.2.7</h4>\n<ul>\n<li>Misc: Updated readme.txt for Tested up to 4.6.1.</li>\n<li>Bug fix: Load BoldGrid settings from the correct WP option (site/blog).</li>\n<li>Update: Setting version constant from plugin file.</li>\n<li>New feature: Buttons, Fonts and text backgrounds will now track usage on other pages.</li>\n<li>Update: Appearance of drag element has been modified.</li>\n<li>New feature: Added Section dragging & zoomed out view.</li>\n</ul>\n<h4>1.2.6</h4>\n<ul>\n<li>Bug fix: Rebuilding JS assets.</li>\n</ul>\n<h4>1.2.5</h4>\n<ul>\n<li>Bug fix: Added wrapper to handle mb_convert_encoding() if mbstring is not loaded.</li>\n<li>Bug fix: Issue where popovers did not comeback after drag drop.</li>\n<li>New feature: Overlays color for background images.</li>\n<li>New feature: Added column dragging to empty areas within row.</li>\n<li>New feature: Added column resizing from first column on the left boundary.</li>\n<li>New feature: Empty columns will be automatically deleted while resizing within a row.</li>\n<li>New feature: Added border color control to boxes.</li>\n<li>New feature: Row resizing now works in nested rows.</li>\n<li>New feature: Add theme section fonts to font selection.</li>\n<li>New feature: Added customization options for gradients.</li>\n<li>Bug fix: Bug fixes for towards undo and redo actions.</li>\n<li>Bug fix: Fixed issues with tripple click to delete.</li>\n<li>Bug fix: Fixed issues with editor height.</li>\n<li>Bug fix: Fixed issues with color control preselecting.</li>\n</ul>\n<h4>1.2.4</h4>\n<ul>\n<li>Bug fix: Fixing issue with default container class.</li>\n<li>Bug fix: Fixing JS error when gallery plugin is missing.</li>\n<li>Bug fix: Fixing issue breaking font family selection.</li>\n</ul>\n<h4>1.2.3</h4>\n<ul>\n<li>Misc: Updated readme.txt for Tested up to: 4.6.</li>\n<li>New feature: Added customization of Icons.</li>\n<li>New feature: Added customization of Backgrounds.</li>\n<li>New feature: Added customization for widths of rows.</li>\n<li>New feature: Added customization for padding on rows.</li>\n<li>New feature: Added customization of Buttons.</li>\n<li>New feature: Added customization of Fonts.</li>\n<li>New feature: Introduced customization and new component “Text Backgrounds”.</li>\n<li>New feature: Users can now add border to images.</li>\n<li>New feature: Users can now apply filters to images.</li>\n<li>Rework: Formatting.</li>\n</ul>\n<h4>1.2.2</h4>\n<ul>\n<li>Bug fix: Issue causing parent row to be deleted when removing icon or anchor.</li>\n</ul>\n<h4>1.2.1</h4>\n<ul>\n<li>Bug fix: Issue with pressing enter on an empty .row > .column.</li>\n<li>Bug fix: Fixed issue with Blocks getting images updated.</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>Bug fix: Fixing issue with column popover size when zooming out.</li>\n<li>Bug fix: Sporadic issue, images load but then disappear within editor.</li>\n</ul>\n<h4>1.1.5</h4>\n<ul>\n<li>New feature: Added capability for auto-updates by BoldGrid API response.</li>\n<li>Testing: Tested on WordPress 4.5.3.</li>\n<li>Bug fix: Adding a new row was not allowing you to type in it.</li>\n</ul>\n<h4>1.1.4</h4>\n<ul>\n<li>Bug fix: Fixed issue with non BG themes and Blocks modal.</li>\n<li>New Feature: Adding font family and font size controls to customizer widgets.</li>\n</ul>\n<h4>1.1.3</h4>\n<ul>\n<li>Update: Changing borders to outline for draggable objects.</li>\n<li>Update: Passed WordPress 4.5.1 testing.</li>\n<li>Bug fix: Javascript error in console after loading Blocks.</li>\n<li>Bug fix: JS Error when going to ‘Google Map’ tab.</li>\n</ul>\n<h4>1.1.2</h4>\n<ul>\n<li>Bug fix: Addressing issues with drag and drop in Safari and Microsoft Edge w/ WP 4.5.</li>\n</ul>\n<h4>1.1.1.2</h4>\n<ul>\n<li>Bug fix: Addressing issues with drag and drop in Chrome and FF w/ WP 4.5.</li>\n</ul>\n<h4>1.1.1.1</h4>\n<ul>\n<li>Bug fix: Fixed update class interference with the Add Plugins page.</li>\n</ul>\n<h4>1.1.1</h4>\n<ul>\n<li>Bug fix: Fixed undefined index “action” for some scenarios. Optimized update class and addessed CodeSniffer items.</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>Bug fix: Fixing flexbox issue on safari</li>\n</ul>\n<h4>1.0.9</h4>\n<ul>\n<li>Misc: Added license file.</li>\n<li>New feature: Suggest crop: Add ‘size’ dropdown menu when cropping an image.</li>\n<li>New feature: Suggest crop: default selection should be as wide as it could be.</li>\n<li>New feature: Suggest crop: Center the default selection.</li>\n<li>New feature: Drag and drop enabled state is now remembered per theme.</li>\n<li>Update: Suggest crop: Do not trigger on ‘Add Media’.</li>\n<li>Update: Suggest crop: Remove feature switch.</li>\n</ul>\n<h4>1.0.8</h4>\n<ul>\n<li>New feature: Change button opens ‘Replace Image’ media modal.</li>\n<li>New feature: Suggest image crop when replacing images of different aspect ratios.</li>\n</ul>\n<h4>1.0.7</h4>\n<ul>\n<li>Rework: Updated require and include statements for standards.</li>\n</ul>\n<h4>1.0.6</h4>\n<ul>\n<li>New feature: Serve static Blocks via API</li>\n</ul>\n<h4>1.0.5.1</h4>\n<ul>\n<li>Bug fix: Fixed PHP version check condition (<5.3).</li>\n</ul>\n<p><h4>1.0.5</h4>\n</p>\n<ul>\n<li>New feature: Adding Icons for draggable tools</li>\n<li>Usability: Improved popover hover responsiveness</li>\n<li>Bug fix: Added support for <strong>DIR</strong> in PHP <=5.2.</li>\n<li>New feature: Enable fontsize and family selection in tinymce</li>\n<li>New feature: Columns will now extend to the full height of row.</li>\n<li>New feature: Updating the loading graphic</li>\n<li>Misc: Updated readme.txt for Tested up to: 4.4.1</li>\n<li>New feature: Standardize Drag Menu order</li>\n<li>New feature: Add wp-image-## class to images when adding Blocks.</li>\n</ul>\n<h4>1.0.4</h4>\n<ul>\n<li>Bug fix: Fixing compatibility issues with IE 11, 12 and 13</li>\n</ul>\n<h4>1.0.3</h4>\n<ul>\n<li>New feature: Added unit tests</li>\n<li>Bug fix: Insert media will now be the default tab when changing an image</li>\n<li>Bug fix: Fixing issue causing tinymce height to be too large to too small</li>\n</ul>\n<h4>1.0.2</h4>\n<ul>\n<li>New feature: Updated readme.txt for WordPress standards.</li>\n<li>Usability: Adding cache query args for tinymce styles</li>\n</ul>\n<h4>1.0.1</h4>\n<ul>\n<li>Bug fix: Fixing error experienced in non BG themes in editor</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Initial public release.</li>\n</ul>\n\";s:11:\"screenshots\";s:1685:\"<ol><li><a href=\"https://ps.w.org/post-and-page-builder/assets/screenshot-1.png?rev=1781425\"><img src=\"https://ps.w.org/post-and-page-builder/assets/screenshot-1.png?rev=1781425\" alt=\"Section Background settings.\"></a><p>Section Background settings.</p></li><li><a href=\"https://ps.w.org/post-and-page-builder/assets/screenshot-2.png?rev=1781425\"><img src=\"https://ps.w.org/post-and-page-builder/assets/screenshot-2.png?rev=1781425\" alt=\"Editing Color Palettes.\"></a><p>Editing Color Palettes.</p></li><li><a href=\"https://ps.w.org/post-and-page-builder/assets/screenshot-3.png?rev=1781425\"><img src=\"https://ps.w.org/post-and-page-builder/assets/screenshot-3.png?rev=1781425\" alt=\"Creating a new page.\"></a><p>Creating a new page.</p></li><li><a href=\"https://ps.w.org/post-and-page-builder/assets/screenshot-4.png?rev=1781425\"><img src=\"https://ps.w.org/post-and-page-builder/assets/screenshot-4.png?rev=1781425\" alt=\"Adding Blocks to your page.\"></a><p>Adding Blocks to your page.</p></li><li><a href=\"https://ps.w.org/post-and-page-builder/assets/screenshot-5.png?rev=1781425\"><img src=\"https://ps.w.org/post-and-page-builder/assets/screenshot-5.png?rev=1781425\" alt=\"Edit Page view.\"></a><p>Edit Page view.</p></li><li><a href=\"https://ps.w.org/post-and-page-builder/assets/screenshot-6.png?rev=1781425\"><img src=\"https://ps.w.org/post-and-page-builder/assets/screenshot-6.png?rev=1781425\" alt=\"Text Settings view.\"></a><p>Text Settings view.</p></li><li><a href=\"https://ps.w.org/post-and-page-builder/assets/screenshot-7.png?rev=1781425\"><img src=\"https://ps.w.org/post-and-page-builder/assets/screenshot-7.png?rev=1781425\" alt=\"Adding Icons.\"></a><p>Adding Icons.</p></li></ol>\";s:7:\"reviews\";s:14330:\"<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">A very handy plugin to have</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/primal21\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/3c2202e06a4ffc2bd6a9b9fb0ad65c90?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/3c2202e06a4ffc2bd6a9b9fb0ad65c90?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/primal21\" class=\"reviewer-name\">primal21</a> on <span class=\"review-date\">May 30, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">A very handy plugin to have. Block building has come on in spades over the past few years and BoldGrid has made headway with this intuitive page and post builder. there are many inspirations from the pre-built blocks the are not only stunning but also allow you to deconstruct them to learn how this plugin ticks. The only negatives I have about this plugin is that some areas need more development, like social icons without having to code them in, columns that are easy to size rather than deleting one column and doing it by eye. It doesn\'t always work when you\'re trying to get three buttons to sit equidistance apart across the page. Having said that, it is still an awesome plugin and well worth using to save time coding base layouts. Thumbs up from me!</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">excellent - great - I love it</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/seven1379\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/b0e96668aeb9f020a1ff57117dd3fafb?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/b0e96668aeb9f020a1ff57117dd3fafb?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/seven1379\" class=\"reviewer-name\">seven1379</a> on <span class=\"review-date\">May 19, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">excellent - great - I love it</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Good interface</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/mhmcrae\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/e2652a6702f396932bf591d9e966948b?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/e2652a6702f396932bf591d9e966948b?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/mhmcrae\" class=\"reviewer-name\">mhmcrae</a> on <span class=\"review-date\">April 21, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">So far so good. Easy to navigate.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">easy peasy</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/dgrn\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/f722e9f8ba8c7739d4254a7abb44376c?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/f722e9f8ba8c7739d4254a7abb44376c?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/dgrn\" class=\"reviewer-name\">dgrn</a> on <span class=\"review-date\">April 15, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">easy peasy</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Enough</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/lethientiep\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/f670bd146ca99a6f6d36f570a93d3c52?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/f670bd146ca99a6f6d36f570a93d3c52?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/lethientiep\" class=\"reviewer-name\">lethientiep</a> on <span class=\"review-date\">April 6, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">It is simple, enough for your needs.\nCome free with Dreamhost wp basic. Great.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Love it!</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/wpwebwhizz81\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/c5d3f7cd46593c938318f827e0720c5e?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/c5d3f7cd46593c938318f827e0720c5e?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/wpwebwhizz81\" class=\"reviewer-name\">wpwebwhizz81</a> on <span class=\"review-date\">February 21, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">I\'ve been using Elementor and WPBakery for years, but I find this much easier to use and doesn\'t cause the issues that Elementor often did! Plus, it comes free with my hosting package so it\'s not costing me anything for a premium feature.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Easy to use with many templates and tools.</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/ajayrajkw\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/be9c228f1a808106653dfc49c35245d3?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/be9c228f1a808106653dfc49c35245d3?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/ajayrajkw\" class=\"reviewer-name\">ajayrajkw</a> on <span class=\"review-date\">January 30, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Very much love the ease of using the blocks and choosing from the various types of templates that are available.. Editting the sites and making changes are more easier now</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Simple to use, difficult to customize</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/helloeducation\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/dc3c206f3975777c72395ff7934ee1c4?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/dc3c206f3975777c72395ff7934ee1c4?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/helloeducation\" class=\"reviewer-name\">helloeducation</a> on <span class=\"review-date\">January 22, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">I have enjoyed easy it is to add the blocks but it\'s difficult to adapt it to your needs if you have another look in mind.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Very Nice Pagebuilder</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/cgholl\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/f2634731e449198d9b9f874a0b195f13?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/f2634731e449198d9b9f874a0b195f13?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/cgholl\" class=\"reviewer-name\">cgholl</a> on <span class=\"review-date\">January 19, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">I tried several other pagebuilders, but found them to be cumbersome and lacking in many areas. BoldGrid is proving to be one of the best out there. It doesn\'t play nice with every plugin out there, but comes pretty darn close. \n\nI would recommend it.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Yes, and no....</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/sharpbycoop\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/a9fa5ef6a7767b82570a647d07f8156e?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/a9fa5ef6a7767b82570a647d07f8156e?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/sharpbycoop\" class=\"reviewer-name\">sharpbycoop</a> on <span class=\"review-date\">January 6, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">The menus and page improvement boxes are all over the place. I am good at this and struggled. You can make it even easier. Now I know where most of it is, but it took days.\n\nThank you.</div>\n</div>\n\";}s:17:\"short_description\";s:101:\"Post and Page Builder is a standalone plugin which adds functionality to the existing TinyMCE Editor.\";s:13:\"download_link\";s:71:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.13.0.zip\";s:11:\"screenshots\";a:7:{i:1;a:2:{s:3:\"src\";s:74:\"https://ps.w.org/post-and-page-builder/assets/screenshot-1.png?rev=1781425\";s:7:\"caption\";s:28:\"Section Background settings.\";}i:2;a:2:{s:3:\"src\";s:74:\"https://ps.w.org/post-and-page-builder/assets/screenshot-2.png?rev=1781425\";s:7:\"caption\";s:23:\"Editing Color Palettes.\";}i:3;a:2:{s:3:\"src\";s:74:\"https://ps.w.org/post-and-page-builder/assets/screenshot-3.png?rev=1781425\";s:7:\"caption\";s:20:\"Creating a new page.\";}i:4;a:2:{s:3:\"src\";s:74:\"https://ps.w.org/post-and-page-builder/assets/screenshot-4.png?rev=1781425\";s:7:\"caption\";s:27:\"Adding Blocks to your page.\";}i:5;a:2:{s:3:\"src\";s:74:\"https://ps.w.org/post-and-page-builder/assets/screenshot-5.png?rev=1781425\";s:7:\"caption\";s:15:\"Edit Page view.\";}i:6;a:2:{s:3:\"src\";s:74:\"https://ps.w.org/post-and-page-builder/assets/screenshot-6.png?rev=1781425\";s:7:\"caption\";s:19:\"Text Settings view.\";}i:7;a:2:{s:3:\"src\";s:74:\"https://ps.w.org/post-and-page-builder/assets/screenshot-7.png?rev=1781425\";s:7:\"caption\";s:13:\"Adding Icons.\";}}s:4:\"tags\";a:5:{s:8:\"boldgrid\";s:8:\"boldgrid\";s:13:\"drag-and-drop\";s:13:\"drag-and-drop\";s:6:\"editor\";s:6:\"editor\";s:12:\"page-builder\";s:12:\"page builder\";s:7:\"tinymce\";s:7:\"tinyMCE\";}s:8:\"versions\";a:37:{s:6:\"1.10.0\";s:71:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.10.0.zip\";s:11:\"1.10.0-rc.1\";s:76:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.10.0-rc.1.zip\";s:6:\"1.10.1\";s:71:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.10.1.zip\";s:6:\"1.10.2\";s:71:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.10.2.zip\";s:6:\"1.10.3\";s:71:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.10.3.zip\";s:6:\"1.10.4\";s:71:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.10.4.zip\";s:6:\"1.10.5\";s:71:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.10.5.zip\";s:6:\"1.10.6\";s:71:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.10.6.zip\";s:6:\"1.11.0\";s:71:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.11.0.zip\";s:11:\"1.11.0-rc.1\";s:76:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.11.0-rc.1.zip\";s:6:\"1.11.1\";s:71:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.11.1.zip\";s:6:\"1.11.2\";s:71:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.11.2.zip\";s:6:\"1.12.0\";s:71:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.12.0.zip\";s:6:\"1.12.1\";s:71:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.12.1.zip\";s:6:\"1.12.2\";s:71:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.12.2.zip\";s:6:\"1.13.0\";s:71:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.13.0.zip\";s:3:\"1.6\";s:68:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.6.zip\";s:5:\"1.6.1\";s:70:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.6.1.zip\";s:5:\"1.6.2\";s:70:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.6.2.zip\";s:5:\"1.6.3\";s:70:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.6.3.zip\";s:5:\"1.7.0\";s:70:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.7.0.zip\";s:5:\"1.7.1\";s:70:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.7.1.zip\";s:5:\"1.7.2\";s:70:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.7.2.zip\";s:5:\"1.7.3\";s:70:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.7.3.zip\";s:5:\"1.7.4\";s:70:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.7.4.zip\";s:5:\"1.8.0\";s:70:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.8.0.zip\";s:10:\"1.8.0-rc.3\";s:75:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.8.0-rc.3.zip\";s:10:\"1.8.0-rc.4\";s:75:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.8.0-rc.4.zip\";s:10:\"1.8.0-rc.5\";s:75:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.8.0-rc.5.zip\";s:5:\"1.8.1\";s:70:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.8.1.zip\";s:5:\"1.9.0\";s:70:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.9.0.zip\";s:10:\"1.9.0-rc.1\";s:75:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.9.0-rc.1.zip\";s:10:\"1.9.0-rc.2\";s:75:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.9.0-rc.2.zip\";s:10:\"1.9.0-rc.3\";s:75:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.9.0-rc.3.zip\";s:5:\"1.9.1\";s:70:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.9.1.zip\";s:5:\"1.9.2\";s:70:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.9.2.zip\";s:5:\"trunk\";s:64:\"https://downloads.wordpress.org/plugin/post-and-page-builder.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:76:\"https://ps.w.org/post-and-page-builder/assets/banner-772x250.png?rev=1768477\";s:4:\"high\";s:77:\"https://ps.w.org/post-and-page-builder/assets/banner-1544x500.png?rev=1768477\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:74:\"https://ps.w.org/post-and-page-builder/assets/icon-128x128.png?rev=1768477\";s:2:\"2x\";s:74:\"https://ps.w.org/post-and-page-builder/assets/icon-256x256.png?rev=1768477\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:94;}s:17:\"boldgrid-easy-seo\";O:8:\"stdClass\":29:{s:4:\"name\";s:50:\"BoldGrid Easy SEO – Simple and Effective SEO\";s:4:\"slug\";s:17:\"boldgrid-easy-seo\";s:7:\"version\";s:5:\"1.6.5\";s:6:\"author\";s:49:\"<a href=\"https://www.boldgrid.com/\">BoldGrid </a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/boldgrid\";s:12:\"contributors\";a:5:{s:8:\"boldgrid\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/boldgrid\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/a72e18767febdc7280e2e20712319ded?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:8:\"BoldGrid\";}s:5:\"timph\";a:3:{s:7:\"profile\";s:36:\"https://profiles.wordpress.org/timph\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/44bd2b84ffc6ca9dd03ace777009bc07?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:5:\"timph\";}s:8:\"rramo012\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/rramo012\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/0eaecded1c828471f416f03f2097a316?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"Rafael Ramos\";}s:8:\"imh_brad\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/imh_brad\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/f67c07b5543f8da4c866e17dbc85e431?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Brad Markle\";}s:7:\"joemoto\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/joemoto\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/11f9fe08f86f11795b0809ae004a13e1?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"Joe Cartonia\";}}s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";s:3:\"5.3\";s:6:\"rating\";i:80;s:7:\"ratings\";a:5:{i:5;i:1;i:4;i:0;i:3;i:1;i:2;i:0;i:1;i:0;}s:11:\"num_ratings\";i:2;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:50000;s:12:\"last_updated\";s:21:\"2020-03-31 1:03pm GMT\";s:5:\"added\";s:10:\"2017-11-22\";s:8:\"homepage\";s:38:\"https://www.boldgrid.com/boldgrid-seo/\";s:8:\"sections\";a:6:{s:11:\"description\";s:2070:\"<h4>Automatically Optimize Your SEO with BoldGrid Easy SEO and Rank Higher in the Search Engines</h4>\n<p>BoldGrid Easy SEO will help you create better content and rank higher in the search engines. It analyzes your page content in real-time and makes recommendations that will help you maintain best SEO practices. Simply set a target keyword or phrase and the BoldGrid Easy SEO dashboard will automatically give you easy-to-follow suggestions on improving your on-page SEO. Regardless of your SEO skill level or knowledge, BoldGrid Easy SEO provides simple, yet powerful tools for website search engine optimization. Get automatic assistance with:</p>\n<h4>Optimal Keyword Density</h4>\n<p>BoldGrid Easy SEO will analyze your content in real-time to ensure your targeted keyword appears at the optimal frequency, as well as in the right places on the page.</p>\n<h4>Page Titles and Descriptions</h4>\n<p>Control and optimize how your pages appear in Google rankings pages with the title and description editor. BoldGrid Easy SEO will also make sure your target keyword is included.</p>\n<h4>Header Tags and Content</h4>\n<p>BoldGrid Easy SEO will automatically analyze your header tags and give you recommendations on their proper usage, as well as assisting you with including relevant content.</p>\n<h4>Image Alt Tags</h4>\n<p>BoldGrid Easy SEO automatically checks your images for alt tags to help you identify areas for SEO improvement.</p>\n<h4>Content Length</h4>\n<p>Keyword rich content is a prime factor when search engines determine rankings. BoldGrid Easy SEO will assist you in writing better content by tracking your progress and alerting you when you’ve reached the sweet spot.</p>\n<h4>Search Engine Indexing</h4>\n<p>Allow (or disallow) search engines from indexing pages with a single click.</p>\n<h4>Follow/No Follow Links</h4>\n<p>Choose whether your links are visible to search engines and count toward your SEO, or hide them if necessary.</p>\n<h4>Canonical URLs</h4>\n<p>Avoid duplicate content penalties by indicating a canonical URL where applicable.</p>\n\";s:12:\"installation\";s:503:\"<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP version 5.3 or greater</li>\n<li>WordPress 4.4 or greater</li>\n</ul>\n<h4>From within WordPress</h4>\n<ol>\n<li>Visit ‘Plugins > Add New’</li>\n<li>Search for ‘BoldGrid Easy SEO’</li>\n<li>Activate BoldGrid Easy SEO from your Plugins page.</li>\n</ol>\n<h4>Manually</h4>\n<ol>\n<li>Upload the entire boldgrid-easy-seo folder to the /wp-content/plugins/ directory.</li>\n<li>Activate the plugin through the Plugins menu in WordPress.</li>\n</ol>\n\";s:3:\"faq\";s:1088:\"\n<h4>Where can I find more help?</h4>\n<p>\n<p>If you have any questions on getting started with BoldGrid Easy SEO, please visit our <a href=\"https://www.boldgrid.com/support/boldgrid-easy-seo/\" rel=\"nofollow ugc\">Getting Started Guide</a>.<br />\nWe also suggest joining our <a href=\"https://www.facebook.com/groups/BGTeamOrange\" rel=\"nofollow ugc\">Team Orange User Group community</a> for free support, tips and tricks.</p>\n<p>For general questions check out our <a href=\"https://www.boldgrid.com/faqs/\" rel=\"nofollow ugc\">Frequently Asked Questions</a> page.</p>\n</p>\n<h4>Where can I report issues or ask questions?</h4>\n<p>\n<p>Bugs can be reported either in the <a href=\"https://wordpress.org/support/plugin/boldgrid-easy-seo\">WordPress support forum</a> or in the <a href=\"https://www.boldgrid.com/support/questions/\" rel=\"nofollow ugc\">BoldGrid Support Center</a>.</p>\n</p>\n<h4>How can I contribute?</h4>\n<p>\n<p>The BoldGrid Easy SEO plugin is open source software. Join in on our <a href=\"https://github.com/BoldGrid/boldgrid-seo/\" rel=\"nofollow ugc\">GitHub repository</a>.</p>\n</p>\n\n\";s:9:\"changelog\";s:1731:\"<h4>1.6.5</h4>\n<p>Release Date: March 19th, 2020</p>\n<ul>\n<li>Update: Register meta values.</li>\n</ul>\n<h4>1.6.4</h4>\n<p>Release Date: December 17th, 2019</p>\n<ul>\n<li>Bug fix: Fixed empty robots tag.</li>\n<li>Update: Added filter to allow meta robots to be skipped and controlled via filter.</li>\n</ul>\n<h4>1.6.3</h4>\n<p>Release Date: August 20, 2019</p>\n<ul>\n<li>Bug fix: Fixed situations where markup for canonical URLs can be ouput multiple times. <a href=\"https://github.com/BoldGrid/boldgrid-seo/issues/9\" rel=\"nofollow ugc\">#9</a>. Props <a href=\"https://profiles.wordpress.org/jessecowens/\" rel=\"nofollow ugc\">@jessecowens</a></li>\n<li>Bug fix: Titles with markup should now be properly parsed. <a href=\"https://github.com/BoldGrid/boldgrid-seo/issues/8\" rel=\"nofollow ugc\">#8</a></li>\n<li>Bug fix: Titles with commas had the commas turned into pipe seperators. <a href=\"https://github.com/BoldGrid/boldgrid-seo/issues/7\" rel=\"nofollow ugc\">#7</a></li>\n<li>Update: Added missing translation string for archives with paginated pages. <a href=\"https://github.com/BoldGrid/boldgrid-seo/issues/12\" rel=\"nofollow ugc\">#12</a></li>\n</ul>\n<h4>1.6.2</h4>\n<p>Release Date: February 14, 2019</p>\n<ul>\n<li>Bug fix: Conflict with Yoast SEO on classic editor</li>\n</ul>\n<h4>1.6.1</h4>\n<p>Release Date: January 29th, 2019</p>\n<ul>\n<li>Bug fix: Post image count not correct.</li>\n</ul>\n<h4>1.6.0</h4>\n<p>Release Date: December 4th, 2018</p>\n<ul>\n<li>New Feature: Added Gutenberg and WordPress 5 compatibility.</li>\n<li>Update: Max length for meta descriptions was updated to 300.</li>\n<li>Bug Fix: Save special chars for meta fields.</li>\n</ul>\n<h4>1.5.1</h4>\n<p>Release Date: November 14th, 2017</p>\n<ul>\n<li>Initial Release.</li>\n</ul>\n\";s:11:\"screenshots\";s:719:\"<ol><li><a href=\"https://ps.w.org/boldgrid-easy-seo/assets/screenshot-1.png?rev=1800507\"><img src=\"https://ps.w.org/boldgrid-easy-seo/assets/screenshot-1.png?rev=1800507\" alt=\"Post and Page analysis.\"></a><p>Post and Page analysis.</p></li><li><a href=\"https://ps.w.org/boldgrid-easy-seo/assets/screenshot-2.png?rev=1800507\"><img src=\"https://ps.w.org/boldgrid-easy-seo/assets/screenshot-2.png?rev=1800507\" alt=\"Page titles and descriptions.\"></a><p>Page titles and descriptions.</p></li><li><a href=\"https://ps.w.org/boldgrid-easy-seo/assets/screenshot-3.png?rev=1800507\"><img src=\"https://ps.w.org/boldgrid-easy-seo/assets/screenshot-3.png?rev=1800507\" alt=\"Search Visibility.\"></a><p>Search Visibility.</p></li></ol>\";s:7:\"reviews\";s:2577:\"<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Does Not work well with Gutenberg</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"3 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"3\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/tzah\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/75aa7e54e32f245462c44f35f674cebe?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/75aa7e54e32f245462c44f35f674cebe?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/tzah\" class=\"reviewer-name\">tzah</a> on <span class=\"review-date\">April 29, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">A Good Plugin but doesn\'t work well with Gutenberg Editor.\n</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Very GOOD</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/alidbg\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/0cd527025d65b03e898ba82f8a71e3a3?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/0cd527025d65b03e898ba82f8a71e3a3?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/alidbg\" class=\"reviewer-name\">Ali.Dbg</a> on <span class=\"review-date\">April 25, 2018</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Hi\nThanks for lightweight plugin and content analyzer</div>\n</div>\n\";}s:17:\"short_description\";s:92:\"Easy SEO helps you easily create keyword rich content and rank higher in the search engines.\";s:13:\"download_link\";s:66:\"https://downloads.wordpress.org/plugin/boldgrid-easy-seo.1.6.5.zip\";s:11:\"screenshots\";a:3:{i:1;a:2:{s:3:\"src\";s:70:\"https://ps.w.org/boldgrid-easy-seo/assets/screenshot-1.png?rev=1800507\";s:7:\"caption\";s:23:\"Post and Page analysis.\";}i:2;a:2:{s:3:\"src\";s:70:\"https://ps.w.org/boldgrid-easy-seo/assets/screenshot-2.png?rev=1800507\";s:7:\"caption\";s:29:\"Page titles and descriptions.\";}i:3;a:2:{s:3:\"src\";s:70:\"https://ps.w.org/boldgrid-easy-seo/assets/screenshot-3.png?rev=1800507\";s:7:\"caption\";s:18:\"Search Visibility.\";}}s:4:\"tags\";a:5:{s:8:\"boldgrid\";s:8:\"boldgrid\";s:16:\"content-analysis\";s:16:\"Content analysis\";s:11:\"readability\";s:11:\"Readability\";s:26:\"search-engine-optimization\";s:26:\"search engine optimization\";s:3:\"seo\";s:3:\"seo\";}s:8:\"versions\";a:9:{s:5:\"1.5.1\";s:66:\"https://downloads.wordpress.org/plugin/boldgrid-easy-seo.1.5.1.zip\";s:5:\"1.6.0\";s:66:\"https://downloads.wordpress.org/plugin/boldgrid-easy-seo.1.6.0.zip\";s:10:\"1.6.0-rc.1\";s:71:\"https://downloads.wordpress.org/plugin/boldgrid-easy-seo.1.6.0-rc.1.zip\";s:5:\"1.6.1\";s:66:\"https://downloads.wordpress.org/plugin/boldgrid-easy-seo.1.6.1.zip\";s:5:\"1.6.2\";s:66:\"https://downloads.wordpress.org/plugin/boldgrid-easy-seo.1.6.2.zip\";s:5:\"1.6.3\";s:66:\"https://downloads.wordpress.org/plugin/boldgrid-easy-seo.1.6.3.zip\";s:5:\"1.6.4\";s:66:\"https://downloads.wordpress.org/plugin/boldgrid-easy-seo.1.6.4.zip\";s:5:\"1.6.5\";s:66:\"https://downloads.wordpress.org/plugin/boldgrid-easy-seo.1.6.5.zip\";s:5:\"trunk\";s:60:\"https://downloads.wordpress.org/plugin/boldgrid-easy-seo.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:72:\"https://ps.w.org/boldgrid-easy-seo/assets/banner-772x250.png?rev=1773381\";s:4:\"high\";s:73:\"https://ps.w.org/boldgrid-easy-seo/assets/banner-1544x500.png?rev=1773381\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:70:\"https://ps.w.org/boldgrid-easy-seo/assets/icon-128x128.png?rev=1773296\";s:2:\"2x\";s:70:\"https://ps.w.org/boldgrid-easy-seo/assets/icon-256x256.png?rev=1773296\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:80;}s:15:\"boldgrid-backup\";O:8:\"stdClass\":29:{s:4:\"name\";s:79:\"Total Upkeep – WordPress Backup Plugin plus Restore & Migrate by BoldGrid\";s:4:\"slug\";s:15:\"boldgrid-backup\";s:7:\"version\";s:6:\"1.13.5\";s:6:\"author\";s:48:\"<a href=\"https://www.boldgrid.com/\">BoldGrid</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/boldgrid\";s:12:\"contributors\";a:5:{s:8:\"boldgrid\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/boldgrid\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/a72e18767febdc7280e2e20712319ded?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:8:\"BoldGrid\";}s:7:\"joemoto\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/joemoto\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/11f9fe08f86f11795b0809ae004a13e1?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"Joe Cartonia\";}s:8:\"imh_brad\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/imh_brad\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/f67c07b5543f8da4c866e17dbc85e431?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Brad Markle\";}s:8:\"rramo012\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/rramo012\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/0eaecded1c828471f416f03f2097a316?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"Rafael Ramos\";}s:15:\"bgnicolepaschen\";a:3:{s:7:\"profile\";s:46:\"https://profiles.wordpress.org/bgnicolepaschen\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/ff2202deb6fd33e094e1752ac6d7c560?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:14:\"Nicole Paschen\";}}s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";s:3:\"5.4\";s:6:\"rating\";i:92;s:7:\"ratings\";a:5:{i:5;i:67;i:4;i:6;i:3;i:3;i:2;i:1;i:1;i:4;}s:11:\"num_ratings\";i:81;s:15:\"support_threads\";i:12;s:24:\"support_threads_resolved\";i:11;s:15:\"active_installs\";i:50000;s:12:\"last_updated\";s:21:\"2020-05-29 2:38am GMT\";s:5:\"added\";s:10:\"2018-05-23\";s:8:\"homepage\";s:41:\"https://www.boldgrid.com/boldgrid-backup/\";s:8:\"sections\";a:6:{s:11:\"description\";s:5334:\"<p><strong>Total Upkeep is more than just a “backup plugin.” It can help stop website crashes before they even happen.</strong></p>\n<p>Website data loss can happen even if you’re doing everything “right,” like keeping your WordPress and plugins updated or having a backup plugin installed. There’s so many things outside of your control that could totally wipe out your website without any warning.</p>\n<p>To keep your website safe, you’ll need more than just a “backup plugin.” You need a backup solution that helps prevent catastrophic data loss in the first place, and if the worst occurs, provides you with the tools to easily, quickly and painlessly get your site up and running again.</p>\n<p>Total Upkeep is a full 360 solution that keeps your data safe and protects your website from catastrophic data loss. Features include:</p>\n<ul>\n<li>Automated and manual backups</li>\n<li>Full file and database backup or customize settings based on your needs</li>\n<li>Remote backups via FTP / SFTP, Amazon S3 and Google Drive (Premium)</li>\n<li>Total Upkeep checks to ensure that your webserver has the necessary features to properly create backup archives, which protects the integrity of your backups</li>\n<li>Clone, duplicate and/or migrate your site with just a few clicks</li>\n<li>Site Check monitors your site for issues that could lead to site crashes, provides a toolset to restore your site even if your WordPress installation is inaccessible</li>\n<li>Auto rollback feature creates a backup before updates, restores your site to the last backup if an update fails</li>\n<li>Create staging sites to test new plugins or themes with Total Upkeep + Cloud WordPress</li>\n</ul>\n<p><strong>I’m Intrigued! Tell Me More About Your Features…</strong></p>\n<p><strong>Supports Both Automated and Manual Backups</strong><br />\nSimply select a date and time for automatic backups and Total Upkeep will create a backup archive of your entire WordPress installation and its database. If a full website or database backup isn’t required, you can choose to backup only certain files, folders and database tables.</p>\n<p><strong>Remote Backups</strong><br />\nSafely store backups remotely via FTP / SFTP. The premium version of Total Upkeep allows you to automatically upload archives to Amazon S3 or Google Drive.</p>\n<p><strong>Easy Site Restoration and Website Migration</strong><br />\nDownload, restore, or delete backups with a single click from the Total Upkeep Dashboard.</p>\n<p><em>Restore Your Website Even If WordPress Is Down</em><br />\nUse our restoration script to restore a backup from outside of WordPress in the event WordPress itself has been corrupted.</p>\n<p><em>Restore Entire Backup Archive or Single Files</em><br />\nNeed to restore only one file from a backup? Total Upkeep Premium gives you the option to restore a single file within the backup browser.</p>\n<p><em>Historical Versions</em><br />\nDo you have a file that needs to be restored, but not sure which backup it’s in? The Historical Versions feature allows you to view a list of all of your backups containing that file and provides an easy way to restore the file.</p>\n<p><strong>Easily Clone or Migrate Your Websites</strong><br />\nTotal Upkeep allows you to easily clone a website and migrate it to another WordPress installation with just a few clicks. Install Total Upkeep on both WordPress sites, create a backup archive on the first site, then restore that backup on your second site using a protected link – simply copy and paste the link! It’s the easiest and fastest way to duplicate / clone your website.</p>\n<p><strong>Site Check</strong><br />\nSite Check monitors your site at specified intervals for errors that could lead to catastrophic data loss. If Site Check detects an error, it will send you an email alert and auto restore your website using your latest backup.</p>\n<p><em>Built-in Diagnostic Tools</em><br />\nSite Check keeps a running historical error log, allowing you to easily diagnose and troubleshoot website issues.</p>\n<p><em>Powerful Website Restoration Functionality</em><br />\nYou can configure Site Check’s settings from the Total Upkeep settings page, or via command line. If your site is totally non-functional, you can use the command line to easily restore your website from the last full backup archive.</p>\n<p><strong>Auto Rollback</strong><br />\nYou can set Total Upkeep to automatically backup your site before updates, and automatically rollback your site to the last backup if an update fails. Automatic updates can be set for WordPress core, plugins, and themes individually.</p>\n<p><strong>Create Staging Sites with Total Upkeep + Cloud WordPress</strong><br />\nCloud WordPress allows you to create a fully functional free WordPress demo (with or without BoldGrid) in just a few clicks. Use Total Upkeep to clone and migrate your website to a Cloud WordPress installation, where you can test themes, plugins and other website changes without fear of breaking your live site.</p>\n<p>Try out the <a href=\"https://www.boldgrid.com/central/get-it-now?plugins=boldgrid-backup&redirect_url=wp-admin%2Fadmin.php%3Fpage%3Dboldgrid-backup\" rel=\"nofollow ugc\">Total Upkeep Plugin</a> on Cloud WordPress to see for yourself!</p>\n\";s:12:\"installation\";s:641:\"<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP 5.4 or higher. PHP 7.3 or higher is recommended.</li>\n<li>At least one of the following PHP execution functions enabled: “popen”, “proc_open”, “exec”, “shell_exec”, “passthru”, or “system”.</li>\n<li>A Cron system with the “crontab” utility, or WP Cron.</li>\n<li>A WP_Filesystem FS_METHOD being “direct”.</li>\n</ul>\n<h4>Manually</h4>\n<ol>\n<li>Upload the entire boldgrid-backup folder to the /wp-content/plugins/ directory.</li>\n<li>Activate the plugin through the Plugins menu in WordPress.</li>\n</ol>\n\";s:3:\"faq\";s:2007:\"\n<h4>\nHow does Total Upkeep differ from other backup plugins?\n</h4>\n<p>\n<p>Total Upkeep is more than just a “backup plugin.” It’s a full 360 solution with tools and features that helps prevent website crashes from happening in the first place. In addition to all the features you’ve come to expect from a plugin with website backup functionality, Total Upkeep also offers:</p>\n<ul>\n<li>Site Check monitors your site for issues that could lead to site crashes, provides a toolset to restore your site even if your WordPress installation is inaccessible</li>\n<li>Auto rollback feature creates a backup before updates, restores your site to the last backup if an update fails</li>\n<li>Create staging sites to test new plugins or themes with Total Upkeep + Cloud WordPress</li>\n</ul>\n</p>\n<h4>\nWhat do I get with Total Upkeep Premium?\n</h4>\n<p>\n<p>Total Upkeep Premium gives you extra tools to prevent website crashes, as well as additional troubleshooting and diagnostic tools.</p>\n<ul>\n<li>Additional remote backup options (Amazon S3, Google Drive)</li>\n<li>Single file restoration</li>\n<li>Historical versions</li>\n<li>Search for recently modified files</li>\n<li>Save a copy of a file before updating</li>\n<li>Comprehensive update history</li>\n</ul>\n</p>\n<h4>\nWhere can I find support for Total Upkeep?\n</h4>\n<p>\n<p>Have a problem? First, take a look at our <a href=\"https://www.boldgrid.com/support/boldgrid-backup/\" rel=\"nofollow ugc\">Getting Started</a> guide. If that doesn’t answer your question, you can receive support for Total Upkeep at the <a href=\"https://wordpress.org/support/plugin/boldgrid-backup/\">support forum</a>, the <a href=\"https://www.facebook.com/groups/BGTeamOrange/\" rel=\"nofollow ugc\">Team Orange User Group</a>, our <a href=\"https://www.boldgrid.com/support/\" rel=\"nofollow ugc\">comprehensive support library</a>, or our <a href=\"https://www.boldgrid.com/feedback/communities/20-questions\" rel=\"nofollow ugc\">official questions portal</a>.</p>\n</p>\n\n\";s:9:\"changelog\";s:20005:\"<h4>1.13.5</h4>\n<p>Release date: May 28th, 2020</p>\n<ul>\n<li>Update: Create a restore log (like the backup log).</li>\n<li>Update: Updated dependencies.</li>\n<li>Bug fix: Avoid fatals on library issues.</li>\n<li>Bug fix: Be more specific with data-toggle-target attribute.</li>\n</ul>\n<h4>1.13.4</h4>\n<p>Release date: May 21st, 2020</p>\n<ul>\n<li>Update: If backup email fails, debug info written to log file.</li>\n<li>Update: Definition added to allow for skipping email headers.</li>\n</ul>\n<h4>1.13.3</h4>\n<p>Release date: April 2nd, 2020</p>\n<ul>\n<li>Bug fix: Database backups not working when using port other than 3306 (the Robert bug).</li>\n</ul>\n<h4>1.13.2</h4>\n<p>Release date: Februrary 21st, 2020</p>\n<ul>\n<li>Bug fix: Resolved activation bug during BoldGrid Inspirations deployment.</li>\n</ul>\n<h4>1.13.1</h4>\n<p>Release date: February 18th, 2020</p>\n<ul>\n<li>Update: Added “Find modified files” card to Premium Features page.</li>\n<li>Update: Allow error messages to be shown for remote storage providers.</li>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>1.13.0</h4>\n<p>Release date: February 6th, 2020</p>\n<ul>\n<li>Update: Added new “Premium Features” dashboard page.</li>\n<li>Update: Added support for system zip for generating backups.</li>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>1.12.6</h4>\n<p>Release date: January 16th, 2020</p>\n<ul>\n<li>Update: Open logs full screen.</li>\n<li>Update: Added additional info to the logs.</li>\n<li>Update: Logs now listen for signals, can log when a script is killed.</li>\n</ul>\n<h4>1.12.5</h4>\n<p>Release date: January 14th, 2020</p>\n<ul>\n<li>Update: Adding logging system.</li>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>1.12.4</h4>\n<p>Release date: January 10th, 2020</p>\n<ul>\n<li>Bug fix: Escape table prefix when getting tables.</li>\n<li>Bug fix: Include views when dumping the database.</li>\n</ul>\n<h4>1.12.3</h4>\n<p>Release date: December 19th, 2019</p>\n<ul>\n<li>Bug fix: Only show plugin rename notice to active users.</li>\n<li>Update: Updating link to admin page for entering BoldGrid Connect Key.</li>\n</ul>\n<h4>1.12.2</h4>\n<p>Release date: December 13th, 2019</p>\n<ul>\n<li>Bug fix: Fixed filtering of archive attributes.</li>\n</ul>\n<h4>1.12.1</h4>\n<p>Release date: November 26th, 2019</p>\n<ul>\n<li>Bug fix: Fixed sanitizing of ftp hostnames.</li>\n</ul>\n<h4>1.12.0</h4>\n<p>Release date: November 21th, 2019</p>\n<ul>\n<li>Update: Renamed plugin from “BoldGrid Backup” to “Total Upkeep”.</li>\n<li>New feature: Added support for database dump file encryption.</li>\n</ul>\n<h4>1.11.8</h4>\n<p>Release date: October 11th, 2019</p>\n<ul>\n<li>Update: Updated dependencies to resolve possible pluggable function <code>wp_rand()</code> errors.</li>\n</ul>\n<h4>1.11.7</h4>\n<p>Release date: October 10th, 2019</p>\n<ul>\n<li>Update: Updated backup directory suffix creation.</li>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>1.11.6</h4>\n<p>Release date: October 8th, 2019</p>\n<ul>\n<li>Bug fix: Prevent fatals during activation when library classes are missing.</li>\n<li>Bug fix: Fixed escaping of html on archives page when backup only exists remotely.</li>\n<li>Bug fix: Don’t show “Make your first backup” message while a backup is in progress.</li>\n<li>Bug fix: Make notices on the Settings page dismissible.</li>\n<li>Bug fix: Don’t show “Update Protection” notice if we just updated something.</li>\n<li>Update: Be default, have local storage enabled in remote settings.</li>\n<li>Update: Avoid showing activation notice if users is redirected to the archives page.</li>\n</ul>\n<h4>1.11.5</h4>\n<p>Release date: October 1st, 2019</p>\n<ul>\n<li>Update: Allow BoldGrid Backup Premium to define minimum free version.</li>\n<li>Update: Updates to inform users DreamObjects is now available.</li>\n</ul>\n<h4>1.11.4</h4>\n<p>Release date: September 26th, 2019</p>\n<ul>\n<li>Bug fix: Improve logic that checks if scheduled backups are enabled.</li>\n</ul>\n<h4>1.11.3</h4>\n<p>Release date: September 26th, 2019</p>\n<ul>\n<li>Bug fix: Prevent warnings when user is logged in as a non admin.</li>\n</ul>\n<h4>1.11.2</h4>\n<p>Release date: September 17th, 2019</p>\n<ul>\n<li>Update: Allow activation notice to be filtered.</li>\n<li>Update: Reworked much of the js for “Backup site now” and “In progress”.</li>\n</ul>\n<h4>1.11.1</h4>\n<p>Release date: September 10th, 2019</p>\n<ul>\n<li>Bug fix: Fixed crontab entry removal on cancel of rollback from updating from version <=1.10.6 to >=1.11.0.</li>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>1.11.0</h4>\n<p>Release date: August 29th, 2019</p>\n<ul>\n<li>New feature: Added a transfers page.</li>\n<li>Bug fix: Fixed “Use of undefined constant STDERR” warning for bgbkup-cli.</li>\n<li>Update: Updated auto-rollback to use the CLI restoration process.</li>\n<li>Update: Updated dependencies.</li>\n<li>Bug fix: Fixed database table exclusion when none are selected.</li>\n<li>Bug fix: Avoid zip close error by checking files before write/close.</li>\n<li>Bug fix: Prevent the web server from killing the archive process.</li>\n</ul>\n<h4>1.10.6</h4>\n<p>Release date: August 1st, 2019</p>\n<ul>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>1.10.5</h4>\n<p>Release date: July 30th, 2019</p>\n<ul>\n<li>Update: FTP mode detection taking too long; now saving mode.</li>\n<li>Bug fix: Replaced cbschuld/browser.php with a custom solution to avoid class conflicts.</li>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>1.10.4</h4>\n<p>Release date: July 17th, 2019</p>\n<ul>\n<li>Bug fix: Fixed get_execution_functions method so that disable_functions are properly removed.</li>\n</ul>\n<h4>1.10.3</h4>\n<p>Release date: July 2nd, 2019</p>\n<ul>\n<li>Update: Moved BoldGrid RSS feed to the library.</li>\n</ul>\n<h4>1.10.2</h4>\n<p>Release date: July 1st, 2019</p>\n<ul>\n<li>Bug fix: Fixed format of the Site Check cron entry.</li>\n</ul>\n<h4>1.10.1</h4>\n<p>Release date: Jun 18th, 2019</p>\n<ul>\n<li>Update: Added helpful links to the plugin’s row on Plugins > Install Plugins.</li>\n<li>Update: Updating verbiage in several places to help inform user of Google Drive support.</li>\n<li>Update: Show a getting started message to users after they’ve activated the plugin.</li>\n<li>Update: Improved usability on “Backup Archives” page when there are no backups.</li>\n<li>New feature: Added a subpage for support.</li>\n<li>Update: Updated Travis CI config and dev dependencies.</li>\n<li>Update: Moved auto-rollback setting to the auto-updates page.</li>\n</ul>\n<h4>1.10.0</h4>\n<p>Release date: June 10th, 2019</p>\n<ul>\n<li>New feature: Added settings section, logging, and email notifications for Site Check (bgbkup-cli).</li>\n<li>Bug fix: Ensure archive exists before attempting to upload via ftp.</li>\n<li>Update: Updated dependencies.</li>\n<li>Update: Updated content for the failed Site Check email notification message.</li>\n<li>Update: Removed duplicate build for toggles dependency.</li>\n</ul>\n<h4>1.9.3</h4>\n<p>Release date: Apr 30th, 2019</p>\n<ul>\n<li>Bug fix: Avoid “Cannot close ZIP archive file” error by skipping files that are unreadable.</li>\n<li>Bug fix: Ensure adequate permissions before attempting any restoration.</li>\n<li>Update: Add source to Get Premium nav item.</li>\n<li>Update: Fixed FTP support (when using FTPES: Explicit FTP over SSL/TLS).</li>\n</ul>\n<h4>1.9.2</h4>\n<p>Release date: Apr 16th, 2019</p>\n<ul>\n<li>Bug fix: Prevent duplicate emails when backups are made before an auto update.</li>\n</ul>\n<h4>1.9.1</h4>\n<p>Release date: Apr 2nd, 2019</p>\n<ul>\n<li>New feature: Users can now specify a custom folder name for FTP uploads.</li>\n<li>Update: Increased precision of “Archive file size” value within progress bar to better show a backup is still occurring and didn’t freeze.</li>\n<li>Bug fix: Honor bgbkup-cli method argument.</li>\n</ul>\n<h4>1.9.0</h4>\n<p>Release date: Mar 26th, 2019</p>\n<ul>\n<li>New feature: Added emergency/standalone restoration CLI process.</li>\n<li>Update: When storing backups in wp-content dir, make “boldgrid_backup” dir name more unique.</li>\n<li>Bug fix: Ensure library’s activity class is available before using it.</li>\n</ul>\n<h4>1.8.0</h4>\n<p>Release date: Feb 14th, 2019</p>\n<ul>\n<li>New feature: Added WP-CLI support for backup schedule.</li>\n<li>Update: Change thickbox background color to inform user something is loading.</li>\n<li>Update: Misc updates required for next version of BoldGrid Backup Premium.</li>\n</ul>\n<h4>1.7.2</h4>\n<p>Release date: Jan 15th, 2019</p>\n<ul>\n<li>Update: Improved journey for downloading the premium plugin.</li>\n<li>Update: Reduced the number of FTP connections made on the settings page.</li>\n<li>Update: Overhauled this readme file, added more info on features and added screenshots.</li>\n<li>Update: New system that asks user for bug fixes / new features, or requests plugin rating.</li>\n</ul>\n<h4>1.7.1</h4>\n<p>Release date: Dec 18th, 2018</p>\n<ul>\n<li>Update: Added PHP version to compatibility checks.</li>\n<li>Bug fix: Hide certain update notices in storage configuration modal.</li>\n</ul>\n<h4>1.7.0</h4>\n<p>Release date: Dec 4th, 2018</p>\n<ul>\n<li>New feature: Added auto-update settings for individual plugins and themes.</li>\n<li>New feature: Added limited-lifetime download links for archive files.</li>\n<li>New feature: Added import backup archive from URL address.</li>\n<li>New feature: Added progress bar to show the status of backups.</li>\n<li>New feature: Adding the ability to set and title and description to a backup.</li>\n<li>New feature: Adding the ability to flag a backup as being protected (excluded from retention).</li>\n<li>Update: Update protection is now valid for 1 hour after a full backup from the WordPress Updates or Plugins page.</li>\n<li>Update: Made the Backup Archives page the default page in the admin menu.</li>\n<li>Bug fix: Set a default backup directory if the path in settings is not valid. Remove filters before fixing home and siteurl on restore.</li>\n<li>Bug fix: Some HTML was caught in translations.</li>\n<li>Bug fix: Duplicate emails were sent when a backup was complete, fixed.</li>\n<li>Bug fix: Preserve timestamp on ftp/sftp uploads.</li>\n<li>Bug fix: Fixed CLI support detection on some EA4 servers.</li>\n<li>Update: Save settings and reload to the current section.</li>\n<li>Update: Reorganized settings sections.</li>\n</ul>\n<h4>1.6.5</h4>\n<p>Release Date: July 31st, 2018</p>\n<ul>\n<li>New feature: Preflight test to see if server time zone matches cron time.</li>\n<li>Bug fix: argv variables missing, Enabled register_argc_argv within cron command.</li>\n<li>Bug fix: Failed crons now write to log.</li>\n</ul>\n<h4>1.6.4</h4>\n<p>Release Date: July 17th, 2018</p>\n<ul>\n<li>Bug fix: Fixed and improved php-cli detection.</li>\n<li>Bug fix: Fixed “Undefined index ‘plugins\'” bug.</li>\n<li>Update: Cleaned up codebase to pass PHP CodeSniffer.</li>\n</ul>\n<h4>1.6.3</h4>\n<p>Release Date: June 11th, 2018</p>\n<ul>\n<li>Bug fix: System Cron detection failed in some environments.</li>\n<li>Update: Clarified verbiage on setting up Premium connect key.</li>\n</ul>\n<h4>1.6.2</h4>\n<p>Release Date: May 25th, 2018</p>\n<ul>\n<li>Update: Detect and use available resources to trigger cron tasks. Added cURL support.</li>\n</ul>\n<h4>1.6.1</h4>\n<p>Release Date: May 24th, 2018</p>\n<ul>\n<li>Update: Ran PHPCBF to beautify PHP code.</li>\n<li>Update: $_POST sanitization</li>\n<li>Update: Cron system updated to avoid calling core files directly</li>\n</ul>\n<h4>1.6.0</h4>\n<p>Release Date: April 11th, 2018</p>\n<ul>\n<li>New feature: Archive browser, the ability to see what’s in a backup.</li>\n<li>New feature: Database browser, the ability to see at a high level what’s in a backup.</li>\n<li>New feature: 1 click restore database only.</li>\n<li>New feature: FTP / SFTP support added.</li>\n<li>New feature: Control which files and database tables are backed up.</li>\n<li>Compatibility: PclZip support added for creating archives.</li>\n<li>Compatibility: WP Cron support added for scheduled backups.</li>\n<li>Compatibility: PHP Script used to backup the database, rather than system commands.</li>\n<li>Improvement: Update admin pages to use WP UI/UX standards.</li>\n<li>Improvement: Improved UI in regards to time zones.</li>\n<li>Improvement: Failed items on Preflight Check page are highlighted in red.</li>\n<li>Improvement: Send an email if a backup fails via cron.</li>\n<li>Improvement: More details in Preflight Check to help with troubleshooting.</li>\n<li>Bug fix: Bug fixed with auto restoration feature.</li>\n</ul>\n<h4>1.5</h4>\n<p>Release Date: August 8th, 2017</p>\n<ul>\n<li>Update: Bump version.</li>\n</ul>\n<h4>1.3.12</h4>\n<p>Release Date: July 20th, 2017</p>\n<ul>\n<li>Update: Updated plugin URI.</li>\n</ul>\n<p>Release Date: June 27th, 2017</p>\n<h4>1.3.11</h4>\n<ul>\n<li>New feature: Added auto-update settings for plugins and themes.</li>\n<li>Bug fix: Skip node_modules paths when creating archives.</li>\n</ul>\n<h4>1.3.10</h4>\n<p>Release Date: May 16th, 2017</p>\n<ul>\n<li>Bug fix: Fixed undefined property when the pre-flight test fails.</li>\n<li>Bug fix: Fixed an undefined index when home dir is not writable.</li>\n<li>Bug fix: Fixed auto plugin update.</li>\n</ul>\n<h4>1.3.9</h4>\n<p>Release Date: May 2nd, 2017</p>\n<ul>\n<li>Bug fix: Added check and load before using get_plugin_data() for updates.</li>\n</ul>\n<h4>1.3.8</h4>\n<p>Release Date: April 4th, 2017</p>\n<ul>\n<li>Bug fix: After migrating a site via boldgrid-backup, the backup directory was not updated if invalid.</li>\n</ul>\n<h4>1.3.7</h4>\n<p>Release Date: February 20th, 2017</p>\n<ul>\n<li>Bug fix: Fixed issue when installing plugins from the Tools Import page.</li>\n<li>Bug fix: Fixed check for system tar and zip.</li>\n<li>Bug fix: Fixed method of locating the home directory.</li>\n</ul>\n<h4>1.3.6</h4>\n<p>Release Date: February 9th, 2017</p>\n<ul>\n<li>Update: Show how long the site was paused for.</li>\n<li>Update: Auto show move backups message.</li>\n<li>Bug fix: Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).</li>\n</ul>\n<h4>1.3.5</h4>\n<p>Release Date: February 7th, 2017</p>\n<ul>\n<li>Bug fix: Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).</li>\n<li>Bug fix: Backing up fails after 5 minutes.</li>\n</ul>\n<h4>1.3.4</h4>\n<p>Release Date: January 10th, 2017</p>\n<ul>\n<li>Update: Update support URLs.</li>\n<li>Update: Close session on gathering disk space API call.</li>\n<li>Bug fix: Fixed missing link in an email template.</li>\n<li>Bug fix: Uncaught TypeError: wp.template is not a function.</li>\n<li>Testing: Tested on WordPress 4.7.</li>\n</ul>\n<h4>1.3.3</h4>\n<p>Release Date: December 20th, 2016</p>\n<ul>\n<li>Update: Show backup limits to users.</li>\n<li>Update: Misc notices.</li>\n<li>Update: Disable backup now button.</li>\n<li>Update: Prevent backup if the account is too large.</li>\n</ul>\n<h4>1.3.2</h4>\n<p>Release Date: December 6th, 2016</p>\n<ul>\n<li>Update: Move backups when changing backup directory.</li>\n<li>Update: Improve time to calculate disk space.</li>\n<li>Bug fix: Added double-quote encapsulation to the password in the mysqldump defaults file.</li>\n<li>Bug fix: Typo fix.</li>\n</ul>\n<h4>1.3.1</h4>\n<p>Release Date: November 15th, 2016</p>\n<ul>\n<li>Update: Modify ‘last created archive’ message with a link to archives.</li>\n<li>Update: Modify backup success message with a link to settings.</li>\n<li>Update: Modify BoldGrid Backup menus.</li>\n<li>Update: Adjust display of preflight check.</li>\n<li>Update: Free limitations to days of the week.</li>\n<li>Update: Free limitations to retention.</li>\n<li>Update: Standard tooltips.</li>\n<li>Update: Add intro message to the Archive page.</li>\n<li>Update: Modify backup id section on the archives page.</li>\n<li>Update: Modify Backup Site messages.</li>\n<li>Update: Cache disk space data.</li>\n<li>Update: Add free / premium messages next to disk / database sizes.</li>\n<li>Misc: Added plugin requirements to readme.txt file.</li>\n</ul>\n<h4>1.3</h4>\n<p>Release Date: October 12th, 2016</p>\n<ul>\n<li>Update: Bump version.</li>\n</ul>\n<h4>1.2.3</h4>\n<p>Release Date: September 20th, 2016</p>\n<ul>\n<li>Bug fix: Added handling for restoration if site URL changed. Fixed upload button in Chrome.</li>\n<li>Bug fix: Load BoldGrid settings from the correct WP option (site/blog).</li>\n<li>Bug fix: Fixed typo in archive deletion confirmation dialogue.</li>\n<li>Update: Set version constant from plugin file.</li>\n<li>Misc: Updated readme.txt for Tested up to 4.6.1.</li>\n</ul>\n<h4>1.2.2</h4>\n<p>Release Date: September 7th, 2016</p>\n<ul>\n<li>New feature: Added the ability to upload a backup archive.</li>\n<li>Bug fix: Fixed errors during deactivation.</li>\n<li>Bug fix: Update class was not getting current plugin version.</li>\n</ul>\n<h4>1.2.1</h4>\n<p>Release Date: August 23rd, 2016</p>\n<ul>\n<li>Bug fix: Updates via adminajax now updates the rollback timer.</li>\n<li>Misc: Updated readme.txt for Tested up to 4.6.</li>\n</ul>\n<h4>1.2</h4>\n<p>Release Date: August 9th, 2016</p>\n<ul>\n<li>New feature: Added XHProf for optional PHP profiling. Can be enabled in “config.local.php” by setting “xhprof” to true.</li>\n<li>Bug fix: Fixed auto-update action hook.</li>\n<li>Bug fix: Changed restore and delete buttons to POST forms, to resolve an issue with people reloading the restoration URL.</li>\n<li>Bug fix: Reworked error notices for restoration. Emptying archive list before updating after performing a backup.</li>\n<li>Bug fix: Disabled backup and restore buttons after starting a restoration.</li>\n<li>Bug fix: Removed homedir not writable notice; moved info to the functionality test page.</li>\n<li>Bug fix: Removed add cron action on activation.</li>\n<li>Redesign: Changed backup duration display seconds to 2 decimal places.</li>\n<li>Rework: Settings page will now load if functionality test fails.</li>\n<li>Rework: Cleanup for the rollback admin notice.</li>\n<li>Rework: Added a warning in the notice for restorations (may get logged-out).</li>\n<li>Rework: Moved cron methods to a new class.</li>\n<li>Rework: Reworked for translations.</li>\n</ul>\n<h4>1.0.2</h4>\n<p>Release Date: July 22nd, 2016</p>\n<ul>\n<li>Rework: Removed notice for staged pending rollback.</li>\n</ul>\n<h4>1.0.1</h4>\n<p>Release Date: July 6th, 2016</p>\n<ul>\n<li>New feature: Added setting for a notification email address.</li>\n<li>New feature: Added setting for backup directory.</li>\n<li>New feature: Cancel auto-rollback if restoration is performed.</li>\n<li>New feature: Added Rollback Site Now button in the rollback notice.</li>\n<li>New feature: Made it possible to change siteurl and retain matched archives (backups made as of this update).</li>\n<li>New feature: Added capability for auto-updates by BoldGrid API response.</li>\n<li>Redesign: Formatted the Functionality Test page.</li>\n<li>Bug fix: Removed PHP SAPI check in the cron script.</li>\n<li>Bug fix: Restoration cron did not always complete.</li>\n<li>Bug fix: Better aligned rollback countdown timer with the cron job.</li>\n<li>Bug fix: Provided message for empty archive list.</li>\n<li>Bug fix: Rollback information is now removed after the timer reaches 0:00.</li>\n<li>Bug fix: Test for crontab now works when crontab is empty.</li>\n<li>Bug fix: Now closing PHP session on backup, download, and restore, so that other PHP requests from the client may load.</li>\n<li>Testing: Tested on WordPress 4.5.3.</li>\n</ul>\n<h4>1.0</h4>\n<p>Release Date: June 21st, 2016</p>\n<ul>\n<li>Initial public release.</li>\n</ul>\n\";s:11:\"screenshots\";s:10272:\"<ol><li><a href=\"https://ps.w.org/boldgrid-backup/assets/screenshot-1.png?rev=2199062\"><img src=\"https://ps.w.org/boldgrid-backup/assets/screenshot-1.png?rev=2199062\" alt=\"Easily schedule backups using Cron or WP Cron. Set a time of day, select the days of the week, and Total Upkeep will automate backups for you. You will receive an email after each backup has been completed.\"></a><p>Easily schedule backups using Cron or WP Cron. Set a time of day, select the days of the week, and Total Upkeep will automate backups for you. You will receive an email after each backup has been completed.</p></li><li><a href=\"https://ps.w.org/boldgrid-backup/assets/screenshot-2.png?rev=2009431\"><img src=\"https://ps.w.org/boldgrid-backup/assets/screenshot-2.png?rev=2009431\" alt=\"Automatically perform a backup before WordPress auto updates itself. This feature hooks into the <a href="https://developer.wordpress.org/reference/hooks/pre_auto_update/">pre_auto_update</a> action.\"></a><p>Automatically perform a backup before WordPress auto updates itself. This feature hooks into the <a href=\"https://developer.wordpress.org/reference/hooks/pre_auto_update/\">pre_auto_update</a> action.</p></li><li><a href=\"https://ps.w.org/boldgrid-backup/assets/screenshot-3.png?rev=2009431\"><img src=\"https://ps.w.org/boldgrid-backup/assets/screenshot-3.png?rev=2009431\" alt=\"After a scheduled backup completes, you can have it uploaded automatically to an FTP / SFTP server. Users who upgrade to premium can also store backups on Amazon S3.\"></a><p>After a scheduled backup completes, you can have it uploaded automatically to an FTP / SFTP server. Users who upgrade to premium can also store backups on Amazon S3.</p></li><li><a href=\"https://ps.w.org/boldgrid-backup/assets/screenshot-4.png?rev=2009431\"><img src=\"https://ps.w.org/boldgrid-backup/assets/screenshot-4.png?rev=2009431\" alt=\"You can configure which files and folders and include in your backups. "Include" and "Exclude" filters are easy to set up, and you can click the "Preview" button to get a listing of which files and folders will actually be included in your backup.\"></a><p>You can configure which files and folders and include in your backups. \"Include\" and \"Exclude\" filters are easy to set up, and you can click the \"Preview\" button to get a listing of which files and folders will actually be included in your backup.</p></li><li><a href=\"https://ps.w.org/boldgrid-backup/assets/screenshot-5.png?rev=2009431\"><img src=\"https://ps.w.org/boldgrid-backup/assets/screenshot-5.png?rev=2009431\" alt=\"Have tables you don't want to back up? Within the list of database tables, uncheck the tables you want to be excluded from backups, and they won't be included.\"></a><p>Have tables you don\'t want to back up? Within the list of database tables, uncheck the tables you want to be excluded from backups, and they won\'t be included.</p></li><li><a href=\"https://ps.w.org/boldgrid-backup/assets/screenshot-6.png?rev=2009431\"><img src=\"https://ps.w.org/boldgrid-backup/assets/screenshot-6.png?rev=2009431\" alt=\"Take control of how WordPress automatically updates itself. Select whether to auto update for major updates, minor updates, development updates, and/or translation updates.\"></a><p>Take control of how WordPress automatically updates itself. Select whether to auto update for major updates, minor updates, development updates, and/or translation updates.</p></li><li><a href=\"https://ps.w.org/boldgrid-backup/assets/screenshot-7.png?rev=2009431\"><img src=\"https://ps.w.org/boldgrid-backup/assets/screenshot-7.png?rev=2009431\" alt=\"Select which of your plugins to have automatically updated when updates are available.\"></a><p>Select which of your plugins to have automatically updated when updates are available.</p></li><li><a href=\"https://ps.w.org/boldgrid-backup/assets/screenshot-8.png?rev=2009431\"><img src=\"https://ps.w.org/boldgrid-backup/assets/screenshot-8.png?rev=2009431\" alt=\"Select which of your themes to have automatically updated when updates are available.\"></a><p>Select which of your themes to have automatically updated when updates are available.</p></li><li><a href=\"https://ps.w.org/boldgrid-backup/assets/screenshot-9.png?rev=2199062\"><img src=\"https://ps.w.org/boldgrid-backup/assets/screenshot-9.png?rev=2199062\" alt=\"Before upgrading WordPress, or any plugins or themes, backup your site. After the upgrade, test your site for any issues. If any issues are found, you can one-click restore your website or wait for the countdown to end and your site will automatically restore itself.\"></a><p>Before upgrading WordPress, or any plugins or themes, backup your site. After the upgrade, test your site for any issues. If any issues are found, you can one-click restore your website or wait for the countdown to end and your site will automatically restore itself.</p></li><li><a href=\"https://ps.w.org/boldgrid-backup/assets/screenshot-10.png?rev=2199062\"><img src=\"https://ps.w.org/boldgrid-backup/assets/screenshot-10.png?rev=2199062\" alt=\"For large sites, backups can sometimes take a bit of time to complete. During backups, a progress bar is shown to keep you updated on the backup's status.\"></a><p>For large sites, backups can sometimes take a bit of time to complete. During backups, a progress bar is shown to keep you updated on the backup\'s status.</p></li><li><a href=\"https://ps.w.org/boldgrid-backup/assets/screenshot-11.png?rev=2009431\"><img src=\"https://ps.w.org/boldgrid-backup/assets/screenshot-11.png?rev=2009431\" alt=\"When backups are completed, or when a backup is restored, Total Upkeep will send you an email.\"></a><p>When backups are completed, or when a backup is restored, Total Upkeep will send you an email.</p></li><li><a href=\"https://ps.w.org/boldgrid-backup/assets/screenshot-12.png?rev=2009431\"><img src=\"https://ps.w.org/boldgrid-backup/assets/screenshot-12.png?rev=2009431\" alt=\"The Backup Archives page will list all of your backups, and show you where each backup is stored (Web Server, FTP/SFTP, etc).\"></a><p>The Backup Archives page will list all of your backups, and show you where each backup is stored (Web Server, FTP/SFTP, etc).</p></li><li><a href=\"https://ps.w.org/boldgrid-backup/assets/screenshot-13.png?rev=2199062\"><img src=\"https://ps.w.org/boldgrid-backup/assets/screenshot-13.png?rev=2199062\" alt=\"When viewing the details of a backup, click the "Upload" button to easily upload the backup archive to one of your remote storage providers, such as an FTP server.\"></a><p>When viewing the details of a backup, click the \"Upload\" button to easily upload the backup archive to one of your remote storage providers, such as an FTP server.</p></li><li><a href=\"https://ps.w.org/boldgrid-backup/assets/screenshot-14.png?rev=2199062\"><img src=\"https://ps.w.org/boldgrid-backup/assets/screenshot-14.png?rev=2199062\" alt=\"To help keep your backups organized, you can add titles and descriptions to each backup.\"></a><p>To help keep your backups organized, you can add titles and descriptions to each backup.</p></li><li><a href=\"https://ps.w.org/boldgrid-backup/assets/screenshot-15.png?rev=2009431\"><img src=\"https://ps.w.org/boldgrid-backup/assets/screenshot-15.png?rev=2009431\" alt=\"Use the Backup Browser to view what files are contained in each of your backups.\"></a><p>Use the Backup Browser to view what files are contained in each of your backups.</p></li><li><a href=\"https://ps.w.org/boldgrid-backup/assets/screenshot-16.png?rev=2009431\"><img src=\"https://ps.w.org/boldgrid-backup/assets/screenshot-16.png?rev=2009431\" alt=\"You can also use the Backup Browser to see which database tables are included in the backup and compare the # records to your current database.\"></a><p>You can also use the Backup Browser to see which database tables are included in the backup and compare the # records to your current database.</p></li><li><a href=\"https://ps.w.org/boldgrid-backup/assets/screenshot-17.png?rev=2199062\"><img src=\"https://ps.w.org/boldgrid-backup/assets/screenshot-17.png?rev=2199062\" alt=\"The right sidebar of the Backup Archive Details page shows information about a backup, including who made the backup, what was backed up, how long the backup took, and more.\"></a><p>The right sidebar of the Backup Archive Details page shows information about a backup, including who made the backup, what was backed up, how long the backup took, and more.</p></li><li><a href=\"https://ps.w.org/boldgrid-backup/assets/screenshot-18.png?rev=2199062\"><img src=\"https://ps.w.org/boldgrid-backup/assets/screenshot-18.png?rev=2199062\" alt=\"You can configure retention settings (only keep X number of backups) so that disk space used by your Web Server and/or your FTP/SFTP to store backups does not grow out of control.\"></a><p>You can configure retention settings (only keep X number of backups) so that disk space used by your Web Server and/or your FTP/SFTP to store backups does not grow out of control.</p></li><li><a href=\"https://ps.w.org/boldgrid-backup/assets/screenshot-19.png?rev=2199062\"><img src=\"https://ps.w.org/boldgrid-backup/assets/screenshot-19.png?rev=2199062\" alt=\"For backups you don't want to be deleted by your retention settings, you can configure them to be saved and not deleted when the retention process deletes the backup.\"></a><p>For backups you don\'t want to be deleted by your retention settings, you can configure them to be saved and not deleted when the retention process deletes the backup.</p></li><li><a href=\"https://ps.w.org/boldgrid-backup/assets/screenshot-20.png?rev=2199062\"><img src=\"https://ps.w.org/boldgrid-backup/assets/screenshot-20.png?rev=2199062\" alt=\"Migrating websites from one host to another only takes a few steps. On the source server, generate a protected link for which a backup can be downloaded. Then, on the destination server, upload a backup using that protected link. All that's left is clicking restore!\"></a><p>Migrating websites from one host to another only takes a few steps. On the source server, generate a protected link for which a backup can be downloaded. Then, on the destination server, upload a backup using that protected link. All that\'s left is clicking restore!</p></li></ol>\";s:7:\"reviews\";s:16840:\"<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">It works! But they consistently nag you</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"3 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"3\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/geodgeod\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/04244a0c44fe8d61b571dfa19b2462f8?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/04244a0c44fe8d61b571dfa19b2462f8?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/geodgeod\" class=\"reviewer-name\">geodgeod</a> on <span class=\"review-date\">May 30, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">To use their other products - leave reviews and so on. It would be a 5 if not for the constant nagging. </div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Great Professionalism</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/anantajitjg\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/401103f2ae8471128062eafc19970425?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/401103f2ae8471128062eafc19970425?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/anantajitjg\" class=\"reviewer-name\">Anantajit JG <small>(anantajitjg)</small></a> on <span class=\"review-date\">May 29, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">I have reported a bug in the plugin support forum. They have fixed this issue and released an update very quickly. It shows great professionalism. Keep up the great work.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">I really love this plugin except for one issue</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"3 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"3\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/petrus4\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/dcb0b64e978d37f9f67241d31ca36bd4?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/dcb0b64e978d37f9f67241d31ca36bd4?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/petrus4\" class=\"reviewer-name\">Petrus4</a> on <span class=\"review-date\">May 19, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">I would give this plugin 5 stars if it were that the backup will hang or timeout when running under FastCGI on Dreamhost. I know that the fix is to run the server straight under CGI and that fixes the issue but I need to use FastCGI. </div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Great plugin</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/crzy4prple\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/3133801c9e2bba60007e8fefe2035075?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/3133801c9e2bba60007e8fefe2035075?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/crzy4prple\" class=\"reviewer-name\">crzy4prple</a> on <span class=\"review-date\">May 15, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Super easy to use</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">It can SFTP freely!!</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/ibeetle\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/bdb096fd8116869c7453c274742dd04e?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/bdb096fd8116869c7453c274742dd04e?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/ibeetle\" class=\"reviewer-name\">ibeetle</a> on <span class=\"review-date\">May 10, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Thank you for yours Plugin with SFTP freely!!\nBut it may one site. \nThank You!!!</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Just love it</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/al-imran-suvro\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/4a37671c702d8c57eca1cc15e3321c68?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/4a37671c702d8c57eca1cc15e3321c68?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/al-imran-suvro\" class=\"reviewer-name\">Al Imran Suvro</a> on <span class=\"review-date\">May 9, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Just love it</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Great Plugin</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/khalilmamouny\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/5ef8e9933a9e3cc3fe4a18f8e468a719?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/5ef8e9933a9e3cc3fe4a18f8e468a719?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/khalilmamouny\" class=\"reviewer-name\">khalilmamouny</a> on <span class=\"review-date\">May 9, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Great Plugin</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Seemed to cause random site reverstion and problems, including site crash</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/braintraincoach\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/04d97429ab62fbb493ddeec514142fae?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/04d97429ab62fbb493ddeec514142fae?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/braintraincoach\" class=\"reviewer-name\">braintraincoach</a> on <span class=\"review-date\">May 5, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">I regret having to write this.\n\nTotal Upkeep was recommended by my hosting company tech support.\n\nONLY after adding it a few weeks ago have I ever seen problems with my site seeming to \'revert\' to an earlier state. This likely happens due to the default Automatic Rollback which makes you click a button even after SUCCESSFUL plugin updates are made. I originally did not realize this.\n\nHowever, sometime last week, my site reverted back to a state of 2-3 weeks ago. I lost a week of orders and a lot of other work which was easy to see. Although I had 3 full backups made, none of them worked to bring the site to that days state which would have saved the customer data and order data depending on the date. NONE worked properly even though I restored from my wp dashboard and even attempted restoration from the bold grid backup folder. \n\nALL the backups and restoration attempts were registered and added in the file and folders as they would seem to do if correct.\n\nReviewing the size of the files seemed to indicate that the full site was backed up. The MySQL files would indicate the same. All the \'numbers added up\' so to speak.\n\nRegardless, I had a backup solution which did not restore. More importantly, it seemed to cause problems.\n\nFinally, the Site Health Check feature caused a fatal flaw in 1) a Backup Attempt AFTER I disabled the Automatic Rollback feature. This crashed the site and locked me out from logging into the dashboard. It created hours of work in tech support to find the solution and restore the site (wp-core re-load from ssh terminal). 2) The fatal error quoted the exact line of code in wp-settings.php file where the Site Health Check Module began. 3) AFter Enabling the Auto Rollback feature, an attempt to RESTORE using Total Upkeep caused the same Fatal Flaw error code, site crash and url login lockout quoting the exact same line of code related to Site Health Check. Again, a long wait and hours later, the site was back live.\n\nIn the end, I used Total Upkeep for less than 3 weeks. \nIn that time I had a few weird disappearances of coupon codes and a couple other small product page improvements. \nI then had my site revert back causing me to lose orders, customer information and work over a 2 week period. \nI spent 10 or more hours over 4 different days troubleshooting. \nNone of the Total Upkeep backups worked to restore site to any of the 3 different days which would have saved some of that information lost.\nThen Total Upkeep crashed my site in a Backup attempt.\nTotal Upkeep crashed my site in a Restore attempt after the site was brought back online.\n\nI\'d love to have this to have worked. The Rollback ideas is a good one. The automatic rollback with a radio button to say yes when the plugin update is successful makes no sense.\n\nSomewhere the execution of the 15 minute Site Health Check and Automatic Rollback Feature, timer or something has a serious and fatal flaw in the logic or code.\n\nI would not trust it ever again.\n\nI\'ll go back, pay my money and use the UpDraftPlus plugin which served me flawlessly and saved me a few times in the 4-5 years I have used it.\n\nGood luck to all of you. We are all in this together. Honest and forthright help will make each of our lives more fruitful. And, 10 hours of pain could be put towards creating pain reducing articles, ideas and service instead. </div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Good Plugin easy to Transfer</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/maxossa\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/6fe8d6857716dd166556b6698e7f5b08?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/6fe8d6857716dd166556b6698e7f5b08?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/maxossa\" class=\"reviewer-name\">maxossa</a> on <span class=\"review-date\">May 2, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Very nice plugin. Works perfect even the free version.\n5 stars!!!!</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Peace of Mind & Easy to Use!</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/avividimage\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/0d884db98347a4d78530488d06ec7df5?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/0d884db98347a4d78530488d06ec7df5?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/avividimage\" class=\"reviewer-name\">avividimage</a> on <span class=\"review-date\">April 30, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Love this plugin! Use it on several websites. So easy to schedule back-ups or do manual back-ups prior to plugin and theme updates. It\'s come in handy several times when I have compatibility issues. </div>\n</div>\n\";}s:17:\"short_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 …\";s:13:\"download_link\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.13.5.zip\";s:11:\"screenshots\";a:20:{i:1;a:2:{s:3:\"src\";s:68:\"https://ps.w.org/boldgrid-backup/assets/screenshot-1.png?rev=2199062\";s:7:\"caption\";s:206:\"Easily schedule backups using Cron or WP Cron. Set a time of day, select the days of the week, and Total Upkeep will automate backups for you. You will receive an email after each backup has been completed.\";}i:2;a:2:{s:3:\"src\";s:68:\"https://ps.w.org/boldgrid-backup/assets/screenshot-2.png?rev=2009431\";s:7:\"caption\";s:199:\"Automatically perform a backup before WordPress auto updates itself. This feature hooks into the <a href=\"https://developer.wordpress.org/reference/hooks/pre_auto_update/\">pre_auto_update</a> action.\";}i:3;a:2:{s:3:\"src\";s:68:\"https://ps.w.org/boldgrid-backup/assets/screenshot-3.png?rev=2009431\";s:7:\"caption\";s:165:\"After a scheduled backup completes, you can have it uploaded automatically to an FTP / SFTP server. Users who upgrade to premium can also store backups on Amazon S3.\";}i:4;a:2:{s:3:\"src\";s:68:\"https://ps.w.org/boldgrid-backup/assets/screenshot-4.png?rev=2009431\";s:7:\"caption\";s:247:\"You can configure which files and folders and include in your backups. \"Include\" and \"Exclude\" filters are easy to set up, and you can click the \"Preview\" button to get a listing of which files and folders will actually be included in your backup.\";}i:5;a:2:{s:3:\"src\";s:68:\"https://ps.w.org/boldgrid-backup/assets/screenshot-5.png?rev=2009431\";s:7:\"caption\";s:159:\"Have tables you don\'t want to back up? Within the list of database tables, uncheck the tables you want to be excluded from backups, and they won\'t be included.\";}i:6;a:2:{s:3:\"src\";s:68:\"https://ps.w.org/boldgrid-backup/assets/screenshot-6.png?rev=2009431\";s:7:\"caption\";s:172:\"Take control of how WordPress automatically updates itself. Select whether to auto update for major updates, minor updates, development updates, and/or translation updates.\";}i:7;a:2:{s:3:\"src\";s:68:\"https://ps.w.org/boldgrid-backup/assets/screenshot-7.png?rev=2009431\";s:7:\"caption\";s:86:\"Select which of your plugins to have automatically updated when updates are available.\";}i:8;a:2:{s:3:\"src\";s:68:\"https://ps.w.org/boldgrid-backup/assets/screenshot-8.png?rev=2009431\";s:7:\"caption\";s:85:\"Select which of your themes to have automatically updated when updates are available.\";}i:9;a:2:{s:3:\"src\";s:68:\"https://ps.w.org/boldgrid-backup/assets/screenshot-9.png?rev=2199062\";s:7:\"caption\";s:267:\"Before upgrading WordPress, or any plugins or themes, backup your site. After the upgrade, test your site for any issues. If any issues are found, you can one-click restore your website or wait for the countdown to end and your site will automatically restore itself.\";}i:10;a:2:{s:3:\"src\";s:69:\"https://ps.w.org/boldgrid-backup/assets/screenshot-10.png?rev=2199062\";s:7:\"caption\";s:154:\"For large sites, backups can sometimes take a bit of time to complete. During backups, a progress bar is shown to keep you updated on the backup\'s status.\";}i:11;a:2:{s:3:\"src\";s:69:\"https://ps.w.org/boldgrid-backup/assets/screenshot-11.png?rev=2009431\";s:7:\"caption\";s:94:\"When backups are completed, or when a backup is restored, Total Upkeep will send you an email.\";}i:12;a:2:{s:3:\"src\";s:69:\"https://ps.w.org/boldgrid-backup/assets/screenshot-12.png?rev=2009431\";s:7:\"caption\";s:125:\"The Backup Archives page will list all of your backups, and show you where each backup is stored (Web Server, FTP/SFTP, etc).\";}i:13;a:2:{s:3:\"src\";s:69:\"https://ps.w.org/boldgrid-backup/assets/screenshot-13.png?rev=2199062\";s:7:\"caption\";s:163:\"When viewing the details of a backup, click the \"Upload\" button to easily upload the backup archive to one of your remote storage providers, such as an FTP server.\";}i:14;a:2:{s:3:\"src\";s:69:\"https://ps.w.org/boldgrid-backup/assets/screenshot-14.png?rev=2199062\";s:7:\"caption\";s:88:\"To help keep your backups organized, you can add titles and descriptions to each backup.\";}i:15;a:2:{s:3:\"src\";s:69:\"https://ps.w.org/boldgrid-backup/assets/screenshot-15.png?rev=2009431\";s:7:\"caption\";s:80:\"Use the Backup Browser to view what files are contained in each of your backups.\";}i:16;a:2:{s:3:\"src\";s:69:\"https://ps.w.org/boldgrid-backup/assets/screenshot-16.png?rev=2009431\";s:7:\"caption\";s:143:\"You can also use the Backup Browser to see which database tables are included in the backup and compare the # records to your current database.\";}i:17;a:2:{s:3:\"src\";s:69:\"https://ps.w.org/boldgrid-backup/assets/screenshot-17.png?rev=2199062\";s:7:\"caption\";s:173:\"The right sidebar of the Backup Archive Details page shows information about a backup, including who made the backup, what was backed up, how long the backup took, and more.\";}i:18;a:2:{s:3:\"src\";s:69:\"https://ps.w.org/boldgrid-backup/assets/screenshot-18.png?rev=2199062\";s:7:\"caption\";s:179:\"You can configure retention settings (only keep X number of backups) so that disk space used by your Web Server and/or your FTP/SFTP to store backups does not grow out of control.\";}i:19;a:2:{s:3:\"src\";s:69:\"https://ps.w.org/boldgrid-backup/assets/screenshot-19.png?rev=2199062\";s:7:\"caption\";s:166:\"For backups you don\'t want to be deleted by your retention settings, you can configure them to be saved and not deleted when the retention process deletes the backup.\";}i:20;a:2:{s:3:\"src\";s:69:\"https://ps.w.org/boldgrid-backup/assets/screenshot-20.png?rev=2199062\";s:7:\"caption\";s:266:\"Migrating websites from one host to another only takes a few steps. On the source server, generate a protected link for which a backup can be downloaded. Then, on the destination server, upload a backup using that protected link. All that\'s left is clicking restore!\";}}s:4:\"tags\";a:5:{s:6:\"backup\";s:6:\"backup\";s:12:\"cloud-backup\";s:12:\"cloud backup\";s:15:\"database-backup\";s:15:\"database backup\";s:7:\"restore\";s:7:\"restore\";s:16:\"wordpress-backup\";s:16:\"wordpress backup\";}s:8:\"versions\";a:53:{s:6:\"1.10.0\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.10.0.zip\";s:6:\"1.10.1\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.10.1.zip\";s:6:\"1.10.2\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.10.2.zip\";s:6:\"1.10.3\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.10.3.zip\";s:6:\"1.10.4\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.10.4.zip\";s:6:\"1.10.5\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.10.5.zip\";s:6:\"1.10.6\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.10.6.zip\";s:6:\"1.11.0\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.11.0.zip\";s:6:\"1.11.1\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.11.1.zip\";s:6:\"1.11.2\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.11.2.zip\";s:6:\"1.11.3\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.11.3.zip\";s:6:\"1.11.4\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.11.4.zip\";s:6:\"1.11.5\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.11.5.zip\";s:6:\"1.11.6\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.11.6.zip\";s:6:\"1.11.8\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.11.8.zip\";s:6:\"1.12.0\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.12.0.zip\";s:11:\"1.12.0-rc.1\";s:70:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.12.0-rc.1.zip\";s:11:\"1.12.0-rc.2\";s:70:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.12.0-rc.2.zip\";s:6:\"1.12.1\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.12.1.zip\";s:6:\"1.12.2\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.12.2.zip\";s:6:\"1.12.3\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.12.3.zip\";s:6:\"1.12.4\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.12.4.zip\";s:6:\"1.12.5\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.12.5.zip\";s:6:\"1.12.6\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.12.6.zip\";s:6:\"1.13.0\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.13.0.zip\";s:11:\"1.13.0-rc.1\";s:70:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.13.0-rc.1.zip\";s:6:\"1.13.1\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.13.1.zip\";s:6:\"1.13.2\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.13.2.zip\";s:6:\"1.13.3\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.13.3.zip\";s:6:\"1.13.4\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.13.4.zip\";s:6:\"1.13.5\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.13.5.zip\";s:14:\"1.13.5-alpha.1\";s:73:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.13.5-alpha.1.zip\";s:14:\"1.13.5-alpha.2\";s:73:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.13.5-alpha.2.zip\";s:14:\"1.13.5-alpha.3\";s:73:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.13.5-alpha.3.zip\";s:14:\"1.13.5-alpha.4\";s:73:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.13.5-alpha.4.zip\";s:11:\"1.14.0-rc.1\";s:70:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.14.0-rc.1.zip\";s:11:\"1.14.0-rc.2\";s:70:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.14.0-rc.2.zip\";s:5:\"1.6.1\";s:64:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.6.1.zip\";s:5:\"1.6.2\";s:64:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.6.2.zip\";s:5:\"1.6.3\";s:64:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.6.3.zip\";s:5:\"1.6.4\";s:64:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.6.4.zip\";s:5:\"1.6.5\";s:64:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.6.5.zip\";s:5:\"1.6.6\";s:64:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.6.6.zip\";s:5:\"1.7.0\";s:64:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.7.0.zip\";s:5:\"1.7.1\";s:64:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.7.1.zip\";s:5:\"1.7.2\";s:64:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.7.2.zip\";s:5:\"1.8.0\";s:64:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.8.0.zip\";s:5:\"1.8.1\";s:64:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.8.1.zip\";s:5:\"1.9.0\";s:64:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.9.0.zip\";s:5:\"1.9.1\";s:64:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.9.1.zip\";s:5:\"1.9.2\";s:64:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.9.2.zip\";s:5:\"1.9.3\";s:64:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.9.3.zip\";s:5:\"trunk\";s:58:\"https://downloads.wordpress.org/plugin/boldgrid-backup.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:70:\"https://ps.w.org/boldgrid-backup/assets/banner-772x250.png?rev=1880952\";s:4:\"high\";s:71:\"https://ps.w.org/boldgrid-backup/assets/banner-1544x500.png?rev=1880952\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-128x128.png?rev=1880952\";s:2:\"2x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-256x256.png?rev=1880952\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:92;}s:7:\"weforms\";O:8:\"stdClass\":29:{s:4:\"name\";s:71:\"weForms – Easy Drag & Drop Contact Form Builder For WordPress\";s:4:\"slug\";s:7:\"weforms\";s:7:\"version\";s:5:\"1.4.8\";s:6:\"author\";s:45:\"<a href=\"https://weformspro.com/\">weForms</a>\";s:14:\"author_profile\";s:39:\"https://profiles.wordpress.org/boldgrid\";s:12:\"contributors\";a:3:{s:9:\"tareq1988\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/tareq1988\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/8584491809f902b86fae495a5830be83?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Tareq Hasan\";}s:14:\"nizamuddinbabu\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/nizamuddinbabu\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/b6018868e8b1f67c865e71ea212b9f96?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Nizam Uddin\";}s:8:\"boldgrid\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/boldgrid\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/a72e18767febdc7280e2e20712319ded?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:8:\"BoldGrid\";}}s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";s:6:\"5.6.20\";s:6:\"rating\";i:98;s:7:\"ratings\";a:5:{i:5;i:69;i:4;i:2;i:3;i:3;i:2;i:1;i:1;i:0;}s:11:\"num_ratings\";i:75;s:15:\"support_threads\";i:8;s:24:\"support_threads_resolved\";i:8;s:15:\"active_installs\";i:20000;s:12:\"last_updated\";s:21:\"2020-05-12 1:33pm GMT\";s:5:\"added\";s:10:\"2017-08-01\";s:8:\"homepage\";s:23:\"https://weformspro.com/\";s:8:\"sections\";a:6:{s:11:\"description\";s:19529:\"<h4>weForms- The easy-to-use WordPress Contact Form Builder plugin</h4>\n<p>When we think about using any contact form builder plugin, the first concern is always about how user-friendly and adaptable it actually is. So, we the makers have developed <a href=\"https://weformspro.com/\" rel=\"nofollow ugc\">weForms</a> keeping this demand in mind. It is undoubtedly one of the most easy-to-use form builders for WordPress. This contact form plugin is not just a form builder, it can do a lot more than you can imagine. It actually brings all your forms created in your imagination into reality. Think of creating any form in your head and you can build it with a few clicks with weForms absolutely hassle-free.</p>\n<p>Get the best experience of drag & drop form building while creating any form of your imagination. Not to forget its wide range of customizable pre-defined form templates that makes managing and designing any type of form a walk in the park.</p>\n<p>Moreover, with more than 20+ custom field, you can swiftly build contact forms, leads generating forms, user or event registration forms or any customized form in the simplest way possible without any hitch. Instantly get to view the preview of the form you have created to find out how it is looking for its users.</p>\n<p>So weForms is an all-in-one form builder created with the global users in mind. Its minimalistic design is not only modern but also super fast and user-friendly. Everything works on a single page. Feel no delay – because your time is precious!</p>\n<h4>Quick Overview of weForms</h4>\n<span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'360\' src=\'https://www.youtube.com/embed/4uYi0833Kjw?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></span>\n<h4>Key Features</h4>\n<ul>\n<li><strong>Unlimited forms:</strong> Create as many forms as you want and collect all the data you need with as many fields you want.</li>\n<li><strong>Predefined and customizable templates:</strong> Save an ample amount of time using its unique & customizable form templates.</li>\n<li><strong>Drag & drop builder:</strong> Build the form of your dream with its fully featured drag & drop form editing option. v</li>\n<li><strong>Real-time Live Preview:</strong> Preview the form you have created in its live state as it will appear on the website.</li>\n<li><strong>Expiry time:</strong> Set a form expiration date to make the form invalid on a certain date or time.</li>\n<li><strong>Entry restrictions:</strong> Easily limit the number of entries of each individual form by setting the maximum form submission limit.</li>\n<li><strong>One page submission via AJAX:</strong> Form submission without page refresh as it is done using AJAX.</li>\n<li><strong>Field customization options:</strong> Customize the form field available with its bunch of built-in option to make a more custom form.</li>\n<li><strong>Form redirection:</strong> Redirect any submitted form to your website to boost your traffic collection more leads.</li>\n<li><strong>Form submission notification:</strong> Never miss a notification to stay updated when anyone submits a form using weForms.</li>\n<li><strong>Manage form submissions:</strong> Manage the submission of forms to collect data without the hassle of backend coding.</li>\n<li><strong>Export/import forms:</strong> Use the quick form exporting and importing option that lets you start from where you left off.</li>\n<li><strong>Mobile-friendly forms:</strong> 100% mobile responsive when comes to operating your contact forms through any portable devices.</li>\n<li><strong>Mail support:</strong> Get complete mail support feature in the form of customize mails and HTML email template.</li>\n<li><strong>Email submission data:</strong> Connect your forms to several email services to get submitted data in the emails.</li>\n<li><strong>Anti-spam & reCaptcha:</strong> Get rid of spam entries with reCaptcha to eliminate spam messages and registrations with WordPress forms.</li>\n<li><strong>Slack Integrations:</strong> Get notified through your Slack channel whenever any user submits a form using weForms.</li>\n<li><strong>Column Field:</strong> Build form adding any field in column or resize them the way you need it to create a dynamic form for your website.</li>\n</ul>\n<h4>KEY ATTRIBUTES THAT MAKE WEFORMS STAND OUT IN THE CROWD</h4>\n<h4>DRAG & DROP FORM BUILDER WITH LIVE FORM PREVIEW</h4>\n<p>If you are not using weForms, then you must be using a slower or a buggy form builder in your WordPress. With its smooth drag and drop form builder, create any type of forms in minutes. You won’t be required to know a single line of coding to create some really powerful forms with the help of its intuitive drag & drop form building features. Just simply drag & drop the fields you want to add to your form from the right panel of the available form fields. Instantly live preview form that you have created in the frontend and make any changes you want right away. Use various types of forms in any department of your company going beyond creating just a simple contact or order form making the workflow totally seamless.</p>\n<h4>FULLY RESPONSIVE FORMS FOR ALL YOUR PORTABLE DEVICES</h4>\n<p>Having a completely responsive contact for your WordPress is a must for the users for a user-friendly experience nowadays. weForms ensures that your created forms are all well-responsive even on all mobile devices that help you increase form conversion rates and customer satisfaction. Comparing and testing your forms on different devices might enable you to find the flaws in it. A form might look awesome on the mobile devices, but if the design isn’t properly touch responsive then it might be difficult to use. But with weForms you can be sure that every form you design with it, the forms will be super responsive and look awesome on any screen or devices.</p>\n<h4>PRE-DEFINED FORM TEMPLATES FOR QUICK ACCESS</h4>\n<p>Now, in a lot of cases, you might not want to create every common form that you need. In such a scenario, you would probably want ready-made forms. With weForms you get a variety of pre-built form templates that would totally make your form building easier than ever.</p>\n<p>Some of the weForms predefined form templates include, Registration forms, Application forms, Payment forms, Reservations forms, Poll and Feedback forms, Request forms, Event registration forms, that quick enables any user to give them enough freedom in generating the form that suits their work or business.</p>\n<h4>PUBLISH YOUR WEFORMS USING GUTENBERG</h4>\n<p>Easily add your forms in Gutenberg editor with the weForms block. When users want to publish forms on a page, they can simply select it from the drop-down present in the dedicated weForms block for Gutenberg. The entire form automatically renders within the editor as well as on page. It’s much easier than manually copying and pasting shortcodes! Saves you a ton of time and clicks. But you can also do it the old style using the shortcodes block.</p>\n<h4>SUPER FAST AND SEO FRIENDLY</h4>\n<p>When it comes to the speed of completing every query from the frontend or in the backend, weForms is something that does this job faster than any other form builder out there. Not to mention the speed it possesses while using its form even from the portable devices.</p>\n<p>More specifically, weForms is the most SEO friendly contact form builder around right now.</p>\n<h4>ENJOY A GREAT DEAL OF FLEXIBILITY WITH THE REST API</h4>\n<p>Enable various integrations or control and manage most forms related action absolutely hassle-free. Delete, duplicate, export & import any form you desire. Create and manage all types of form entries, notifications & integrations with it. Get to update all global settings of forms and check or delete logs. Whether it is for retrieving your form or customizing them, Rest API in weForms just simply handles everything smoother than ever. Learn more about Rest APi’s extensive operation with weForms from <a href=\"https://wedevsofficial.github.io/weforms/\" rel=\"nofollow ugc\">here</a>.</p>\n<h4>EXCEL BY CREATING THE FORMS OF YOUR IMAGINATION</h4>\n<p>Creating the form of your dreams with it is just a walk in the park now. Quickly design any type of forms of your imagination with its custom fields, easy to use field options & user interface.</p>\n<p>Instantly, review the form you have created to make any changes required right away. Simply get to improve the quality and standard of your form building and shine your way with the forms that you create with weForms.</p>\n<h4>CUSTOM FIELDS TO MAKE THE MOST OUT OF CONTACT FORMS</h4>\n<p>While building a form, using the custom fields available with weForms anyone even without any prior coding knowledge is able to create forms that are suitable for every occasion and purposes. Starting from check-box to image upload fields or radio button to signature field, weForms provides you with every possible form fields including column field option that serve its users in the best & easiest way possible.</p>\n<h4>EXTEND & CUSTOMIZE THE FORMS WITHOUT A HITCH</h4>\n<p>As an advanced user, you might want your form to perform in a certain way. This is when the customization capabilities of weForms come in real handy. With its custom CSS, HTML blocks and section dividers, any user is able to customize their forms the way they like it. Not to forget its heaps of filters and hooks that help the developers to easily extend the contact form functionalities.</p>\n<h4>EASY FORM IMPORT & EXPORT FACILITY</h4>\n<p>Import your form submissions easily in an organized spreadsheet. Now you can use this data to create reports or export to your CRM or Email marketing solutions.</p>\n<h4>FORM ENTRY RESTRICTIONS, SCHEDULING & EXPIRY TIMES</h4>\n<p>You have full control over your forms! What is the point otherwise, right? Create exclusive campaigns by allowing only a limited number of entries, controlling user access, and adding a start and expiry date. Form with an expiry date will automatically disappear after the time you want.</p>\n<h4>CUSTOMIZABLE EMAIL NOTIFICATIONS FOR ADMINS</h4>\n<p>Stay alert with every submission. Create multiple custom notification settings on each form with advanced mail forwarding and quickly create templates with hooks.</p>\n<h4>Export/Import Option</h4>\n<p>Import your form submissions easily in an organized spreadsheet. Now you can use this data to create reports or export to your CRM or Email marketing solutions.</p>\n<h4>FORM REDIRECTION PAGE/CUSTOM URL</h4>\n<p>When a contact completes the form, you can redirect with a custom link or a page to guide the contact to the desired landing page. It’s very useful when you want to direct the visitor’s attention.</p>\n<p>Craft your next form without a glitch. With weForms, stay organized and hassle-free.</p>\n<h4>Other notable weForms attributes include</h4>\n<ul>\n<li>ReCaptcha enabled to ensure extra layer of security for forms.</li>\n<li>Sync email data with MailPoet, MailChimp & Email Campaign.</li>\n<li>Multi-step/Multi-part Forms.</li>\n<li>Geolocation & SMS notifications.</li>\n<li>And much more.</li>\n</ul>\n<h4>Don’t just take our word for it, here is what some of the big names in the community have to say about weForms</h4>\n<blockquote>\n<p>weForms is both easy and super fast, even the completely new users can build beautiful WordPress forms without any hassle. – WP Arena</p>\n<p>The free version offers a host of useful and advanced features that are not available in many existing alternatives. – Cloudways</p>\n<p>We tried to do some experimentation with weForms and to our utter delight, it looks like we can build all types of contact forms using it! – WPBlog</p>\n</blockquote>\n<p>Still not convinced? Then…</p>\n<p><a href=\"https://weformspro.com/\" rel=\"nofollow ugc\">Check out this contact form comparison including some of the best in the business form builder for WordPress</a></p>\n<h4>AVAILABLE MODULES & WEFORMS INTEGRATIONS</h4>\n<ul>\n<li><a href=\"https://weformspro.com/docs/integrations/aweber/\" rel=\"nofollow ugc\">AWeber:</a> Connect weForms with AWeber mail lists to reach submitters via email campaigns. Easily grow your contact base & do more with emails.</li>\n<li><a href=\"https://weformspro.com/docs/modules/calculation/\" rel=\"nofollow ugc\">Calculation:</a> Enable users to add calculating capabilities to their forms of numeric fields.</li>\n<li><a href=\"https://weformspro.com/docs/integrations/campaign-monitor-integration/\" rel=\"nofollow ugc\">Campaign Monitor:</a> Boost your email marketing by integrating weForms with Campaign Monitor. Quickly generate more leads by syncing your mail lists with submissions.</li>\n<li><a href=\"https://weformspro.com/docs/integrations/constant-contact/\" rel=\"nofollow ugc\">Constant Contact:</a> Make your email marketing powerful and simple using Constant Contact integration for weForms.</li>\n<li><a href=\"https://weformspro.com/docs/integrations/convertkit/\" rel=\"nofollow ugc\">ConvertKit:</a> Quickly boost up your business by generating more leads syncing the mail lists with submissions by integrating it with weForms.</li>\n<li><a href=\"https://weformspro.com/docs/integrations/getresponse/\" rel=\"nofollow ugc\">GetResponse:</a> Supercharge your email marketing to boost up your business by integrating it with weForms.</li>\n<li><a href=\"https://weformspro.com/docs/integrations/google-analytics/\" rel=\"nofollow ugc\">Google Analytics:</a> Provides a powerful & complete marketing analytics solution for businesses of all sizes using forms.</li>\n<li><a href=\"https://weformspro.com/docs/integrations/google-sheets/\" rel=\"nofollow ugc\">Google Sheets:</a> This awesome integration for weForms will give you the ease of managing submitted information in the familiar Google environment.</li>\n<li><a href=\"https://weformspro.com/docs/integrations/hubspot-integration/\" rel=\"nofollow ugc\">HubSpot:</a> Get more opportunities to make deals at your fingertips by integrating HubSpot with weForms and instantly enhance your contact list.</li>\n<li><a href=\"https://weformspro.com/docs/integrations/mailchimp/\" rel=\"nofollow ugc\">MailChimp:</a> It makes the already powerful form builder your ultimate lead generating source for any kind of email services.</li>\n<li><a href=\"https://weformspro.com/docs/integrations/mailpoet/\" rel=\"nofollow ugc\">MailPoet:</a> It provides you the experience of using the best WordPress Newsletter plugin with the best Form Builder weForms.</li>\n<li><a href=\"https://weformspro.com/docs/integrations/payment/\" rel=\"nofollow ugc\">Payment (Paypal):</a> Collect any online PayPal payments with your forms easily by integrating it with weForms.</li>\n<li><a href=\"https://weformspro.com/docs/modules/payment-stripe/\" rel=\"nofollow ugc\">Payment (Stripe):</a> Bring online payment collection with credit cards at your fingertips by integrating with the fastest form builder weForms.</li>\n<li><a href=\"https://weformspro.com/docs/integrations/pdf-form-submission/\" rel=\"nofollow ugc\">PDF Form Submission:</a> Enable this module to get a better printable PDF version of all your collected submission forms.</li>\n<li><a href=\"https://weformspro.com/docs/integrations/quiz/\" rel=\"nofollow ugc\">Quiz:</a> Create simple yet engaging quiz forms and keep your audiences hooked getting a lot of shares by enabling this module.</li>\n<li><a href=\"https://weformspro.com/docs/integrations/salesforce/\" rel=\"nofollow ugc\">Salesforce:</a> Integrate with weForms to instantly enhance your user list building more customers and more interactions.</li>\n<li><a href=\"https://weformspro.com/docs/integrations/slack/\" rel=\"nofollow ugc\">Slack:</a> Notify your team instantly in Slack when someone submits an entry to your forms created with weForms enabling this free integration.</li>\n<li><a href=\"https://weformspro.com/docs/integrations/sms-notification/\" rel=\"nofollow ugc\">SMS Notification:</a> Enable the module to get a notification through SMS every time a form submission occurs.</li>\n<li><a href=\"https://weformspro.com/docs/integrations/trello/\" rel=\"nofollow ugc\">Trello:</a> Instantly create task cards from your form submissions enabling this module and save your precious time by integrating it with weForms.</li>\n<li><a href=\"https://weformspro.com/docs/integrations/wp-erp/\" rel=\"nofollow ugc\">WP ERP:</a> Integrate your forms with WordPress CRM contact lists & instantly get tons of new leads who you can convert as subscribers or customers.</li>\n<li><a href=\"https://weformspro.com/docs/integrations/zapier/\" rel=\"nofollow ugc\">Zapier:</a> The easiest and popular automated workflow management system on the internet integrates with the fastest form builder.</li>\n<li><a href=\"https://weformspro.com/docs/integrations/zoho/\" rel=\"nofollow ugc\">Zoho:</a> Enabling it gets you better sales-qualified lead generation. Simply connect it once, pass data instantly & start tracing form subscribers from your CRM as they move through the sales funnel.</li>\n</ul>\n<h4>WEFORMS FORM BUILDER PRO FEATURES ARE AWESOME</h4>\n<p>Need More Features? Then you might want to upgrade to weForms PRO. This amazing contact form builder for WordPress has been put together with 4 easy, convenient and affordable pricing pack to strengthen your form building functionalities.</p>\n<h4>The four PRO pricing plan includes:</h4>\n<ul>\n<li><a href=\"https://weformspro.com/pricing/\" rel=\"nofollow ugc\">Personal</a></li>\n<li><a href=\"https://weformspro.com/pricing/\" rel=\"nofollow ugc\">Business</a></li>\n<li><a href=\"https://weformspro.com/pricing/\" rel=\"nofollow ugc\">Professional</a></li>\n<li><a href=\"https://weformspro.com/pricing/\" rel=\"nofollow ugc\">Developer</a></li>\n</ul>\n<h4>And these tailored plans consists of some highly essential & cutting-edge PRO features and integrations that include:</h4>\n<ul>\n<li>Advanced fields</li>\n<li>Conditional logic</li>\n<li>Multistep form</li>\n<li>Webhooks</li>\n<li>Country List Field</li>\n<li>File uploader</li>\n<li>PDF form submissions</li>\n<li>Geolocation tracking</li>\n<li>SMS notification</li>\n<li><strong>Email Marketing Integrations</strong>\n<ul>\n<li>MailChimp</li>\n<li>MailPoet</li>\n<li>AWeber</li>\n<li>Constant Contact</li>\n<li>Campaign Monitor</li>\n<li>Get Response</li>\n<li>Convert Kit</li>\n</ul>\n</li>\n<li><strong>Productivity Tool Integration</strong>\n<ul>\n<li>Google Analytics</li>\n<li>Zapier</li>\n<li>Trello</li>\n</ul>\n</li>\n<li><strong>Payment Integration</strong>\n<ul>\n<li>Paypal</li>\n<li>Stripe</li>\n</ul>\n</li>\n<li><strong>CRM Integration</strong>\n<ul>\n<li>Salesforce</li>\n<li>Zoho</li>\n<li>Hubspot</li>\n</ul>\n</li>\n</ul>\n<h4>Privacy Policy</h4>\n<p>weForms uses <a href=\"https://appsero.com\" rel=\"nofollow ugc\">Appsero</a> SDK to collect some telemetry data upon user’s confirmation. This helps us to troubleshoot problems faster & make product improvements.</p>\n<p>Appsero SDK <strong>does not gather any data by default.</strong> The SDK only starts gathering basic telemetry data <strong>when a user allows it via the admin notice</strong>. We collect the data to ensure great user experience for all our users.</p>\n<p>Integrating Appsero SDK <strong>DOES NOT IMMEDIATELY</strong> start gathering data, <strong>without confirmation from users in any case.</strong></p>\n\";s:12:\"installation\";s:609:\"<p>This section describes how to install the plugin and get it working.</p>\n<p>e.g.</p>\n<ol>\n<li>Upload the plugin files to the <code>/wp-content/plugins/weforms</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the ‘Plugins’ screen in WordPress</li>\n<li>Use the <code>weForms</code> -> <code>Settings</code> screen to configure the plugin</li>\n<li>(Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes)</li>\n</ol>\n\";s:3:\"faq\";s:760:\"\n<h4>\nCan I Translate weForms\n</h4>\n<p>\n<p>Yes, you can customize the plugins language using poedit with the provided pot file.</p>\n</p>\n<h4>\nIs weForms Responsive?\n</h4>\n<p>\n<p>Contact form created by weForms is mobile responsive and looks beautiful in any device.</p>\n</p>\n<h4>\nAre my forms protected from spam?\n</h4>\n<p>\n<p>We have built-in integration with reCaptcha. So your forms are protected from the evil bots.</p>\n</p>\n<h4>\nCan I set notifications on each form submission?\n</h4>\n<p>\n<p>You can set as many email notifications as possible with weForms.</p>\n</p>\n<h4>\nI am not technical, can I use weForms?\n</h4>\n<p>\n<p>weForms is the most beginner friendly and fastest WordPress contact form plugin available and getting started is so easy!</p>\n</p>\n\n\";s:9:\"changelog\";s:15947:\"<h4>Version 1.4.8 (30 March, 2020)</h4>\n<ul>\n<li><strong>Fix:</strong> Fixed escaping of select options when adding a form to a page.</li>\n<li><strong>Fix:</strong> Fixed Email notification formatting issue.</li>\n<li><strong>Fix:</strong> Fixed column field resize issue.</li>\n<li><strong>Fix:</strong> Fixes Array to string conversion warning with address field.</li>\n<li><strong>Fix:</strong> Replace an instance of non-existant.</li>\n<li><strong>Fix:</strong> Conflict with kingcomposer.</li>\n<li><strong>Fix:</strong> Recaptcha token expire.</li>\n</ul>\n<h4>Version 1.4.7 (10 March, 2020)</h4>\n<p><strong>Update:</strong> Links now point to new https://weformspro.com/</p>\n<h4>Version 1.4.6 (20 February, 2020)</h4>\n<ul>\n<li><strong>Fix:</strong> image upload field issue</li>\n<li><strong>Fix:</strong> widget not rendering properyly</li>\n<li><strong>Fix:</strong> HTML Tags are not rendering the HTML format for the Radio or Checkbox Field</li>\n<li><strong>Fix:</strong> submit issue with image and recaptcha.</li>\n</ul>\n<h4>Version 1.4.5 (31 January, 2020)</h4>\n<ul>\n<li><strong>Feature:</strong> Added Recaptcha v3 support</li>\n<li><strong>Fix:</strong> Fixed Some regressions after phpcs fixes</li>\n</ul>\n<h4>Version 1.4.4 (14 January, 2020)</h4>\n<ul>\n<li><strong>Improvement:</strong> Imporve Code Quality</li>\n</ul>\n<h4>Version 1.4.3 (10 January, 2020)</h4>\n<ul>\n<li><strong>Fix:</strong> Field display issue in form entries page</li>\n<li><strong>Fix:</strong> Hidden Field not working properly in builder</li>\n<li><strong>Fix:</strong> Some Column field issue</li>\n<li><strong>Fix:</strong> Sanitize and Escape data before saving and rendering</li>\n<li><strong>Improvement:</strong> Add privacy policy in readme</li>\n</ul>\n<h4>Version 1.4.2 (18 November, 2019)</h4>\n<ul>\n<li><strong>Fix:</strong> Fixed Form was not showing immediately after duplicating.</li>\n<li><strong>Fix:</strong> Fixed some column field issues. Closes #172</li>\n<li><strong>Fix:</strong> Fixed a csv export issue. closes #175</li>\n</ul>\n<h4>Version 1.4.1 (24 September, 2019)</h4>\n<ul>\n<li><strong>New:</strong> Added Rest api</li>\n<li><strong>Fix:</strong> Full name shows instead of first name in the email notification</li>\n<li><strong>Fix:</strong> Dynamic value population – not saving value</li>\n</ul>\n<h4>Version 1.4.0 (17 June, 2019)</h4>\n<ul>\n<li><strong>Feature:</strong> Added GDPR Export and Delete Requests Forms.</li>\n<li><strong>Fix:</strong> Multistep form: scroll to the top of the form when click on Next & Previous buttons.</li>\n</ul>\n<h4>Version 1.3.9 (10 May, 2019)</h4>\n<ul>\n<li><strong>Fix:</strong> Updated plugin description for WordPress.org</li>\n</ul>\n<h4>Version 1.3.8 (11 April, 2019)</h4>\n<ul>\n<li><strong>Feature:</strong> Added column field: Now, creating multi-column in a single row is super easy with weForms Column field. Just drag the column field in the builder area, configure columns number, column space and add any fields you want inside that Column field.</li>\n<li><strong>Enhancement:</strong> Allow dynamic value population for hidden field.</li>\n<li><strong>Fix:</strong> Address field country full name not showing in the entries & PDF.</li>\n</ul>\n<h4>Version 1.3.7 (14 February, 2019)</h4>\n<ul>\n<li><strong>Improvement:</strong> New design for form integrations tab.</li>\n<li><strong>Improvement:</strong> Replace single checkbox with switch button.</li>\n<li><strong>Fix:</strong> When duplicating a contact form, showing error <code>schedule_form of undefined</code>.</li>\n</ul>\n<h4>Version 1.3.6 (17 January, 2019)</h4>\n<ul>\n<li><strong>Fix:</strong> Changed get countries function name as the same function exists in the professional version and there was a possibility to get an error.</li>\n</ul>\n<h4>Version 1.3.5 (16 January, 2019)</h4>\n<ul>\n<li><strong>Feature:</strong> As per user suggestion, we have added a status column for the form listing table. By this, the admin will be able to see whether the form is ‘Open’ or ‘Close’. In addition to that, the admin will also be able to view or show the reasons behind keeping a form open or close according to the 3 form submission restrictions (scheduling form, requiring login and limiting submission entries) from the form settings.</li>\n<li><strong>Feature:</strong> As per client suggestion, we have added a “Created by” column on form listing table. This will allow the admin to know the creator of a form, their gravatar image and the date on which the form was created.</li>\n<li><strong>Fix:</strong> Import description and settings from WP Forms.</li>\n<li><strong>Fix:</strong> When viewing the entries, country short-name was displayed. With this release, we have changed the short-name to the full name. For example, Now it shows Canada instead of just showing CA.</li>\n<li><strong>Fix:</strong> Improved submit button design for the form builder.</li>\n<li><strong>Fix:</strong> Deleting form entries didn’t remove the media/file from the media library permanently. But now it does.</li>\n<li><strong>Fix:</strong> Gutenberg block was not loading on edit post/page which has been fixed.</li>\n<li><strong>Fix:</strong> On activating the WP User Frontend, the reCaptcha field of weForms did not work which has been fixed.</li>\n</ul>\n<h4>Version 1.3.4 (22 November, 2018)</h4>\n<ul>\n<li><strong>Fix:</strong> Undefined name field</li>\n<li><strong>Fix:</strong> Shortcode popup form width fix</li>\n</ul>\n<h4>Version 1.3.3 (12 November, 2018)</h4>\n<ul>\n<li><strong>New:</strong> Design phone field</li>\n<li><strong>Fix:</strong> Default input style issue of form builder</li>\n</ul>\n<h4>Version 1.3.2 (23 October, 2018)</h4>\n<ul>\n<li><strong>Fix:</strong> Calendar not showing on date field</li>\n<li><strong>New:</strong> Use theme CSS option in form display settings</li>\n</ul>\n<h4>Version 1.3.1 (18 August, 2018)</h4>\n<ul>\n<li><strong>New:</strong> Added custom classes to make two or three columns form</li>\n<li><strong>Fix:</strong> Sanitized name field</li>\n</ul>\n<h4>Version 1.3.0 (09 August, 2018)</h4>\n<ul>\n<li><strong>Fix:</strong> Form preview link fixed where site_url and home_url is different</li>\n<li><strong>Fix:</strong> WPUF builder not loading properly is resolved</li>\n</ul>\n<h4>Version 1.2.9 (11 July, 2018)</h4>\n<ul>\n<li><strong>New:</strong> Integrate Dokan vendor contact form</li>\n<li><strong>New:</strong> Added Form select media button weforms</li>\n<li><strong>New:</strong> Added no-conflict mode to resolve Backend JS conflicts with other plugins</li>\n<li><strong>New:</strong> Added Privacy Suggestion for GDPR</li>\n<li><strong>Fix:</strong> Resolved conditional logic not working for custom_html and section_break</li>\n<li><strong>Fix:</strong> Load weForms specific frontend css</li>\n<li><strong>Fix:</strong> php 5.4 compatbility for bulk delete entry</li>\n<li><strong>Fix:</strong> Fixed no buffer to delete warning</li>\n</ul>\n<h4>Version 1.2.8 (09 May, 2018)</h4>\n<ul>\n<li><strong>New:</strong> Show submitted form data in message after form submission</li>\n<li><strong>New:</strong> Added device option in form entry data</li>\n<li><strong>Improved:</strong> Nocaptcha recaptcha wasn’t working if allow_url_fopen was disabled, now it will.</li>\n</ul>\n<h4>Version 1.2.7 (22 April, 2018)</h4>\n<ul>\n<li><strong>New:</strong> Added weForms Guten block for Gutenberg</li>\n<li><strong>Fix:</strong> Fixed Pagination issue in form entries</li>\n<li><strong>Improved:</strong> Fixed entry data meta remains in database after deleting an entry</li>\n</ul>\n<h4>Version 1.2.6 (22 March, 2018)</h4>\n<ul>\n<li><strong>Improved:</strong> Added Missing text-domains</li>\n<li><strong>Fix:</strong> Admin Notices from Form Builder Pages are removed.</li>\n<li><strong>Fix:</strong> JavaScript conflicts with WP User Frontend are fixed.</li>\n<li><strong>Fix:</strong> Form entries with UTF-8 charset were not exporting properly.</li>\n</ul>\n<h4>Version 1.2.5 (19 February, 2018)</h4>\n<ul>\n<li><strong>New:</strong> Added more starter form templates for use like Donation Form, Online Booking Form, Conference Proposal etc.</li>\n<li><strong>Improved:</strong> Added dark theme support for recaptcha.</li>\n<li><strong>Fix:</strong> Google map entry display template fixed.</li>\n</ul>\n<h4>Version 1.2.4 (28 December, 2017)</h4>\n<ul>\n<li><strong>Improved:</strong> External libraries extracted to a separate JavaScript file. This is going to reduce the requests count and improve loading time. Also now we are loading the minified version of all JavaScript file for production sites.</li>\n<li><strong>Fix:</strong> ReCaptcha validation was giving a 400 error. Fixed that bug.</li>\n<li><strong>Fix:</strong> Fixed undefined index error on field duplicate checking.</li>\n<li><strong>Improved:</strong> Now we are loading upgrades on admin side only.</li>\n</ul>\n<h4>Version 1.2.3 (16 December, 2017)</h4>\n<ul>\n<li><strong>Improved:</strong> Now we are loading the shortcode for ajax requests as well, required for the integration of page builders.</li>\n</ul>\n<h4>Version 1.2.2 (19 November, 2017)</h4>\n<ul>\n<li><strong>New</strong>: Now you can set up the form in a way, so Email and Name fields value can be auto-populated from user’s WordPress profile when the user is logged. And those fields will get hidden on front-end.</li>\n<li><strong>New</strong>: We’ve added trash functionality for entries. When you delete an entry, that will move to trash. And later you can delete those permanently or restore if you need.</li>\n<li><strong>New</strong>: To help debug the integrations API error messages, we’ve added a custom error logging function and a log viewer. Can be found on <code>WP-Admin > weFroms > Tools > Logs</code></li>\n<li><strong>Improved</strong>: Sometimes, we need to show dynamic default or placeholder text on fields. Merge tag support for default and placeholder attribute added.</li>\n<li><strong>Improved</strong>: When you edited a form and leaving the builder without saving, we’ve added a little warning to let you know, if you leave your changes are going to be discarded.</li>\n<li><strong>Improved</strong>: To help you find the right form template easily, We’ve re-categorized the form templates.</li>\n</ul>\n<h4>Version 1.2.1 (8 November, 2017)</h4>\n<ul>\n<li><strong>New</strong>: We’ve added a rich text editor for notification email template editing area. It’s going to help you write better HTML email with less effort.</li>\n<li><strong>Improved</strong>: Now you can decide if you would like to hide or show the empty fields on Entry Page. We’ve added a checkbox to toggle that.</li>\n<li><strong>Improved</strong>: We’ve added a little filter on {all_fields} shortcode. When sending email notification it’s going to exclude all the empty fields. So it becomes more readable.</li>\n<li><strong>Fix</strong>: There was some issue with CSV exporting. We fixed that.</li>\n</ul>\n<h4>Version 1.2.0 (30 October, 2017)</h4>\n<ul>\n<li><strong>New</strong>: We added a lot’s of ready to use form templates. So you can just select the form template you need and your form will be ready.</li>\n<li><strong>New</strong>: Added an Entries page in admin menu. Now you can access the form entries directly without going through few clicks.</li>\n<li><strong>New</strong>: MailPoet Integration added from premium version. We thought to give it away for free.</li>\n<li><strong>New</strong>: Date / Time field added from premium version. As it’s a very commonly used field, it provides a lot more value in the free version.</li>\n<li><strong>New</strong>: Pop-up/Modal form option added. Can be used through shortcode like <code>[weforms id=\"ID\" modal=\'true\' button=\'Open Form\']</code>.</li>\n<li><strong>New</strong>: Dynamic field population added. Field options or default values can be pre-populated by hooks or query string.</li>\n<li><strong>New</strong>: Unique entry checking for fields like email, phone, text, number, URL added. Now, you can prevent duplicate submissions if you want.</li>\n<li><strong>Improved</strong>: Settings page re-designed. New settings page is more user friendly and easy to use.</li>\n<li><strong>Fix</strong>: Previously created forms sometimes failed work with new features. We added a new filter, now all new features are going to work smoothly even with old forms.</li>\n<li><strong>Fix</strong>: There was a small issue on showing validation error message on front-end. We’ve Fixed that.</li>\n</ul>\n<h4>Version 1.1.1 (3 October, 2017)</h4>\n<ul>\n<li><strong>Fix</strong>: Fatal error on completely new installation. As default form creation format has been changed, it was giving a fatal error.</li>\n</ul>\n<h4>Version 1.1.0 (2 October, 2017)</h4>\n<ul>\n<li><strong>New:</strong> Added WP ERP integration. You can subscribe a user to a contact group in ERP when submitting a form.</li>\n<li><strong>New:</strong> Form sharing. You can share a form without inserting the shortcode to a page. A hashed URL will be provided for privacy.</li>\n<li><strong>Improved</strong>: Removed WP User Frontend dependency. Now you can use weForms without requiring WPUF.</li>\n<li><strong>Improved</strong>: Core API rewrites. Now it’s easier to manage the internals with more OOP code improvements.</li>\n<li><strong>Improved</strong>: Every fields are now a separate class, and managed via a field manager class. Creating a new form field is way more easier than previous.</li>\n<li><strong>Improved</strong>: Importer’s are managed by a separate importer manager class.</li>\n<li><strong>Improved</strong>: The form templates are now more simpler to create. The modal template popup has been redesigned by grouping the templates and now shows a form preview image.</li>\n<li><strong>Improved</strong>: Added autocomplete attributes to field attributes so form fills can detect the fields and auto-populate with related content.</li>\n<li><strong>Fix</strong>: reCaptcha validtion wasn’t working.</li>\n</ul>\n<h4>v1.0.4 (5 September, 2017)</h4>\n<ul>\n<li>[fix] Wrong reference of static $separator used.</li>\n</ul>\n<h4>v1.0.3 (30 August, 2017)</h4>\n<ul>\n<li>[new] Gravity Forms Importer</li>\n<li>[new] Caldera Forms Importer</li>\n<li>[new] Ninja Forms Importer</li>\n<li>[new] WP Forms Forms Importer</li>\n<li>[new] Frontend Form Preview</li>\n<li>[new] Add form credit settings</li>\n<li>[fix] Notification mail shows level with Underscore between all words</li>\n<li>[fix] New columns added on entries listing page</li>\n</ul>\n<h4>v1.0.2 (24 August, 2017)</h4>\n<ul>\n<li>[improved] Affiliate link tracking for plugin install</li>\n</ul>\n<h4>v1.0.1 (23 August, 2017)</h4>\n<ul>\n<li>[improved] Added missing integration icons</li>\n<li>[fix] Email content type fixed</li>\n</ul>\n<h4>v1.0.0 (19 August, 2017)</h4>\n<ul>\n<li>[new] Added reCaptcha support</li>\n<li>[new] Emailer class added for hookable email gateway support</li>\n<li>[new] Added support for google map in rendering entries</li>\n<li>[new] Added help page and premium contents</li>\n<li>[improved] Sync settings between weforms and wpuf map and recaptcha</li>\n<li>[improved] Routes moved to localize script, better hookability</li>\n<li>[fix] Form status checking in rendering</li>\n<li>[fix] Image and file upload and rendering issue fixed</li>\n</ul>\n<h4>v1.0.0-beta.3 (6 August, 2017)</h4>\n<ul>\n<li>[fix] Fatal error on creating a new form</li>\n<li>[inhancement] Hide WPUF page installation and tracking prompt</li>\n</ul>\n<h4>v1.0.0-beta.2 (5 August, 2017)</h4>\n<ul>\n<li>[fix] Padding in email template. Looks better now.</li>\n<li>[fix] Support name in “From Name” email notification. Fixes #16</li>\n<li>[fix] Remove recaptcha “type” from settings page</li>\n<li>[fix] Other fields were not coming in export entries csv file</li>\n<li>[new] Import Contact form 7 forms into weForms ?</li>\n<li>[new] Create a default form upon installation</li>\n</ul>\n<h4>v1.0.0-beta.1 (1 August, 2017)</h4>\n<ul>\n<li>First beta version</li>\n</ul>\n\";s:11:\"screenshots\";s:4214:\"<ol><li><a href=\"https://ps.w.org/weforms/assets/screenshot-1.gif?rev=1721119\"><img src=\"https://ps.w.org/weforms/assets/screenshot-1.gif?rev=1721119\" alt=\"How it works\"></a><p>How it works</p></li><li><a href=\"https://ps.w.org/weforms/assets/screenshot-2.png?rev=1721119\"><img src=\"https://ps.w.org/weforms/assets/screenshot-2.png?rev=1721119\" alt=\"The form listings\"></a><p>The form listings</p></li><li><a href=\"https://ps.w.org/weforms/assets/screenshot-3.png?rev=1721119\"><img src=\"https://ps.w.org/weforms/assets/screenshot-3.png?rev=1721119\" alt=\"Create form from a range of pre-defined templates\"></a><p>Create form from a range of pre-defined templates</p></li><li><a href=\"https://ps.w.org/weforms/assets/screenshot-4.png?rev=1721119\"><img src=\"https://ps.w.org/weforms/assets/screenshot-4.png?rev=1721119\" alt=\"A single contact form with it's builder view\"></a><p>A single contact form with it\'s builder view</p></li><li><a href=\"https://ps.w.org/weforms/assets/screenshot-5.png?rev=1721119\"><img src=\"https://ps.w.org/weforms/assets/screenshot-5.png?rev=1721119\" alt=\"Edit the field properties on the right side and see the changes instantly\"></a><p>Edit the field properties on the right side and see the changes instantly</p></li><li><a href=\"https://ps.w.org/weforms/assets/screenshot-6.png?rev=1721119\"><img src=\"https://ps.w.org/weforms/assets/screenshot-6.png?rev=1721119\" alt=\"Form settings\"></a><p>Form settings</p></li><li><a href=\"https://ps.w.org/weforms/assets/screenshot-7.png?rev=1721119\"><img src=\"https://ps.w.org/weforms/assets/screenshot-7.png?rev=1721119\" alt=\"Submission restriction settings of a form\"></a><p>Submission restriction settings of a form</p></li><li><a href=\"https://ps.w.org/weforms/assets/screenshot-8.png?rev=1721119\"><img src=\"https://ps.w.org/weforms/assets/screenshot-8.png?rev=1721119\" alt=\"Form display settings\"></a><p>Form display settings</p></li><li><a href=\"https://ps.w.org/weforms/assets/screenshot-9.png?rev=1721119\"><img src=\"https://ps.w.org/weforms/assets/screenshot-9.png?rev=1721119\" alt=\"Create and send unlimited email notifications to various destinations\"></a><p>Create and send unlimited email notifications to various destinations</p></li><li><a href=\"https://ps.w.org/weforms/assets/screenshot-10.png?rev=1721119\"><img src=\"https://ps.w.org/weforms/assets/screenshot-10.png?rev=1721119\" alt=\"Email notification settings\"></a><p>Email notification settings</p></li><li><a href=\"https://ps.w.org/weforms/assets/screenshot-11.png?rev=1721119\"><img src=\"https://ps.w.org/weforms/assets/screenshot-11.png?rev=1721119\" alt=\"Free slack integration and various premium integrations\"></a><p>Free slack integration and various premium integrations</p></li><li><a href=\"https://ps.w.org/weforms/assets/screenshot-12.png?rev=1721119\"><img src=\"https://ps.w.org/weforms/assets/screenshot-12.png?rev=1721119\" alt=\"Export the forms, as well as the form entries (CSV).\"></a><p>Export the forms, as well as the form entries (CSV).</p></li><li><a href=\"https://ps.w.org/weforms/assets/screenshot-13.png?rev=1721119\"><img src=\"https://ps.w.org/weforms/assets/screenshot-13.png?rev=1721119\" alt=\"Import forms, also import forms from various other plugins\"></a><p>Import forms, also import forms from various other plugins</p></li><li><a href=\"https://ps.w.org/weforms/assets/screenshot-14.png?rev=1721119\"><img src=\"https://ps.w.org/weforms/assets/screenshot-14.png?rev=1721119\" alt=\"The help page\"></a><p>The help page</p></li><li><a href=\"https://ps.w.org/weforms/assets/screenshot-15.png?rev=1721119\"><img src=\"https://ps.w.org/weforms/assets/screenshot-15.png?rev=1721119\" alt=\"Plugin settings\"></a><p>Plugin settings</p></li><li><a href=\"https://ps.w.org/weforms/assets/screenshot-16.png?rev=1721119\"><img src=\"https://ps.w.org/weforms/assets/screenshot-16.png?rev=1721119\" alt=\"A simple contact form displayed on the site\"></a><p>A simple contact form displayed on the site</p></li><li><a href=\"https://ps.w.org/weforms/assets/screenshot-17.png?rev=1721119\"><img src=\"https://ps.w.org/weforms/assets/screenshot-17.png?rev=1721119\" alt=\"Event registration form displayed on the site\"></a><p>Event registration form displayed on the site</p></li></ol>\";s:7:\"reviews\";s:13441:\"<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Needs Mobile Work</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"3 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"3\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/jmeyer2485\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/6aeef3d621968f3798267f1d03a70726?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/6aeef3d621968f3798267f1d03a70726?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/jmeyer2485\" class=\"reviewer-name\">CypressWebs <small>(jmeyer2485)</small></a> on <span class=\"review-date\">May 24, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Not a bad form builder but needs work on the mobile side.\n\n<strong>Example: </strong>\n<ul>\n <li><strong>First and Last Name</strong> - The two boxes are stacked on each other with no spacing.</li>\n\n<li><strong>Captcha</strong> - When using V3 there is a massive gap between the submit button and boxes above. (Desktop and Mobile)</li>\n</ul></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Super</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/silverhealer80\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/acc9589fc7a4df693a5d4e2bb6a38b15?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/acc9589fc7a4df693a5d4e2bb6a38b15?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/silverhealer80\" class=\"reviewer-name\">silverhealer80</a> on <span class=\"review-date\">May 15, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Davvero un plugin eccellente, complimenti. Credo che acquisterò la versione premium.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Works as advertised</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/cfo64nc\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/b834e79af31fb797c9e96cd7617e54ef?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/b834e79af31fb797c9e96cd7617e54ef?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/cfo64nc\" class=\"reviewer-name\">cfo64nc</a> on <span class=\"review-date\">May 5, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">What a relief. A plugin that does what says it going do. Easy enough to use.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">awesome!</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/gene1p\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/865d11837a194b4ed4611b91fb43da35?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/865d11837a194b4ed4611b91fb43da35?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/gene1p\" class=\"reviewer-name\">gene1p</a> on <span class=\"review-date\">May 19, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Awesome!!!</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Superb & Easy</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/hemajaymin\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/10bf7ee65e52f72fbfbf75e6496f1fc8?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/10bf7ee65e52f72fbfbf75e6496f1fc8?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/hemajaymin\" class=\"reviewer-name\">hemajaymin</a> on <span class=\"review-date\">April 14, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">If you don\'t have knowledge of any coding but you want to design your own website this is the platform for you.\n\nIt has good themes & templates which you can make your desire website.\n\nI am highly recommended.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">works very well</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/danezeq\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/d36d5a1709660cc9ca5017882920132b?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/d36d5a1709660cc9ca5017882920132b?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/danezeq\" class=\"reviewer-name\">danezeq</a> on <span class=\"review-date\">March 28, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">good ux</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Great Support</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/myelegance\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/f69e6f77e5eff6604440cc5084f3b2c2?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/f69e6f77e5eff6604440cc5084f3b2c2?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/myelegance\" class=\"reviewer-name\">myelegance</a> on <span class=\"review-date\">March 11, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">The support guys are great and are ready to assist you all the way. A bug was fixed just a day after it was discovered. Good job guys!!.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Super Easy! Super Useful!</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/ctbest73\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/eff0d4038e6ba5c009057d40914db622?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/eff0d4038e6ba5c009057d40914db622?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/ctbest73\" class=\"reviewer-name\">ctbest73</a> on <span class=\"review-date\">February 25, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Seamless integration with simple setup, WeForms is easy to use and modify.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">It does the job well!</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/syberespace\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/0b465902c7a106bfdfa6aa1964f5acf6?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/0b465902c7a106bfdfa6aa1964f5acf6?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/syberespace\" class=\"reviewer-name\">syberespace</a> on <span class=\"review-date\">February 18, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Great plugin to have!</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">form entries</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/lhmotor\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/5a8d2d7ee4453e54ebd896ef94ad2958?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/5a8d2d7ee4453e54ebd896ef94ad2958?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/lhmotor\" class=\"reviewer-name\">lhmotor</a> on <span class=\"review-date\">February 6, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">very good from field entries that can be edited after submit</div>\n</div>\n\";}s:17:\"short_description\";s:144:\"The easiest & fastest Contact Form on WordPress. Multiple templates, drag-&-drop live builder, submission listing, reCaptcha & more!\";s:13:\"download_link\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.4.8.zip\";s:11:\"screenshots\";a:17:{i:1;a:2:{s:3:\"src\";s:60:\"https://ps.w.org/weforms/assets/screenshot-1.gif?rev=1721119\";s:7:\"caption\";s:12:\"How it works\";}i:2;a:2:{s:3:\"src\";s:60:\"https://ps.w.org/weforms/assets/screenshot-2.png?rev=1721119\";s:7:\"caption\";s:17:\"The form listings\";}i:3;a:2:{s:3:\"src\";s:60:\"https://ps.w.org/weforms/assets/screenshot-3.png?rev=1721119\";s:7:\"caption\";s:49:\"Create form from a range of pre-defined templates\";}i:4;a:2:{s:3:\"src\";s:60:\"https://ps.w.org/weforms/assets/screenshot-4.png?rev=1721119\";s:7:\"caption\";s:44:\"A single contact form with it\'s builder view\";}i:5;a:2:{s:3:\"src\";s:60:\"https://ps.w.org/weforms/assets/screenshot-5.png?rev=1721119\";s:7:\"caption\";s:73:\"Edit the field properties on the right side and see the changes instantly\";}i:6;a:2:{s:3:\"src\";s:60:\"https://ps.w.org/weforms/assets/screenshot-6.png?rev=1721119\";s:7:\"caption\";s:13:\"Form settings\";}i:7;a:2:{s:3:\"src\";s:60:\"https://ps.w.org/weforms/assets/screenshot-7.png?rev=1721119\";s:7:\"caption\";s:41:\"Submission restriction settings of a form\";}i:8;a:2:{s:3:\"src\";s:60:\"https://ps.w.org/weforms/assets/screenshot-8.png?rev=1721119\";s:7:\"caption\";s:21:\"Form display settings\";}i:9;a:2:{s:3:\"src\";s:60:\"https://ps.w.org/weforms/assets/screenshot-9.png?rev=1721119\";s:7:\"caption\";s:69:\"Create and send unlimited email notifications to various destinations\";}i:10;a:2:{s:3:\"src\";s:61:\"https://ps.w.org/weforms/assets/screenshot-10.png?rev=1721119\";s:7:\"caption\";s:27:\"Email notification settings\";}i:11;a:2:{s:3:\"src\";s:61:\"https://ps.w.org/weforms/assets/screenshot-11.png?rev=1721119\";s:7:\"caption\";s:55:\"Free slack integration and various premium integrations\";}i:12;a:2:{s:3:\"src\";s:61:\"https://ps.w.org/weforms/assets/screenshot-12.png?rev=1721119\";s:7:\"caption\";s:52:\"Export the forms, as well as the form entries (CSV).\";}i:13;a:2:{s:3:\"src\";s:61:\"https://ps.w.org/weforms/assets/screenshot-13.png?rev=1721119\";s:7:\"caption\";s:58:\"Import forms, also import forms from various other plugins\";}i:14;a:2:{s:3:\"src\";s:61:\"https://ps.w.org/weforms/assets/screenshot-14.png?rev=1721119\";s:7:\"caption\";s:13:\"The help page\";}i:15;a:2:{s:3:\"src\";s:61:\"https://ps.w.org/weforms/assets/screenshot-15.png?rev=1721119\";s:7:\"caption\";s:15:\"Plugin settings\";}i:16;a:2:{s:3:\"src\";s:61:\"https://ps.w.org/weforms/assets/screenshot-16.png?rev=1721119\";s:7:\"caption\";s:43:\"A simple contact form displayed on the site\";}i:17;a:2:{s:3:\"src\";s:61:\"https://ps.w.org/weforms/assets/screenshot-17.png?rev=1721119\";s:7:\"caption\";s:45:\"Event registration form displayed on the site\";}}s:4:\"tags\";a:5:{s:12:\"contact-form\";s:12:\"contact form\";s:19:\"contact-form-plugin\";s:19:\"contact form plugin\";s:11:\"custom-form\";s:11:\"custom form\";s:12:\"form-builder\";s:12:\"form builder\";s:5:\"forms\";s:5:\"forms\";}s:8:\"versions\";a:38:{s:5:\"1.0.0\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.0.0.zip\";s:12:\"1.0.0-beta.3\";s:63:\"https://downloads.wordpress.org/plugin/weforms.1.0.0-beta.3.zip\";s:5:\"1.0.1\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.0.1.zip\";s:5:\"1.0.2\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.0.2.zip\";s:5:\"1.0.3\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.0.3.zip\";s:5:\"1.0.4\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.0.4.zip\";s:5:\"1.1.0\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.1.0.zip\";s:5:\"1.1.1\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.1.1.zip\";s:5:\"1.2.0\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.2.0.zip\";s:5:\"1.2.1\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.2.1.zip\";s:5:\"1.2.2\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.2.2.zip\";s:5:\"1.2.3\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.2.3.zip\";s:5:\"1.2.4\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.2.4.zip\";s:5:\"1.2.5\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.2.5.zip\";s:5:\"1.2.6\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.2.6.zip\";s:5:\"1.2.7\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.2.7.zip\";s:5:\"1.2.8\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.2.8.zip\";s:5:\"1.2.9\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.2.9.zip\";s:5:\"1.3.0\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.3.0.zip\";s:5:\"1.3.1\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.3.1.zip\";s:5:\"1.3.2\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.3.2.zip\";s:5:\"1.3.3\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.3.3.zip\";s:5:\"1.3.4\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.3.4.zip\";s:5:\"1.3.5\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.3.5.zip\";s:5:\"1.3.6\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.3.6.zip\";s:5:\"1.3.7\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.3.7.zip\";s:5:\"1.3.8\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.3.8.zip\";s:5:\"1.3.9\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.3.9.zip\";s:5:\"1.4.0\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.4.0.zip\";s:5:\"1.4.1\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.4.1.zip\";s:5:\"1.4.2\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.4.2.zip\";s:5:\"1.4.3\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.4.3.zip\";s:5:\"1.4.4\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.4.4.zip\";s:5:\"1.4.5\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.4.5.zip\";s:5:\"1.4.6\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.4.6.zip\";s:5:\"1.4.7\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.4.7.zip\";s:5:\"1.4.8\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.4.8.zip\";s:5:\"trunk\";s:50:\"https://downloads.wordpress.org/plugin/weforms.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:62:\"https://ps.w.org/weforms/assets/banner-772x250.png?rev=2243402\";s:4:\"high\";s:63:\"https://ps.w.org/weforms/assets/banner-1544x500.png?rev=2243402\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/weforms/assets/icon-128x128.png?rev=1978687\";s:2:\"2x\";s:60:\"https://ps.w.org/weforms/assets/icon-256x256.png?rev=1978687\";}s:18:\"author_block_count\";i:1;s:19:\"author_block_rating\";i:98;}s:14:\"w3-total-cache\";O:8:\"stdClass\":29:{s:4:\"name\";s:14:\"W3 Total Cache\";s:4:\"slug\";s:14:\"w3-total-cache\";s:7:\"version\";s:6:\"0.14.1\";s:6:\"author\";s:48:\"<a href=\"https://www.boldgrid.com/\">BoldGrid</a>\";s:14:\"author_profile\";s:46:\"https://profiles.wordpress.org/fredericktownes\";s:12:\"contributors\";a:7:{s:8:\"boldgrid\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/boldgrid\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/a72e18767febdc7280e2e20712319ded?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:8:\"BoldGrid\";}s:15:\"fredericktownes\";a:3:{s:7:\"profile\";s:46:\"https://profiles.wordpress.org/fredericktownes\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/1794813cbd06fdacbd44a78062557ff1?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:16:\"Frederick Townes\";}s:8:\"maxicusc\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/maxicusc\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/c1e68ae692370d5ab141ee87ed4d334e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:8:\"maxicusc\";}s:11:\"gidomanders\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/gidomanders\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/cabc720a04b6567914b14c95a8201355?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"gidomanders\";}s:8:\"bwmarkle\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/bwmarkle\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/43cbf7e6829177a529de861558ede885?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Brad Markle\";}s:16:\"harryjackson1221\";a:3:{s:7:\"profile\";s:47:\"https://profiles.wordpress.org/harryjackson1221\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/50923b41499077ceb43d52b4b6b0b0ec?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Harry Jackson\";}s:7:\"joemoto\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/joemoto\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/11f9fe08f86f11795b0809ae004a13e1?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"Joe Cartonia\";}}s:8:\"requires\";s:3:\"3.2\";s:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:88;s:7:\"ratings\";a:5:{i:5;i:3244;i:4;i:555;i:3;i:149;i:2;i:86;i:1;i:451;}s:11:\"num_ratings\";i:4485;s:15:\"support_threads\";i:249;s:24:\"support_threads_resolved\";i:239;s:15:\"active_installs\";i:1000000;s:12:\"last_updated\";s:21:\"2020-05-28 6:19pm GMT\";s:5:\"added\";s:10:\"2009-07-29\";s:8:\"homepage\";s:36:\"https://www.boldgrid.com/totalcache/\";s:8:\"sections\";a:5:{s:11:\"description\";s:6272:\"<p>W3 Total Cache (W3TC) improves the SEO and user experience of your site by increasing website performance and reducing load times by leveraging features like content delivery network (CDN) integration and the latest best practices.</p>\n<p>W3TC is the <strong>only</strong> web host agnostic Web Performance Optimization (WPO) framework for WordPress trusted by millions of publishers, web developers, and web hosts worldwide for more than a decade. It is the total performance solution for optimizing your WordPress Website.</p>\n<p>An inside look:</p>\n<p><span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'360\' src=\'https://www.youtube.com/embed/7AsNSSrZq4Y?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></span></p>\n<p><em>BENEFITS</em></p>\n<ul>\n<li>Improvements in search engine result page rankings, especially for mobile-friendly websites and sites that use SSL</li>\n<li>At least 10x improvement in overall site performance (Grade A in <a href=\"https://www.webpagetest.org/\" rel=\"nofollow ugc\">WebPagetest</a> or significant <a href=\"http://code.google.com/speed/page-speed/\" rel=\"nofollow ugc\">Google Page Speed</a> improvements) <strong>when fully configured</strong></li>\n<li>Improved conversion rates and “<a href=\"http://googlewebmastercentral.blogspot.com/2009/12/your-sites-performance-in-webmaster.html\" rel=\"nofollow ugc\">site performance</a>” which <a href=\"http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html\" rel=\"nofollow ugc\">affect your site’s rank</a> on Google.com</li>\n<li>“Instant” repeat page views: browser caching</li>\n<li>Optimized progressive render: pages start rendering quickly and can be interacted with more quickly</li>\n<li>Reduced page load time: increased visitor time on site; visitors view more pages</li>\n<li>Improved web server performance; sustain high traffic periods</li>\n<li>Up to 80% bandwidth savings when you minify HTML, minify CSS and minify JS files.</li>\n</ul>\n<p><em>KEY FEATURES</em></p>\n<ul>\n<li>Compatible with shared hosting, virtual private / dedicated servers and dedicated servers / clusters</li>\n<li>Transparent content delivery network (CDN) management with Media Library, theme files and WordPress itself</li>\n<li>Mobile support: respective caching of pages by referrer or groups of user agents including theme switching for groups of referrers or user agents</li>\n<li>Accelerated Mobile Pages (AMP) support</li>\n<li>Secure Socket Layer (SSL) support</li>\n<li>Caching of (minified and compressed) pages and posts in memory or on disk or on (FSD) CDN (by user agent group)</li>\n<li>Caching of (minified and compressed) CSS and JavaScript in memory, on disk or on CDN</li>\n<li>Caching of feeds (site, categories, tags, comments, search results) in memory or on disk or on CDN</li>\n<li>Caching of search results pages (i.e. URIs with query string variables) in memory or on disk</li>\n<li>Caching of database objects in memory or on disk</li>\n<li>Caching of objects in memory or on disk</li>\n<li>Caching of fragments in memory or on disk</li>\n<li>Caching methods include local Disk, Redis, Memcached, APC, APCu, eAccelerator, XCache, and WinCache</li>\n<li>Minify CSS, Minify JavaScript and Minify HTML with granular control</li>\n<li>Minification of posts and pages and RSS feeds</li>\n<li>Minification of inline, embedded or 3rd party JavaScript with automated updates to assets</li>\n<li>Minification of inline, embedded or 3rd party CSS with automated updates to assets</li>\n<li>Defer non critical CSS and Javascript for rendering pages faster than ever before</li>\n<li>Defer offscreen images using Lazy Load to improve the user experience</li>\n<li>Browser caching using cache-control, future expire headers and entity tags (ETag) with “cache-busting”</li>\n<li>JavaScript grouping by template (home page, post page etc) with embed location control</li>\n<li>Non-blocking JavaScript embedding</li>\n<li>Import post attachments directly into the Media Library (and CDN)</li>\n<li>Leverage our multiple CDN integrations to optimize images</li>\n<li>WP-CLI support for cache purging, query string updating and more</li>\n<li>Various security features to help ensure website safety</li>\n<li>Caching statistics for performance insights of any enabled feature</li>\n<li>Extension framework for customization or extensibility for Cloudflare, WPML and much more</li>\n<li>Reverse proxy integration via Nginx or Varnish</li>\n</ul>\n<p>Speed up your site tremendously, and improve the user experience for your readers without having to change WordPress, your theme, your plugins or how you produce your content.</p>\n<h3>What users have to say:</h3>\n<ul>\n<li>Read <a href=\"https://twitter.com/w3edge/favorites\" rel=\"nofollow ugc\">testimonials</a> from W3TC users.</li>\n</ul>\n<h3>Who do I thank for all of this?</h3>\n<p>It’s quite difficult to recall all of the innovators that have shared their thoughts, code and experiences in the blogosphere over the years, but here are some names to get you started:</p>\n<ul>\n<li><a href=\"http://stevesouders.com/\" rel=\"nofollow ugc\">Steve Souders</a></li>\n<li><a href=\"http://mrclay.org/\" rel=\"nofollow ugc\">Steve Clay</a></li>\n<li><a href=\"http://wonko.com/\" rel=\"nofollow ugc\">Ryan Grove</a></li>\n<li><a href=\"http://www.nczonline.net/blog/2009/06/23/loading-javascript-without-blocking/\" rel=\"nofollow ugc\">Nicholas Zakas</a></li>\n<li><a href=\"http://rtdean.livejournal.com/\" rel=\"nofollow ugc\">Ryan Dean</a></li>\n<li><a href=\"http://gravitonic.com/\" rel=\"nofollow ugc\">Andrei Zmievski</a></li>\n<li>George Schlossnagle</li>\n<li>Daniel Cowgill</li>\n<li><a href=\"http://toys.lerdorf.com/\" rel=\"nofollow ugc\">Rasmus Lerdorf</a></li>\n<li><a href=\"http://notmysock.org/\" rel=\"nofollow ugc\">Gopal Vijayaraghavan</a></li>\n<li><a href=\"http://eaccelerator.net/\" rel=\"nofollow ugc\">Bart Vanbraban</a></li>\n<li><a href=\"http://xcache.lighttpd.net/\" rel=\"nofollow ugc\">mOo</a></li>\n</ul>\n<p>Please reach out to all of these people and support their projects if you’re so inclined.</p>\n\";s:12:\"installation\";s:4384:\"<ol>\n<li>Deactivate and uninstall any other caching plugin you may be using. Pay special attention if you have customized the rewrite rules for fancy permalinks, have previously installed a caching plugin or have any browser caching rules as W3TC will automate management of all best practices. Also make sure wp-content/ and wp-content/uploads/ (temporarily) have 777 permissions before proceeding, e.g. in the terminal: <code># chmod 777 /var/www/vhosts/domain.com/httpdocs/wp-content/</code> using your web hosting control panel or your FTP / SSH account.</li>\n<li>Login as an administrator to your WordPress Admin account. Using the “Add New” menu option under the “Plugins” section of the navigation, you can either search for: w3 total cache or if you’ve downloaded the plugin already, click the “Upload” link, find the .zip file you download and then click “Install Now”. Or you can unzip and FTP upload the plugin to your plugins directory (wp-content/plugins/). In either case, when done wp-content/plugins/w3-total-cache/ should exist.</li>\n<li>Locate and activate the plugin on the “Plugins” page. Page caching will <strong>automatically be running</strong> in basic mode. Set the permissions of wp-content and wp-content/uploads back to 755, e.g. in the terminal: <code># chmod 755 /var/www/vhosts/domain.com/httpdocs/wp-content/</code>.</li>\n<li>Now click the “Settings” link to proceed to the “General Settings” tab; in most cases, “disk enhanced” mode for page cache is a “good” starting point.</li>\n<li>The “Compatibility mode” option found in the advanced section of the “Page Cache Settings” tab will enable functionality that optimizes the interoperablity of caching with WordPress, is disabled by default, but highly recommended. Years of testing in hundreds of thousands of installations have helped us learn how to make caching behave well with WordPress. The tradeoff is that disk enhanced page cache performance under load tests will be decreased by ~20% at scale.</li>\n<li><em>Recommended:</em> On the “Minify Settings” tab, all of the recommended settings are preset. If auto mode causes issues with your web site’s layout, switch to manual mode and use the help button to simplify discovery of your CSS and JS files and groups. Pay close attention to the method and location of your JS group embeddings. See the plugin’s FAQ for more information on usage.</li>\n<li><em>Recommended:</em> On the “Browser Cache” tab, HTTP compression is enabled by default. Make sure to enable other options to suit your goals.</li>\n<li><em>Recommended:</em> If you already have a content delivery network (CDN) provider, proceed to the “Content Delivery Network” tab and populate the fields and set your preferences. If you do not use the Media Library, you will need to import your images etc into the default locations. Use the Media Library Import Tool on the “Content Delivery Network” tab to perform this task. If you do not have a CDN provider, you can still improve your site’s performance using the “Self-hosted” method. On your own server, create a subdomain and matching DNS Zone record; e.g. static.domain.com and configure FTP options on the “Content Delivery Network” tab accordingly. Be sure to FTP upload the appropriate files, using the available upload buttons.</li>\n<li><em>Optional:</em> On the “Database Cache” tab, the recommended settings are preset. If using a shared hosting account use the “disk” method with caution, the response time of the disk may not be fast enough, so this option is disabled by default. Try object caching instead for shared hosting.</li>\n<li><em>Optional:</em> On the “Object Cache” tab, all of the recommended settings are preset. If using a shared hosting account use the “disk” method with caution, the response time of the disk may not be fast enough, so this option is disabled by default. Test this option with and without database cache to ensure that it provides a performance increase.</li>\n<li><em>Optional:</em> On the “User Agent Groups” tab, specify any user agents, like mobile phones if a mobile theme is used.</li>\n</ol>\n\";s:3:\"faq\";s:19593:\"\n<h4>\nWhy does speed matter?\n</h4>\n<p>\n<p>Search engines like Google, measure and factor in the speed of web sites in their ranking algorithm. When they recommend a site they want to make sure users find what they’re looking for quickly. So in effect you and Google should have the same objective.</p>\n<p>Speed is among the most significant success factors web sites face. In fact, your site’s speed directly affects your income (revenue) — it’s a fact. Some high traffic sites conducted research and uncovered the following:</p>\n<ul>\n<li>Google.com: <strong>+500 ms</strong> (speed decrease) -> <strong>-20% traffic loss</strong> [<a href=\"http://home.blarg.net/~glinden/StanfordDataMining.2006-11-29.ppt\" rel=\"nofollow ugc\">1</a>]</li>\n<li>Yahoo.com: <strong>+400 ms</strong> (speed decrease) -> <strong>-5-9% full-page traffic loss</strong> (visitor left before the page finished loading) [<a href=\"http://www.slideshare.net/stoyan/yslow-20-presentation\" rel=\"nofollow ugc\">2</a>]</li>\n<li>Amazon.com: <strong>+100 ms</strong> (speed decrease) -> <strong>-1% sales loss</strong> [<a href=\"http://home.blarg.net/~glinden/StanfordDataMining.2006-11-29.ppt\" rel=\"nofollow ugc\">1</a>]</li>\n</ul>\n<p>A thousandth of a second is not a long time, yet the impact is quite significant. Even if you’re not a large company (or just hope to become one), a loss is still a loss. However, there is a solution to this problem, take advantage.</p>\n<p>Many of the other consequences of poor performance were discovered more than a decade ago:</p>\n<ul>\n<li>Lower perceived credibility (Fogg et al. 2001)</li>\n<li>Lower perceived quality (Bouch, Kuchinsky, and Bhatti 2000)</li>\n<li>Increased user frustration (Ceaparu et al. 2004)</li>\n<li>Increased blood pressure (Scheirer et al. 2002)</li>\n<li>Reduced flow rates (Novak, Hoffman, and Yung 200)</li>\n<li>Reduced conversion rates (Akamai 2007)</li>\n<li>Increased exit rates (Nielsen 2000)</li>\n<li>Are perceived as less interesting (Ramsay, Barbesi, and Preece 1998)</li>\n<li>Are perceived as less attractive (Skadberg and Kimmel 2004)</li>\n</ul>\n<p>There are a number of <a href=\"http://www.websiteoptimization.com/speed/tweak/psychology-web-performance/\" rel=\"nofollow ugc\">resources</a> that have been documenting the role of performance in success on the web, W3 Total Cache exists to give you a framework to tune your application or site without having to do years of research.</p>\n</p>\n<h4>\nWhy is W3 Total Cache better than other caching solutions?\n</h4>\n<p>\n<p><strong>It’s a complete framework.</strong> Most cache plugins available do a great job at achieving a couple of performance aims. Our plugin remedies numerous performance reducing aspects of any web site going far beyond merely reducing CPU usage (load) and bandwidth consumption for HTML pages alone. Equally important, the plugin requires no theme modifications, modifications to your .htaccess (mod_rewrite rules) or programming compromises to get started. Most importantly, it’s the only plugin designed to optimize all practical hosting environments small or large. The options are many and setup is easy.</p>\n</p>\n<h4>\nI’ve never heard of any of this stuff; my site is fine, no one complains about the speed. Why should I install this?\n</h4>\n<p>\n<p>Rarely do readers take the time to complain. They typically just stop browsing earlier than you’d prefer and may not return altogether. This is the only plugin specifically designed to make sure that all aspects of your site are as fast as possible. Google is placing more emphasis on the <a href=\"http://searchengineland.com/site-speed-googles-next-ranking-factor-29793\" rel=\"nofollow ugc\">speed of a site as a factor in rankings</a>; this plugin helps with that too.</p>\n<p>It’s in every web site owner’s best interest is to make sure that the performance of your site is not hindering its success.</p>\n</p>\n<h4>\nWhich WordPress versions are supported?\n</h4>\n<p>\n<p>To use all features in the suite, a minimum of version WordPress 2.8 with PHP 5.3 is required. Earlier versions will benefit from our Media Library Importer to get them back on the upgrade path and into a CDN of their choosing.</p>\n</p>\n<h4>\nWhy doesn’t minify work for me?\n</h4>\n<p>\n<p>Great question. W3 Total Cache uses several open source tools to attempt to combine and optimize CSS, JavaScript and HTML etc. Unfortunately some trial and error is required on the part of developers is required to make sure that their code can be successfully minified with the various libraries W3 Total Cache supports. Even still, if developers do test their code thoroughly, they cannot be sure that interoperability with other code your site may have. This fault does not lie with any single party here, because there are thousands of plugins and theme combinations that a given site can have, there are millions of possible combinations of CSS, JavaScript etc.</p>\n<p>A good rule of thumb is to try auto mode, work with a developer to identify the code that is not compatible and start with combine only mode (the safest optimization) and increase the optimization to the point just before functionality (JavaScript) or user interface / layout (CSS) breaks in your site.</p>\n<p>We’re always working to make this more simple and straight forward in future releases, but this is not an undertaking we can realize on our own. When you find a plugin, theme or file that is not compatible with minification reach out to the developer and ask them either to provide a minified version with their distribution or otherwise make sure their code is minification-friendly.</p>\n</p>\n<h4>\nWhat about comments? Does the plugin slow down the rate at which comments appear?\n</h4>\n<p>\n<p>On the contrary, as with any other action a user can perform on a site, faster performance will encourage more of it. The cache is so quickly rebuilt in memory that it’s no trouble to show visitors the most current version of a post that’s experiencing Digg, Slashdot, Drudge Report, Yahoo Buzz or Twitter effect.</p>\n</p>\n<h4>\nWill the plugin interfere with other plugins or widgets?\n</h4>\n<p>\n<p>No, on the contrary if you use the minify settings you will improve their performance by several times.</p>\n</p>\n<h4>\nDoes this plugin work with WordPress in network mode?\n</h4>\n<p>\n<p>Indeed it does.</p>\n</p>\n<h4>\nDoes this plugin work with BuddyPress (bbPress)?\n</h4>\n<p>\n<p>Yes.</p>\n</p>\n<h4>\nWill this plugin speed up WP Admin?\n</h4>\n<p>\n<p>Yes, indirectly – if you have a lot of bloggers working with you, you will find that it feels like you have a server dedicated only to WP Admin once this plugin is enabled; the result, increased productivity.</p>\n</p>\n<h4>\nWhich web servers do you support?\n</h4>\n<p>\n<p>We are aware of no incompatibilities with <a href=\"http://httpd.apache.org/\" rel=\"nofollow ugc\">apache</a> 1.3+, <a href=\"https://www.nginx.com/solutions/web-server/\" rel=\"nofollow ugc\">nginx</a> 0.7+, <a href=\"http://www.iis.net/\" rel=\"nofollow ugc\">IIS</a> 5+ or <a href=\"https://www.litespeedtech.com/products/litespeed-web-server/overview\" rel=\"nofollow ugc\">litespeed</a> 4.0.2+. If there’s a web server you feel we should be actively testing (e.g. <a href=\"https://www.lighttpd.net/\" rel=\"nofollow ugc\">lighttpd</a>), we’re <a href=\"https://www.w3-edge.com/contact/\" rel=\"nofollow ugc\">interested in hearing</a>.</p>\n</p>\n<h4>\nIs this plugin server cluster and load balancer friendly?\n</h4>\n<p>\n<p>Yes, built from the ground up with scale and current hosting paradigms in mind.</p>\n</p>\n<h4>\nWhat is the purpose of the “Media Library Import” tool and how do I use it?\n</h4>\n<p>\n<p>The media library import tool is for old or “messy” WordPress installations that have attachments (images etc in posts or pages) scattered about the web server or “hot linked” to 3rd party sites instead of properly using the media library.</p>\n<p>The tool will scan your posts and pages for the cases above and copy them to your media library, update your posts to use the link addresses and produce a .htaccess file containing the list of of permanent redirects, so search engines can find the files in their new location.</p>\n<p>You should backup your database before performing this operation.</p>\n</p>\n<h4>\nHow do I find the JS and CSS to optimize (minify) them with this plugin?\n</h4>\n<p>\n<p>Use the “Help” button available on the Minify settings tab. Once open, the tool will look for and populate the CSS and JS files used in each template of the site for the active theme. To then add a file to the minify settings, click the checkbox next to that file. The embed location of JS files can also be specified to improve page render performance. Minify settings for all installed themes can be managed from the tool as well by selecting the theme from the drop down menu. Once done configuring minify settings, click the apply and close button, then save settings in the Minify settings tab.</p>\n</p>\n<h4>\nI don’t understand what a CDN has to do with caching, that’s completely different, no?\n</h4>\n<p>\n<p>Technically no, a CDN is a high performance cache that stores static assets (your theme files, media library etc) in various locations throughout the world in order to provide low latency access to them by readers in those regions.</p>\n</p>\n<h4>\nHow do I use an Origin Pull (Mirror) CDN?\n</h4>\n<p>\n<p>Login to your CDN providers control panel or account management area. Following any set up steps they provide, create a new “pull zone” or “bucket” for your site’s domain name. If there’s a set up wizard or any troubleshooting tips your provider offers, be sure to review them. In the CDN tab of the plugin, enter the hostname your CDN provider provided in the “replace site’s hostname with” field. You should always do a quick check by opening a test file from the CDN hostname, e.g. http://cdn.domain.com/favicon.ico. Troubleshoot with your CDN provider until this test is successful.</p>\n<p>Now go to the General tab and click the checkbox and save the settings to enable CDN functionality and empty the cache for the changes to take effect.</p>\n</p>\n<h4>\nHow do I configure Amazon Simple Storage Service (Amazon S3) or Amazon CloudFront as my CDN?\n</h4>\n<p>\n<p>First <a href=\"http://aws.amazon.com/\" rel=\"nofollow ugc\">create an S3 account</a> (unless using origin pull); it may take several hours for your account credentials to be functional. Next, you need to obtain your “Access key ID” and “Secret key” from the “Access Credentials” section of the “<a href=\"http://aws-portal.amazon.com/gp/aws/developer/account/index.html?action=access-key\" rel=\"nofollow ugc\">Security Credentials</a>” page of “My Account.” Make sure the status is “active.” Next, make sure that “Amazon Simple Storage Service (Amazon S3)” is the selected “CDN type” on the “General Settings” tab, then save the changes. Now on the “Content Delivery Network Settings” tab enter your “Access key,” “Secret key” and enter a name (avoid special characters and spaces) for your bucket in the “Create a bucket” field by clicking the button of the same name. If using an existing bucket simply specify the bucket name in the “Bucket” field. Click the “Test S3 Upload” button and make sure that the test is successful, if not check your settings and try again. Save your settings.</p>\n<p>Unless you wish to use CloudFront, you’re almost done, skip to the next paragraph if you’re using CloudFront. Go to the “General Settings” tab and click the “Enable” checkbox and save the settings to enable CDN functionality. Empty the cache for the changes to take effect. If preview mode is active you will need to “deploy” your changes for them to take effect.</p>\n<p>To use CloudFront, perform all of the steps above, except select the “Amazon CloudFront” “CDN type” in the “Content Delivery Network” section of the “General Settings” tab. When creating a new bucket, the distribution ID will automatically be populated. Otherwise, proceed to the <a href=\"https://console.aws.amazon.com/cloudfront/\" rel=\"nofollow ugc\">AWS Management Console</a> and create a new distribution: select the S3 Bucket you created earlier as the “Origin,” enter a <a href=\"http://docs.amazonwebservices.com/AmazonCloudFront/latest/DeveloperGuide/index.html?CNAMEs.html\" rel=\"nofollow ugc\">CNAME</a> if you wish to add one or more to your DNS Zone. Make sure that “Distribution Status” is enabled and “State” is deployed. Now on “Content Delivery Network” tab of the plugin, copy the subdomain found in the AWS Management Console and enter the CNAME used for the distribution in the “CNAME” field.</p>\n<p>You may optionally, specify up to 10 hostnames to use rather than the default hostname, doing so will improve the render performance of your site’s pages. Additional hostnames should also be specified in the settings for the distribution you’re using in the AWS Management Console.</p>\n<p>Now go to the General tab and click the “Enable” checkbox and save the settings to enable CDN functionality and empty the cache for the changes to take effect. If preview mode is active you will need to “deploy” your changes for them to take effect.</p>\n</p>\n<h4>\nHow do I configure Rackspace Cloud Files as my CDN?\n</h4>\n<p>\n<p>First <a href=\"http://www.rackspacecloud.com/cloud_hosting_products/files\" rel=\"nofollow ugc\">create an account</a>. Next, in the “Content Delivery Network” section of the “General Settings” tab, select Rackspace Cloud Files as the “CDN Type.” Now, in the “Configuration” section of the “Content Delivery Network” tab, enter the “Username” and “API key” associated with your account (found in the API Access section of the <a href=\"https://manage.rackspacecloud.com/APIAccess.do\" rel=\"nofollow ugc\">rackspace cloud control panel</a>) in the respective fields. Next enter a name for the container to use (avoid special characters and spaces). If the operation is successful, the container’s ID will automatically appear in the “Replace site’s hostname with” field. You may optionally, specify the container name and container ID of an <a href=\"https://manage.rackspacecloud.com/CloudFiles.do\" rel=\"nofollow ugc\">existing container</a> if you wish. Click the “Test Cloud Files Upload” button and make sure that the test is successful, if not check your settings and try again. Save your settings. You’re now ready to export your media library, theme and any other files to the CDN.</p>\n<p>You may optionally, specify up to 10 hostnames to use rather than the default hostname, doing so will improve the render performance of your site’s pages.</p>\n<p>Now go to the General tab and click the “Enable” checkbox and save the settings to enable CDN functionality and empty the cache for the changes to take effect. If preview mode is active you will need to “deploy” your changes for them to take effect.</p>\n</p>\n<h4>\nWhat is the purpose of the “modify attachment URLs” button?\n</h4>\n<p>\n<p>If the domain name of your site has changed, this tool is useful in updating your posts and pages to use the current addresses. For example, if your site used to be www.domain.com, and you decided to change it to domain.com, the result would either be many “broken” images or many unnecessary redirects (which slow down the visitor’s browsing experience). You can use this tool to correct this and similar cases. Correcting the URLs of your images also allows the plugin to do a better job of determining which images are actually hosted with the CDN.</p>\n<p>As always, it never hurts to back up your database first.</p>\n</p>\n<h4>\nIs this plugin comptatible with TDO Mini Forms?\n</h4>\n<p>\n<p>Captcha and recaptcha will work fine, however you will need to prevent any pages with forms from being cached. Add the page’s URI to the “Never cache the following pages” box on the Page Cache Settings tab.</p>\n</p>\n<h4>\nIs this plugin comptatible with GD Star Rating?\n</h4>\n<p>\n<p>Yes. Follow these steps:</p>\n<ol>\n<li>Enable dynamic loading of ratings by checking GD Star Rating -> Settings -> Features “Cache support option”</li>\n<li>If Database cache enabled in W3 Total Cache add <code>wp_gdsr</code> to “Ignored query stems” field in the Database Cache settings tab, otherwise ratings will not updated after voting</li>\n<li>Empty all caches</li>\n</ol>\n</p>\n<h4>\nI see garbage characters instead of the normal web site, what’s going on here?\n</h4>\n<p>\n<p>If a theme or it’s files use the call <code>php_flush()</code> or function <code>flush()</code> that will interfere with the plugins normal operation; making the plugin send cached files before essential operations have finished. The <code>flush()</code> call is no longer necessary and should be removed.</p>\n</p>\n<h4>\nHow do I cache only the home page?\n</h4>\n<p>\n<p>Add <code>/.+</code> to page cache “Never cache the following pages” option on the page cache settings tab.</p>\n</p>\n<h4>\nI’m getting blank pages or 500 error codes when trying to upgrade on WordPress in network mode\n</h4>\n<p>\n<p>First, make sure the plugin is not active (disabled) network-wide. Then make sure it’s deactivated network-wide. Now you should be able to successful upgrade without breaking your site.</p>\n</p>\n<h4>\nA notification about file owner appears along with an FTP form, how can I resolve this?\n</h4>\n<p>\n<p>The plugin uses WordPress FileSystem functionality to write to files. It checks if the file owner, file owner group of created files match process owner. If this is not the case it cannot write or modify files.</p>\n<p>Typically, you should tell your web host about the permission issue and they should be able to resolve it.</p>\n<p>You can however try adding <em>define(‘FS_METHOD’, ‘direct’);</em> to wp-config.php to circumvent the file and folder checks.</p>\n</p>\n<h4>\nThis is too good to be true, how can I test the results?\n</h4>\n<p>\n<p>You will be able to see it instantly on each page load, but for tangible metrics, consider the following tools:</p>\n<ul>\n<li><a href=\"https://developers.google.com/speed/pagespeed/\" rel=\"nofollow ugc\">Google Page Speed</a></li>\n<li><a href=\"https://www.webpagetest.org/test\" rel=\"nofollow ugc\">WebPagetest</a></li>\n<li><a href=\"https://tools.pingdom.com/\" rel=\"nofollow ugc\">Pingdom</a></li>\n<li><a href=\"https://www.dynatrace.com/en_us/application-performance-management/products/performance-center.html\" rel=\"nofollow ugc\">DynaTrace (formerly Gomez) Performance Test</a></li>\n</ul>\n</p>\n<h4>\nI don’t have time to deal with this, but I know I need it. Will you help me?\n</h4>\n<p>\n<p>Yes! Please <a href=\"https://www.w3-edge.com/contact/\" rel=\"nofollow ugc\">reach out to us</a> and we’ll get you acclimated so you can “set it and forget it.”</p>\n<p>Install the plugin to read the full FAQ on the plugins FAQ tab.</p>\n</p>\n\n\";s:9:\"changelog\";s:22913:\"<h4>0.14.1</h4>\n<ul>\n<li>Fixed CSS minify URL rewrite logic that affected some lazy loading and CSS URL addresses using protocols</li>\n</ul>\n<h4>0.14.0</h4>\n<ul>\n<li>Added lazy loading for Google Maps</li>\n<li>Added a filter w3tc_minify_css_content for minified contents</li>\n<li>Fixed a minify regex issue in non-Unicode websites</li>\n<li>Fixed a PHP notice in WPMU: accessing array offset on null</li>\n<li>Fixed a minify issue where embedded CSS URL fragments were converted incorrectly</li>\n<li>i18n improvement</li>\n<li>Changed default to disabled for wp-admin requests in the object cache</li>\n</ul>\n<h4>0.13.3</h4>\n<ul>\n<li>Fixed HTML minification of img elements containing embedded SVG strings</li>\n<li>Removed an identifying value for GDPR</li>\n</ul>\n<h4>0.13.2</h4>\n<ul>\n<li>Fix: Dont store content of HEAD requests</li>\n<li>Updated informational URL on page cache static page comments</li>\n</ul>\n<h4>0.13.1</h4>\n<ul>\n<li>Fixed php warnings in PgCache_ContentGrabber.php</li>\n</ul>\n<h4>0.13.0</h4>\n<ul>\n<li>Added new Pro feature, Debug – Purge Stack Trace</li>\n<li>Added “Feature Policy” security header</li>\n<li>Removed deprecated get_magic_quotes_gpc()</li>\n<li>Improved AMP Extension by ignoring value of amp querystring marker in request if passed without value in config</li>\n<li>Improved lazyload by not processing elements with skip-lazy class or data-skip-lazy attribute</li>\n<li>Fixed caching of query-string normalization redirects, no longer cached when cache key is normalized by accept querystring arguments, caused redirect loop</li>\n</ul>\n<h4>0.12.0</h4>\n<ul>\n<li>Added querystring based URL structures for AMP pages</li>\n<li>Added filter of minify options</li>\n<li>Added lazyload picture tag support</li>\n<li>Removed footer link “Support Us” option</li>\n<li>Improved wp_die handling</li>\n<li>Improved lazyload handling of content in script tags</li>\n<li>Improved lazyload handling of feeds</li>\n<li>Improved printing tags coming from feeds</li>\n<li>Improved handling of modified posts before wp_rewrite initialized</li>\n<li>Nginx rules changed a lot to avoid “location” block conflicts. That change may cause problems on some systems using non-default WordPress rules – keep a backup of your original rules</li>\n<li>Improved handling of .htaccess files in regard to EOF</li>\n<li>Fixed Varnish purging</li>\n<li>Fixed html minification of data tags equaling 0</li>\n</ul>\n<h4>0.11.0</h4>\n<ul>\n<li>Added recommendation for BoldGrid’s Total Upkeep plugin</li>\n<li>Added new lazy loading feature</li>\n<li>Removed New Relic extension by default for new installations</li>\n<li>Updated usage of html minification and quote removal</li>\n<li>Improved memcached config and added optional binary protocol setting</li>\n<li>Improved process of renewing expired licenses</li>\n<li>Improved page cache purging</li>\n<li>Improved FAQ link by opening in new window</li>\n<li>Improved detection of detect_post_id</li>\n<li>Improved REST caching in relation to cache headers like X-WP-*</li>\n<li>Improved Vary User-Agent header usage</li>\n<li>Improved various features with AMP pages and HTTP2</li>\n<li>Improved redis connection string to allow for tls://host:port format</li>\n<li>Fixed file headers for Cloudfront S3 CDN</li>\n<li>Fixed fatal error on with flush / SNS</li>\n<li>Fixed comments with URLs within minify debug mode</li>\n<li>Fixed ObjectCache statistics within footer</li>\n<li>Fixed temporary hotfix with wp_die and regular output</li>\n<li>Fixed fragment cache header link</li>\n<li>Fixed flushing of /feed and /feed/ cache</li>\n<li>Fixed js error in widget</li>\n<li>Fixed fatal cache flush error caused by empty $wp_rewrite</li>\n<li>Fixed path for file_generic REST caching on non-default port</li>\n<li>Fixed test minify button with Closure Compiler engine</li>\n</ul>\n<h4>0.10.2</h4>\n<ul>\n<li>Fixed compatibility with wpdb::prepare in WordPress 5.3</li>\n</ul>\n<h4>0.10.1</h4>\n<ul>\n<li>Fixed slowdown in memcached engine</li>\n<li>Fixed Purge Cache menu links so they flush current blog in WPMU</li>\n<li>Fixed error during upgrade, “Call to undefined method W3TC\\Util_Content::is_database_error”</li>\n<li>Updated Redis cache engine to avoid “Function Redis::delete() is deprecated” warning</li>\n</ul>\n<h4>0.10.0</h4>\n<ul>\n<li>Improved Statistics component for pro users</li>\n<li>Improved support for CloudFront distributions with multiple origins</li>\n<li>Improved redirects by using safter wp_safe redirect</li>\n<li>Improved .htaccess usage when pagecache does not require it</li>\n<li>Improved protection of unexpected values in global variables</li>\n<li>Added more Amazon S3 regions</li>\n<li>Added support for memcached binary protocol when available</li>\n<li>Added caching for webp MIME type</li>\n<li>Updated S3 bucket creation by settings CORS policy</li>\n<li>Updated blogmap to allow urls with custom ports</li>\n<li>Fixed usage of base url with minify</li>\n<li>\n<p>Fixed mixing content of sync & async scripts with minify</p>\n</li>\n<li>\n<p>Fixed S3 + CloudFront urls when CNAMEs not used</p>\n</li>\n</ul>\n<h4>0.9.7.5</h4>\n<ul>\n<li>Updated AWS library</li>\n<li>Added support of set_sql_mode by dbcluster</li>\n<li>Improved support for webserver running on non-default port with disk-enhanced</li>\n<li>Improved menu icons</li>\n<li>Fixed php warning when remote service cannot be loaded</li>\n<li>Fixed php warnings on support page</li>\n</ul>\n<h4>0.9.7.4</h4>\n<ul>\n<li>Fixed PHP warning when Redis integration not configured correctly</li>\n<li>Fixed 404 in multisite caused by subdirectory issue</li>\n<li>Fixed object cache issue in multisite where object cache was cleared at wrong time</li>\n<li>Fixed database cluster in WordPress 5.1</li>\n<li>Fixed warning caused by user agent theme change used</li>\n<li>Fixed minification in multisite when URLs were set to root-blog based url</li>\n<li>Fixed undefined w3tc_ga issue</li>\n<li>Improved purging of current page by using post_id instead of URL</li>\n<li>Improved cache delivery of /feed URLs</li>\n<li>Improved security on calls to opcache flush</li>\n<li>Improved minification of files in environments running on non-default ports</li>\n</ul>\n<h4>0.9.7.3</h4>\n<ul>\n<li>Fixed caching of redirect responses based on empty response body</li>\n<li>Improved compatibility with WordPress 5.1</li>\n<li>Improved transports, unix: prefix not required</li>\n<li>Improved minify html</li>\n</ul>\n<h4>0.9.7.2</h4>\n<ul>\n<li>Fixed fatal error during media file upload with CDN module active</li>\n<li>Fixed removal of empty values, JSON encoded string in attribute, trailing quote at end of tag, and the handling of anchors in HTML minify</li>\n<li>Fixed undefined index warning</li>\n<li>Fixed fatal error when purging CDN using full site delivery</li>\n</ul>\n<h4>0.9.7.1</h4>\n<ul>\n<li>Fixed undefined variable notice</li>\n<li>Fixed “No such file or directory” warning</li>\n<li>Fixed writing to PHP error log rather than WordPress debug log</li>\n<li>Fixed default referrer policy should be “no-referrer-when-downgrade”</li>\n<li>Fixed php_flag error related to browser cache, using ini_set instead</li>\n<li>Fixed CloudFlare IPv6 check undefined offset</li>\n<li>Fixed Undefined constant WP_ROOT</li>\n<li>Fixed frame-ancestors being overwritten by frame-src</li>\n<li>Fixed missing semicolon in nginx configuration</li>\n<li>Fixed HTTP/2 URLs handling for browser cache and CDN modules</li>\n<li>Fixed display of CDN debug information</li>\n<li>Fixed CSS Minification with Google Fonts when included via “Include external files/libraries” and non-latin character-sets are loaded</li>\n<li>Fixed media query string not updating when all caches were purged</li>\n<li>Fixed double slash with ABSPATH if file exists</li>\n<li>Fixed setting max-age and expires header simultaneously</li>\n<li>Fixed SASL detection for PECL Memcached</li>\n<li>Fixed handling of manually entered objects to be purged on CDN</li>\n<li>Fixed query string handling in Nginx</li>\n<li>Improved error handling with Cloudfront</li>\n<li>Improved page cache logging</li>\n<li>Improved multi-tenant support for memory-based caching engines</li>\n<li>Improved CSS minification</li>\n<li>Improved purge behavior for changed media objects when using CDN</li>\n<li>Improved compatibility with sitemap plugins</li>\n<li>Added support for Memcached for Nginx</li>\n<li>Added support for caching webm files</li>\n<li>Added Brotli HTTP compression support</li>\n<li>Added StackPath full site delivery support</li>\n<li>Added <em>wc_session</em> to the list of ignored query stems for improved WooCommerce compatibility</li>\n</ul>\n<h4>0.9.7</h4>\n<ul>\n<li>Fixed minified files not being hosted by CDN when enabled if “host minified files” is disabled</li>\n<li>Fixed warning thrown when purge all was selected (via nigrosimone)</li>\n<li>Fixed undefined offset error in fragment cache</li>\n<li>Fixed MaxCDN test button failure when debug mode is enabled</li>\n<li>Fixed purging of feeds when cache feeds option is enabeld</li>\n<li>Improved handling of errors when full site delivery isn’t set</li>\n<li>Improved nginx.conf to support xml caching</li>\n<li>Improved nginx.conf to support HSTS for static files</li>\n<li>Improved minify’s handling of query strings</li>\n<li>Improved database caching, frequent wp_options no longer flush posts or comments data</li>\n<li>Improved Limelight Networks CDN integration</li>\n<li>Improved FAQ, they’re now hosted in the GitHub public repository</li>\n<li>Improved handling for /<em><![CDATA[</em>/ in HTML minify engine</li>\n<li>Imporved garbage collection for basic disk caching</li>\n<li>Improved HSTS support (via Dave Welsh)</li>\n<li>Improved reliabilty of CSS embed options</li>\n<li>Improved New Relic requirements in compatibility test</li>\n<li>Added StackPath CDN integration (including full site delivery)</li>\n<li>Added support for page cache priming via WP-CLI via prime function</li>\n<li>Added filter support for managing cache groups</li>\n<li>Added API for flushing individual cache groups via flush_group function</li>\n<li>Added purge support for JSON cache e.g. cached REST API requests</li>\n<li>Added filter support for managing database cache settings</li>\n<li>Added filter support before (w3tc_process_content) and after (w3tc_processed_content) a cache object is created</li>\n<li>Added compatibility for AMPforWP plugin</li>\n<li>Added JSON caching support for Pro subscribers</li>\n<li>Added additional security headers (via amiga-500)</li>\n</ul>\n<h4>0.9.6</h4>\n<ul>\n<li>Fixed anonymous usage tracking, default to disabled</li>\n<li>Fixed incorrect minify cache data written if target directory missing</li>\n<li>Fixed empty minify cache file written when file locking enabled</li>\n<li>Fixed missing commas in CSS (via nigrosimone)</li>\n<li>Fixed typo in object cache engine (via Furniel)</li>\n<li>Fixed incorrect reuse of redis connections when persistent connections option enabled</li>\n<li>Fixed reliability of Google Drive (via jikamens)</li>\n<li>Fixed handling of UTF-8 encoded files by writing them in binary (via jikamens)</li>\n<li>Improved Full Site Delivery configuration user flow on the General and CDN settings screens</li>\n<li>Improved content type matching and cache hits as a result</li>\n<li>Improved minify file locking logic</li>\n<li>Improved visual langage of the compatibility test (via Furniel)</li>\n<li>Improved configuration file management</li>\n<li>Improved MaxCDN set up wizard</li>\n<li>Improved page cache’s accepted query string handling to handle optional values and add support for disk enhanced mode (via amiga-500, nigrosimone)</li>\n<li>Improved handling of timeouts to origin push CDN proviers</li>\n<li>Added HTTP/2 push headers for disk enhanced page caching (via nigrosimone)</li>\n<li>Added X-Forwarded-Proto header for use cases like HTTPS recognition behind proxies or load balancers</li>\n<li>Added multiple CDN support i.e. static file objects and pages, posts, feeds, API responses etc to use different respective CDN providers</li>\n<li>Added page caching by cookie name or value (sponsored by SQweb)</li>\n<li>Added toggle for CORS header to improve inter-operatbility with various CDN providers</li>\n<li>Added support for CDN hosted media to media library (inspired by amiga-500)</li>\n<li>Added object caching of AJAX calls (via andyexeter)</li>\n<li>Enterprise features are now available to Pro subscribers! Including reading from multiple databases concurrently and purging caches across multiple hosts via a Message Bus</li>\n</ul>\n<h4>0.9.5.4</h4>\n<ul>\n<li>Fixed regression with browser caching and query strings</li>\n</ul>\n<h4>0.9.5.3</h4>\n<ul>\n<li>Fixed handling of HTTP compressed documents in PHP v5.3 (via amiga-500)</li>\n<li>Fixed a bug with accelerated mobile pages (via nigrosimone)</li>\n<li>Improved reliability of minify in manual mode</li>\n<li>Improved JavaScript interoperability with CDATA use cases</li>\n<li>Improved file name generation on Windows for IIS servers</li>\n<li>Improved handling of # in URLs</li>\n<li>Improved handling of exclusions for e-commerce in Genesis Framework</li>\n<li>Improved handling of headers for Microsoft Azure</li>\n<li>Improved functionality with existing Cloudfront Distributions when configuring Full Site Delivery</li>\n<li>Improved minify debug logging</li>\n<li>Improved handling of URLs that omit the protocol</li>\n<li>Improved handling of custom files with CDN (via amiga-500)</li>\n<li>Updated CSSTidy library (via nigrosimone and amiga-500)</li>\n<li>Added Swarmify Video Optimization Extension [Hat tip the Swarmify Team]</li>\n<li>Added flushing of AMP pages</li>\n</ul>\n<h4>0.9.5.2</h4>\n<ul>\n<li>Fixed security issue by protecting configuration data by adding .php to relevant files</li>\n<li>Fixed security issue with the creation of dot folders that could be abused</li>\n<li>Fixed handling HTTP compression for uncached pages</li>\n<li>Fixed handling of .svgz files</li>\n<li>Added expiration headers to webP images</li>\n<li>Added support for Microsoft Azure’s latest API</li>\n<li>Added ability to cache WP Admin. Recommended setting, is off. (Improved WP Admin performance with object caching enabled)</li>\n<li>Added HTTP/2 Push support for minified files</li>\n<li>Added option management support for wp-cli</li>\n<li>Improved handling of uncompressed minified files</li>\n<li>Improved handling of purging of modified pages / posts</li>\n<li>Improved compatibility with Rackspace Cloud Files</li>\n<li>Improved initial CDN configuration reliability</li>\n<li>Improved reliability of object caching</li>\n<li>Improved PHP 7.0 compatibility</li>\n<li>Improved PHP 4.3 compatibility</li>\n<li>Improved HTTP/2 support</li>\n<li>Improved CSS embed handling</li>\n<li>Improved reliability of object cache, transients now fallback to database</li>\n<li>Improved handling of cached http compressed objects</li>\n</ul>\n<h4>0.9.5.1</h4>\n<ul>\n<li>Fixed missing namespace, which caused issues with other implementations of Google APIs</li>\n<li>Fixed handling Cloudflare zone list being incomplete for users with many zones</li>\n<li>Added extension to support Accelerated Mobile Pages (AMP)</li>\n<li>Added notification for users that are still using PHP 5.2 (end of life in 2011)</li>\n<li>Improved default settings</li>\n<li>Improved compatibility with Yoast SEO sitemap caching</li>\n<li>Improved compatability with Jetpack</li>\n<li>Improved directory handling on IIS</li>\n<li>Improved backwards compatibility for 3rd party implementations against legacy W3TC functions</li>\n</ul>\n<h4>0.9.5</h4>\n<ul>\n<li>Fixed XSS vulnerability</li>\n<li>Fixed issues with dismissing overlays</li>\n<li>Fixed handling of tilde in URLs</li>\n<li>Fixed issue with HTTP compression header when using mfunc calls</li>\n<li>Fixed cache ID issue with minify in network mode</li>\n<li>Fixed rare issue of caching empty document when some PHP errors occur in themes or plugins</li>\n<li>Fixed caching of query strings</li>\n<li>Added support for APCu Opcode Cache</li>\n<li>Added support for Redis</li>\n<li>Added support for Google Drive</li>\n<li>Added support for Amazon S3-compatible stroage services</li>\n<li>Added support for PECL memcached</li>\n<li>Added support for srcset elements</li>\n<li>Added support for Rackspace CDN Origin Pull</li>\n<li>Added support for minification of external fonts</li>\n<li>Added support for WOFF2 font format</li>\n<li>Added support for FTPS (FTP-SSL, S-FTP)</li>\n<li>Added YUI Compressor’s PHP Port of the CSS minifier</li>\n<li>Added Narcissus’ JS minifier</li>\n<li>Added purge of parent page when attachments are added or updated</li>\n<li>Added Highwinds CDN provider</li>\n<li>Added “Validate Timestamps” option for compatible opcode caches functions like apc.stat are enabled</li>\n<li>Added Full Site Delivery for Pro subscribers</li>\n<li>Added HTTP Strict Transport Security (HSTS) support</li>\n<li>Added a sample extension for developers to reference</li>\n<li>Added Rackspace Cloud Files Multi-Region Support</li>\n<li>Added more support for exclusions to database cache</li>\n<li>Added more optionality to minifiers</li>\n<li>Added WPML Performance Extension</li>\n<li>Added use of <a href=\"http://php.net/manual/en/language.namespaces.rationale.php\" rel=\"nofollow ugc\">namespace</a> which creates mininum dependency on version PHP 5.3</li>\n<li>Improved PHP 5.6 compatibility</li>\n<li>Improved PHP 7 compatibility</li>\n<li>Improved performance menu in admin bar, including purging of specific cache engines and more</li>\n<li>Improved SSL interoperability</li>\n<li>Improved reliablity of test buttons</li>\n<li>Improved nomenclature of caching files for higher cache hit rates</li>\n<li>Improved nginx compatibility</li>\n<li>Improved WP CLI support</li>\n<li>Improved Cloudflare compatibility (now using latest APIs), Cloudflare must be re-authorized</li>\n<li>Improved AWS API compatibility (now using latest APIs)</li>\n<li>Improved Rackspace Cloud Files compatibility (now using latest APIs)</li>\n<li>Improved page cache purge for extensions like cloudflare and other reverse proxy use cases</li>\n<li>Improved extension framework functionality</li>\n<li>Improved compatibility of headers like ETag and content encoding</li>\n<li>Improved template fragment caching</li>\n<li>Improved notifications, warnings and errors</li>\n<li>Improved moble user agents detection</li>\n<li>Improved security with nonces and form elements</li>\n<li>Improved security throughout the codebase</li>\n<li>Improved detail of debug messages</li>\n<li>Improved Amazon SNS security (validation)</li>\n<li>Improved minify’s ability to match script tags without type attribute</li>\n</ul>\n<h4>0.9.4</h4>\n<ul>\n<li>Fixed undefined w3tc_button_link</li>\n<li>Fixed support and other form submissions</li>\n<li>Fixed extension enabled key error</li>\n<li>Fixed Test CDN errors</li>\n<li>Fixed trailing slashes in custom wp content path and Minify</li>\n<li>Fixed WP_PLUGIN_DIR not being available when object-cache.php is loaded and W3TC constant not set</li>\n<li>Fixed Minify Auto and restructuring of JS code placement on page</li>\n<li>Fixed remove / replace drop in file on plugins page</li>\n<li>Fixed false positive check for legacy code</li>\n<li>Fixed deprecated wpdb escape</li>\n<li>Fixed Fragment Caching and APC anomalies</li>\n<li>Fixed cached configs causing 500 error on interrupted file writes</li>\n<li>Fixed readfile errors on servers with the functionality disabled</li>\n<li>Fixed false positives for license key verification</li>\n<li>Fixed debug information not printed on cached pages</li>\n<li>Fixed backwards compatibility and flushing and added doing it wrong notification</li>\n<li>Fixed “Prevent caching of objects after settings change”</li>\n<li>Fixed “Use late init” being shown as enabled with Disc:Enhanced</li>\n<li>Fixed missing param in APC cache method declaration</li>\n<li>Fixed user roles property not begin an array</li>\n<li>Fixed adding empty Vary header</li>\n<li>Fixed notice on failed upgrade licencing check</li>\n<li>Fixed Database Cache description text</li>\n<li>Fixed duplicate bb10 agents</li>\n<li>Fixed settings link in Minify Auto notification</li>\n<li>Fixed notice with undefined constant</li>\n<li>Fixed nginx configuration and Referrer, User Groups setting</li>\n<li>Fixed Genesis settings and Suhosin field name limit error</li>\n<li>Fixed Genesis and Fragment Caching (caching categories etc)</li>\n<li>Fixed CDN being enabled when creating NetDNA / MaxCDN pull zone</li>\n<li>Fixed NewRelic related notice in compatibility popup</li>\n<li>Fixed trailing slash issue in filename to url conversion</li>\n<li>Fixed issue with wp in subdirectory and relative minimal manual urls</li>\n<li>Fixed issue with widget styling</li>\n<li>Fixed issue with Purge All button action</li>\n<li>Fixed issue with exporting of settings</li>\n<li>Fixed issue with plugin interferring with preview theme</li>\n<li>Fixed issue with malformed config files</li>\n<li>Added caching of list of posts pages (tags, categories etc) to Genesis extension a long with flush it checkbox</li>\n<li>Added typecasting on expiration time in object cache drop-in</li>\n<li>Added capability check for save options</li>\n<li>Added FeedBurner extension</li>\n<li>Added woff support to Browser Cache</li>\n<li>Added new CloudFlare IPs</li>\n<li>Added support for WordPress defined charset and collate in CDN queue table creation</li>\n<li>Added WordPress SEO by Yoast extension</li>\n<li>Added *.less to CDN theme uploads and MIME</li>\n<li>Added default settings for MaxCDN Pull Zone creation</li>\n<li>Added call to change MaxCDN canonical header setting to match plugin setting</li>\n<li>Added one button default pull zone creation to MaxCDN without refresh</li>\n<li>Added MaxCDN authorization validation</li>\n<li>Added whitelist IPs notification for MaxCDN</li>\n<li>Added support for use of existing zones without refresh</li>\n<li>Added new mime types</li>\n<li>Added support for separate domains for frontend and admin backend</li>\n<li>Added CloudFlare as an extension</li>\n<li>Added nofollow to blogroll links</li>\n<li>Added DEV mode support to PRO version</li>\n<li>Added EDGE MODE functionality</li>\n<li>Improved wrapper functions in plugins.php for plugin / theme authors</li>\n<li>Improved reliability of NetDNA / MaxCDN API calls by using WP HTTP and not cURL</li>\n<li>Improved Fragment Caching debug information</li>\n<li>Improved preview mode, removed query string requirement</li>\n<li>Improved FAQ structure</li>\n<li>Improved empty minify/pgcache cache notification when using CDN</li>\n<li>Improved default settings for MaxCDN zone creation</li>\n<li>Improved CDN queue performance</li>\n<li>Improved blogmap url sanitation</li>\n<li>Improved MaxCDN automatic zone creation process</li>\n<li>Improved license key saving and Pro mode activation on Pro license purchases</li>\n<li>Updated EDGE MODE: Full site mirroring support for MaxCDN</li>\n<li>Updated translations</li>\n</ul>\n\";s:7:\"reviews\";s:13477:\"<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">a professional Plugin</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/kouroshnarian\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/745462c89d93646e062a95fd6557613e?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/745462c89d93646e062a95fd6557613e?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/kouroshnarian\" class=\"reviewer-name\">kouroshnarian</a> on <span class=\"review-date\">May 30, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">I\'m satisfying this plugin</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">BoldGrid / W3TC is rocking it lately</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/frankvictor\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/6593ae6bf57429b85a9b86877b2b5a23?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/6593ae6bf57429b85a9b86877b2b5a23?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/frankvictor\" class=\"reviewer-name\">frankvictor</a> on <span class=\"review-date\">May 29, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">BoldGrid / W3TC is rocking it lately with all the active development. Very good.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">W3 Total Cache - The Best</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/ashcii\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/d2ef47c9802416bbc83f384905f83970?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/d2ef47c9802416bbc83f384905f83970?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/ashcii\" class=\"reviewer-name\">ashcii</a> on <span class=\"review-date\">May 29, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Great stuff. Tried loads, kept this. Give it a go - I got the pro version after trying it.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Great plugin</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/ljubicalo\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/f37819e89eab5a5341d19f1d237a9746?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/f37819e89eab5a5341d19f1d237a9746?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/ljubicalo\" class=\"reviewer-name\">ljubicalo</a> on <span class=\"review-date\">May 28, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Great, even free version! Thank you</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Excellent Plugin, does what it says on the tin</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/sirrom56\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/f87d615d379b230d204957180117c01a?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/f87d615d379b230d204957180117c01a?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/sirrom56\" class=\"reviewer-name\">sirrom56</a> on <span class=\"review-date\">May 28, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Great plugin, once installed very little needs to be changed, works great, never had any issues with this..\n\nThank you W3...</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">working awesome, thank you for the hard work.</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/ariatickets\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/88fe8e857e04e6f22bf8093437aed3ef?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/88fe8e857e04e6f22bf8093437aed3ef?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/ariatickets\" class=\"reviewer-name\">ariatickets</a> on <span class=\"review-date\">May 28, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">working awesome, thank you for the hard work.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Very useful Plugin</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/edjon2000\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/8a599e859efec335f574c416e1196aef?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/8a599e859efec335f574c416e1196aef?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/edjon2000\" class=\"reviewer-name\">edjon2000</a> on <span class=\"review-date\">May 25, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">I can recommend this plugin to help speed up your site</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">I have got great results with this plugin</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/ronakonly\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/b191d27fd4519d2a69d2cd3588943bc3?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/b191d27fd4519d2a69d2cd3588943bc3?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/ronakonly\" class=\"reviewer-name\">ronakonly</a> on <span class=\"review-date\">May 25, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">I have used this for the past 2 months, and I have seen dramatic results with my site. The setup require some time, but at the same time, it gives us the flexibility to customize it as per our requirements. \nThank you.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Helps speeding up</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/mmattel01\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/7292f9ec43bd65acf028af444532699e?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/7292f9ec43bd65acf028af444532699e?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/mmattel01\" class=\"reviewer-name\">Martin Mattel <small>(mmattel01)</small></a> on <span class=\"review-date\">May 25, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">You have to dive in the topic of performance boosting, caching and do some T&E, but you get good results.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Helps speed-up websites</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/design-kink\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/03386625bf2cab4eaa94f87ebf9b8254?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/03386625bf2cab4eaa94f87ebf9b8254?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\'/></a><a href=\"https://profiles.wordpress.org/design-kink\" class=\"reviewer-name\">design-kink <small>(Design-Kink)</small></a> on <span class=\"review-date\">May 25, 2020</span> </p>\n </div>\n </div>\n <div class=\"review-body\">This is a wonderful plugin that really helps to speed up websites, it also helps me to connect my CDN StackPath. \n</div>\n</div>\n\";}s:17:\"short_description\";s:144:\"Search Engine (SEO) & Performance Optimization (WPO) via caching. Integrated caching: CDN, Page, Minify, Object, Fragment, Database support.\";s:13:\"download_link\";s:64:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.14.1.zip\";s:11:\"screenshots\";a:0:{}s:4:\"tags\";a:5:{s:5:\"cache\";s:5:\"cache\";s:8:\"optimize\";s:8:\"Optimize\";s:9:\"pagespeed\";s:9:\"pagespeed\";s:11:\"performance\";s:11:\"performance\";s:3:\"seo\";s:3:\"seo\";}s:8:\"versions\";a:54:{s:6:\"0.10.0\";s:64:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.10.0.zip\";s:6:\"0.10.1\";s:64:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.10.1.zip\";s:6:\"0.10.2\";s:64:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.10.2.zip\";s:6:\"0.11.0\";s:64:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.11.0.zip\";s:6:\"0.12.0\";s:64:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.12.0.zip\";s:6:\"0.13.0\";s:64:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.13.0.zip\";s:6:\"0.13.1\";s:64:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.13.1.zip\";s:6:\"0.13.2\";s:64:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.13.2.zip\";s:6:\"0.13.3\";s:64:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.13.3.zip\";s:6:\"0.14.0\";s:64:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.14.0.zip\";s:6:\"0.14.1\";s:64:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.14.1.zip\";s:3:\"0.5\";s:61:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.5.zip\";s:3:\"0.6\";s:61:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.6.zip\";s:3:\"0.7\";s:61:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.7.zip\";s:5:\"0.7.5\";s:63:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.7.5.zip\";s:7:\"0.7.5.1\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.7.5.1.zip\";s:7:\"0.7.5.2\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.7.5.2.zip\";s:3:\"0.8\";s:61:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.8.zip\";s:5:\"0.8.5\";s:63:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.8.5.zip\";s:7:\"0.8.5.1\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.8.5.1.zip\";s:7:\"0.8.5.2\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.8.5.2.zip\";s:5:\"0.9.0\";s:63:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.0.zip\";s:5:\"0.9.1\";s:63:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.1.zip\";s:7:\"0.9.1.1\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.1.1.zip\";s:7:\"0.9.1.2\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.1.2.zip\";s:7:\"0.9.1.3\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.1.3.zip\";s:5:\"0.9.2\";s:63:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.2.zip\";s:7:\"0.9.2.1\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.2.1.zip\";s:8:\"0.9.2.10\";s:66:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.2.10.zip\";s:8:\"0.9.2.11\";s:66:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.2.11.zip\";s:7:\"0.9.2.2\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.2.2.zip\";s:7:\"0.9.2.3\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.2.3.zip\";s:7:\"0.9.2.4\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.2.4.zip\";s:7:\"0.9.2.5\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.2.5.zip\";s:7:\"0.9.2.6\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.2.6.zip\";s:7:\"0.9.2.7\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.2.7.zip\";s:7:\"0.9.2.8\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.2.8.zip\";s:7:\"0.9.2.9\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.2.9.zip\";s:5:\"0.9.3\";s:63:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.3.zip\";s:5:\"0.9.4\";s:63:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.4.zip\";s:7:\"0.9.4.1\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.4.1.zip\";s:5:\"0.9.5\";s:63:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.5.zip\";s:7:\"0.9.5.1\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.5.1.zip\";s:7:\"0.9.5.2\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.5.2.zip\";s:7:\"0.9.5.3\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.5.3.zip\";s:7:\"0.9.5.4\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.5.4.zip\";s:5:\"0.9.6\";s:63:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.6.zip\";s:5:\"0.9.7\";s:63:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.7.zip\";s:7:\"0.9.7.1\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.7.1.zip\";s:7:\"0.9.7.2\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.7.2.zip\";s:7:\"0.9.7.3\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.7.3.zip\";s:7:\"0.9.7.4\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.7.4.zip\";s:7:\"0.9.7.5\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.7.5.zip\";s:5:\"trunk\";s:57:\"https://downloads.wordpress.org/plugin/w3-total-cache.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:69:\"https://ps.w.org/w3-total-cache/assets/banner-772x250.jpg?rev=1041806\";s:4:\"high\";b:0;}s:5:\"icons\";a:2:{s:2:\"1x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-128x128.png?rev=1041806\";s:2:\"2x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806\";}s:18:\"author_block_count\";i:0;s:19:\"author_block_rating\";i:88;}}','no'); /*!40000 ALTER TABLE `wpie_options` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_options` with 558 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 = utf8 */; 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, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=7230 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','1590893077: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','1544367835: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-e1569878062351.jpg'),(1000,3358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:30:\"2018/12/137-e1569878062351.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','1553820550:2'),(236,379,'post_grid_meta_options','a:36:{s:10:\"post_types\";a:1:{i:0;s:4:\"post\";}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:14:\"posts_per_page\";s:1:\"6\";s:6:\"offset\";s:0:\"\";s:15:\"exclude_post_id\";s:0:\"\";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:7:\"keyword\";s:0:\"\";s:22:\"enable_default_keyword\";s:2:\"no\";s:11:\"grid_layout\";a:1:{s:4:\"name\";s:11:\"layout_grid\";}s:6:\"layout\";a:2:{s:7:\"content\";s:11:\"flat-center\";s:5:\"hover\";s:4:\"flat\";}s:4:\"skin\";s:4:\"flat\";s:14:\"masonry_enable\";s:2:\"no\";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:5:\"width\";a:3:{s:7:\"desktop\";s:5:\"280px\";s:6:\"tablet\";s:5:\"280px\";s:6:\"mobile\";s:3:\"90%\";}s:19:\"items_bg_color_type\";s:5:\"fixed\";s:14:\"items_bg_color\";s:4:\"#fff\";s:11:\"item_height\";a:2:{s:5:\"style\";s:11:\"auto_height\";s:12:\"fixed_height\";s:5:\"220px\";}s:6:\"margin\";s:4:\"10px\";s:12:\"media_height\";a:2:{s:5:\"style\";s:11:\"auto_height\";s:12:\"fixed_height\";s:5:\"220px\";}s:17:\"featured_img_size\";s:6:\"medium\";s:12:\"thumb_linked\";s:3:\"yes\";s:12:\"media_source\";a:3:{s:14:\"featured_image\";a:3:{s:2:\"id\";s:14:\"featured_image\";s:5:\"title\";s:14:\"Featured Image\";s:7:\"checked\";s:3:\"yes\";}s:11:\"first_image\";a:3:{s:2:\"id\";s:11:\"first_image\";s:5:\"title\";s:25:\"First images from content\";s:7:\"checked\";s:3:\"yes\";}s:11:\"empty_thumb\";a:3:{s:2:\"id\";s:11:\"empty_thumb\";s:5:\"title\";s:15:\"Empty thumbnail\";s:7:\"checked\";s:3:\"yes\";}}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:9:\"grid_type\";s:4:\"grid\";s:10:\"nav_bottom\";a:2:{s:15:\"pagination_type\";s:6:\"normal\";s:16:\"pagination_theme\";s:4:\"dark\";}s:7:\"nav_top\";a:1:{s:6:\"search\";s:2:\"no\";}s:10:\"pagination\";a:3:{s:13:\"max_num_pages\";s:1:\"0\";s:9:\"prev_text\";s:11:\"« Previous\";s:9:\"next_text\";s:7:\"Next »\";}s:9:\"custom_js\";s:27:\"/*Write your js code here*/\";s:10:\"custom_css\";s:28:\"/*Write your CSS code here*/\";s:10:\"taxonomies\";a:0:{}s:10:\"meta_query\";N;}'),(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',''),(1549,4186,'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:\"\";}'),(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:{}}}'),(1550,4186,'boldgrid_hide_page_title','1'),(1551,4186,'boldgrid_in_page_containers','1'),(1552,4186,'bgseo_robots_index','index'),(1553,4186,'bgseo_robots_follow','follow'),(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:2:{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: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'),(399,1101,'_customize_changeset_uuid','955f70c3-3cfc-41cb-bfc4-33b4a2bc509b'),(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','1576636760: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'),(1542,4186,'_edit_last','2'),(1541,4186,'_edit_lock','1553820728:2'),(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','1578009641: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','1590962602:2'),(1891,4354,'_wp_attached_file','2019/02/Oshawa-paperweight.jpg'),(1023,3371,'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:\"\";}'),(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','1578004004: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','1578237435: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','1583021886: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','1550835550: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: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:\"\";}'),(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','1583021248: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','1573788883:2'),(1015,3371,'_edit_lock','1573173527:2'),(1016,3371,'_edit_last','2'),(1794,4278,'bgseo_robots_follow','follow'),(1793,4278,'bgseo_robots_index','index'),(1792,4278,'boldgrid_in_page_containers','1'),(1791,4278,'boldgrid_hide_page_title','0'),(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'),(1024,3371,'boldgrid_hide_page_title','1'),(1025,3371,'boldgrid_in_page_containers','1'),(1026,3371,'bgseo_robots_index','index'),(1027,3371,'bgseo_robots_follow','follow'),(1882,4350,'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:\"\";}'),(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:1:{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: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','1578062089: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:\"\";}'),(1879,4350,'_edit_last','2'),(1878,4350,'_edit_lock','1553430764:2'),(1518,122,'_edit_lock','1584218382: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: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:\"\";}'),(1811,4290,'_wp_attached_file','2019/01/Mini-Game-Poster-Final.jpg'),(1046,3371,'_thumbnail_id','3343'),(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'),(1116,4005,'_wp_page_template','default'),(1658,4231,'_edit_lock','1549425340:2'),(1659,4231,'_edit_last','2'),(1665,4231,'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:\"\";}'),(1125,4007,'_wp_page_template','default'),(1128,4007,'_edit_last','2'),(1127,4007,'_edit_lock','1575431663: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'),(1134,4014,'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:\"\";}'),(1135,4014,'boldgrid_hide_page_title','1'),(1136,4014,'boldgrid_in_page_containers','1'),(1137,4014,'_menu_item_type','post_type'),(1138,4014,'_menu_item_menu_item_parent','4055'),(1139,4014,'_menu_item_object_id','4007'),(1140,4014,'_menu_item_object','page'),(1141,4014,'_menu_item_target',''),(1142,4014,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1143,4014,'_menu_item_xfn',''),(1144,4014,'_menu_item_url',''),(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','1583494525: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'),(1169,4038,'_edit_lock','1548427988:2'),(1170,4038,'_edit_last','2'),(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:{}}}'),(1174,4038,'_wp_page_template','default'),(1175,4038,'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:\"\";}'),(1176,4038,'boldgrid_hide_page_title','1'),(1177,4038,'boldgrid_in_page_containers','1'),(1178,4038,'bgseo_robots_index','index'),(1179,4038,'bgseo_robots_follow','follow'),(1790,4278,'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:\"\";}'),(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','1545163213: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','1582222670: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'),(1244,4065,'_menu_item_type','post_type'),(1245,4065,'_menu_item_menu_item_parent','4055'),(1246,4065,'_menu_item_object_id','4060'),(1247,4065,'_menu_item_object','page'),(1248,4065,'_menu_item_target',''),(1249,4065,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1250,4065,'_menu_item_xfn',''),(1251,4065,'_menu_item_url',''),(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','1582222734: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','1575431446: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','1575431511: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','1575431540: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','1575431559:2'),(1303,4074,'_edit_last','2'),(1620,4218,'_edit_lock','1578061537: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',''),(1321,4080,'_menu_item_type','post_type'),(1322,4080,'_menu_item_menu_item_parent','4055'),(1323,4080,'_menu_item_object_id','4070'),(1324,4080,'_menu_item_object','page'),(1325,4080,'_menu_item_target',''),(1326,4080,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1327,4080,'_menu_item_xfn',''),(1328,4080,'_menu_item_url',''),(1329,4081,'_menu_item_type','post_type'),(1330,4081,'_menu_item_menu_item_parent','4055'),(1331,4081,'_menu_item_object_id','4068'),(1332,4081,'_menu_item_object','page'),(1333,4081,'_menu_item_target',''),(1334,4081,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1335,4081,'_menu_item_xfn',''),(1336,4081,'_menu_item_url',''),(1337,4082,'_menu_item_type','post_type'),(1338,4082,'_menu_item_menu_item_parent','4055'),(1339,4082,'_menu_item_object_id','4066'),(1340,4082,'_menu_item_object','page'),(1341,4082,'_menu_item_target',''),(1342,4082,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1343,4082,'_menu_item_xfn',''),(1344,4082,'_menu_item_url',''),(1622,4219,'_wp_attached_file','2019/01/mini-game-poster-sample.pdf'),(1621,4218,'_edit_last','2'),(1347,4083,'_edit_lock','1574912200:2'),(1348,4083,'_edit_last','2'),(1821,4300,'_edit_last','2'),(1822,4300,'_wp_page_template','default'),(1823,4300,'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:\"\";}'),(1824,4300,'boldgrid_hide_page_title','0'),(1825,4300,'boldgrid_in_page_containers','1'),(1826,4300,'bgseo_robots_index','index'),(1827,4300,'bgseo_robots_follow','follow'),(1819,4297,'_wp_attached_file','2019/01/QMLA-Player-Release-Policy-2019-Updated.pdf'),(1666,4231,'boldgrid_hide_page_title','0'),(1667,4231,'boldgrid_in_page_containers','1'),(1668,4231,'bgseo_robots_index','index'),(1669,4231,'bgseo_robots_follow','follow'),(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','1590888536: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','1583765862: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'),(1786,4278,'_edit_lock','1578498223:2'),(1787,4278,'_edit_last','2'),(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','1578008197: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'),(1820,4300,'_edit_lock','1550855732:2'),(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:2:{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: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','1549426806: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:{}}}'),(1883,4350,'boldgrid_hide_page_title','0'),(1884,4350,'boldgrid_in_page_containers','1'),(1885,4350,'bgseo_robots_index','index'),(1886,4350,'bgseo_robots_follow','follow'),(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'),(1972,4400,'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:\"\";}'),(1973,4400,'boldgrid_hide_page_title','1'),(1974,4400,'boldgrid_in_page_containers','1'),(1975,4400,'bgseo_robots_index','index'),(1976,4400,'bgseo_robots_follow','follow'),(1977,4400,'_dp_original','4186'),(1978,4400,'_edit_lock','1553820746:2'),(1979,4400,'_edit_last','2'),(1989,4406,'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:\"\";}'),(1990,4406,'boldgrid_hide_page_title','0'),(1991,4406,'boldgrid_in_page_containers','1'),(1992,4406,'bgseo_robots_index','index'),(1993,4406,'bgseo_robots_follow','follow'),(1994,4406,'_dp_original','4231'),(1995,4406,'_edit_lock','1568077088:2'),(1996,4406,'_edit_last','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'),(2014,4417,'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:\"\";}'),(2015,4417,'boldgrid_hide_page_title','0'),(2016,4417,'boldgrid_in_page_containers','1'),(2017,4417,'bgseo_robots_index','index'),(2018,4417,'bgseo_robots_follow','follow'),(2019,4417,'_dp_original','4350'),(2020,4417,'_edit_lock','1568077071:2'),(2021,4417,'_edit_last','2'),(6118,4659,'_edit_last','2'),(2032,4417,'_wp_old_slug','in-person-registration-at-qswc-february-17th-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'),(2684,4497,'boldgrid_hide_page_title','0'),(2685,4497,'boldgrid_in_page_containers','1'),(2686,4497,'bgseo_robots_index','index'),(2687,4497,'bgseo_robots_follow','follow'),(2690,4497,'_dp_original','4417'),(2689,4497,'_wp_old_slug','in-person-registration-at-qswc-february-17th-2'),(2683,4497,'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:\"\";}'),(2691,4497,'_edit_lock','1568077055:2'),(2692,4497,'_edit_last','2'),(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','1580487124: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'),(3595,4631,'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:\"\";}'),(3596,4631,'boldgrid_hide_page_title','0'),(3597,4631,'boldgrid_in_page_containers','1'),(3598,4631,'bgseo_robots_index','index'),(3599,4631,'bgseo_robots_follow','follow'),(3601,4631,'_dp_original','4406'),(3602,4631,'_edit_lock','1568077043:2'),(3603,4631,'_edit_last','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','1579548340:2'),(6728,5020,'bgseo_robots_index','index'),(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',''),(6725,5020,'boldgrid_in_page_containers','1'),(6726,5020,'boldgrid_page_id','91'),(6727,5020,'boldgrid_hide_page_title','0'),(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:\"\";}'),(6248,4816,'_edit_lock','1562294739:2'),(6249,4816,'_edit_last','2'),(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:\"\";}'),(6250,4824,'_edit_lock','1571107183:2'),(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:{}}}'),(6263,4824,'_edit_last','2'),(6266,4824,'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:\"\";}'),(6267,4824,'boldgrid_hide_page_title','1'),(6268,4824,'boldgrid_in_page_containers','1'),(6269,4824,'bgseo_robots_index','index'),(6270,4824,'bgseo_robots_follow','follow'),(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','1571690362: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'),(6730,5020,'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:\"\";}'),(6729,5020,'bgseo_robots_follow','follow'),(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','1583179383: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','1571357418: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'),(6423,4883,'_edit_lock','1579556453:2'),(6424,4883,'_edit_last','2'),(6425,4883,'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:\"\";}'),(6426,4883,'boldgrid_hide_page_title','0'),(6427,4883,'boldgrid_in_page_containers','1'),(6428,4883,'bgseo_robots_index','index'),(6429,4883,'bgseo_robots_follow','follow'),(6430,4883,'_thumbnail_id','3358'),(6431,3358,'_wp_attachment_backup_sizes','a:2:{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\";}}'),(6440,4892,'_wp_page_template','page_home.php'),(6441,4892,'_wp_page_template','page_home.php'),(6442,4892,'boldgrid_in_page_containers','1'),(6443,4892,'boldgrid_page_id','91'),(6444,4892,'boldgrid_hide_page_title','0'),(6445,4892,'bgseo_robots_index','index'),(6446,4892,'bgseo_robots_follow','follow'),(6447,4892,'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:\"\";}'),(6448,4892,'_dp_original','18'),(6449,4892,'_edit_lock','1570146541:2'),(6450,4892,'_edit_last','2'),(6453,4883,'_wpas_skip_23024792','1'),(6454,4883,'_wpas_skip_23024784','1'),(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:1584993766;s:7:\"payload\";a:0:{}}}'),(6625,4985,'_wp_page_template','default'),(6602,4968,'_publicize_twitter_user','@QuinteLacrosse'),(6603,4968,'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:\"\";}'),(6604,4968,'boldgrid_hide_page_title','0'),(6605,4968,'boldgrid_in_page_containers','1'),(6606,4968,'bgseo_robots_index','index'),(6607,4968,'bgseo_robots_follow','follow'),(6608,4968,'_thumbnail_id','4971'),(6609,4968,'_dp_original','4883'),(6610,4968,'_edit_last','2'),(6611,4968,'_edit_lock','1579549033:2'),(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\";}}'),(6618,4968,'_wpas_done_all','1'),(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'),(6672,4883,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1590125656;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:4278;}i:1;a:1:{s:2:\"id\";i:4968;}i:2;a:1:{s:2:\"id\";i:5180;}}}}'),(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:{}}}'),(6695,4231,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1590713158;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:4353;}i:1;a:1:{s:2:\"id\";i:4968;}i:2;a:1:{s:2:\"id\";i:4278;}}}}'),(6696,4968,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1590562510;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:4278;}i:1;a:1:{s:2:\"id\";i:5194;}i:2;a:1:{s:2:\"id\";i:5234;}}}}'),(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:1590998980;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:5180;}i:1;a:1:{s:2:\"id\";i:5234;}i:2;a:1:{s:2:\"id\";i:5246;}}}}'),(6721,5015,'_wp_attached_file','2019/11/2020-QMLA-Sponsorship-Information.pdf'),(6723,5020,'_wp_page_template','page_home.php'),(6724,5020,'_wp_page_template','page_home.php'),(6722,4353,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1590706746;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:4822;}i:1;a:1:{s:2:\"id\";i:4278;}i:2;a:1:{s:2:\"id\";i:4883;}}}}'),(6731,5020,'_dp_original','18'),(6732,5020,'_edit_lock','1574531365:2'),(6733,5020,'_edit_last','2'),(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',''),(7190,5234,'boldgrid_hide_page_title','0'),(7227,5246,'_wpas_done_all','1'),(7223,5246,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1590969100;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:5234;}i:1;a:1:{s:2:\"id\";i:4822;}i:2;a:1:{s:2:\"id\";i:4968;}}}}'),(7218,5246,'boldgrid_hide_page_title','1'),(7213,5247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:250;s:4:\"file\";s:102:\"2020/05/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops866fda7f87fa8ece30f2e0268820102b.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops866fda7f87fa8ece30f2e0268820102b-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops866fda7f87fa8ece30f2e0268820102b-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:{}}}'),(7200,5241,'_jetpack_related_posts_cache','a:1:{s:32:\"0155ba3b0aeae71c5c2b86ea1625f7b2\";a:2:{s:7:\"expires\";i:1588270932;s:7:\"payload\";a:0:{}}}'),(7220,5246,'bgseo_robots_index','index'),(7219,5246,'boldgrid_in_page_containers','1'),(7211,5246,'_edit_lock','1590853403:2'),(7212,5247,'_wp_attached_file','2020/05/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops866fda7f87fa8ece30f2e0268820102b.jpg'),(7201,5064,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1588508481;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4940;}i:1;a:1:{s:2:\"id\";i:4931;}i:2;a:1:{s:2:\"id\";i:1100;}i:3;a:1:{s:2:\"id\";i:4168;}i:4;a:1:{s:2:\"id\";i:4358;}i:5;a:1:{s:2:\"id\";i:4218;}}}}'),(7202,5022,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1588508482;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:1100;}i:1;a:1:{s:2:\"id\";i:122;}i:2;a:1:{s:2:\"id\";i:5064;}i:3;a:1:{s:2:\"id\";i:4074;}i:4;a:1:{s:2:\"id\";i:4358;}i:5;a:1:{s:2:\"id\";i:4007;}}}}'),(7203,5007,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1588508482;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4218;}i:1;a:1:{s:2:\"id\";i:18;}i:2;a:1:{s:2:\"id\";i:1093;}i:3;a:1:{s:2:\"id\";i:4168;}i:4;a:1:{s:2:\"id\";i:122;}i:5;a:1:{s:2:\"id\";i:1096;}}}}'),(7204,4945,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1588508482;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4947;}i:1;a:1:{s:2:\"id\";i:5064;}i:2;a:1:{s:2:\"id\";i:4168;}i:3;a:1:{s:2:\"id\";i:122;}i:4;a:1:{s:2:\"id\";i:1096;}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:1588508482;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:1100;}i:1;a:1:{s:2:\"id\";i:1093;}i:2;a:1:{s:2:\"id\";i:1094;}i:3;a:1:{s:2:\"id\";i:4940;}i:4;a:1:{s:2:\"id\";i:1096;}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:1588508482;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:122;}i:1;a:1:{s:2:\"id\";i:1100;}i:2;a:1:{s:2:\"id\";i:4074;}i:3;a:1:{s:2:\"id\";i:4060;}i:4;a:1:{s:2:\"id\";i:4007;}i:5;a:1:{s:2:\"id\";i:4070;}}}}'),(7207,4931,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1588508482;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4940;}i:1;a:1:{s:2:\"id\";i:4947;}i:2;a:1:{s:2:\"id\";i:1100;}i:3;a:1:{s:2:\"id\";i:1094;}i:4;a:1:{s:2:\"id\";i:122;}i:5;a:1:{s:2:\"id\";i:4218;}}}}'),(7208,4866,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1588508482;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4358;}i:1;a:1:{s:2:\"id\";i:1098;}i:2;a:1:{s:2:\"id\";i:4100;}i:3;a:1:{s:2:\"id\";i:18;}i:4;a:1:{s:2:\"id\";i:5064;}i:5;a:1:{s:2:\"id\";i:4940;}}}}'),(7209,4844,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1588508482;s:7:\"payload\";a:1:{i:0;a:1:{s:2:\"id\";i:1093;}}}}'),(7210,4358,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1588508483;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:4866;}i:1;a:1:{s:2:\"id\";i:5064;}i:2;a:1:{s:2:\"id\";i:1098;}i:3;a:1:{s:2:\"id\";i:18;}i:4;a:1:{s:2:\"id\";i:1093;}i:5;a:1:{s:2:\"id\";i:4168;}}}}'),(7214,5247,'_source_url','https://images.unsplash.com/photo-1468644953730-862446a9e083?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=250&fit=crop&s=866fda7f87fa8ece30f2e0268820102b&.png'),(7215,5248,'_wp_attached_file','2020/05/HL_Cancellation-Release.pdf'),(7216,5246,'_edit_last','2'),(7217,5246,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";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:\"\";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:\"\";}'),(6754,5022,'_wp_page_template','default'),(6757,5034,'_wp_attached_file','2019/11/1574192306-purple_performance_shirt.jpg'),(6756,5022,'_edit_lock','1578282397: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','1574644282: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}}'),(6907,5128,'_menu_item_type','post_type'),(6908,5128,'_menu_item_menu_item_parent','4248'),(6909,5128,'_menu_item_object_id','122'),(6910,5128,'_menu_item_object','page'),(6911,5128,'_menu_item_target',''),(6912,5128,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6913,5128,'_menu_item_xfn',''),(6914,5128,'_menu_item_url',''),(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:2:{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: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://olarefreg.sportngin.com/page/show/1513372-home'),(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'),(6950,4278,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1590738880;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:4883;}i:1;a:1:{s:2:\"id\";i:5234;}i:2;a:1:{s:2:\"id\";i:4968;}}}}'),(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:{}}}'),(6957,4278,'_wp_old_date','2019-01-30'),(6958,4278,'_publicize_twitter_user','@QuinteLacrosse'),(6962,4278,'_wpas_skip_23024792','1'),(6963,4278,'_wpas_skip_23024784','1'),(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=\'\']\";}'),(6959,4278,'_wpas_done_all','1'),(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:1590853873;s:7:\"payload\";a:2:{i:0;a:1:{s:2:\"id\";i:4353;}i:1;a:1:{s:2:\"id\";i:5173;}}}}'),(7058,5173,'_edit_lock','1579112441: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:1589927006;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:4883;}i:1;a:1:{s:2:\"id\";i:4278;}i:2;a:1:{s:2:\"id\";i:4822;}}}}'),(7130,5202,'_menu_item_target','_blank'),(7065,5173,'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:\"\";}'),(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','1579625387:2'),(7079,4968,'_wpas_skip_23024792','1'),(7080,4968,'_wpas_skip_23024784','1'),(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:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"IMG_77861-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:22:\"IMG_77861-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:21:\"IMG_77861-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:22:\"IMG_77861-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:23:\"IMG_77861-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:23:\"IMG_77861-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: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\";}'),(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:1590751076;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:5234;}i:1;a:1:{s:2:\"id\";i:4968;}i:2;a:1:{s:2:\"id\";i:5194;}}}}'),(7126,5202,'_menu_item_type','custom'),(7094,5180,'post_grid_post_settings','a:14:{s:9:\"post_skin\";s:4:\"flat\";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:\"\";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:\"\";}'),(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','1581442377:2'),(7111,5194,'_edit_last','2'),(7121,5194,'_wpas_done_all','1'),(7122,5194,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1590807525;s:7:\"payload\";a:3:{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;}}}}'),(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'),(7185,5234,'_edit_lock','1585613682:2'),(7184,5232,'_wp_attached_file','2020/03/covid-19-update-march-30-1.pdf'),(7221,5246,'bgseo_robots_follow','follow'),(7222,5246,'_publicize_twitter_user','@QuinteLacrosse'),(7199,5234,'_wpas_done_all','1'),(7191,5234,'boldgrid_in_page_containers','1'),(7192,5234,'bgseo_robots_index','index'),(7193,5234,'bgseo_robots_follow','follow'),(7194,5234,'_publicize_twitter_user','@QuinteLacrosse'),(7195,5234,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1590878015;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:5246;}i:1;a:1:{s:2:\"id\";i:4822;}i:2;a:1:{s:2:\"id\";i:4353;}}}}'),(7188,5234,'_edit_last','2'),(7189,5234,'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:\"\";}'),(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:{}}}'); /*!40000 ALTER TABLE `wpie_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_postmeta` with 5487 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 = utf8 */; 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=5254 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 noreferrer\">BoldGrid</a>. It is running on <a href=\"http://wordpress.org\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress</a>, the most popular content management software online today.</p>','Attribution','','publish','closed','closed','','attribution','','','2020-05-31 08:08:17','2020-05-31 08:08:17','',0,'http://quintelacrosseproject.altereddigital.com/attribution/',0,'bg_attribution','',0),(3597,2,'2018-12-09 15:08:28','2018-12-09 15:08:28','<div class=\"tmpl-text-4 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-4 col-sm-6 col-xs-12 text-center align-column-top\">\r\n<p class=\"mod-reset\"><img class=\"bg-img wp-image-1054 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/0_0_125_125_Webp.net-resizeimage-6.png\" alt=\"\" width=\"168\" height=\"168\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12\">\r\n<div>\r\n<h4 class=\"color5-color\">QUINTE MINOR LACROSSE ASSOCIATION</h4>\r\n<h2 class=\"color5-color\">FIRST TRY LACROSSE CLINIC A HUGE SUCCESS!</h2>\r\n<p class=\"\">As lacrosse nears it\'s much anticipated return to the Quinte area, over 100 young players got the chance to try the sport for free on November 30th at the Quinte Sports and Wellness Centre.</p>\r\nPlayers between the ages of 3 and 15 participated in a variety of drills and lessons designed to teach the fundamentals of the sport. \r\n\r\nThe Quinte Minor Lacrosse Association will begin recreational league play in the Spring of 2019. If you are interested in volunteering in any capacity to help make this a fun and enjoyable experience for all players, please send us an email at quintelacrosse@gmail.com \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 class=\"tmpl-gallery-4 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 30px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3358\" 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 class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3357\" 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 class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3356\" 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=\"row\" style=\"padding-top: 30px; padding-bottom: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3341\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/119-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<div>\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3361\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/113-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3355\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/134-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=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','First Try Lacrosse Clinic A Huge Success!','','inherit','closed','closed','','3371-revision-v1','','','2018-12-09 15:08:28','2018-12-09 15:08:28','',3371,'http://quintelacrosse.com/3371-revision-v1/',0,'revision','',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 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-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','','publish','closed','closed','','home','','','2020-05-31 02:44:22','2020-05-31 02:44:22','',0,'http://quintelacrosseproject.altereddigital.com/home/',0,'page','',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','\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','','publish','closed','closed','','contact-us','','','2018-11-28 16:01:58','2018-11-28 16:01:58','',0,'http://quintelacrosseproject.altereddigital.com/contact-us/',0,'page','',0),(1116,1,'2018-11-29 18:27:39','2018-11-29 18:27:39',' ','','','publish','closed','closed','','1116','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosseproject.altereddigital.com/1116/',20,'nav_menu_item','',0),(2849,2,'2018-12-08 19:25:25','2018-12-08 19:25:25','','Entry Level Coaching Manual','','publish','closed','closed','','entry-level-coaching-manual','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosse.com/entry-level-coaching-manual/',34,'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','',4278,'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,'2020-01-08 14:57:50','0000-00-00 00:00:00','','Block Preview Page','','draft','closed','closed','','','','','2020-01-08 14:57:50','2020-01-08 14:57:50','',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 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<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','','publish','closed','closed','','howtoregister','','','2020-01-03 14:34:29','2020-01-03 14:34:29','',0,'http://quintelacrosse.com/?page_id=4168',0,'page','',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=\"\"><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','','publish','closed','closed','','registration','','','2020-03-14 20:39:06','2020-03-14 20:39:06','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=122',0,'page','',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,'2018-11-29 19:04:16','2018-11-29 19:04:16','','Recreational','','publish','closed','closed','','house-league','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosseproject.altereddigital.com/house-league/',19,'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,'2018-12-08 19:26:54','2018-12-08 19:26:54','','Equipment Guidelines (Box)','','publish','closed','closed','','equipment-guidelines','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosse.com/equipment-guidelines/',44,'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),(4202,2,'2019-01-12 15:19:57','2019-01-12 15:19:57','<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-4185 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Come-Try-Lacrosse-2019-Poster-225x300.jpg\" alt=\"\" width=\"225\" 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=\"\">Come & Try Lacrosse</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association is holding two more FREE Try Lacrosse clinics on the following dates and times:</p>\r\n<p class=\"\">Wednesday February 6th at Eastside High School\r\n6:00pm - 7:00pm (ages 3-8)\r\n7:00pm - 8:00pm (ages 9-16)</p>\r\n<p class=\"\">Friday March 1st at Trenton High School\r\n6:00pm - 7:00pm (ages 3-8)\r\n7:00pm - 8:00pm (ages 9-16)</p>\r\n<p class=\"\"><strong>Please register for these 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=\"\">House league registration will open in January.</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<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Come & Try Lacrosse!','','inherit','closed','closed','','4186-revision-v1','','','2019-01-12 15:19:57','2019-01-12 15:19:57','',4186,'http://quintelacrosse.com/4186-revision-v1/',0,'revision','',0),(4203,2,'2019-01-12 15:20:35','2019-01-12 15:20:35','<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-4185 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Come-Try-Lacrosse-2019-Poster-225x300.jpg\" alt=\"\" width=\"225\" 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=\"\">Come & Try Lacrosse</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association is holding two more FREE Try Lacrosse clinics on the following dates and times:</p>\r\n<p class=\"\">Wednesday February 6th at Eastside High School\r\n6:00pm - 7:00pm (ages 3-8)\r\n7:00pm - 8:00pm (ages 9-16)</p>\r\n<p class=\"\">Friday March 1st at Trenton High School\r\n6:00pm - 7:00pm (ages 3-8)\r\n7:00pm - 8:00pm (ages 9-16)</p>\r\n<p class=\"\"><strong>Please register for these 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=\"\">House league registration will open in January.</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<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Come & Try Lacrosse!','','inherit','closed','closed','','4186-revision-v1','','','2019-01-12 15:20:35','2019-01-12 15:20:35','',4186,'http://quintelacrosse.com/4186-revision-v1/',0,'revision','',0),(4204,2,'2019-01-12 15:29:01','2019-01-12 15:29:01','<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=\"\">Please read and follow the instructions below to register for 2019.</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\n<h2 class=\"\">New Players to Quinte Minor Lacrosse</h2>\n<p class=\"\"> </p>\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>\n<p class=\"\"><strong>***Note: For FREE Try Lacrosse clinics only, no payment or proof of age documents are required</strong></p>\n<p class=\"\">To create a SportzSoft account:</p>\n<p class=\"\">1. Click the online registration link: <strong>REGISTER HERE</strong> </p>\n<p class=\"\">2. Click “Signup as NEW MEMBER…” 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 orange “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=\"\">**</p>\n<p class=\"\">6. Read and agree to the OLA Waivers</p>\n<p class=\"\">7. Complete the Questionnaire</p>\n<p class=\"\">8. Upload a valid Proof of Age document (pdf, jpg files only)</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 AND payment is received for each child (league registration only).</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','','','2019-01-12 15:29:01','2019-01-12 15:29:01','',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','','','2019-03-29 00:48:05','2019-03-29 00:48:05','',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,'2019-10-18 01:42:05','2019-10-18 01:42:05','','Programs','','publish','closed','closed','','programs','','','2020-01-06 03:40:12','2020-01-06 03:40:12','',0,'http://quintelacrosse.com/programs/',46,'nav_menu_item','',0),(5020,2,'2019-11-23 17:49:14','0000-00-00 00:00:00','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 20px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12 align-column-top\">\r\n<div style=\"text-align: center;\">\r\n<div>\r\n<div>\r\n\r\n[smartslider3 slider=4]\r\n\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\" style=\"padding-left: 1em; padding-bottom: 0em;\">\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=\"400\" 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</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-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: 20px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\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=\"400\" 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','','draft','closed','closed','','','','','2019-11-23 17:49:14','2019-11-23 17:49:14','',0,'http://quintelacrosse.com/?page_id=5020',0,'page','',0),(5053,2,'2019-11-21 03:46:48','2019-11-21 03:46:48','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 20px;\">\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=\"200\" 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 class=\"row\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-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 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','','5020-revision-v1','','','2019-11-21 03:46:48','2019-11-21 03:46:48','',5020,'http://quintelacrosse.com/5020-revision-v1/',0,'revision','',0),(5021,2,'2019-11-19 02:38:03','2019-11-19 02:38:03','<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 class=\"row\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[gallery ids=\"4415,4831,4632,3360,3346\"]\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\r\n</div>\r\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','','5020-revision-v1','','','2019-11-19 02:38:03','2019-11-19 02:38:03','',5020,'http://quintelacrosse.com/5020-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-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','','publish','closed','closed','','bayhawks-apparel','','','2020-01-06 03:43:18','2020-01-06 03:43:18','',0,'http://quintelacrosse.com/?page_id=5022',0,'page','',0),(4005,2,'2018-12-10 21:11:11','0000-00-00 00:00:00','\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<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=\"https://wp-preview.boldgrid.com/0353393001544472418/wp-content/uploads/sites/851090/2018/12/031a606-a26ee4dd-ammentorp140100013.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|landscape\" width=\"450\" data-id-from-provider=\"25059721\" data-image-provider-id=\"5\" 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=\"https://wp-preview.boldgrid.com/0353393001544472418/wp-content/uploads/sites/851090/2018/12/ad21ec75-e9a41a68-vadymvdrobot150400870-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" data-id-from-provider=\"38908711\" data-image-provider-id=\"5\" class=\"wp-image-68\"></p>\r\n<p class=\"mod-img\"><img src=\"https://wp-preview.boldgrid.com/0353393001544472418/wp-content/uploads/sites/851090/2018/12/74994449-d59106eb-annotee150200006-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" data-id-from-provider=\"36188473\" data-image-provider-id=\"5\" class=\"wp-image-69\"></p>\r\n<p class=\"mod-img\"><img src=\"https://wp-preview.boldgrid.com/0353393001544472418/wp-content/uploads/sites/851090/2018/12/a02c3692-c04b2dff-undrey150400263-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" data-id-from-provider=\"39239341\" data-image-provider-id=\"5\" 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>\n','Classes','','draft','closed','closed','','boldgrid-gridblock-set-preview-page','','','2018-12-10 21:11:11','2018-12-10 21:11:11','',0,'http://quintelacrosse.com/?page_id=4005',0,'page','',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;\">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','','publish','closed','closed','','house-league-days-of-play','','','2020-03-01 00:14:01','2020-03-01 00:14:01','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=1092',0,'page','',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;\">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','','publish','closed','closed','','about-omla-house-league','','','2020-03-01 00:07:26','2020-03-01 00:07:26','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=1094',0,'page','',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;\"> 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','','publish','closed','closed','','registration-fees','','','2020-01-02 22:25:53','2020-01-02 22:25:53','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=1096',0,'page','',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\">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','','publish','closed','closed','','omla-refund-cancellation-policy','','','2020-05-31 22:03:19','2020-05-31 22:03:19','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=1097',0,'page','',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<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','','publish','closed','closed','','ola-release-procedures','','','2020-01-05 15:16:53','2020-01-05 15:16:53','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=1098',0,'page','',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 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','','publish','closed','closed','','rep','','','2020-03-06 04:21:36','2020-03-06 04:21:36','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=1100',0,'page','',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),(1101,1,'2018-11-29 18:27:39','2018-11-29 18:27:39','','Braver than Brave','','publish','closed','closed','','braver-than-brave','','','2018-11-29 18:27:39','2018-11-29 18:27:39','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=1101',0,'page','',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\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','','publish','closed','closed','','sponsors','','','2019-11-15 03:33:50','2019-11-15 03:33:50','',0,'http://quintelacrosseproject.altereddigital.com/?page_id=1102',0,'page','',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),(1112,1,'2018-11-29 18:27:39','2018-11-29 18:27:39','','Braver than Brave','','inherit','closed','closed','','1101-revision-v1','','','2018-11-29 18:27:39','2018-11-29 18:27:39','',1101,'http://quintelacrosseproject.altereddigital.com/1101-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,'2018-11-29 18:27:39','2018-11-29 18:27:39',' ','','','publish','closed','closed','','1114','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosseproject.altereddigital.com/1114/',21,'nav_menu_item','',0),(1115,1,'2018-11-29 18:27:39','2018-11-29 18:27:39',' ','','','publish','closed','closed','','1115','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosseproject.altereddigital.com/1115/',43,'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),(4419,2,'2019-03-24 12:42:48','2019-03-24 12:42:48','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 75px;\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n \n\n<img class=\"wp-image-52 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"171\" height=\"171\" />\n\n \n<div>\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">\n\nThank you for registering your child and sharing in our excitement for the return of the great sport of lacrosse to the Bay of Quinte area. We would like to remind you that we are working with our neighbouring lacrosse associations in Northumberland, Tyendinaga, and Kingston to provide a better experience for players in all areas, including scheduling house league games which will give our players some exposure to more teams to play against. As we near the much-anticipated start (April 11th) of our inaugural season, we have some updates to pass along:\n\n</div>\n</div>\n<div>\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">The house league days of play:</div>\n<div></div>\n</div>\n<div>\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Peanut</strong>- Saturdays 9:00am (no change)</div>\n<div></div>\n</div>\n<div>\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Paperweight</strong>- Saturdays 10:00 am (no change)</div>\n<div></div>\n</div>\n<div>\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Tyke</strong> - Sundays at 2:00pm (no Thursdays)</div>\n<div></div>\n</div>\n<div>\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Novice </strong>- Sundays at 3:00pm (no Thursdays)</div>\n<div></div>\n</div>\n<div>\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Peewee</strong> - Fridays at 6:00pm (no Thursdays/Sunday)</div>\n<div></div>\n</div>\n<div>\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Bantam/Midget</strong>- Fridays at 7:00pm (no Tuesdays)</div>\n<div></div>\n</div>\n<div>\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">**Please note the final schedule will be sent in an email by Friday April 5th.**</div>\n</div>\n<div>All games will be played in Belleville at the Quinte Sports and Wellness Centre.\n\n</div>\n<div>\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">Due to these changes, registration will be extended to <u>Friday March 29th</u>.</div>\n</div>\nCan\'t wait until then? Register online now!\n\n<a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/lacrosse-registration/\">Register</a>\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>','Update! House League Days of Play; Registration Extended','','inherit','closed','closed','','4417-autosave-v1','','','2019-03-24 12:42:48','2019-03-24 12:42:48','',4417,'http://quintelacrosse.com/4417-autosave-v1/',0,'revision','',0),(4420,2,'2019-03-24 12:40:28','2019-03-24 12:40:28','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n<img class=\"wp-image-52 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"171\" height=\"171\" />\r\n\r\n \r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">Thank you for registering your child and sharing in our excitement for the return of the great sport of lacrosse to the Bay of Quinte area. We would like to remind you that we are working with our neighbouring lacrosse associations in Northumberland, Tyendinaga, and Kingston to provide a better experience for players in all areas, including scheduling house league games which will give our players some exposure to more teams to play against. As we near the much-anticipated start (April 11th) of our inaugural season, we have some updates to pass along:</div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">The house league days of play:</div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Peanut</strong>- Saturdays 9:00am (no change)</div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Paperweight</strong>- Saturdays 10:00 am (no change)</div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Tyke</strong> - Sundays at 2:00pm (no Thursdays)</div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Novice </strong>- Sundays at 3:00pm (no Thursdays)</div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Peewee</strong> - Fridays at 6:00pm (no Thursdays/Sunday)</div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Bantam/Midget</strong>- Fridays at 7:00pm (no Tuesdays)</div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">**Please note the final schedule will be sent in an email by Friday April 5th.**</div>\r\n</div>\r\n<div>All games will be played in Belleville at the Quinte Sports and Wellness Centre.</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">Due to these changes, registration will be extended to <u>Friday March 29th</u>.</div>\r\n</div>\r\nCan\'t wait until then? Register online now!\r\n\r\n<a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/lacrosse-registration/\">Register</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Update! House League Days of Play; Registration Extended','','inherit','closed','closed','','4417-revision-v1','','','2019-03-24 12:40:28','2019-03-24 12:40:28','',4417,'http://quintelacrosse.com/4417-revision-v1/',0,'revision','',0),(4421,2,'2019-03-24 12:41:41','2019-03-24 12:41:41','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n<img class=\"wp-image-52 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"171\" height=\"171\" />\r\n\r\n \r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">Thank you for registering your child and sharing in our excitement for the return of the great sport of lacrosse to the Bay of Quinte area. We would like to remind you that we are working with our neighbouring lacrosse associations in Northumberland, Tyendinaga, and Kingston to provide a better experience for players in all areas, including scheduling house league games which will give our players some exposure to more teams to play against. As we near the much-anticipated start (April 11th) of our inaugural season, we have some updates to pass along:\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">The house league days of play:</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Peanut</strong>- Saturdays 9:00am (no change)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Paperweight</strong>- Saturdays 10:00 am (no change)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Tyke</strong> - Sundays at 2:00pm (no Thursdays)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Novice </strong>- Sundays at 3:00pm (no Thursdays)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Peewee</strong> - Fridays at 6:00pm (no Thursdays/Sunday)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Bantam/Midget</strong>- Fridays at 7:00pm (no Tuesdays)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">**Please note the final schedule will be sent in an email by Friday April 5th.**</div>\r\n</div>\r\n<div>All games will be played in Belleville at the Quinte Sports and Wellness Centre.</div>\r\n<div></div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">Due to these changes, registration will be extended to <u>Friday March 29th</u>.</div>\r\n</div>\r\nCan\'t wait until then? Register online now!\r\n\r\n<a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/lacrosse-registration/\">Register</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Update! House League Days of Play; Registration Extended','','inherit','closed','closed','','4417-revision-v1','','','2019-03-24 12:41:41','2019-03-24 12:41:41','',4417,'http://quintelacrosse.com/4417-revision-v1/',0,'revision','',0),(4422,2,'2019-03-24 12:42:52','2019-03-24 12:42:52','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n<img class=\"wp-image-52 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"171\" height=\"171\" />\r\n\r\n \r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">\r\n\r\nThank you for registering your child and sharing in our excitement for the return of the great sport of lacrosse to the Bay of Quinte area. We would like to remind you that we are working with our neighbouring lacrosse associations in Northumberland, Tyendinaga, and Kingston to provide a better experience for players in all areas, including scheduling house league games which will give our players some exposure to more teams to play against. As we near the much-anticipated start (April 11th) of our inaugural season, we have some updates to pass along:\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">The house league days of play:</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Peanut</strong>- Saturdays 9:00am (no change)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Paperweight</strong>- Saturdays 10:00 am (no change)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Tyke</strong> - Sundays at 2:00pm (no Thursdays)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Novice </strong>- Sundays at 3:00pm (no Thursdays)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Peewee</strong> - Fridays at 6:00pm (no Thursdays/Sunday)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Bantam/Midget</strong>- Fridays at 7:00pm (no Tuesdays)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">**Please note the final schedule will be sent in an email by Friday April 5th.**</div>\r\n</div>\r\n<div>All games will be played in Belleville at the Quinte Sports and Wellness Centre.\r\n\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">Due to these changes, registration will be extended to <u>Friday March 29th</u>.</div>\r\n</div>\r\nCan\'t wait until then? Register online now!\r\n\r\n<a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/lacrosse-registration/\">Register</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Update! House League Days of Play; Registration Extended','','inherit','closed','closed','','4417-revision-v1','','','2019-03-24 12:42:52','2019-03-24 12:42:52','',4417,'http://quintelacrosse.com/4417-revision-v1/',0,'revision','',0),(4423,2,'2019-03-24 12:51:54','2019-03-24 12:51:54','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n<img class=\"wp-image-52 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"171\" height=\"171\" />\r\n\r\n \r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">\r\n\r\nThank you for registering your child and sharing in our excitement for the return of the great sport of lacrosse to the Bay of Quinte area. We would like to remind you that we are working with our neighbouring lacrosse associations in Northumberland, Tyendinaga, and Kingston to provide a better experience for players in all areas, including scheduling house league games which will give our players some exposure to more teams to play against. As we near the much-anticipated start (April 11th) of our inaugural season, we have some updates to pass along:\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">The house league days of play:</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Peanut</strong>- Saturdays 9:00am (no change)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Paperweight</strong>- Saturdays 10:00 am (no change)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Tyke</strong> - Sundays at 2:00pm (no Thursdays)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Novice </strong>- Sundays at 3:00pm (no Thursdays)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Peewee</strong> - Fridays at 6:00pm (no Thursdays/Sunday)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Bantam/Midget</strong>- Fridays at 7:00pm (no Tuesdays)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">**Please note the final schedule will be sent in an email by Friday April 5th.**</div>\r\n</div>\r\n<div>\r\n\r\nAll games will be played in Belleville at the Quinte Sports and Wellness Centre.\r\n\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">Due to these changes, registration will be extended to <u>Friday March 29th</u>.</div>\r\n</div>\r\nCan\'t wait until then? Register online now!\r\n\r\n<a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/lacrosse-registration/\">Register</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Update! House League Days of Play; Registration Extended','','inherit','closed','closed','','4417-revision-v1','','','2019-03-24 12:51:54','2019-03-24 12:51:54','',4417,'http://quintelacrosse.com/4417-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,'2018-11-29 18:27:40','2018-11-29 18:27:40',' ','','','publish','closed','closed','','1122','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosseproject.altereddigital.com/1122/',31,'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),(4822,2,'2019-09-10 00:58:08','2019-09-10 00:58:08','<div class=\"tmpl-about-3 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 100px; padding-top: 100px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-center\" style=\"width: 27.89%; height: 253px;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-square alignnone wp-image-4415 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Patrick11-222x300.jpg\" alt=\"\" width=\"222\" height=\"300\" /></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\" style=\"width: 63.07%; height: 335px;\">\r\n<h2 class=\"color2-color\">Peewee Rep Tryouts</h2>\r\n<p style=\"margin: 30px 0;\">QMLA is excited to offer a representative team for the Peewee age division (2007-2009).</p>\r\nInterested players are asked to attend the following tryout:\r\n\r\n<strong>Tuesday April 9th 6:30pm - East Side Secondary School</strong>\r\n<strong>Thursday April 11th 8:00pm - QSWC Mackay</strong>\r\n\r\nFor detailed information about the representative team <a href=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Rep-Info.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">click here</a>\r\n\r\nAll players must be registered for house league prior to tryouts.\r\nClick below to register.\r\n\r\n \r\n\r\n<a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/lacrosse-registration/\"> Register Now</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\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 Rep Tryouts','','inherit','closed','closed','','4406-revision-v1','','','2019-09-10 00:58:08','2019-09-10 00:58:08','',4406,'http://quintelacrosse.com/4406-revision-v1/',0,'revision','',0),(4816,2,'2019-07-05 02:35:41','0000-00-00 00:00:00','','End of Season Survey','','draft','open','open','','','','','2019-07-05 02:35:41','2019-07-05 02:35:41','',0,'http://quintelacrosse.com/?p=4816',0,'post','',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<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','','publish','open','open','','equipment-requirements','','','2020-05-31 01:28:56','2020-05-31 01:28:56','',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,'2019-02-26 16:47:35','2019-02-26 16:47:35','<div class=\"boldgrid-section\">\n<div class=\"container\">\n\n \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>\n<p class=\"\"> </p>\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\">Duvall and Clark Sportswear & Equipment Facebook Page</a></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/news/entry-level-coaching-manual.pdf\" target=\"_blank\" rel=\"noopener\">OLA Equipment Guidelines</a></p>\n<p class=\"\">For our Peanut and Paperweight programs, the following equipment is required:</p>\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">Peanut</span></strong></p>\n<p class=\"\">Helmet with facemask</p>\n<p class=\"\">Gloves (optional for first part of season; may </p>\n<p class=\"\">Mouthguard</p>\n<p class=\"\">Lacrosse stick*</p>\n<p class=\"\"><strong><span style=\"text-decoration: underline;\">Paperweight</span></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=\"\">Shoulder pads (optional)</p>\nKidney pads (optional)\n\nArm guards (optional)\n\n \n<p class=\"\">* FREE lacrosse stick provided to the first 60 registrations from Peanut to Tyke</p>\n<p class=\"\"> </p>\n \n\n</div>\n</div>\n</div>\n</div>','Equipment Requirements','','inherit','closed','closed','','4353-autosave-v1','','','2019-02-26 16:47:35','2019-02-26 16:47:35','',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-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!','','publish','open','open','','welcome-to-bayhawks-lacrosse','','','2018-12-09 21:36:19','2018-12-09 21:36:19','',0,'http://quintelacrosseproject.altereddigital.com/?p=1630',0,'post','',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,'2019-11-15 02:49:40','2019-11-15 02:49:40','<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\" style=\"padding-bottom: 0em;\">\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-autosave-v1','','','2019-11-15 02:49:40','2019-11-15 02:49:40','',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,'2019-03-04 00:56:34','2019-03-04 00:56:34','<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;\"> 2019 Registration Fees</h1>\n</header>\n<div class=\"entry-content\">\n<p class=\"\"> </p>\n<p class=\"\" style=\"text-align: center;\">Registration closes March 20th!</p>\n<p class=\"\" style=\"text-align: center;\">Check out our <a href=\"http://quintelacrosse.com/online-registration-is-open/\">Lacrosse Stick Promotion</a></p>\n<p class=\"\">Below is 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>2019 Lacrosse Fees </strong></td>\n</tr>\n<tr>\n<td width=\"194\">Soft Lacrosse 2015/2016</td>\n<td width=\"188\">$75</td>\n</tr>\n<tr>\n<td width=\"194\">Paperweight – 2013/2014</td>\n<td width=\"188\">$130</td>\n</tr>\n<tr>\n<td width=\"194\">Tyke – 2011/2012</td>\n<td width=\"188\">$180</td>\n</tr>\n<tr>\n<td width=\"194\">Novice -2009/2010</td>\n<td width=\"188\">$180</td>\n</tr>\n<tr>\n<td width=\"194\">PeeWee – 2007/2008</td>\n<td width=\"188\">$180</td>\n</tr>\n<tr>\n<td width=\"194\">Bantam – 2005/2006</td>\n<td width=\"188\">$180</td>\n</tr>\n<tr>\n<td width=\"194\">Midget – 2003/2004</td>\n<td width=\"188\">$180</td>\n</tr>\n<tr>\n<td> </td>\n<td width=\"188\"> </td>\n</tr>\n</tbody>\n</table>\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>\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>\n\n</div>\n</div>\n</div>\n</div>\n</div>','Registration Fees','','inherit','closed','closed','','1096-autosave-v1','','','2019-03-04 00:56:34','2019-03-04 00:56:34','',1096,'http://quintelacrosse.com/1096-autosave-v1/',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,'2019-01-14 00:45:10','2019-01-14 00:45:10','<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;\">\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\">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>\n<p class=\"\" align=\"center\">For a detailed outline of</p>\n<p class=\"\" align=\"center\"> </p>\n\n</div>\n</div>\n</div>\n</div>\n</div>','QMLA Refund/Cancellation Policy','','inherit','closed','closed','','1097-autosave-v1','','','2019-01-14 00:45:10','2019-01-14 00:45:10','',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,'2019-01-31 01:12:28','2019-01-31 01:12:28','<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<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>\n<p class=\"\"><a href=\"http://quintelacrosse.com/wp-content/uploads/2019/01/2019-Release-Form.docx\">OLA Player Release Form 2019</a></p>\n<p class=\"\">Player releases are only required for representative play. They are not required for recreational (house league) play.</p>\n<p class=\"\">Please <a href=\"mailto:president@quintelacrosse.com\">send</a> completed release requests to the QMLA President.</p>\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>\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>\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>\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>\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>\n\n</div>\n</div>\n</div>\n</div>\n</div>','OLA Release Procedures','','inherit','closed','closed','','1098-autosave-v1','','','2019-01-31 01:12:28','2019-01-31 01:12:28','',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,'2019-03-06 22:17:35','2019-03-06 22:17:35','<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;\">\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\" 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\">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\">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\">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','','','2019-03-06 22:17:35','2019-03-06 22:17:35','',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),(4198,2,'2019-01-12 14:47:59','2019-01-12 14:47:59','<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-4185 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Come-Try-Lacrosse-2019-Poster-225x300.jpg\" alt=\"\" width=\"225\" 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=\"\">Come & Try Lacrosse</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association is holding two more FREE Try Lacrosse clinics on the following dates and times:</p>\r\n<p class=\"\">Wednesday February 6th at Eastside High School\r\n6:00pm - 7:00pm (ages 3-8)\r\n7:00pm - 8:00pm (ages 9-16)</p>\r\n<p class=\"\">Friday March 1st at Trenton High School\r\n6:00pm - 7:00pm (ages 3-8)\r\n7:00pm - 8:00pm (ages 9-16)</p>\r\n<p class=\"\"><strong>Please register for these clinics <a href=\"http://quintelacrosse.com/try-lacrosse-registration/\">HERE</a></strong></p>\r\n<p class=\"\">House league registration will open in January.</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<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Come & Try Lacrosse!','','inherit','closed','closed','','4186-revision-v1','','','2019-01-12 14:47:59','2019-01-12 14:47:59','',4186,'http://quintelacrosse.com/4186-revision-v1/',0,'revision','',0),(2853,2,'2018-12-08 19:28:43','2018-12-08 19:28:43','','Equipment Guidelines (Field)','','publish','closed','closed','','equipment-guidelines-field','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosse.com/equipment-guidelines-field/',45,'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','',3371,'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','',3371,'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','',3371,'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','',3371,'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','',3371,'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','',3371,'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','',3371,'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','',3371,'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),(3371,2,'2018-12-08 20:29:34','2018-12-08 20:29:34','<div class=\"tmpl-text-4 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-4 col-sm-6 col-xs-12 text-center align-column-top\">\r\n<p class=\"mod-reset\"><img class=\"bg-img wp-image-1054 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/0_0_125_125_Webp.net-resizeimage-6.png\" alt=\"\" width=\"168\" height=\"168\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-7 col-sm-6 col-xs-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12\">\r\n<div>\r\n<h4 class=\"color5-color\">QUINTE MINOR LACROSSE ASSOCIATION</h4>\r\n<h2 class=\"color5-color\">FIRST TRY LACROSSE CLINIC A HUGE SUCCESS!</h2>\r\n<p class=\"\">As lacrosse nears it\'s much anticipated return to the Quinte area, over 100 young players got the chance to try the sport for free on November 30th at the Quinte Sports and Wellness Centre.</p>\r\nPlayers between the ages of 3 and 15 participated in a variety of drills and lessons designed to teach the fundamentals of the sport. \r\n\r\nThe Quinte Minor Lacrosse Association will begin recreational league play in the Spring of 2019. If you are interested in volunteering in any capacity to help make this a fun and enjoyable experience for all players, please send us an email at quintelacrosse@gmail.com \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 class=\"tmpl-gallery-4 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 30px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3358\" 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 class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3357\" 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 class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3356\" 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=\"row\" style=\"padding-top: 30px; padding-bottom: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3341\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/119-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<div>\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3361\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/113-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3355\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/134-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=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','First Try Lacrosse Clinic A Huge Success!','','draft','open','open','','first-try-lacrosse-clinic-a-huge-success','','','2019-11-08 00:38:47','2019-11-08 00:38:47','',0,'http://quintelacrosse.com/?p=3371',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),(3418,2,'2018-12-08 20:29:34','2018-12-08 20:29:34','<div class=\"tmpl-text-4 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-3 col-sm-6 col-xs-12 text-center align-column-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img wp-image-1054 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/0_0_125_125_Webp.net-resizeimage-6.png\" alt=\"\" width=\"168\" height=\"168\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-6 col-xs-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12\">\r\n<div>\r\n<h4 class=\"color5-color\">QUINTE MINOR LACROSSE ASSOCIATION</h4>\r\n<h2 class=\"color5-color\">FIRST TRY LACROSSE CLINIC A HUGE SUCCESS!</h2>\r\n<p class=\"\">As lacrosse nears it\'s much anticipated return to the Quinte area, over 100 young players got the chance to try the sport for free on November 30th at the Quinte Sports and Wellness Centre.</p>\r\nPlayers between the ages of 3 and 15 participated in a variety of drills and lessons designed to teach the fundamentals of the sport. \r\n\r\nThe Quinte Minor Lacrosse Association will begin recreational league play in the Spring of 2019. If you are interested in volunteering in any capacity to help make \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-6 col-xs-12 col-sm-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3341\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/119-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3355\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/134-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-3357\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"><img class=\"alignnone size-medium wp-image-3358\" 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 class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3346\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/124-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3361\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/113-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3354\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/133-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3356\" 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>','First Try Lacrosse Clinic A Huge Success!','','inherit','closed','closed','','3371-revision-v1','','','2018-12-08 20:29:34','2018-12-08 20:29:34','',3371,'http://quintelacrosse.com/3371-revision-v1/',0,'revision','',0),(3430,2,'2018-12-09 15:07:26','2018-12-09 15:07:26','<div class=\"tmpl-text-4 boldgrid-section dynamic-gridblock\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 50px; padding-bottom: 50px;\">\n<div class=\"col-md-4 col-sm-6 col-xs-12 text-center align-column-top\">\n<p class=\"mod-reset\"><img class=\"bg-img wp-image-1054 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/0_0_125_125_Webp.net-resizeimage-6.png\" alt=\"\" width=\"168\" height=\"168\"></p>\n\n</div>\n<div class=\"col-md-7 col-sm-6 col-xs-12\">\n<div class=\"row\">\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\n<div class=\"col-md-10 col-sm-12 col-xs-12\">\n<div>\n<h4 class=\"color5-color\">QUINTE MINOR LACROSSE ASSOCIATION</h4>\n<h2 class=\"color5-color\">FIRST TRY LACROSSE CLINIC A HUGE SUCCESS!</h2>\n<p class=\"\">As lacrosse nears it\'s much anticipated return to the Quinte area, over 100 young players got the chance to try the sport for free on November 30th at the Quinte Sports and Wellness Centre.</p>\nPlayers between the ages of 3 and 15 participated in a variety of drills and lessons designed to teach the fundamentals of the sport. \n\nThe Quinte Minor Lacrosse Association will begin recreational league play in the Spring of 2019. If you are interested in volunteering in any capacity to help make this a fun and enjoyable experience for all players, please send us an email at quintelacrosse@gmail.com \n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"tmpl-gallery-4 boldgrid-section dynamic-gridblock\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 30px;\">\n<div class=\"col-md-4 col-sm-4 col-xs-6\">\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3358\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/137-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\n\n</div>\n<div class=\"col-md-4 col-sm-4 col-xs-6\">\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3357\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/136-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\n\n</div>\n<div class=\"col-md-4 col-sm-4 col-xs-6\">\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3356\" 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=\"row\" style=\"padding-top: 30px; padding-bottom: 20px;\">\n<div class=\"col-md-4 col-sm-4 col-xs-6\">\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3341\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/119-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\n\n</div>\n<div class=\"col-md-4 col-sm-4 col-xs-6\">\n<div>\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3361\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/113-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\n\n</div>\n</div>\n<div class=\"col-md-4 col-sm-4 col-xs-6\">\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3355\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/134-300x300.jpg\" 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\"></div>\n</div>\n</div>','First Try Lacrosse Clinic A Huge Success!','','inherit','closed','closed','','3371-autosave-v1','','','2018-12-09 15:07:26','2018-12-09 15:07:26','',3371,'http://quintelacrosse.com/3371-autosave-v1/',0,'revision','',0),(3437,2,'2018-12-08 20:35:39','2018-12-08 20:35:39','<div class=\"tmpl-text-4 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-3 col-sm-6 col-xs-12 text-center align-column-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img wp-image-1054 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/0_0_125_125_Webp.net-resizeimage-6.png\" alt=\"\" width=\"168\" height=\"168\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-6 col-xs-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12\">\r\n<div>\r\n<h4 class=\"color5-color\">QUINTE MINOR LACROSSE ASSOCIATION</h4>\r\n<h2 class=\"color5-color\">FIRST TRY LACROSSE CLINIC A HUGE SUCCESS!</h2>\r\n<p class=\"\">As lacrosse nears it\'s much anticipated return to the Quinte area, over 100 young players got the chance to try the sport for free on November 30th at the Quinte Sports and Wellness Centre.</p>\r\nPlayers between the ages of 3 and 15 participated in a variety of drills and lessons designed to teach the fundamentals of the sport. \r\n\r\nThe Quinte Minor Lacrosse Association will begin recreational league play in the Spring of 2019. If you are interested in volunteering in any capacity to help make \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=\"tmpl-gallery-4 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 30px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3358\" 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 class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3357\" 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 class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3356\" 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=\"row\" style=\"padding-top: 30px; padding-bottom: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3341\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/119-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<div>\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3361\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/113-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3355\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/134-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=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','First Try Lacrosse Clinic A Huge Success!','','inherit','closed','closed','','3371-revision-v1','','','2018-12-08 20:35:39','2018-12-08 20:35:39','',3371,'http://quintelacrosse.com/3371-revision-v1/',0,'revision','',0),(3449,2,'2018-12-08 20:38:44','2018-12-08 20:38:44','<div class=\"tmpl-text-4 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-3 col-sm-6 col-xs-12 text-center align-column-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img wp-image-1054 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/0_0_125_125_Webp.net-resizeimage-6.png\" alt=\"\" width=\"168\" height=\"168\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-6 col-xs-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2 col-sm-12 col-xs-12\"></div>\r\n<div class=\"col-md-10 col-sm-12 col-xs-12\">\r\n<div>\r\n<h4 class=\"color5-color\">QUINTE MINOR LACROSSE ASSOCIATION</h4>\r\n<h2 class=\"color5-color\">FIRST TRY LACROSSE CLINIC A HUGE SUCCESS!</h2>\r\n<p class=\"\">As lacrosse nears it\'s much anticipated return to the Quinte area, over 100 young players got the chance to try the sport for free on November 30th at the Quinte Sports and Wellness Centre.</p>\r\nPlayers between the ages of 3 and 15 participated in a variety of drills and lessons designed to teach the fundamentals of the sport. \r\n\r\nThe Quinte Minor Lacrosse Association will begin recreational league play in the Spring of 2019. If you are interested in volunteering in any capacity to help make this a fun and enjoyable experience for all players, please send us an email at quintelacrosse@gmail.com \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=\"tmpl-gallery-4 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 20px; padding-bottom: 30px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3358\" 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 class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3357\" 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 class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3356\" 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=\"row\" style=\"padding-top: 30px; padding-bottom: 20px;\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3341\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/119-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<div>\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3361\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/113-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-4 col-xs-6\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-3355\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/134-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=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\"></div>\r\n</div>\r\n</div>','First Try Lacrosse Clinic A Huge Success!','','inherit','closed','closed','','3371-revision-v1','','','2018-12-08 20:38:44','2018-12-08 20:38:44','',3371,'http://quintelacrosse.com/3371-revision-v1/',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,'2019-03-25 01:13:48','2019-03-25 01:13:48','<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<div class=\"entry-content\">\n<h1></h1>\n<h1 style=\"text-align: center;\">House League Days of Play</h1>\n<p style=\"text-align: center;\">(Updated March 24th, 2019)</p>\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>\n<p style=\"text-align: center;\"><span style=\"color: #333399;\">Peanut (2015/2016) – Saturdays at 9:00am</span>\n<span style=\"color: #333399;\">Paperweight (2013/2014) – Saturdays at 10:00am</span>\n<span style=\"color: #333399;\">Tyke (2011/2012) – Sunday at 2:00pm<span class=\"text_exposed_show\">\nNovice (2009/2010) – Sunday at 3:00pm\nPeewee (2006/2007/2008) – Friday at 6:00pm\nBantam/Midget (2003/2004/2005) – Friday at 7:00pm\n</span></span></p>\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>\n<p style=\"text-align: center;\">All practices and games will be played out of Mackay pad at the QSWC.</p>\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.\n\n</div>\n</div>\n</div>\n<div class=\"row\"></div>\n</div>\n</div>','House League Days of Play','','inherit','closed','closed','','1092-autosave-v1','','','2019-03-25 01:13:48','2019-03-25 01:13:48','',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),(4006,2,'2018-12-10 21:11:11','2018-12-10 21:11:11','\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<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=\"https://wp-preview.boldgrid.com/0353393001544472418/wp-content/uploads/sites/851090/2018/12/031a606-a26ee4dd-ammentorp140100013.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|landscape\" width=\"450\" data-id-from-provider=\"25059721\" data-image-provider-id=\"5\" 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=\"https://wp-preview.boldgrid.com/0353393001544472418/wp-content/uploads/sites/851090/2018/12/ad21ec75-e9a41a68-vadymvdrobot150400870-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" data-id-from-provider=\"38908711\" data-image-provider-id=\"5\" class=\"wp-image-68\"></p>\r\n<p class=\"mod-img\"><img src=\"https://wp-preview.boldgrid.com/0353393001544472418/wp-content/uploads/sites/851090/2018/12/74994449-d59106eb-annotee150200006-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" data-id-from-provider=\"36188473\" data-image-provider-id=\"5\" class=\"wp-image-69\"></p>\r\n<p class=\"mod-img\"><img src=\"https://wp-preview.boldgrid.com/0353393001544472418/wp-content/uploads/sites/851090/2018/12/a02c3692-c04b2dff-undrey150400263-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" data-id-from-provider=\"39239341\" data-image-provider-id=\"5\" 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>\n','Classes','','inherit','closed','closed','','4005-revision-v1','','','2018-12-10 21:11:11','2018-12-10 21:11:11','',4005,'http://quintelacrosse.com/4005-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 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','','publish','closed','closed','','tyke-division','','','2019-09-10 01:41:00','2019-09-10 01:41:00','',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),(4014,2,'2018-12-10 21:21:08','2018-12-10 21:21:08','','Tyke Division (8U)','','publish','closed','closed','','4014','','','2020-01-03 14:17:02','2020-01-03 14:17:02','',0,'http://quintelacrosse.com/4014/',26,'nav_menu_item','',0),(4190,2,'2019-01-12 14:33:16','2019-01-12 14:33:16','<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-4185 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Come-Try-Lacrosse-2019-Poster-225x300.jpg\" alt=\"\" width=\"225\" 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=\"\">Come & Try Lacrosse</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association is holding two more FREE Try Lacrosse clinics on the following dates and times:</p>\r\n<p class=\"\">Wednesday February 6th at Eastside High School\r\n6:00pm - 7:00pm (ages 3-8)\r\n7:00pm - 8:00pm (ages 9-16)</p>\r\n<p class=\"\">Friday March 1st at Trenton High School\r\n6:00pm - 7:00pm (ages 3-8)\r\n7:00pm - 8:00pm (ages 9-16)</p>\r\n<p class=\"\"><strong>Please register for these clinics HERE</strong></p>\r\n<p class=\"\">House league registration will open in January.</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<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Come & Try Lacrosse!','','inherit','closed','closed','','4186-revision-v1','','','2019-01-12 14:33:16','2019-01-12 14:33:16','',4186,'http://quintelacrosse.com/4186-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),(4186,2,'2019-01-12 14:47:59','2019-01-12 14:47:59','<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-4340 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Come-Try-Lacrosse-2019-Poster-2-225x300.jpg\" alt=\"\" width=\"225\" 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=\"\">Come & Try Lacrosse (Updated)</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association is holding two more FREE Try Lacrosse clinics on the following dates and times:</p>\r\n<p class=\"\"><del>Wednesday February 6th at Eastside High School</del>\r\n<del>6:00pm - 7:00pm (born between 2011 and 2016)</del>\r\n<del>7:00pm - 8:00pm (born between 2003 and 2010)</del></p>\r\n<p class=\"\"><strong>Friday February 8th at Centennial Secondary School</strong>\r\n<strong>6:00pm - 7:00pm (born between 2011 and 2016)</strong>\r\n<strong>7:00pm - 8:00pm (born between 2003 and 2010)</strong></p>\r\n<p class=\"\">Friday March 1st at Trenton High School\r\n6:00pm - 7:00pm (born between 2011 and 2016)\r\n7:00pm - 8:00pm (born between 2003 and 2010)</p>\r\n<p class=\"\"><strong>Please register for these 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=\"\">House league registration will open in January.</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<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Come & Try Lacrosse (New Date and Location)','','draft','open','open','','come-try-lacrosse','','','2019-03-29 00:52:08','2019-03-29 00:52:08','',0,'http://quintelacrosse.com/?p=4186',0,'post','',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),(4234,2,'2019-01-30 21:23:07','2019-01-30 21:23:07','<div class=\"tmpl-about-3 boldgrid-section dynamic-gridblock\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-bottom: 100px; padding-top: 100px;\">\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-center\">\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-square alignnone wp-image-4290 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Mini-Game-Poster-Final-200x300.jpg\" alt=\"\" width=\"200\" height=\"300\"></p>\n\n</div>\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\">\n<h2 class=\"color2-color\">3-on-3 Paperweight Division</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=\"color2-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\n\n</div>\n</div>\n<p class=\"\" style=\"margin: 30px 0;\">QMLA is excited to offer a 3-on-3 cross-floor program for those registered in the Paperweight Division.</p>\n<p class=\"\" style=\"margin: 30px 0;\">This program will aim to increase the fun factor while focusing on the essential skills of the game and giving all players a fair opportunity to develop.</p>\n<p class=\"\"><a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/registration/\"> Register Now</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\n \n\n</div>\n</div>\n</div>\n</div>','3-on-3 Paperweight Division','','inherit','closed','closed','','4231-autosave-v1','','','2019-01-30 21:23:07','2019-01-30 21:23:07','',4231,'http://quintelacrosse.com/4231-autosave-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),(4231,2,'2019-01-21 13:55:40','2019-01-21 13:55:40','<div class=\"tmpl-about-3 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 100px; padding-top: 100px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-square alignnone wp-image-4290 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_0_324.503024194_487_Mini-Game-Poster-Final.jpg\" alt=\"\" width=\"324\" height=\"487\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\">\r\n<h2 class=\"color2-color\">3-on-3 Paperweight Division</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=\"color2-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"margin: 30px 0;\">QMLA is excited to offer a 3-on-3 cross-floor program for those registered in the Paperweight Division.</p>\r\n<p class=\"\" style=\"margin: 30px 0;\">This program will aim to increase the fun factor while focusing on the essential skills of the game and giving all players a fair opportunity to develop.</p>\r\n<p class=\"\"><a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/lacrosse-registration/\"> Register Now</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\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','3-on-3 Paperweight Division','','publish','open','open','','3-on-3-paperweight-division','','\nhttp://quintelacrosse.com/registration-coming-soon/','2019-01-30 21:24:02','2019-01-30 21:24:02','',0,'http://quintelacrosse.com/?p=4231',0,'post','',0),(4233,2,'2019-01-21 13:55:40','2019-01-21 13:55:40','<div class=\"tmpl-about-3 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 100px; padding-top: 100px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-top\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-square alignnone wp-image-4227 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_0_400_487.348353553_Mini-game-1.jpg\" alt=\"\" width=\"400\" height=\"487\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\">\r\n<h2 class=\"color2-color\">3-on-3 Paperweight Division</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=\"color2-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"margin: 30px 0;\">QMLA is excited to offer a 3-on-3 cross-floor program for those registered in the Paperweight Division.</p>\r\n<p class=\"\" style=\"margin: 30px 0;\">This program will aim to increase the fun factor while focusing on the essential skills of the game and giving all players a fair opportunity to develop.</p>\r\n<p class=\"\"><a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/registration-coming-soon/\"> Register Now</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\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','3-on-3 Paperweight Division','','inherit','closed','closed','','4231-revision-v1','','','2019-01-21 13:55:40','2019-01-21 13:55:40','',4231,'http://quintelacrosse.com/4231-revision-v1/',0,'revision','',0),(4038,2,'2018-12-15 18:03:36','2018-12-15 18:03:36','<div class=\"boldgrid-section\">\r\n<div class=\"container-fluid\"></div>\r\n</div>','Coaching','','publish','closed','closed','','coaching','','','2018-12-15 18:19:10','2018-12-15 18:19:10','',0,'http://quintelacrosse.com/?page_id=4038',0,'page','',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','',4038,'http://quintelacrosse.com/wp-content/uploads/2018/12/832906-coach-quotes.jpg',0,'attachment','image/jpeg',0),(4040,2,'2018-12-15 18:03:36','2018-12-15 18:03: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\nAs the sport of lacrosse is new to many people in the Quinte region, we have provided information here to help our coaches and other volunteers learn the rules and the skills of the game.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Coaching','','inherit','closed','closed','','4038-revision-v1','','','2018-12-15 18:03:36','2018-12-15 18:03:36','',4038,'http://quintelacrosse.com/4038-revision-v1/',0,'revision','',0),(4042,2,'2018-12-15 18:16:34','2018-12-15 18:16:34','<div class=\"boldgrid-section\">\n<div class=\"container-fluid\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<p class=\"\"> </p>\n \n\n \n<p class=\"\"> </p>\n<p class=\"\" style=\"font-size: 20px; color: #8224e3; margin-left: -2px; margin-right: auto; padding: 0em 0em 0em 30px; margin-top: 2px; text-align: left;\">As the sport of lacrosse is new to many people in the Quinte region, we have provided information here to help our coaches and other volunteers learn the rules and the skills of the game.</p>\n \n\n<img class=\"alignnone size-medium wp-image-4039\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/832906-coach-quotes-300x264.jpg\" alt=\"\" width=\"300\" height=\"264\">\n\n</div>\n</div>\n</div>\n</div>','Coaching','','inherit','closed','closed','','4038-autosave-v1','','','2018-12-15 18:16:34','2018-12-15 18:16:34','',4038,'http://quintelacrosse.com/4038-autosave-v1/',0,'revision','',0),(4043,2,'2018-12-15 18:05:30','2018-12-15 18:05: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<p class=\"\" style=\"font-size: 20px; color: #8224e3;\">As the sport of lacrosse is new to many people in the Quinte region, we have provided information here to help our coaches and other volunteers learn the rules and the skills of the game.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Coaching','','inherit','closed','closed','','4038-revision-v1','','','2018-12-15 18:05:30','2018-12-15 18:05:30','',4038,'http://quintelacrosse.com/4038-revision-v1/',0,'revision','',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,'2019-02-04 15:42:11','2019-02-04 15:42:11','<div class=\"tmpl-blog-1 boldgrid-section dynamic-gridblock\">\n<div class=\"container\">\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 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=\"\">Saturdays at 10am from April 13th to June 15.</p>\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>\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 for house league play, click <a href=\"http://quintelacrosse.com/lacrosse-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','','','2019-02-04 15:42:11','2019-02-04 15:42:11','',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),(4048,2,'2018-12-15 18:19:10','2018-12-15 18:19:10','<div class=\"boldgrid-section\">\r\n<div class=\"container-fluid\"></div>\r\n</div>','Coaching','','inherit','closed','closed','','4038-revision-v1','','','2018-12-15 18:19:10','2018-12-15 18:19:10','',4038,'http://quintelacrosse.com/4038-revision-v1/',0,'revision','',0),(4046,2,'2018-12-15 18:16:59','2018-12-15 18:16:59','<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<p class=\"\"> </p>\r\n \r\n\r\n \r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"font-size: 20px; color: #8224e3; margin-left: -2px; margin-right: auto; padding: 0em 0em 0em 30px; margin-top: 2px; text-align: left;\">As the sport of lacrosse is new to many people in the Quinte region, we have provided information here to help our coaches and other volunteers learn the rules and the skills of the game.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-4039 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/832906-coach-quotes-300x264.jpg\" alt=\"\" width=\"300\" height=\"264\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Coaching','','inherit','closed','closed','','4038-revision-v1','','','2018-12-15 18:16:59','2018-12-15 18:16:59','',4038,'http://quintelacrosse.com/4038-revision-v1/',0,'revision','',0),(4047,2,'2018-12-15 18:18:15','2018-12-15 18:18:15','<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<p class=\"\"> </p>\r\n \r\n\r\n \r\n<p class=\"\"> </p>\r\n<p class=\"\" style=\"font-size: 20px; color: #8224e3; margin: 2px 0px 10px -2px; padding: 0em; text-align: left;\">As the sport of lacrosse is new to many people in the Quinte region, we have provided information here to help our coaches and other volunteers learn the rules and the skills of the game.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-4039 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/12/832906-coach-quotes-300x264.jpg\" alt=\"\" width=\"300\" height=\"264\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Coaching','','inherit','closed','closed','','4038-revision-v1','','','2018-12-15 18:18:15','2018-12-15 18:18:15','',4038,'http://quintelacrosse.com/4038-revision-v1/',0,'revision','',0),(4052,2,'2019-04-18 00:50:38','2019-04-18 00:50: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<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-autosave-v1','','','2019-04-18 00:50:38','2019-04-18 00:50:38','',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=\"\"><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','','publish','closed','closed','','teams','','','2018-12-18 18:10:19','2018-12-18 18:10:19','',0,'http://quintelacrosse.com/?page_id=4053',0,'page','',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,'2018-12-18 17:00:57','2018-12-18 17:00:57',' ','','','publish','closed','closed','','4055','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosse.com/4055/',23,'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> </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','','publish','closed','closed','','volunteer-background-check','','','2020-03-09 14:57:38','2020-03-09 14:57:38','',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,'2019-02-22 15:11:16','2019-02-22 15:11:16',' ','','','publish','closed','closed','','4360','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosse.com/4360/',17,'nav_menu_item','',0),(4430,2,'2019-03-28 11:40:27','2019-03-28 11:40:27','<div class=\"tmpl-about-3 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 100px; padding-top: 100px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-center\" style=\"width: 27.89%; height: 253px;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-square alignnone wp-image-4415 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Patrick11-222x300.jpg\" alt=\"\" width=\"222\" height=\"300\" /></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\" style=\"width: 63.07%; height: 335px;\">\r\n<h2 class=\"color2-color\">Peewee Rep Tryouts</h2>\r\n<p style=\"margin: 30px 0;\">QMLA is excited to offer a representative team for the Peewee age division (2007-2009).</p>\r\nInterested players are asked to attend the following tryout:\r\n\r\n<strong>Tuesday April 9th 6:30pm - East Side Secondary School</strong>\r\n<strong>Thursday April 11th 8:00pm - QSWC Mackay</strong>\r\n\r\nFor detailed information about the representative team <a href=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Rep-Info.pdf\" target=\"_blank\" rel=\"noopener\">click here</a>\r\n\r\nAll players must be registered for house league prior to tryouts.\r\nClick below to register.\r\n\r\n \r\n\r\n<a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/lacrosse-registration/\"> Register Now</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\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 Rep Tryouts','','inherit','closed','closed','','4406-revision-v1','','','2019-03-28 11:40:27','2019-03-28 11:40:27','',4406,'http://quintelacrosse.com/4406-revision-v1/',0,'revision','',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> </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','','publish','closed','closed','','novice-division','','','2019-12-04 03:53:19','2019-12-04 03:53:19','',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,'2019-01-20 15:48:02','2019-01-20 15:48:02',' ','','','publish','closed','closed','','4222','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosse.com/4222/',22,'nav_menu_item','',0),(4425,2,'2019-03-25 13:32:47','2019-03-25 13:32:47','<div class=\"tmpl-about-3 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 100px; padding-top: 100px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-center\" style=\"width: 27.89%; height: 253px;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-square alignnone wp-image-4415 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Patrick11-222x300.jpg\" alt=\"\" width=\"222\" height=\"300\" /></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\" style=\"width: 63.07%; height: 335px;\">\r\n<h2 class=\"color2-color\">Peewee Rep Tryouts</h2>\r\n<p style=\"margin: 30px 0;\">QMLA is excited to offer a representative team for the Peewee age division (2007-2009).</p>\r\nInterested players are asked to attend the following tryout:\r\n\r\n<strong>Tuesday April 9th 6:00pm - East Side Secondary School</strong>\r\n<strong>Thursday April 11th 8:00pm - QSWC Mackay</strong>\r\n\r\nFor detailed information about the representative team <a href=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Rep-Info.docx\">click here</a>\r\n\r\nAll players must be registered for house league prior to tryouts.\r\nClick below to register.\r\n\r\n \r\n\r\n<a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/lacrosse-registration/\"> Register Now</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\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 Rep Tryouts','','inherit','closed','closed','','4406-revision-v1','','','2019-03-25 13:32:47','2019-03-25 13:32:47','',4406,'http://quintelacrosse.com/4406-revision-v1/',0,'revision','',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),(4427,2,'2019-03-26 02:09:09','2019-03-26 02:09:09','<div class=\"tmpl-about-3 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 100px; padding-top: 100px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-center\" style=\"width: 27.89%; height: 253px;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-square alignnone wp-image-4415 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Patrick11-222x300.jpg\" alt=\"\" width=\"222\" height=\"300\" /></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\" style=\"width: 63.07%; height: 335px;\">\r\n<h2 class=\"color2-color\">Peewee Rep Tryouts</h2>\r\n<p style=\"margin: 30px 0;\">QMLA is excited to offer a representative team for the Peewee age division (2007-2009).</p>\r\nInterested players are asked to attend the following tryout:\r\n\r\n<strong>Tuesday April 9th 6:00pm - East Side Secondary School</strong>\r\n<strong>Thursday April 11th 8:00pm - QSWC Mackay</strong>\r\n\r\nFor detailed information about the representative team <a href=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Rep-Info.pdf\" target=\"_blank\" rel=\"noopener\">click here</a>\r\n\r\nAll players must be registered for house league prior to tryouts.\r\nClick below to register.\r\n\r\n \r\n\r\n<a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/lacrosse-registration/\"> Register Now</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\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 Rep Tryouts','','inherit','closed','closed','','4406-revision-v1','','','2019-03-26 02:09:09','2019-03-26 02:09:09','',4406,'http://quintelacrosse.com/4406-revision-v1/',0,'revision','',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),(4065,2,'2018-12-18 17:34:54','2018-12-18 17:34:54','','Quinte Mat Rentals Novice Division (10U)','','publish','closed','closed','','4065','','','2020-02-20 18:17:10','2020-02-20 18:17:10','',0,'http://quintelacrosse.com/4065/',26,'nav_menu_item','',0),(4066,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 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','','publish','closed','closed','','peewee-division','','','2019-12-04 03:53:58','2019-12-04 03:53:58','',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 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','','publish','closed','closed','','bantam-division','','','2019-12-04 03:50:44','2019-12-04 03:50:44','',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 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','','publish','closed','closed','','midget-division','','','2019-12-04 03:51:15','2019-12-04 03:51:15','',0,'http://quintelacrosse.com/?page_id=4070',0,'page','',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 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','','publish','closed','closed','','paperweight-division','','','2019-09-10 01:38:40','2019-09-10 01:38:40','',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=\"\">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','','publish','closed','closed','','peanut-division','','','2019-09-10 01:30:58','2019-09-10 01:30:58','',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 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','','publish','closed','closed','','paperweight-3v3','','','2020-01-03 14:23:06','2020-01-03 14:23:06','',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,'2018-12-18 18:11:48','2018-12-18 18:11:48',' ','','','publish','closed','closed','','4078','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosse.com/4078/',24,'nav_menu_item','',0),(4079,2,'2018-12-18 18:11:48','2018-12-18 18:11:48',' ','','','publish','closed','closed','','4079','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosse.com/4079/',25,'nav_menu_item','',0),(4080,2,'2018-12-18 18:11:48','2018-12-18 18:11:48','','Midget Division (16U)','','publish','closed','closed','','4080','','','2020-01-03 14:17:02','2020-01-03 14:17:02','',0,'http://quintelacrosse.com/4080/',30,'nav_menu_item','',0),(4081,2,'2018-12-18 18:11:48','2018-12-18 18:11:48','','Bantam Division (14U)','','publish','closed','closed','','4081','','','2020-01-03 14:17:02','2020-01-03 14:17:02','',0,'http://quintelacrosse.com/4081/',29,'nav_menu_item','',0),(4082,2,'2018-12-18 18:11:48','2018-12-18 18:11:48','','TaskForce Peewee Division (12U)','','publish','closed','closed','','4082','','','2020-02-20 18:17:11','2020-02-20 18:17:11','',0,'http://quintelacrosse.com/4082/',27,'nav_menu_item','',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=\"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','','publish','closed','closed','','board-of-directors','','','2019-11-28 03:36:04','2019-11-28 03:36:04','',0,'http://quintelacrosse.com/?page_id=4083',0,'page','',0),(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,'2018-12-21 16:06:55','2018-12-21 16:06:55','','2019-2020 QMLA Leadership','','publish','closed','closed','','4091','','','2020-01-06 03:40:12','2020-01-06 03:40:12','',0,'http://quintelacrosse.com/4091/',9,'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-01-06 03:40:12','2020-01-06 03:40:12','',0,'http://quintelacrosse.com/registration/',45,'nav_menu_item','',0),(4096,2,'2019-01-05 03:15:05','2019-01-05 03:15:05','<div class=\"color3-background-color color-3-text-contrast bg-background-color tmpl-team-8 boldgrid-section dynamic-gridblock\">\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></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></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>Sue Stewart</h4>\n<h5>Treasurer</h5>\n<a href=\"mailto:treasurer@quintelacrosse.com\"><i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></a></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<div>\n<h4>Wayne Brown</h4>\n<h5>Director at Large</h5>\n<i class=\"fa fa-envelope\" aria-hidden=\"true\"><span style=\"display: none;\"> </span></i></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>Jo</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></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>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></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>\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>','Board of Directors','','inherit','closed','closed','','4083-autosave-v1','','','2019-01-05 03:15:05','2019-01-05 03:15:05','',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\"><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','','publish','closed','closed','','qmla-documents-policies','','','2020-01-02 23:31:07','2020-01-02 23:31:07','',0,'http://quintelacrosse.com/?page_id=4100',0,'page','',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-01-06 03:40:12','2020-01-06 03:40:12','',0,'http://quintelacrosse.com/4102/',10,'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),(4401,3,'2019-03-13 01:36:41','2019-03-13 01:36:41','<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 style=\"margin: 20px 0px;\"><img class=\"bg-img alignnone wp-image-4393 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Try-Lacrosse-March-20-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2>Come & Try Lacrosse LAST CHANCE</h2>\r\nQuinte Minor Lacrosse Association is holding one last FREE Try Lacrosse clinic on the following date:<del></del>\r\n\r\n<strong>Wednesday March 20th at Trenton High School</strong>\r\n<strong>5:00pm - 6:00pm (born between 2011 and 2016)</strong>\r\n<strong>6:00pm - 7:00pm (born between 2003 and 2010)</strong>\r\n\r\n<strong>Please register for this clinic <a href=\"http://quintelacrosse.com/lacrosse-registration/\">HERE</a></strong>\r\n\r\n<strong><span style=\"color: #0000ff;\">This is the last chance to take advantage of our lacrosse stick promotion:</span></strong>\r\n\r\nPlayers born between 2011 and 2016 receive a FREE! lacrosse stick upon paid registration.\r\nPlayers born between 2003 and 2010 are eligible to purchase a lacrosse stick for just $20!\r\n\r\nReady to register for our house league program now? Why wait? <a href=\"http://quintelacrosse.com/lacrosse-registration/\" target=\"_blank\" rel=\"noopener\">Register online now!</a>\r\n\r\n<strong>For information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">HERE</a></strong>\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\r\n<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\" />\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\r\n<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\" />\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>','Come & Try Lacrosse LAST CHANCE','','inherit','closed','closed','','4400-revision-v1','','','2019-03-13 01:36:41','2019-03-13 01:36:41','',4400,'http://quintelacrosse.com/4400-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),(4406,2,'2019-03-23 16:31:10','2019-03-23 16:31:10','<div class=\"tmpl-about-3 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 100px; padding-top: 100px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-center\" style=\"width: 27.89%; height: 253px;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-square alignnone wp-image-4415 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Patrick11-222x300.jpg\" alt=\"\" width=\"222\" height=\"300\" /></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\" style=\"width: 63.07%; height: 335px;\">\r\n<h2 class=\"color2-color\">Peewee Rep Tryouts</h2>\r\n<p style=\"margin: 30px 0;\">QMLA is excited to offer a representative team for the Peewee age division (2007-2009).</p>\r\nInterested players are asked to attend the following tryout:\r\n\r\n<strong>Tuesday April 9th 6:30pm - East Side Secondary School</strong>\r\n<strong>Thursday April 11th 8:00pm - QSWC Mackay</strong>\r\n\r\nFor detailed information about the representative team <a href=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Rep-Info.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">click here</a>\r\n\r\nAll players must be registered for house league prior to tryouts.\r\nClick below to register.\r\n\r\n \r\n\r\n<a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/lacrosse-registration/\"> Register Now</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\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 Rep Tryouts','','draft','open','open','','peewee-rep-tryouts','','','2019-09-10 00:58:08','2019-09-10 00:58:08','',0,'http://quintelacrosse.com/?p=4406',0,'post','',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','',4406,'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),(4412,2,'2019-03-23 16:58:37','2019-03-23 16:58:37','<div class=\"tmpl-about-3 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 100px; padding-top: 100px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-center\" style=\"width: 27.89%; height: 253px;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-square wp-image-4407 size-medium alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Patrick1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\">\r\n<h2 class=\"color2-color\">Peewee Rep Tryouts</h2>\r\n<p style=\"margin: 30px 0;\">QMLA is excited to offer a representative team for the Peewee age division (2007-2009).</p>\r\nInterested players are asked to attend the following tryout:\r\n<strong>Thursday April 11th 8:00pm - QSWC Mackay</strong>\r\n\r\nFor detailed information about the representative team <a href=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Rep-Info.docx\">click here</a>\r\n\r\nAll players must be registered for house league prior to tryouts. Click below to register.\r\n\r\n \r\n\r\n<a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/lacrosse-registration/\"> Register Now</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\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 Rep Tryouts','','inherit','closed','closed','','4406-revision-v1','','','2019-03-23 16:58:37','2019-03-23 16:58:37','',4406,'http://quintelacrosse.com/4406-revision-v1/',0,'revision','',0),(4409,2,'2019-03-23 16:31:10','2019-03-23 16:31:10','<div class=\"tmpl-about-3 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 100px; padding-top: 100px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-center\" style=\"width: 27.89%; height: 253px;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-square wp-image-4407 size-medium alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Patrick1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\">\r\n<h2 class=\"color2-color\">Peewee Rep Tryouts</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"width: 74.75%; height: 29px;\"></div>\r\n</div>\r\n<p style=\"margin: 30px 0;\">QMLA is excited to offer a representative team for the Peewee age division (2007-2009).\r\n\r\nInterested players are asked to attend the following tryout:\r\n<strong>Thursday April 11th 8:00pm - QSWC Mackay</strong></p>\r\nFor detailed information about the representative team <a href=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Rep-Info.docx\">click here</a>\r\n\r\nAll players must be registered prior to tryouts. Click below to register.\r\n\r\n \r\n\r\n<a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/lacrosse-registration/\"> Register Now</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\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 Rep Tryouts','','inherit','closed','closed','','4406-revision-v1','','','2019-03-23 16:31:10','2019-03-23 16:31:10','',4406,'http://quintelacrosse.com/4406-revision-v1/',0,'revision','',0),(4410,2,'2019-03-23 16:58:25','2019-03-23 16:58:25','<div class=\"tmpl-about-3 boldgrid-section dynamic-gridblock\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-bottom: 100px; padding-top: 100px;\">\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-center\" style=\"width: 27.89%; height: 253px;\">\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-square wp-image-4407 size-medium alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Patrick1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></p>\n\n</div>\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\">\n<h2 class=\"color2-color\">Peewee Rep Tryouts</h2>\n<div class=\"row bg-editor-hr-wrap\"></div>\n<p style=\"margin: 30px 0;\">QMLA is excited to offer a representative team for the Peewee age division (2007-2009).</p>\nInterested players are asked to attend the following tryout:\n<strong>Thursday April 11th 8:00pm - QSWC Mackay</strong>\n\nFor detailed information about the representative team <a href=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Rep-Info.docx\">click here</a>\n\nAll players must be registered for house league prior to tryouts. Click below to register.\n\n \n\n<a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/lacrosse-registration/\"> Register Now</a>\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\n \n\n</div>\n</div>\n</div>\n</div>','Peewee Rep Tryouts','','inherit','closed','closed','','4406-autosave-v1','','','2019-03-23 16:58:25','2019-03-23 16:58:25','',4406,'http://quintelacrosse.com/4406-autosave-v1/',0,'revision','',0); INSERT INTO `wpie_posts` VALUES (4411,2,'2019-03-23 16:57:18','2019-03-23 16:57:18','<div class=\"tmpl-about-3 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 100px; padding-top: 100px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-center\" style=\"width: 27.89%; height: 253px;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-square wp-image-4407 size-medium alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Patrick1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\">\r\n<h2 class=\"color2-color\">Peewee Rep Tryouts</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\" style=\"width: 74.75%; height: 29px;\"></div>\r\n</div>\r\n<p style=\"margin: 30px 0;\">QMLA is excited to offer a representative team for the Peewee age division (2007-2009).</p>\r\nInterested players are asked to attend the following tryout:\r\n<strong>Thursday April 11th 8:00pm - QSWC Mackay</strong>\r\n\r\nFor detailed information about the representative team <a href=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Rep-Info.docx\">click here</a>\r\n\r\nAll players must be registered for house league prior to tryouts. Click below to register.\r\n\r\n \r\n\r\n<a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/lacrosse-registration/\"> Register Now</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\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 Rep Tryouts','','inherit','closed','closed','','4406-revision-v1','','','2019-03-23 16:57:18','2019-03-23 16:57:18','',4406,'http://quintelacrosse.com/4406-revision-v1/',0,'revision','',0),(4413,2,'2019-03-23 16:59:59','2019-03-23 16:59:59','<div class=\"tmpl-about-3 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 100px; padding-top: 100px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-center\" style=\"width: 27.89%; height: 253px;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-square wp-image-4407 size-medium alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Patrick1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\" style=\"width: 63.07%; height: 335px;\">\r\n<h2 class=\"color2-color\">Peewee Rep Tryouts</h2>\r\n<p style=\"margin: 30px 0;\">QMLA is excited to offer a representative team for the Peewee age division (2007-2009).</p>\r\nInterested players are asked to attend the following tryout:\r\n<strong>Thursday April 11th 8:00pm - QSWC Mackay</strong>\r\n\r\nFor detailed information about the representative team <a href=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Rep-Info.docx\">click here</a>\r\n\r\nAll players must be registered for house league prior to tryouts. Click below to register.\r\n\r\n \r\n\r\n<a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/lacrosse-registration/\"> Register Now</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\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 Rep Tryouts','','inherit','closed','closed','','4406-revision-v1','','','2019-03-23 16:59:59','2019-03-23 16:59:59','',4406,'http://quintelacrosse.com/4406-revision-v1/',0,'revision','',0),(4414,2,'2019-03-23 17:00:32','2019-03-23 17:00:32','<div class=\"tmpl-about-3 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 100px; padding-top: 100px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-center\" style=\"width: 27.89%; height: 253px;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-square wp-image-4407 size-medium alignright\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Patrick1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\" style=\"width: 63.07%; height: 335px;\">\r\n<h2 class=\"color2-color\">Peewee Rep Tryouts</h2>\r\n<p style=\"margin: 30px 0;\">QMLA is excited to offer a representative team for the Peewee age division (2007-2009).</p>\r\nInterested players are asked to attend the following tryout:\r\n<strong>Thursday April 11th 8:00pm - QSWC Mackay</strong>\r\n\r\nFor detailed information about the representative team <a href=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Rep-Info.docx\">click here</a>\r\n\r\nAll players must be registered for house league prior to tryouts.\r\nClick below to register.\r\n\r\n \r\n\r\n<a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/lacrosse-registration/\"> Register Now</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\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 Rep Tryouts','','inherit','closed','closed','','4406-revision-v1','','','2019-03-23 17:00:32','2019-03-23 17:00:32','',4406,'http://quintelacrosse.com/4406-revision-v1/',0,'revision','',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','',4406,'http://quintelacrosse.com/wp-content/uploads/2019/03/Patrick11.jpg',0,'attachment','image/jpeg',0),(4416,2,'2019-03-23 17:06:17','2019-03-23 17:06:17','<div class=\"tmpl-about-3 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 100px; padding-top: 100px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-center\" style=\"width: 27.89%; height: 253px;\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-square alignnone wp-image-4415 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Patrick11-222x300.jpg\" alt=\"\" width=\"222\" height=\"300\" /></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\" style=\"width: 63.07%; height: 335px;\">\r\n<h2 class=\"color2-color\">Peewee Rep Tryouts</h2>\r\n<p style=\"margin: 30px 0;\">QMLA is excited to offer a representative team for the Peewee age division (2007-2009).</p>\r\nInterested players are asked to attend the following tryout:\r\n<strong>Thursday April 11th 8:00pm - QSWC Mackay</strong>\r\n\r\nFor detailed information about the representative team <a href=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Rep-Info.docx\">click here</a>\r\n\r\nAll players must be registered for house league prior to tryouts.\r\nClick below to register.\r\n\r\n \r\n\r\n<a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/lacrosse-registration/\"> Register Now</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\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 Rep Tryouts','','inherit','closed','closed','','4406-revision-v1','','','2019-03-23 17:06:17','2019-03-23 17:06:17','',4406,'http://quintelacrosse.com/4406-revision-v1/',0,'revision','',0),(4417,2,'2019-03-24 12:39:15','2019-03-24 12:39:15','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n<img class=\"wp-image-52 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"171\" height=\"171\" />\r\n\r\n \r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">\r\n\r\nThank you for registering your child and sharing in our excitement for the return of the great sport of lacrosse to the Bay of Quinte area. We would like to remind you that we are working with our neighbouring lacrosse associations in Northumberland, Tyendinaga, and Kingston to provide a better experience for players in all areas, including scheduling house league games which will give our players some exposure to more teams to play against. As we near the much-anticipated start (April 11th) of our inaugural season, we have some updates to pass along:\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">The house league days of play:</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Peanut</strong>- Saturdays 9:00am (no change)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Paperweight</strong>- Saturdays 10:00 am (no change)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Tyke</strong> - Sundays at 2:00pm (no Thursdays)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Novice </strong>- Sundays at 3:00pm (no Thursdays)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Peewee</strong> - Fridays at 6:00pm (no Thursdays/Sunday)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Bantam/Midget</strong>- Fridays at 7:00pm (no Tuesdays)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">**Please note the final schedule will be sent in an email by Friday April 5th.**</div>\r\n</div>\r\n<div>\r\n\r\nAll games will be played in Belleville at the Quinte Sports and Wellness Centre.\r\n\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">Due to these changes, registration will be extended to <u>Friday March 29th</u>.</div>\r\n</div>\r\nCan\'t wait until then? Register online now!\r\n\r\n<a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/lacrosse-registration/\">Register</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Update! House League Days of Play; Registration Extended','','draft','open','open','','houseleagedaysofplayupdate','','','2019-09-10 00:57:51','2019-09-10 00:57:51','',0,'http://quintelacrosse.com/?p=4417',0,'post','',0),(4418,2,'2019-03-24 12:39:15','2019-03-24 12:39:15','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n<img class=\"wp-image-52 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"171\" height=\"171\" />\r\n\r\n \r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">Thank you for registering your child and sharing in our excitement for the return of the great sport of lacrosse to the Bay of Quinte area. We would like to remind you that we are working with our neighbouring lacrosse associations in Northumberland, Tyendinaga, and Kingston to provide a better experience for players in all areas, including scheduling house league games which will give our players some exposure to more teams to play against. As we near the much-anticipated start (April 11th) of our inaugural season, we have some updates to pass along:</div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">The house league days of play:</div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Peanut</strong>- Saturdays 9:00am (no change)</div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Paperweight</strong>- Saturdays 10:00 am (no change)</div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Tyke</strong> - Sundays at 2:00pm (no Thursdays)</div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Novice </strong>- Sundays at 3:00pm (no Thursdays)</div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Peewee</strong> - Fridays at 6:00pm (no Thursdays/Sunday)</div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Bantam/Midget</strong>- Fridays at 7:00pm (no Tuesdays)</div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">**Please note the final schedule will be sent in an email by Friday April 5th.**</div>\r\n</div>\r\n<div>All games will be played in Belleville at the Quinte Sports and Wellness Centre.</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">Due to these changes, registration will be extended to <u>Friday March 29th</u>.</div>\r\n</div>\r\nCan\'t wait until then? Register online now!\r\n\r\n<a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/lacrosse-registration/\">Register</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','In-Person Registration at QSWC February 17th','','inherit','closed','closed','','4417-revision-v1','','','2019-03-24 12:39:15','2019-03-24 12:39:15','',4417,'http://quintelacrosse.com/4417-revision-v1/',0,'revision','',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','','','2019-11-25 00:32:12','2019-11-25 00:32:12','',0,'http://quintelacrosse.com/player-release-request-box/',8,'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','','','2019-11-25 00:32:12','2019-11-25 00:32:12','',0,'http://quintelacrosse.com/player-release-request-field/',9,'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,'2019-03-08 03:44:44','2019-03-08 03:44:44','<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;\">Representative</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. 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>\n \n\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>\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>COST</strong></span></p>\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>\n<p class=\"\" style=\"color: #53e0f3;\"><span style=\"color: #00ccff;\"><strong>SCHEDULE</strong></span></p>\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>\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 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>\n<p class=\"\" style=\"color: #53e0f3;\"><strong><span style=\"color: #00ccff;\">TRAVEL</span></strong></p>\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>\n<strong><span style=\"color: #00ccff;\">PROVINCIAL CHAMPIONSHIP / ONTARIO LACROSSE FESTIVAL</span></strong>\n\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>\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>','Representative','','inherit','closed','closed','','1100-autosave-v1','','','2019-03-08 03:44:44','2019-03-08 03:44:44','',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,'2019-12-31 00:30:00','2019-12-31 00:30: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 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-autosave-v1','','','2019-12-31 00:30:00','2019-12-31 00:30:00','',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),(4350,2,'2019-02-07 19:34:18','2019-02-07 19:34:18','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\"><img class=\"wp-image-52 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"171\" height=\"171\"></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Quinte Minor Lacrosse Association will be holding an in-person registration in the Pro Shop Meeting Room at the Quinte Sports and Wellness Centre on February 17th from 8:00am to 2:00pm. We will have representatives there to answer your questions and guide you through the registration process.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Can\'t wait until then? Register online now!</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/lacrosse-registration/\">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\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','In-Person Registration at QSWC February 17th','','draft','open','open','','in-person-registration-at-qswc-february-17th','','','2019-02-18 23:10:03','2019-02-18 23:10:03','',0,'http://quintelacrosse.com/?p=4350',0,'post','',0),(4351,2,'2019-02-07 19:34:18','2019-02-07 19:34:18','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<p class=\"\"> </p>\r\n<p class=\"\"><img class=\"wp-image-52 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"171\" height=\"171\"></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Quinte Minor Lacrosse Association will be holding an in-person registration in the Pro Shop Meeting Room at the Quinte Sports and Wellness Centre on February 17th from 8:00am to 2:00pm. We will have representatives there to answer your questions and guide you through the registration process.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">Can\'t wait until then? Register online now!</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/lacrosse-registration/\">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\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','In-Person Registration at QSWC February 17th','','inherit','closed','closed','','4350-revision-v1','','','2019-02-07 19:34:18','2019-02-07 19:34:18','',4350,'http://quintelacrosse.com/4350-revision-v1/',0,'revision','',0),(4175,2,'2019-01-08 02:38:36','2019-01-08 02:38: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<p class=\"\"><a href=\"http://quintelacrosse.com/registration-fees/\">Registration Fees</a></p>\n<a href=\"http://quintelacrosse.com/howtoregister/\">How To Register</a>\n\n<a href=\"http://quintelacrosse.com/ola-release-procedures/\">Player Release Policy</a>\n\n \n\n</div>\n</div>\n</div>\n</div>','Registration','','inherit','closed','closed','','122-autosave-v1','','','2019-01-08 02:38:36','2019-01-08 02:38:36','',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),(4497,2,'2019-04-11 12:16:03','2019-04-11 12:16:03','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n<img class=\"wp-image-52 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"171\" height=\"171\" />\r\n\r\n \r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">\r\n\r\nAs we work to finalize our complete schedule, we would like to notify all players of the upcoming practices in April:\r\n\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Peanut</strong>- Saturday April 13th and Saturday April 27th 9:00am at QSWC (Mackay)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Paperweight</strong>- Saturday April 13th and Saturday April 27th 10:00 am at QSWC (Mackay)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Tyke</strong> - Thursday April 11th at 6:00pm and Sunday April 14th at 2:00pm at QSWC (Mackay)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Novice </strong>- Thursday April 11th at 7:00pm and Sunday April 14th at 3:00pm at QSWC (Mackay)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Peewee</strong> - Friday April 12th at 6:00pm and Monday April 15th at 6:00pm at QSWC (Mackay)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Bantam/Midget </strong>- Friday April 12th at 7:00pm and Monday April 15th at 7:00pm at QSWC (Mackay)</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','House League Schedule (April)','','draft','open','open','','house-league-schedule-april','','','2019-09-10 00:57:35','2019-09-10 00:57:35','',0,'http://quintelacrosse.com/?p=4497',0,'post','',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),(4498,2,'2019-04-11 12:16:03','2019-04-11 12:16:03','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 30px; padding-bottom: 75px;\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n \r\n\r\n<img class=\"wp-image-52 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"171\" height=\"171\" />\r\n\r\n \r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\">\r\n\r\nAs we work to finalize our complete schedule, we would like to notify all players of the upcoming practices in April:\r\n\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Peanut</strong>- Saturday April 13th and Saturday April 27th 9:00am at QSWC (Mackay)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Paperweight</strong>- Saturday April 13th and Saturday April 27th 10:00 am at QSWC (Mackay)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Tyke</strong> - Thursday April 11th at 6:00pm and Sunday April 14th at 2:00pm at QSWC (Mackay)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Novice </strong>- Thursday April 11th at 7:00pm and Sunday April 14th at 3:00pm at QSWC (Mackay)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Peewee</strong> - Friday April 12th at 6:00pm and Monday April 15th at 6:00pm at QSWC (Mackay)</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div class=\"yiv6243558925_1mf yiv6243558925_1mj\"><strong>Bantam/Midget </strong>- Friday April 12th at 7:00pm and Monday April 15th at 7:00pm at QSWC (Mackay)</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','House League Schedule (April)','','inherit','closed','closed','','4497-revision-v1','','','2019-04-11 12:16:03','2019-04-11 12:16:03','',4497,'http://quintelacrosse.com/4497-revision-v1/',0,'revision','',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),(4207,2,'2019-01-12 15:38:09','2019-01-12 15:38:09','<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-4185 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Come-Try-Lacrosse-2019-Poster-225x300.jpg\" alt=\"\" width=\"225\" 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=\"\">Come & Try Lacrosse</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association is holding two more FREE Try Lacrosse clinics on the following dates and times:</p>\r\n<p class=\"\">Wednesday February 6th at Eastside High School\r\n6:00pm - 7:00pm (ages 3-8)\r\n7:00pm - 8:00pm (ages 9-16)</p>\r\n<p class=\"\">Friday March 1st at Trenton High School\r\n6:00pm - 7:00pm (ages 3-8)\r\n7:00pm - 8:00pm (ages 9-15)</p>\r\n<p class=\"\"><strong>Please register for these 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=\"\">House league registration will open in January.</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<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Come & Try Lacrosse!','','inherit','closed','closed','','4186-revision-v1','','','2019-01-12 15:38:09','2019-01-12 15:38:09','',4186,'http://quintelacrosse.com/4186-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),(4236,2,'2019-01-21 14:02:18','2019-01-21 14:02:18','<div class=\"tmpl-about-3 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 100px; padding-top: 100px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-square alignnone wp-image-4227 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_0_400_487.348353553_Mini-game-1.jpg\" alt=\"\" width=\"400\" height=\"487\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\">\r\n<h2 class=\"color2-color\">3-on-3 Paperweight Division</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=\"color2-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"margin: 30px 0;\">QMLA is excited to offer a 3-on-3 cross-floor program for those registered in the Paperweight Division.</p>\r\n<p class=\"\" style=\"margin: 30px 0;\">This program will aim to increase the fun factor while focusing on the essential skills of the game and giving all players a fair opportunity to develop.</p>\r\n<p class=\"\"><a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/registration/\"> Register Now</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\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','3-on-3 Paperweight Division','','inherit','closed','closed','','4231-revision-v1','','','2019-01-21 14:02:18','2019-01-21 14:02:18','',4231,'http://quintelacrosse.com/4231-revision-v1/',0,'revision','',0),(4235,2,'2019-01-21 13:59:31','2019-01-21 13:59:31','<div class=\"tmpl-about-3 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 100px; padding-top: 100px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-square alignnone wp-image-4227 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_0_400_487.348353553_Mini-game-1.jpg\" alt=\"\" width=\"400\" height=\"487\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\">\r\n<h2 class=\"color2-color\">3-on-3 Paperweight Division</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=\"color2-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"margin: 30px 0;\">QMLA is excited to offer a 3-on-3 cross-floor program for those registered in the Paperweight Division.</p>\r\n<p class=\"\" style=\"margin: 30px 0;\">This program will aim to increase the fun factor while focusing on the essential skills of the game and giving all players a fair opportunity to develop.</p>\r\n<p class=\"\"><a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/registration-coming-soon/\"> Register Now</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\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','3-on-3 Paperweight Division','','inherit','closed','closed','','4231-revision-v1','','','2019-01-21 13:59:31','2019-01-21 13:59:31','',4231,'http://quintelacrosse.com/4231-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),(4400,3,'2019-03-13 01:36:41','2019-03-13 01:36:41','<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 style=\"margin: 20px 0px;\"><img class=\"bg-img alignnone wp-image-4393 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/03/Try-Lacrosse-March-20-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\r\n<h2>Come & Try Lacrosse LAST CHANCE</h2>\r\nQuinte Minor Lacrosse Association is holding one last FREE Try Lacrosse clinic on the following date:<del></del>\r\n\r\n<strong>Wednesday March 20th at Trenton High School</strong>\r\n<strong>5:00pm - 6:00pm (born between 2011 and 2016)</strong>\r\n<strong>6:00pm - 7:00pm (born between 2003 and 2010)</strong>\r\n\r\n<strong>Please register for this clinic <a href=\"http://quintelacrosse.com/lacrosse-registration/\">HERE</a></strong>\r\n\r\n<strong><span style=\"color: #0000ff;\">This is the last chance to take advantage of our lacrosse stick promotion:</span></strong>\r\n\r\nPlayers born between 2011 and 2016 receive a FREE! lacrosse stick upon paid registration.\r\nPlayers born between 2003 and 2010 are eligible to purchase a lacrosse stick for just $20!\r\n\r\nReady to register for our house league program now? Why wait? <a href=\"http://quintelacrosse.com/lacrosse-registration/\" target=\"_blank\" rel=\"noopener\">Register online now!</a>\r\n\r\n<strong>For information on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\">HERE</a></strong>\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\r\n<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\" />\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\r\n<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\" />\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>','Come & Try Lacrosse LAST CHANCE','','draft','open','open','','come-try-lacrosse-last-chance','','','2019-03-29 00:52:26','2019-03-29 00:52:26','',0,'http://quintelacrosse.com/?p=4400',0,'post','',0),(4254,2,'2019-01-25 14:52:15','2019-01-25 14:52:15',' ','','','publish','closed','closed','','4254','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosse.com/4254/',13,'nav_menu_item','',0),(4255,2,'2019-01-25 14:52:15','2019-01-25 14:52:15',' ','','','publish','closed','closed','','4255','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosse.com/4255/',15,'nav_menu_item','',0),(4256,2,'2019-01-25 14:52:15','2019-01-25 14:52:15',' ','','','publish','closed','closed','','4256','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosse.com/4256/',14,'nav_menu_item','',0),(4257,2,'2019-01-25 14:52:15','2019-01-25 14:52:15',' ','','','publish','closed','closed','','4257','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosse.com/4257/',16,'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,'2019-10-19 13:24:14','2019-10-19 13:24:14','','Resources','','publish','closed','closed','','resources','','','2020-01-06 03:40:12','2020-01-06 03:40:12','',0,'http://quintelacrosse.com/resources/',49,'nav_menu_item','',0),(4260,2,'2019-01-25 14:55:19','2019-01-25 14:55:19','','Coaching','','publish','closed','closed','','coaching','','','2020-01-06 03:40:12','2020-01-06 03:40:12','',0,'http://quintelacrosse.com/coaching/',47,'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),(4337,2,'2019-02-06 20:30:42','2019-02-06 20:30:42','<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-4185 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Come-Try-Lacrosse-2019-Poster-225x300.jpg\" alt=\"\" width=\"225\" 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=\"\">Come & Try Lacrosse</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association is holding two more FREE Try Lacrosse clinics on the following dates and times:</p>\r\n<p class=\"\"><del>Wednesday February 6th at Eastside High School</del>\r\n<del>6:00pm - 7:00pm (born between 2011 and 2016)</del>\r\n<del>7:00pm - 8:00pm (born between 2003 and 2010)</del></p>\r\n<p class=\"\"><strong>Friday February 8th at Centennial Secondary School</strong>\r\n<strong>6:00pm - 7:00pm (born between 2011 and 2016)</strong>\r\n<strong>7:00pm - 8:00pm (born between 2003 and 2010)</strong></p>\r\n<p class=\"\">Friday March 1st at Trenton High School\r\n6:00pm - 7:00pm (born between 2011 and 2016)\r\n7:00pm - 8:00pm (born between 2003 and 2010)</p>\r\n<p class=\"\"><strong>Please register for these 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=\"\">House league registration will open in January.</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<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Come & Try Lacrosse!','','inherit','closed','closed','','4186-revision-v1','','','2019-02-06 20:30:42','2019-02-06 20:30:42','',4186,'http://quintelacrosse.com/4186-revision-v1/',0,'revision','',0),(4278,2,'2020-01-08 02:21:03','2020-01-08 02:21: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=\"\"><img class=\"wp-image-5160 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/2020-General-Flyer-1.jpg\" alt=\"\" width=\"431\" height=\"302\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center;\">REGISTRATION FOR 2020 IS NOW OPEN!</h3>\r\n<h4 class=\"\" style=\"text-align: center;\">**SPECIAL PROMOTION**</h4>\r\n<h4 class=\"\" style=\"text-align: center;\">The first 50 NEW registrations receive a FREE lacrosse stick.</h4>\r\n<h5 class=\"\" style=\"text-align: center;\">(Note: registrations must be complete with proof of age and payment to be eligible for the free stick promotion. Not eligible to players registered in 2019.)</h5>\r\n<h5 class=\"\" style=\"text-align: center;\"> </h5>\r\n<h5 class=\"\" style=\"text-align: center;\">Quinte Minor Lacrosse is excited to announce that online registration is open for all players.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">Registration is simple and only takes a few minutes.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">For information about our recreational league, see <a href=\"http://quintelacrosse.com/about-omla-house-league/\">About QMLA Recreational League </a>and <a href=\"http://quintelacrosse.com/house-league-days-of-play/\">Recreational League Days of Play</a></h5>\r\n<h5 class=\"\" style=\"text-align: center;\">For instructions on how to register, see <a href=\"http://quintelacrosse.com/howtoregister/\">How To Register</a></h5>\r\n<h5 class=\"\" style=\"text-align: center;\">For a summary of our registration fees, see <a href=\"http://quintelacrosse.com/registration-fees/\">Registration Fees</a></h5>\r\n<h3 class=\"\" style=\"text-align: center;\">To register online now, go to our <a href=\"http://quintelacrosse.com/bg-block/registration-portal/\">Registration Portal</a></h3>\r\n<h5 class=\"\" style=\"text-align: center;\">If you have already registered for our \"Try Lacrosse\" clinics, your player information will be saved. Just click on \"New Registration\" and select the division from the drop-down menu.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">If you were registered in 2019, use the same login and your information will be saved.</h5>\r\n<p class=\"\"> </p>\r\n \r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Online Registration is Open!','','publish','open','open','','online-registration-is-open','','','2020-01-08 15:43:16','2020-01-08 15:43:16','',0,'http://quintelacrosse.com/?p=4278',0,'post','',0),(4279,2,'2019-01-30 02:21:03','2019-01-30 02:21: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=\"\"><img class=\"alignnone size-medium wp-image-52 aligncenter\" 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<h3 class=\"\" style=\"text-align: center;\">REGISTRATION NOW OPEN</h3>\r\n<h5 class=\"\" style=\"text-align: center;\">Quinte Minor Lacrosse is excited to announce that online registration is open for all players.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">Registration is simple and only takes a few minutes.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener\">here</a>.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">To register online now, click <a href=\"http://quintelacrosse.com/try-lacrosse-registration/\" target=\"_blank\" rel=\"noopener\">here</a>.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">If you have already registered for our \"Try Lacrosse\" clinics, your player information will be saved. Just click on \"New Registration\" and select the division from the drop-down menu.</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Online Registration is Open!','','inherit','closed','closed','','4278-revision-v1','','','2019-01-30 02:21:03','2019-01-30 02:21:03','',4278,'http://quintelacrosse.com/4278-revision-v1/',0,'revision','',0),(4375,2,'2019-03-04 16:59:53','2019-03-04 16:59: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=\"\"><img class=\"alignnone size-medium wp-image-52 aligncenter\" 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<h3 class=\"\" style=\"text-align: center;\">REGISTRATION NOW OPEN UNTIL MARCH 20th</h3>\r\n<h4 class=\"\" style=\"text-align: center;\">**SPECIAL PROMOTION**</h4>\r\n<h4 class=\"\" style=\"text-align: center;\">The first 60 registrations for birth years 2011-2016 will receive a FREE lacrosse stick</h4>\r\n<h4 class=\"\" style=\"text-align: center;\">The first 90 registrations for birth years 2003-2010 are eligible to purchase a stick for $20</h4>\r\n<h5 class=\"\" style=\"text-align: center;\">(Note: registrations must be complete with proof of age and payment to be eligible for the free and discounted stick promotion)</h5>\r\n<h5 class=\"\" style=\"text-align: center;\"> </h5>\r\n<h5 class=\"\" style=\"text-align: center;\">Quinte Minor Lacrosse is excited to announce that online registration is open for all players.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">Registration is simple and only takes a few minutes.</h5>\r\n<h4 class=\"\" style=\"text-align: center;\">For instructions on how to register, click <span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener\">HERE</a></span>.</h4>\r\n<h3 class=\"\" style=\"text-align: center;\">To register online now, click <span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://quintelacrosse.com/lacrosse-registration/\" target=\"_blank\" rel=\"noopener\">HERE</a></span>.</h3>\r\n<h5 class=\"\" style=\"text-align: center;\">If you have already registered for our \"Try Lacrosse\" clinics, your player information will be saved. Just click on \"New Registration\" and select the division from the drop-down menu.</h5>\r\n \r\n\r\n \r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Online Registration is Open!','','inherit','closed','closed','','4278-revision-v1','','','2019-03-04 16:59:53','2019-03-04 16:59:53','',4278,'http://quintelacrosse.com/4278-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),(4281,2,'2019-01-30 02:41:03','2019-01-30 02:41: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<p class=\"\"><img class=\"alignnone size-medium wp-image-52 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2018/11/Quinte-Bayhawks-Lacrosse-Logo-colour-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\n\n<h3 class=\"\" style=\"text-align: center;\">REGISTRATION NOW OPEN</h3>\n<h4 class=\"\" style=\"text-align: center;\">**SPECIAL PROMOTION**</h4>\n<h4 class=\"\" style=\"text-align: center;\">The first 60 registrations for birth years 2011-2016 will receive a FREE lacrosse stick</h4>\n<h4 class=\"\" style=\"text-align: center;\">The first 90 registrations for birth years 2003-2010 are eligible to purchase a stick for $20</h4>\n<h5 class=\"\" style=\"text-align: center;\">(Note: registrations must be complete with proof of age and payment to be eligible for the free and discounted stick promotion)</h5>\n<h5 class=\"\" style=\"text-align: center;\"> </h5>\n<h5 class=\"\" style=\"text-align: center;\">Quinte Minor Lacrosse is excited to announce that online registration is open for all players.</h5>\n<h5 class=\"\" style=\"text-align: center;\">Registration is simple and only takes a few minutes.</h5>\n<h5 class=\"\" style=\"text-align: center;\">For instructions on how to register, click <span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener\">here</a></span>.</h5>\n<h5 class=\"\" style=\"text-align: center;\">To register online now, click <span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://quintelacrosse.com/try-lacrosse-registration/\" target=\"_blank\" rel=\"noopener\">here</a></span>.</h5>\n<h5 class=\"\" style=\"text-align: center;\">If you have already registered for our \"Try Lacrosse\" clinics, your player information will be saved. Just click on \"New Registration\" and select the division from the drop-down menu.</h5>\n</div>\n</div>\n</div>\n</div>','Online Registration is Open!','','inherit','closed','closed','','4278-autosave-v1','','','2019-01-30 02:41:03','2019-01-30 02:41:03','',4278,'http://quintelacrosse.com/4278-autosave-v1/',0,'revision','',0),(4282,2,'2019-01-30 02:33:37','2019-01-30 02:33: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=\"\"><img class=\"alignnone size-medium wp-image-52 aligncenter\" 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<h3 class=\"\" style=\"text-align: center;\">REGISTRATION NOW OPEN</h3>\r\n<h4 class=\"\" style=\"text-align: center;\">**SPECIAL PROMOTION**</h4>\r\n<h4 class=\"\" style=\"text-align: center;\">The first 60 registrations for birth years 2011-2016 will receive a FREE lacrosse stick</h4>\r\n<h4 class=\"\" style=\"text-align: center;\">The first 90 registrations for birth years 2003-2010 are eligible to purchase a stick for $20</h4>\r\n<h5 class=\"\" style=\"text-align: center;\">Quinte Minor Lacrosse is excited to announce that online registration is open for all players.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">Registration is simple and only takes a few minutes.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">For instructions on how to register, click <a href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener\">here</a>.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">To register online now, click <a href=\"http://quintelacrosse.com/try-lacrosse-registration/\" target=\"_blank\" rel=\"noopener\">here</a>.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">If you have already registered for our \"Try Lacrosse\" clinics, your player information will be saved. Just click on \"New Registration\" and select the division from the drop-down menu.</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Online Registration is Open!','','inherit','closed','closed','','4278-revision-v1','','','2019-01-30 02:33:37','2019-01-30 02:33:37','',4278,'http://quintelacrosse.com/4278-revision-v1/',0,'revision','',0),(4283,2,'2019-01-30 02:41:35','2019-01-30 02:41: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=\"\"><img class=\"alignnone size-medium wp-image-52 aligncenter\" 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<h3 class=\"\" style=\"text-align: center;\">REGISTRATION NOW OPEN</h3>\r\n<h4 class=\"\" style=\"text-align: center;\">**SPECIAL PROMOTION**</h4>\r\n<h4 class=\"\" style=\"text-align: center;\">The first 60 registrations for birth years 2011-2016 will receive a FREE lacrosse stick</h4>\r\n<h4 class=\"\" style=\"text-align: center;\">The first 90 registrations for birth years 2003-2010 are eligible to purchase a stick for $20</h4>\r\n<h5 class=\"\" style=\"text-align: center;\">(Note: registrations must be complete with proof of age and payment to be eligible for the free and discounted stick promotion)</h5>\r\n<h5 class=\"\" style=\"text-align: center;\"> </h5>\r\n<h5 class=\"\" style=\"text-align: center;\">Quinte Minor Lacrosse is excited to announce that online registration is open for all players.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">Registration is simple and only takes a few minutes.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">For instructions on how to register, click <span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener\">here</a></span>.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">To register online now, click <span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://quintelacrosse.com/try-lacrosse-registration/\" target=\"_blank\" rel=\"noopener\">here</a></span>.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">If you have already registered for our \"Try Lacrosse\" clinics, your player information will be saved. Just click on \"New Registration\" and select the division from the drop-down menu.</h5>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Online Registration is Open!','','inherit','closed','closed','','4278-revision-v1','','','2019-01-30 02:41:35','2019-01-30 02:41:35','',4278,'http://quintelacrosse.com/4278-revision-v1/',0,'revision','',0),(4284,2,'2019-01-30 02:42:48','2019-01-30 02:42: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<p class=\"\"><img class=\"alignnone size-medium wp-image-52 aligncenter\" 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<h3 class=\"\" style=\"text-align: center;\">REGISTRATION NOW OPEN</h3>\r\n<h4 class=\"\" style=\"text-align: center;\">**SPECIAL PROMOTION**</h4>\r\n<h4 class=\"\" style=\"text-align: center;\">The first 60 registrations for birth years 2011-2016 will receive a FREE lacrosse stick</h4>\r\n<h4 class=\"\" style=\"text-align: center;\">The first 90 registrations for birth years 2003-2010 are eligible to purchase a stick for $20</h4>\r\n<h5 class=\"\" style=\"text-align: center;\">(Note: registrations must be complete with proof of age and payment to be eligible for the free and discounted stick promotion)</h5>\r\n<h5 class=\"\" style=\"text-align: center;\"> </h5>\r\n<h5 class=\"\" style=\"text-align: center;\">Quinte Minor Lacrosse is excited to announce that online registration is open for all players.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">Registration is simple and only takes a few minutes.</h5>\r\n<h4 class=\"\" style=\"text-align: center;\">For instructions on how to register, click <span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener\">here</a></span>.</h4>\r\n<h4 style=\"text-align: center;\">To register online now, click <span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://quintelacrosse.com/try-lacrosse-registration/\" target=\"_blank\" rel=\"noopener\">here</a></span>.</h4>\r\n<h5 class=\"\" style=\"text-align: center;\">If you have already registered for our \"Try Lacrosse\" clinics, your player information will be saved. Just click on \"New Registration\" and select the division from the drop-down menu.</h5>\r\n \r\n\r\n \r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Online Registration is Open!','','inherit','closed','closed','','4278-revision-v1','','','2019-01-30 02:42:48','2019-01-30 02:42:48','',4278,'http://quintelacrosse.com/4278-revision-v1/',0,'revision','',0),(4287,2,'2019-01-30 21:06:55','2019-01-30 21: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\">\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-52 aligncenter\" 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<h3 class=\"\" style=\"text-align: center;\">REGISTRATION NOW OPEN</h3>\r\n<h4 class=\"\" style=\"text-align: center;\">**SPECIAL PROMOTION**</h4>\r\n<h4 class=\"\" style=\"text-align: center;\">The first 60 registrations for birth years 2011-2016 will receive a FREE lacrosse stick</h4>\r\n<h4 class=\"\" style=\"text-align: center;\">The first 90 registrations for birth years 2003-2010 are eligible to purchase a stick for $20</h4>\r\n<h5 class=\"\" style=\"text-align: center;\">(Note: registrations must be complete with proof of age and payment to be eligible for the free and discounted stick promotion)</h5>\r\n<h5 class=\"\" style=\"text-align: center;\"> </h5>\r\n<h5 class=\"\" style=\"text-align: center;\">Quinte Minor Lacrosse is excited to announce that online registration is open for all players.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">Registration is simple and only takes a few minutes.</h5>\r\n<h4 class=\"\" style=\"text-align: center;\">For instructions on how to register, click <span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener\">HERE</a></span>.</h4>\r\n<h4 class=\"\" style=\"text-align: center;\">To register online now, click <span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://quintelacrosse.com/try-lacrosse-registration/\" target=\"_blank\" rel=\"noopener\">HERE</a></span>.</h4>\r\n<h5 class=\"\" style=\"text-align: center;\">If you have already registered for our \"Try Lacrosse\" clinics, your player information will be saved. Just click on \"New Registration\" and select the division from the drop-down menu.</h5>\r\n \r\n\r\n \r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Online Registration is Open!','','inherit','closed','closed','','4278-revision-v1','','','2019-01-30 21:06:55','2019-01-30 21:06:55','',4278,'http://quintelacrosse.com/4278-revision-v1/',0,'revision','',0),(4288,2,'2019-01-30 21:10:23','2019-01-30 21:10: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=\"\"><img class=\"alignnone size-medium wp-image-52 aligncenter\" 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<h3 class=\"\" style=\"text-align: center;\">REGISTRATION NOW OPEN</h3>\r\n<h4 class=\"\" style=\"text-align: center;\">**SPECIAL PROMOTION**</h4>\r\n<h4 class=\"\" style=\"text-align: center;\">The first 60 registrations for birth years 2011-2016 will receive a FREE lacrosse stick</h4>\r\n<h4 class=\"\" style=\"text-align: center;\">The first 90 registrations for birth years 2003-2010 are eligible to purchase a stick for $20</h4>\r\n<h5 class=\"\" style=\"text-align: center;\">(Note: registrations must be complete with proof of age and payment to be eligible for the free and discounted stick promotion)</h5>\r\n<h5 class=\"\" style=\"text-align: center;\"> </h5>\r\n<h5 class=\"\" style=\"text-align: center;\">Quinte Minor Lacrosse is excited to announce that online registration is open for all players.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">Registration is simple and only takes a few minutes.</h5>\r\n<h4 class=\"\" style=\"text-align: center;\">For instructions on how to register, click <span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener\">HERE</a></span>.</h4>\r\n<h4 class=\"\" style=\"text-align: center;\">To register online now, click <span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://quintelacrosse.com/lacrosse-registration/\" target=\"_blank\" rel=\"noopener\">HERE</a></span>.</h4>\r\n<h5 class=\"\" style=\"text-align: center;\">If you have already registered for our \"Try Lacrosse\" clinics, your player information will be saved. Just click on \"New Registration\" and select the division from the drop-down menu.</h5>\r\n \r\n\r\n \r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Online Registration is Open!','','inherit','closed','closed','','4278-revision-v1','','','2019-01-30 21:10:23','2019-01-30 21:10:23','',4278,'http://quintelacrosse.com/4278-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),(4291,2,'2019-01-30 21:24:02','2019-01-30 21:24:02','<div class=\"tmpl-about-3 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 100px; padding-top: 100px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-center\">\r\n<p class=\"mod-reset\"><img class=\"bg-img bg-img-square alignnone wp-image-4290 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/0_0_324.503024194_487_Mini-Game-Poster-Final.jpg\" alt=\"\" width=\"324\" height=\"487\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\">\r\n<h2 class=\"color2-color\">3-on-3 Paperweight Division</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=\"color2-color bg-hr\" style=\"border: 2px solid; margin-left: 0px;\" width=\"25%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"margin: 30px 0;\">QMLA is excited to offer a 3-on-3 cross-floor program for those registered in the Paperweight Division.</p>\r\n<p class=\"\" style=\"margin: 30px 0;\">This program will aim to increase the fun factor while focusing on the essential skills of the game and giving all players a fair opportunity to develop.</p>\r\n<p class=\"\"><a class=\"btn-color-2 btn btn-capitalize btn-raised btn-regular\" href=\"http://quintelacrosse.com/lacrosse-registration/\"> Register Now</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\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','3-on-3 Paperweight Division','','inherit','closed','closed','','4231-revision-v1','','','2019-01-30 21:24:02','2019-01-30 21:24:02','',4231,'http://quintelacrosse.com/4231-revision-v1/',0,'revision','',0),(4292,2,'2019-01-30 21:27:38','2019-01-30 21:27:38','<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-4185 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Come-Try-Lacrosse-2019-Poster-225x300.jpg\" alt=\"\" width=\"225\" 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=\"\">Come & Try Lacrosse</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association is holding two more FREE Try Lacrosse clinics on the following dates and times:</p>\r\n<p class=\"\">Wednesday February 6th at Eastside High School\r\n6:00pm - 7:00pm (ages 3-8)\r\n7:00pm - 8:00pm (ages 9-16)</p>\r\n<p class=\"\">Friday March 1st at Trenton High School\r\n6:00pm - 7:00pm (ages 3-8)\r\n7:00pm - 8:00pm (ages 9-15)</p>\r\n<p class=\"\"><strong>Please register for these 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=\"\">House league registration will open in January.</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<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Come & Try Lacrosse!','','inherit','closed','closed','','4186-revision-v1','','','2019-01-30 21:27:38','2019-01-30 21:27:38','',4186,'http://quintelacrosse.com/4186-revision-v1/',0,'revision','',0),(4293,2,'2019-02-06 20:41:34','2019-02-06 20:41:34','<div class=\"tmpl-blog-1 boldgrid-section dynamic-gridblock\">\n<div class=\"container\">\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-4340 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Come-Try-Lacrosse-2019-Poster-2-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\n\n</div>\n<div class=\"col-md-8 col-sm-8 col-xs-12\">\n<h2 class=\"\">Come & Try Lacrosse (Updated)</h2>\n<p class=\"\">Quinte Minor Lacrosse Association is holding two more FREE Try Lacrosse clinics on the following dates and times:</p>\n<p class=\"\"><del>Wednesday February 6th at Eastside High School</del>\n<del>6:00pm - 7:00pm (born between 2011 and 2016)</del>\n<del>7:00pm - 8:00pm (born between 2003 and 2010)</del></p>\n<p class=\"\"><strong>Friday February 8th at Centennial Secondary School</strong>\n<strong>6:00pm - 7:00pm (born between 2011 and 2016)</strong>\n<strong>7:00pm - 8:00pm (born between 2003 and 2010)</strong></p>\n<p class=\"\">Friday March 1st at Trenton High School\n6:00pm - 7:00pm (born between 2011 and 2016)\n7:00pm - 8:00pm (born between 2003 and 2010)</p>\n<p class=\"\"><strong>Please register for these clinics <a href=\"http://quintelacrosse.com/lacrosse-registration/\">HERE</a></strong></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=\"\">House league registration will open in January.</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<p class=\"\"> </p>\n\n</div>\n</div>\n</div>\n</div>','Come & Try Lacrosse (New Date and Location)','','inherit','closed','closed','','4186-autosave-v1','','','2019-02-06 20:41:34','2019-02-06 20:41:34','',4186,'http://quintelacrosse.com/4186-autosave-v1/',0,'revision','',0),(4294,2,'2019-01-30 21:29:14','2019-01-30 21:29:14','<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-4185 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Come-Try-Lacrosse-2019-Poster-225x300.jpg\" alt=\"\" width=\"225\" 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=\"\">Come & Try Lacrosse</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association is holding two more FREE Try Lacrosse clinics on the following dates and times:</p>\r\n<p class=\"\">Wednesday February 6th at Eastside High School\r\n6:00pm - 7:00pm (born between 2011 and 2016)\r\n7:00pm - 8:00pm (born between 2003 and 2010)</p>\r\n<p class=\"\">Friday March 1st at Trenton High School\r\n6:00pm - 7:00pm (born between 2011 and 2016)\r\n7:00pm - 8:00pm (born between 2003 and 2010)</p>\r\n<p class=\"\"><strong>Please register for these 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=\"\">House league registration will open in January.</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<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Come & Try Lacrosse!','','inherit','closed','closed','','4186-revision-v1','','','2019-01-30 21:29:14','2019-01-30 21:29:14','',4186,'http://quintelacrosse.com/4186-revision-v1/',0,'revision','',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),(4300,2,'2019-02-22 16:33:58','0000-00-00 00:00: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\"></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-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\">\n<p class=\"\"><strong>ALL bench staff (Rep & House League) </strong>are required to complete a police check in advance of the season. If you are new to coaching or volunteering with a team you will need to visit the CRC check tab on our website and obtain a letter to take to the police station to obtain a CRC check. This will allow you a discounted fee as a volunteer. If you would prefer you can complete the CRC check Online.</p>\n<p class=\"\"> </p>\n<p class=\"\">For returning coaches. You do not require a new CRC check. You can download an \"offense declaration\" form under the CRC tab on our website. Complete the form and scan and email or drop off to our privacy officer.</p>\n<p class=\"\"> </p>\n<p class=\"\"><strong> SEE BELOW Information for details on what is needed and how to complete your CRC</strong></p>\n<p class=\"\"> </p>\n<p class=\"\"><strong>ALL bench staff (Rep & House League) </strong>are required to obtain a Criminal Record Check in advance of the season. If you are new to coaching or volunteering with a team, there are a few options available to obtain a CRC, depending on your residency.</p>\n<p class=\"\"> </p>\n\n<ol class=\"\">\n <li>Attend one of the in-person registrations scheduled where you can complete the necessary paperwork to have the Criminal Record Check completed. This is for City of Peterborough, Village of Lakefield, and Township of Cavan Monaghan residents only. You must bring exact cash of $10.00</li>\n <li>Complete the Criminal Record Check process online through the www.peterboroughpolice.com /request/record-checks/</li>\n</ol>\nThis is for City of Peterborough, Village of Lakefield, and Township of Cavan Monaghan residents only. The fee is $10.00 plus a $9.95 processing fee\n<ol class=\"\">\n <li>Complete the Criminal Record Check process in person at the Peterborough Police station (2ndfloor) during the following hours: Mon-Thurs 8:30-4:15, Fri 8:30-1:15. You will need to bring with you a print out of the volunteer letter in order to obtain the volunteer fee of $10.00</li>\n <li>If you live outside the Peterborough Police Jurisdiction, you will need to complete the Criminal Record Check process in person at the Police Service Responsible for that area. You will need to bring with you a print out of the volunteer letter in order to obtain a volunteer fee.</li>\n</ol>\n<p class=\"\"> </p>\n<strong>Identification Requirements (2 pieces from the following):</strong>\n<p class=\"\">· Photo Identification that includes your name, date of birth and address is required. Acceptable forms of identification include drivers licence, photo health card, passport, birth certificate, BYID, Resident Card, etc.</p>\n<p class=\"\">· If Identification does not show an address; proof of current address within our jurisdiction must be presented (piece of mail addressed to applicant, rent/lease receipt/agreement, etc).</p>\n<p class=\"\">· Non-photo health cards and social insurance cards are not acceptable for identification purposes.</p>\n<p class=\"\"><strong>Options to provide completed CRC to PMLA Privacy Officer:</strong></p>\n\n<ol class=\"\">\n <li>If picking up completed check at the Peterborough Police Station, ask to have it placed in the PMLA folder. These can be picked up 24 hrs a day, 7 days a week from the front desk located on the main floor. You must have ID.</li>\n <li>Scan and email to <a href=\"mailto:kcalderwood44@gmail.com\">kcalderwood44@gmail.com</a></li>\n <li>Drop off in sealed envelope to the PMLA office at the Kinsmen</li>\n</ol>\n<p class=\"\"> </p>\n<p class=\"\"> </p>\n<p class=\"\"><strong><u>Returning coaches:</u></strong> Please print the \"Criminal Offence Declaration\" form from the CRC tab on our website. Complete the form and drop off to the PMLA office at the Kinsmen or scan and email to our Privacy Officer at <a href=\"mailto:kcalderwood44@gmail.com\">kcalderwood44@gmail.com</a></p>\n<p class=\"\"> </p>\n<p class=\"\"><strong>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</strong></p>\n<p class=\"\"> </p>\n<p class=\"\">(and can be shared with various non-profit organizations). All results are confidential to end users.</p>\n \n<p class=\"\">Those members interested in viewing the process before completing a check, can click here: <a href=\"http://vimeo.com/30137373\" target=\"_blank\" rel=\"noopener\">http://vimeo.com/30137373</a>.</p>\n<p class=\"\"> </p>\n<p class=\"\"><strong>Members interested in activating a check</strong>, can click here: <a href=\"http://sterlingbackcheck.ca/Ontario-Lacrosse-Association\" target=\"_parent\">http://sterlingbackcheck.ca/Ontario-Lacrosse-Association</a> </p>\n\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 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>','Criminal Record Check','','draft','closed','closed','','','','','2019-02-22 16:33:58','2019-02-22 16:33:58','',0,'http://quintelacrosse.com/?page_id=4300',0,'page','',0),(4301,2,'2019-01-31 02:57:25','2019-01-31 02:57: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\"></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=\"\"><strong>ALL bench staff (Rep & House League) </strong>are required to complete a police check in advance of the season. If you are new to coaching or volunteering with a team you will need to visit the CRC check tab on our website and obtain a letter to take to the police station to obtain a CRC check. This will allow you a discounted fee as a volunteer. If you would prefer you can complete the CRC check Online.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">For returning coaches. You do not require a new CRC check. You can download an \"offense declaration\" form under the CRC tab on our website. Complete the form and scan and email or drop off to our privacy officer.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong> SEE BELOW Information for details on what is needed and how to complete your CRC</strong></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong>ALL bench staff (Rep & House League) </strong>are required to obtain a Criminal Record Check in advance of the season. If you are new to coaching or volunteering with a team, there are a few options available to obtain a CRC, depending on your residency.</p>\r\n<p class=\"\"> </p>\r\n\r\n<ol class=\"\">\r\n <li>Attend one of the in-person registrations scheduled where you can complete the necessary paperwork to have the Criminal Record Check completed. This is for City of Peterborough, Village of Lakefield, and Township of Cavan Monaghan residents only. You must bring exact cash of $10.00</li>\r\n <li>Complete the Criminal Record Check process online through the www.peterboroughpolice.com /request/record-checks/</li>\r\n</ol>\r\nThis is for City of Peterborough, Village of Lakefield, and Township of Cavan Monaghan residents only. The fee is $10.00 plus a $9.95 processing fee\r\n<ol class=\"\">\r\n <li>Complete the Criminal Record Check process in person at the Peterborough Police station (2ndfloor) during the following hours: Mon-Thurs 8:30-4:15, Fri 8:30-1:15. You will need to bring with you a print out of the volunteer letter in order to obtain the volunteer fee of $10.00</li>\r\n <li>If you live outside the Peterborough Police Jurisdiction, you will need to complete the Criminal Record Check process in person at the Police Service Responsible for that area. You will need to bring with you a print out of the volunteer letter in order to obtain a volunteer fee.</li>\r\n</ol>\r\n \r\n\r\n<strong>Identification Requirements (2 pieces from the following):</strong>\r\n\r\n· Photo Identification that includes your name, date of birth and address is required. Acceptable forms of identification include drivers licence, photo health card, passport, birth certificate, BYID, Resident Card, etc.\r\n<p class=\"\">· If Identification does not show an address; proof of current address within our jurisdiction must be presented (piece of mail addressed to applicant, rent/lease receipt/agreement, etc).</p>\r\n· Non-photo health cards and social insurance cards are not acceptable for identification purposes.\r\n\r\n<strong>Options to provide completed CRC to PMLA Privacy Officer:</strong>\r\n<ol class=\"\">\r\n <li>If picking up completed check at the Peterborough Police Station, ask to have it placed in the PMLA folder. These can be picked up 24 hrs a day, 7 days a week from the front desk located on the main floor. You must have ID.</li>\r\n <li>Scan and email to <a href=\"mailto:kcalderwood44@gmail.com\">kcalderwood44@gmail.com</a></li>\r\n <li>Drop off in sealed envelope to the PMLA office at the Kinsmen</li>\r\n</ol>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong><u>Returning coaches:</u></strong> Please print the \"Criminal Offence Declaration\" form from the CRC tab on our website. Complete the form and drop off to the PMLA office at the Kinsmen or scan and email to our Privacy Officer at <a href=\"mailto:kcalderwood44@gmail.com\">kcalderwood44@gmail.com</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong>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</strong></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">(and can be shared with various non-profit organizations). All results are confidential to end users.</p>\r\n \r\n<p class=\"\">Those members interested in viewing the process before completing a check, can click here: <a href=\"http://vimeo.com/30137373\" target=\"_blank\" rel=\"noopener\">http://vimeo.com/30137373</a>.</p>\r\n \r\n<p class=\"\"><strong>Members interested in activating a check</strong>, can click here: <a href=\"http://sterlingbackcheck.ca/Ontario-Lacrosse-Association\" target=\"_parent\">http://sterlingbackcheck.ca/Ontario-Lacrosse-Association</a> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Criminal Record Check','','inherit','closed','closed','','4300-revision-v1','','','2019-01-31 02:57:25','2019-01-31 02:57:25','',4300,'http://quintelacrosse.com/4300-revision-v1/',0,'revision','',0),(4302,2,'2019-01-31 03:09:31','2019-01-31 03:09:31','<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-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=\"\"><strong>ALL bench staff (Rep & House League) </strong>are required to complete a police check in advance of the season. If you are new to coaching or volunteering with a team you will need to visit the CRC check tab on our website and obtain a letter to take to the police station to obtain a CRC check. This will allow you a discounted fee as a volunteer. If you would prefer you can complete the CRC check Online.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">For returning coaches. You do not require a new CRC check. You can download an \"offense declaration\" form under the CRC tab on our website. Complete the form and scan and email or drop off to our privacy officer.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong> SEE BELOW Information for details on what is needed and how to complete your CRC</strong></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong>ALL bench staff (Rep & House League) </strong>are required to obtain a Criminal Record Check in advance of the season. If you are new to coaching or volunteering with a team, there are a few options available to obtain a CRC, depending on your residency.</p>\r\n<p class=\"\"> </p>\r\n\r\n<ol class=\"\">\r\n <li>Attend one of the in-person registrations scheduled where you can complete the necessary paperwork to have the Criminal Record Check completed. This is for City of Peterborough, Village of Lakefield, and Township of Cavan Monaghan residents only. You must bring exact cash of $10.00</li>\r\n <li>Complete the Criminal Record Check process online through the www.peterboroughpolice.com /request/record-checks/</li>\r\n</ol>\r\nThis is for City of Peterborough, Village of Lakefield, and Township of Cavan Monaghan residents only. The fee is $10.00 plus a $9.95 processing fee\r\n<ol class=\"\">\r\n <li>Complete the Criminal Record Check process in person at the Peterborough Police station (2ndfloor) during the following hours: Mon-Thurs 8:30-4:15, Fri 8:30-1:15. You will need to bring with you a print out of the volunteer letter in order to obtain the volunteer fee of $10.00</li>\r\n <li>If you live outside the Peterborough Police Jurisdiction, you will need to complete the Criminal Record Check process in person at the Police Service Responsible for that area. You will need to bring with you a print out of the volunteer letter in order to obtain a volunteer fee.</li>\r\n</ol>\r\n \r\n\r\n<strong>Identification Requirements (2 pieces from the following):</strong>\r\n\r\n· Photo Identification that includes your name, date of birth and address is required. Acceptable forms of identification include drivers licence, photo health card, passport, birth certificate, BYID, Resident Card, etc.\r\n<p class=\"\">· If Identification does not show an address; proof of current address within our jurisdiction must be presented (piece of mail addressed to applicant, rent/lease receipt/agreement, etc).</p>\r\n· Non-photo health cards and social insurance cards are not acceptable for identification purposes.\r\n<p class=\"\"><strong>Options to provide completed CRC to PMLA Privacy Officer:</strong></p>\r\n\r\n<ol class=\"\">\r\n <li>If picking up completed check at the Peterborough Police Station, ask to have it placed in the PMLA folder. These can be picked up 24 hrs a day, 7 days a week from the front desk located on the main floor. You must have ID.</li>\r\n <li>Scan and email to <a href=\"mailto:kcalderwood44@gmail.com\">kcalderwood44@gmail.com</a></li>\r\n <li>Drop off in sealed envelope to the PMLA office at the Kinsmen</li>\r\n</ol>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong><u>Returning coaches:</u></strong> Please print the \"Criminal Offence Declaration\" form from the CRC tab on our website. Complete the form and drop off to the PMLA office at the Kinsmen or scan and email to our Privacy Officer at <a href=\"mailto:kcalderwood44@gmail.com\">kcalderwood44@gmail.com</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong>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</strong></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">(and can be shared with various non-profit organizations). All results are confidential to end users.</p>\r\n \r\n<p class=\"\">Those members interested in viewing the process before completing a check, can click here: <a href=\"http://vimeo.com/30137373\" target=\"_blank\" rel=\"noopener\">http://vimeo.com/30137373</a>.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong>Members interested in activating a check</strong>, can click here: <a href=\"http://sterlingbackcheck.ca/Ontario-Lacrosse-Association\" target=\"_parent\">http://sterlingbackcheck.ca/Ontario-Lacrosse-Association</a> </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 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>','Criminal Record Check','','inherit','closed','closed','','4300-revision-v1','','','2019-01-31 03:09:31','2019-01-31 03:09:31','',4300,'http://quintelacrosse.com/4300-revision-v1/',0,'revision','',0),(4303,2,'2019-01-31 03:12:13','2019-01-31 03:12: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\"></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=\"\"><strong>ALL bench staff (Rep & House League) </strong>are required to complete a police check in advance of the season. If you are new to coaching or volunteering with a team you will need to visit the CRC check tab on our website and obtain a letter to take to the police station to obtain a CRC check. This will allow you a discounted fee as a volunteer. If you would prefer you can complete the CRC check Online.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">For returning coaches. You do not require a new CRC check. You can download an \"offense declaration\" form under the CRC tab on our website. Complete the form and scan and email or drop off to our privacy officer.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong> SEE BELOW Information for details on what is needed and how to complete your CRC</strong></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong>ALL bench staff (Rep & House League) </strong>are required to obtain a Criminal Record Check in advance of the season. If you are new to coaching or volunteering with a team, there are a few options available to obtain a CRC, depending on your residency.</p>\r\n<p class=\"\"> </p>\r\n\r\n<ol class=\"\">\r\n <li>Attend one of the in-person registrations scheduled where you can complete the necessary paperwork to have the Criminal Record Check completed. This is for City of Peterborough, Village of Lakefield, and Township of Cavan Monaghan residents only. You must bring exact cash of $10.00</li>\r\n <li>Complete the Criminal Record Check process online through the www.peterboroughpolice.com /request/record-checks/</li>\r\n</ol>\r\nThis is for City of Peterborough, Village of Lakefield, and Township of Cavan Monaghan residents only. The fee is $10.00 plus a $9.95 processing fee\r\n<ol class=\"\">\r\n <li>Complete the Criminal Record Check process in person at the Peterborough Police station (2ndfloor) during the following hours: Mon-Thurs 8:30-4:15, Fri 8:30-1:15. You will need to bring with you a print out of the volunteer letter in order to obtain the volunteer fee of $10.00</li>\r\n <li>If you live outside the Peterborough Police Jurisdiction, you will need to complete the Criminal Record Check process in person at the Police Service Responsible for that area. You will need to bring with you a print out of the volunteer letter in order to obtain a volunteer fee.</li>\r\n</ol>\r\n \r\n\r\n<strong>Identification Requirements (2 pieces from the following):</strong>\r\n<p class=\"\">· Photo Identification that includes your name, date of birth and address is required. Acceptable forms of identification include drivers licence, photo health card, passport, birth certificate, BYID, Resident Card, etc.</p>\r\n<p class=\"\">· If Identification does not show an address; proof of current address within our jurisdiction must be presented (piece of mail addressed to applicant, rent/lease receipt/agreement, etc).</p>\r\n<p class=\"\">· Non-photo health cards and social insurance cards are not acceptable for identification purposes.</p>\r\n<p class=\"\"><strong>Options to provide completed CRC to PMLA Privacy Officer:</strong></p>\r\n\r\n<ol class=\"\">\r\n <li>If picking up completed check at the Peterborough Police Station, ask to have it placed in the PMLA folder. These can be picked up 24 hrs a day, 7 days a week from the front desk located on the main floor. You must have ID.</li>\r\n <li>Scan and email to <a href=\"mailto:kcalderwood44@gmail.com\">kcalderwood44@gmail.com</a></li>\r\n <li>Drop off in sealed envelope to the PMLA office at the Kinsmen</li>\r\n</ol>\r\n<p class=\"\"> </p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong><u>Returning coaches:</u></strong> Please print the \"Criminal Offence Declaration\" form from the CRC tab on our website. Complete the form and drop off to the PMLA office at the Kinsmen or scan and email to our Privacy Officer at <a href=\"mailto:kcalderwood44@gmail.com\">kcalderwood44@gmail.com</a></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong>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</strong></p>\r\n<p class=\"\"> </p>\r\n<p class=\"\">(and can be shared with various non-profit organizations). All results are confidential to end users.</p>\r\n \r\n<p class=\"\">Those members interested in viewing the process before completing a check, can click here: <a href=\"http://vimeo.com/30137373\" target=\"_blank\" rel=\"noopener\">http://vimeo.com/30137373</a>.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong>Members interested in activating a check</strong>, can click here: <a href=\"http://sterlingbackcheck.ca/Ontario-Lacrosse-Association\" target=\"_parent\">http://sterlingbackcheck.ca/Ontario-Lacrosse-Association</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\"></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>','Criminal Record Check','','inherit','closed','closed','','4300-revision-v1','','','2019-01-31 03:12:13','2019-01-31 03:12:13','',4300,'http://quintelacrosse.com/4300-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\"></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!','','publish','closed','closed','','be-a-coach-with-the-qmla','','','2019-02-06 04:21:41','2019-02-06 04:21:41','',0,'http://quintelacrosse.com/?page_id=4309',0,'page','',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,'2019-02-06 03:16:18','2019-02-06 03:16:18',' ','','','publish','closed','closed','','4313','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosse.com/4313/',33,'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,'2019-02-06 04:20:34','2019-02-06 04:20:34','<div class=\"tmpl-about-7 boldgrid-section dynamic-gridblock color2-background-color color-2-text-contrast bg-background-color\">\n<div class=\"container\">\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=\"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>\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 class=\"btn btn-raised btn-rounded btn-color-1\" href=\"http://quintelacrosse.com/lacrosse-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-autosave-v1','','','2019-02-06 04:20:34','2019-02-06 04:20:34','',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,'2019-02-06 04:35:20','2019-02-06 04:35:20','','Skills and Drills Cards','','publish','closed','closed','','skills-and-drills-cards','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosse.com/?p=4333',35,'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),(4338,2,'2019-02-06 20:32:55','2019-02-06 20:32: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-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-4185 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Come-Try-Lacrosse-2019-Poster-225x300.jpg\" alt=\"\" width=\"225\" 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=\"\">Come & Try Lacrosse</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association is holding two more FREE Try Lacrosse clinics on the following dates and times:</p>\r\n<p class=\"\"><del>Wednesday February 6th at Eastside High School</del>\r\n<del>6:00pm - 7:00pm (born between 2011 and 2016)</del>\r\n<del>7:00pm - 8:00pm (born between 2003 and 2010)</del></p>\r\n<p class=\"\"><strong>Friday February 8th at Centennial Secondary School</strong>\r\n<strong>6:00pm - 7:00pm (born between 2011 and 2016)</strong>\r\n<strong>7:00pm - 8:00pm (born between 2003 and 2010)</strong></p>\r\n<p class=\"\">Friday March 1st at Trenton High School\r\n6:00pm - 7:00pm (born between 2011 and 2016)\r\n7:00pm - 8:00pm (born between 2003 and 2010)</p>\r\n<p class=\"\"><strong>Please register for these 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=\"\">House league registration will open in January.</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<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Come & Try Lacrosse (New Date and Location)','','inherit','closed','closed','','4186-revision-v1','','','2019-02-06 20:32:55','2019-02-06 20:32:55','',4186,'http://quintelacrosse.com/4186-revision-v1/',0,'revision','',0),(4339,2,'2019-02-06 20:33:42','2019-02-06 20:33:42','<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-4185 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Come-Try-Lacrosse-2019-Poster-225x300.jpg\" alt=\"\" width=\"225\" 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=\"\">Come & Try Lacrosse (Updated)</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association is holding two more FREE Try Lacrosse clinics on the following dates and times:</p>\r\n<p class=\"\"><del>Wednesday February 6th at Eastside High School</del>\r\n<del>6:00pm - 7:00pm (born between 2011 and 2016)</del>\r\n<del>7:00pm - 8:00pm (born between 2003 and 2010)</del></p>\r\n<p class=\"\"><strong>Friday February 8th at Centennial Secondary School</strong>\r\n<strong>6:00pm - 7:00pm (born between 2011 and 2016)</strong>\r\n<strong>7:00pm - 8:00pm (born between 2003 and 2010)</strong></p>\r\n<p class=\"\">Friday March 1st at Trenton High School\r\n6:00pm - 7:00pm (born between 2011 and 2016)\r\n7:00pm - 8:00pm (born between 2003 and 2010)</p>\r\n<p class=\"\"><strong>Please register for these 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=\"\">House league registration will open in January.</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<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Come & Try Lacrosse (New Date and Location)','','inherit','closed','closed','','4186-revision-v1','','','2019-02-06 20:33:42','2019-02-06 20:33:42','',4186,'http://quintelacrosse.com/4186-revision-v1/',0,'revision','',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','',4186,'http://quintelacrosse.com/wp-content/uploads/2019/01/Come-Try-Lacrosse-2019-Poster-2.jpg',0,'attachment','image/jpeg',0),(4341,2,'2019-02-06 20:41:45','2019-02-06 20:41: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-4340 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/Come-Try-Lacrosse-2019-Poster-2-225x300.jpg\" alt=\"\" width=\"225\" 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=\"\">Come & Try Lacrosse (Updated)</h2>\r\n<p class=\"\">Quinte Minor Lacrosse Association is holding two more FREE Try Lacrosse clinics on the following dates and times:</p>\r\n<p class=\"\"><del>Wednesday February 6th at Eastside High School</del>\r\n<del>6:00pm - 7:00pm (born between 2011 and 2016)</del>\r\n<del>7:00pm - 8:00pm (born between 2003 and 2010)</del></p>\r\n<p class=\"\"><strong>Friday February 8th at Centennial Secondary School</strong>\r\n<strong>6:00pm - 7:00pm (born between 2011 and 2016)</strong>\r\n<strong>7:00pm - 8:00pm (born between 2003 and 2010)</strong></p>\r\n<p class=\"\">Friday March 1st at Trenton High School\r\n6:00pm - 7:00pm (born between 2011 and 2016)\r\n7:00pm - 8:00pm (born between 2003 and 2010)</p>\r\n<p class=\"\"><strong>Please register for these 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=\"\">House league registration will open in January.</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<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Come & Try Lacrosse (New Date and Location)','','inherit','closed','closed','','4186-revision-v1','','','2019-02-06 20:41:45','2019-02-06 20:41:45','',4186,'http://quintelacrosse.com/4186-revision-v1/',0,'revision','',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,'2019-04-19 11:41:15','2019-04-19 11:41:15','<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;\">TaskForce Engineering Peewee 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 Peewee 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 Peewee Division home page. Below you will find division standings as well as links to each team\'s schedule and results.\n\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:\n\n \n\nPEEWEE PRACTICE SCHEDULE (Team 1 and Team 2)\nFriday May 3rd, 6:00pm at QSWC – Mackay\nFriday May 31st, 6:00pm at QSWC - Mackay\n\n</div>\n \n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\">\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>\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\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"row\">\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>\n</div>\n</div>\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\"></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/peewee-1-schedule/\">Team 1</a> (Blue)</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/peewee-2-schedule/\">Team 2</a> (White)</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>','TaskForce Peewee Division','','inherit','closed','closed','','4066-autosave-v1','','','2019-04-19 11:41:15','2019-04-19 11:41:15','',4066,'http://quintelacrosse.com/4066-autosave-v1/',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,'2019-04-19 02:38:18','2019-04-19 02:38: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;\">Bantam 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 Bantam 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 Bantam 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 Bantam players, our schedule format will be as follows:\n\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.\n\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.\n\nBANTAM PRACTICE SCHEDULE\nFriday May 3rd, 7:00pm at QSWC - Mackay\nFriday May 31st, 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\"></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=\"row\">\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>\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\"></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/bantam-house-league-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/bantam-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>','Bantam Division','','inherit','closed','closed','','4068-autosave-v1','','','2019-04-19 02:38:18','2019-04-19 02:38:18','',4068,'http://quintelacrosse.com/4068-autosave-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,'2019-04-19 11:52:00','2019-04-19 11:52: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<h1></h1>\n<h1 style=\"text-align: center;\">Quinte Mat Rentals Novice 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 Novice 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 Novice Division home page. Below you will find division standings as well as links to each team\'s schedule and results.\n\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.\n\n \n\nNOVICE PRACTICE (Team 1 and Team 2)\nSunday May 5th, 3:00pm at QSWC - Mackay.\n\n</div>\n<div class=\"col-md-5 text-center col-xs-12 col-sm-12\" style=\"width: 33.61%; height: 288px;\">\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\">\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_table league=quinte-bayhawks-house-league-novice-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/novice-1-schedule/\">Team 1</a> (Purple)</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/novice-2-schedule/\">Team 2</a> (Gray)</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>','Quinte Mat Rentals Novice Division','','inherit','closed','closed','','4060-autosave-v1','','','2019-04-19 11:52:00','2019-04-19 11:52:00','',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),(4631,2,'2019-04-19 12:08:10','2019-04-19 12:08:10','<div class=\"tmpl-about-3 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 100px; padding-top: 100px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-center\" style=\"width: 27.89%; height: 253px;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-4632\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/04/novice-house-league-pic-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\" style=\"width: 63.07%; height: 335px;\">\r\n<h2 class=\"color2-color\">House League Schedules Posted to Website</h2>\r\nBayhawks house league schedules have been posted to the division websites. Click below to go to your division:\r\n\r\nPeanut Division\r\n\r\nPaperweight Division\r\n\r\n<a href=\"http://quintelacrosse.com/tyke-division/\">Tyke Divsion</a>\r\n\r\n<a href=\"http://quintelacrosse.com/novice-division/\">Quinte Mat Rentals Novice Division</a>\r\n\r\n<a href=\"http://quintelacrosse.com/peewee-division/\">TaskForce Engineering Peewee Division</a>\r\n\r\n<a href=\"http://quintelacrosse.com/bantam-division/\">Bantam Division</a>\r\n\r\n<a href=\"http://quintelacrosse.com/midget-division/\">Midget Division</a>\r\n\r\n \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\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','House League Schedules Posted','','draft','open','open','','house-league-schedules-posted','','','2019-09-10 00:57:23','2019-09-10 00:57:23','',0,'http://quintelacrosse.com/?p=4631',0,'post','',0),(4633,2,'2019-04-19 12:08:10','2019-04-19 12:08:10','<div class=\"tmpl-about-3 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 100px; padding-top: 100px;\">\r\n<div class=\"col-md-6 col-sm-6 col-xs-12 text-center align-column-center\" style=\"width: 27.89%; height: 253px;\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-4632\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/04/novice-house-league-pic-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-sm-12 col-xs-12 align-column-center\" style=\"width: 63.07%; height: 335px;\">\r\n<h2 class=\"color2-color\">House League Schedules Posted to Website</h2>\r\nBayhawks house league schedules have been posted to the division websites. Click below to go to your division:\r\n\r\nPeanut Division\r\n\r\nPaperweight Division\r\n\r\n<a href=\"http://quintelacrosse.com/tyke-division/\">Tyke Divsion</a>\r\n\r\n<a href=\"http://quintelacrosse.com/novice-division/\">Quinte Mat Rentals Novice Division</a>\r\n\r\n<a href=\"http://quintelacrosse.com/peewee-division/\">TaskForce Engineering Peewee Division</a>\r\n\r\n<a href=\"http://quintelacrosse.com/bantam-division/\">Bantam Division</a>\r\n\r\n<a href=\"http://quintelacrosse.com/midget-division/\">Midget Division</a>\r\n\r\n \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\">\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','House League Schedules Posted','','inherit','closed','closed','','4631-revision-v1','','','2019-04-19 12:08:10','2019-04-19 12:08:10','',4631,'http://quintelacrosse.com/4631-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','',4631,'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=\"\">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','','publish','closed','closed','','quinte-lacrosse-school-information','','','2020-01-20 19:25:37','2020-01-20 19:25:37','',0,'http://quintelacrosse.com/?page_id=4947',0,'page','',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),(4823,2,'2019-09-10 00:58:22','2019-09-10 00:58: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=\"\"><img class=\"alignnone size-medium wp-image-52 aligncenter\" 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<h3 class=\"\" style=\"text-align: center;\">REGISTRATION NOW OPEN UNTIL MARCH 20th</h3>\r\n<h4 class=\"\" style=\"text-align: center;\">**SPECIAL PROMOTION**</h4>\r\n<h4 class=\"\" style=\"text-align: center;\">The first 60 registrations for birth years 2011-2016 will receive a FREE lacrosse stick</h4>\r\n<h4 class=\"\" style=\"text-align: center;\">The first 90 registrations for birth years 2003-2010 are eligible to purchase a stick for $20</h4>\r\n<h5 class=\"\" style=\"text-align: center;\">(Note: registrations must be complete with proof of age and payment to be eligible for the free and discounted stick promotion)</h5>\r\n<h5 class=\"\" style=\"text-align: center;\"> </h5>\r\n<h5 class=\"\" style=\"text-align: center;\">Quinte Minor Lacrosse is excited to announce that online registration is open for all players.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">Registration is simple and only takes a few minutes.</h5>\r\n<h4 class=\"\" style=\"text-align: center;\">For instructions on how to register, click <span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://quintelacrosse.com/howtoregister/\" target=\"_blank\" rel=\"noopener noreferrer\">HERE</a></span>.</h4>\r\n<h3 class=\"\" style=\"text-align: center;\">To register online now, click <span style=\"color: #000000;\"><a style=\"color: #000000;\" href=\"http://quintelacrosse.com/lacrosse-registration/\" target=\"_blank\" rel=\"noopener noreferrer\">HERE</a></span>.</h3>\r\n<h5 class=\"\" style=\"text-align: center;\">If you have already registered for our \"Try Lacrosse\" clinics, your player information will be saved. Just click on \"New Registration\" and select the division from the drop-down menu.</h5>\r\n \r\n\r\n \r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Online Registration is Open!','','inherit','closed','closed','','4278-revision-v1','','','2019-09-10 00:58:22','2019-09-10 00:58:22','',4278,'http://quintelacrosse.com/4278-revision-v1/',0,'revision','',0),(4824,2,'2019-09-10 01:14:40','2019-09-10 01:14:40','<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 2019 AGM will be held on <strong>Thursday September 26<sup>th</sup>, 2019 at 6:30pm</strong> at the Quinte Sports and Wellness Centre Fireplace R</span></span><span style=\"font-size: medium;\"><span style=\"font-family: Calibri;\">oom. 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','','draft','open','open','','qmla-notice-of-agm','','','2019-10-15 02:39:43','2019-10-15 02:39:43','',0,'http://quintelacrosse.com/?p=4824',0,'post','',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','',4824,'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','',4824,'http://quintelacrosse.com/wp-content/uploads/2019/09/IMG_6348.jpg',0,'attachment','image/jpeg',0),(4832,2,'2019-09-10 01:14:40','2019-09-10 01:14:40','<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 2019 AGM will be held on <strong>Thursday September 26<sup>th</sup>, 2019 at 6:30pm</strong> at the Quinte Sports and Wellness Centre Fireplace R</span></span><span style=\"font-size: medium;\"><span style=\"font-family: Calibri;\">oom. 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=\"133\" height=\"133\"><img class=\"bg-img bg-img-circle alignnone wp-image-4830 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/09/0_0_150_150_IMG_6304-300x225.jpg\" alt=\"\" width=\"150\" height=\"150\"><img class=\"bg-img bg-img-circle alignnone wp-image-4831 size-medium\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/09/20_0_150_150_IMG_6348-300x225.jpg\" alt=\"\" width=\"150\" height=\"150\"></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','','4824-revision-v1','','','2019-09-10 01:14:40','2019-09-10 01:14:40','',4824,'http://quintelacrosse.com/4824-revision-v1/',0,'revision','',0),(4833,2,'2019-09-10 01:17:00','2019-09-10 01:17:00','<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 2019 AGM will be held on <strong>Thursday September 26<sup>th</sup>, 2019 at 6:30pm</strong> at the Quinte Sports and Wellness Centre Fireplace R</span></span><span style=\"font-size: medium;\"><span style=\"font-family: Calibri;\">oom. 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','','4824-revision-v1','','','2019-09-10 01:17:00','2019-09-10 01:17:00','',4824,'http://quintelacrosse.com/4824-revision-v1/',0,'revision','',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,'2019-09-11 01:11:31','2019-09-11 01:11:31','','Calendar','','publish','closed','closed','','calendar','','','2020-01-06 03:40:12','2020-01-06 03:40:12','',0,'http://quintelacrosse.com/calendar/',51,'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\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','','publish','closed','closed','','mission-vision','','','2019-10-18 00:06:46','2019-10-18 00:06:46','',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-01-06 03:40:12','2020-01-06 03:40:12','',0,'http://quintelacrosse.com/4933/',8,'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;\">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','','publish','closed','closed','','competitive-coaches','','','2020-01-31 16:11:59','2020-01-31 16:11:59','',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),(5054,2,'2019-11-21 03:48:20','2019-11-21 03:48:20','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 20px;\">\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=\"400\" 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=\"400\" 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 class=\"row\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-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 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','','5020-revision-v1','','','2019-11-21 03:48:20','2019-11-21 03:48:20','',5020,'http://quintelacrosse.com/5020-revision-v1/',0,'revision','',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),(4883,2,'2019-09-30 21:15:49','2019-09-30 21:15: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<h2 class=\"\">You are invited to TRY LACROSSE !!!</h2>\r\n<p class=\"\">Come and discover why playing Canada\'s national summer sport is the best way to spend your spring and summer.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong><u>All sessions are:</u></strong></p>\r\n\r\n<ol class=\"\">\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 ! (Helmet with face mask and running shoes are required)</strong></li>\r\n</ol>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration/\">REGISTER</a></p>\r\n<p class=\"\">NOTE: ONLY ONE REGISTRATION IS REQUIRED FOR ALL SESSIONS</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=\"\">UPCOMING 2019/2020 TRY LACROSSE SESSIONS:</p>\r\n\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> </td>\r\n<td width=\"222\"> </td>\r\n<td width=\"258\"> </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<p class=\"\"> </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>','Try Lacrosse for FREE - Register Now!','','publish','open','open','','try-lacrosse-for-free','','','2020-01-04 04:12:00','2020-01-04 04:12:00','',0,'http://quintelacrosse.com/?p=4883',0,'post','',0),(5125,2,'2020-01-02 23:51:31','2020-01-02 23:51: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<h2 class=\"\">You are invited to TRY LACROSSE !!!</h2>\r\n<p class=\"\">Come and discover why playing Canada\'s national summer sport is the best way to spend your spring and summer.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong><u>All sessions are:</u></strong></p>\r\n\r\n<ol class=\"\">\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 ! (Helmet with face mask and running shoes are required)</strong></li>\r\n</ol>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration/\">REGISTER</a></p>\r\n<p class=\"\">NOTE: ONLY ONE REGISTRATION IS REQUIRED FOR ALL SESSIONS</p>\r\n<p class=\"\">UPCOMING 2019/2020 TRY LACROSSE SESSIONS:</p>\r\n\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> </td>\r\n<td width=\"222\"> </td>\r\n<td width=\"258\"> </td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\" target=\"_blank\" rel=\"noopener noreferrer\">Friday, January 24, 2020</a></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><a href=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">Friday, February 21, 2020</a></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<p class=\"\"> </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>','Try Lacrosse for FREE - Register Now!','','inherit','closed','closed','','4883-revision-v1','','','2020-01-02 23:51:31','2020-01-02 23:51:31','',4883,'http://quintelacrosse.com/4883-revision-v1/',0,'revision','',0),(4884,2,'2019-09-30 21:07:07','2019-09-30 21:07: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<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 class=\"\">\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</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Try Lacrosse for FREE','','inherit','closed','closed','','4883-revision-v1','','','2019-09-30 21:07:07','2019-09-30 21:07:07','',4883,'http://quintelacrosse.com/4883-revision-v1/',0,'revision','',0),(4885,2,'2019-09-30 21:11:20','2019-09-30 21: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<h2 class=\"\">You are invited to TRY LACROSSE !!!</h2>\r\n<p class=\"\">Come and discover why playing Canada\'s national summer sport is the best way to spend your summer.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong><u>All sessions are:</u></strong></p>\r\n\r\n<ol class=\"\">\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 ! (Helmet with face mask and running shoes are required)</strong></li>\r\n</ol>\r\n<p class=\"\"> </p>\r\n<p class=\"\">UPCOMING 2019/2020 TRY LACROSSE SESSIONS:</p>\r\n\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</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Try Lacrosse for FREE','','inherit','closed','closed','','4883-revision-v1','','','2019-09-30 21:11:20','2019-09-30 21:11:20','',4883,'http://quintelacrosse.com/4883-revision-v1/',0,'revision','',0),(4886,2,'2019-09-30 21:13:53','2019-09-30 21:13: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<h2 class=\"\">You are invited to TRY LACROSSE !!!</h2>\r\n<p class=\"\">Come and discover why playing Canada\'s national summer sport is the best way to spend your spring and summer.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong><u>All sessions are:</u></strong></p>\r\n\r\n<ol class=\"\">\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 ! (Helmet with face mask and running shoes are required)</strong></li>\r\n</ol>\r\n<p class=\"\"> </p>\r\n<p class=\"\">UPCOMING 2019/2020 TRY LACROSSE SESSIONS:</p>\r\n\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 \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Try Lacrosse for FREE','','inherit','closed','closed','','4883-revision-v1','','','2019-09-30 21:13:53','2019-09-30 21:13:53','',4883,'http://quintelacrosse.com/4883-revision-v1/',0,'revision','',0),(4892,2,'2019-10-02 21:47:11','2019-10-02 21:47:11','<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>','Home2','','draft','closed','closed','','home-2','','','2019-10-03 19:54:10','2019-10-03 19:54:10','',0,'http://quintelacrosse.com/?page_id=4892',0,'page','',0),(4893,2,'2019-10-02 21:39:13','2019-10-02 21:39:13','<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-6 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-6 col-sm-12 col-xs-12\">\r\n\r\n[WD_FB id=\"1\"]\r\n\r\n</div>\r\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','','4892-revision-v1','','','2019-10-02 21:39:13','2019-10-02 21:39:13','',4892,'http://quintelacrosse.com/4892-revision-v1/',0,'revision','',0),(4894,2,'2019-10-02 21:54:06','2019-10-02 21:54: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-6 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-6 col-sm-12 col-xs-12\">\r\n\r\n[WD_FB id=\"1\"]\r\n\r\n</div>\r\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>','Home2','','inherit','closed','closed','','4892-revision-v1','','','2019-10-02 21:54:06','2019-10-02 21:54:06','',4892,'http://quintelacrosse.com/4892-revision-v1/',0,'revision','',0),(4895,2,'2019-10-03 01:00:47','2019-10-03 01:00:47','<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-6 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-6 col-sm-12 col-xs-12\">\r\n\r\n[WD_FB id=\"1\"]\r\n\r\n</div>\r\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>','Home2','','inherit','closed','closed','','4892-revision-v1','','','2019-10-03 01:00:47','2019-10-03 01:00:47','',4892,'http://quintelacrosse.com/4892-revision-v1/',0,'revision','',0),(4896,2,'2019-10-03 01:04:06','2019-10-03 01:04: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-6 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-6 col-sm-12 col-xs-12\">\r\n<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>\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\r\n</div>\r\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>','Home2','','inherit','closed','closed','','4892-revision-v1','','','2019-10-03 01:04:06','2019-10-03 01:04:06','',4892,'http://quintelacrosse.com/4892-revision-v1/',0,'revision','',0),(4898,2,'2019-10-03 01:08:41','2019-10-03 01:08:41','<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-6 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-6 col-sm-12 col-xs-12\" style=\"padding-left: 2.9em;\">\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>','Home2','','inherit','closed','closed','','4892-revision-v1','','','2019-10-03 01:08:41','2019-10-03 01:08:41','',4892,'http://quintelacrosse.com/4892-revision-v1/',0,'revision','',0),(4897,2,'2019-10-03 01:07:05','2019-10-03 01: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-6 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-6 col-sm-12 col-xs-12\">\r\n<div id=\"fb-root\" style=\"text-align: left;\"></div>\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/\">\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/quintelacrosse/\">Quinte Bayhawks Lacrosse</a></p>\r\n</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>','Home2','','inherit','closed','closed','','4892-revision-v1','','','2019-10-03 01:07:05','2019-10-03 01:07:05','',4892,'http://quintelacrosse.com/4892-revision-v1/',0,'revision','',0),(4899,2,'2019-10-03 01:11:03','2019-10-03 01:11:03','<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-6 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-6 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>','Home2','','inherit','closed','closed','','4892-revision-v1','','','2019-10-03 01:11:03','2019-10-03 01:11:03','',4892,'http://quintelacrosse.com/4892-revision-v1/',0,'revision','',0),(4901,2,'2019-10-03 19:51:17','2019-10-03 19:51:17','<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-6 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-6 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>','Home2','','inherit','closed','closed','','4892-revision-v1','','','2019-10-03 19:51:17','2019-10-03 19:51:17','',4892,'http://quintelacrosse.com/4892-revision-v1/',0,'revision','',0),(4900,2,'2019-10-03 19:49:00','2019-10-03 19:49:00','<div class=\"boldgrid-section\" style=\"margin-left: auto; margin-right: 0px;\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 75px; margin-left: 0px; margin-right: auto;\">\r\n<div class=\"col-md-6 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-6 col-sm-12 col-xs-12\" style=\"padding-left: 1em;\">\r\n<p class=\"\" style=\"width: auto; margin-left: 0px; margin-right: auto;\"><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=\"margin-left: auto; margin-right: 0px; width: 65%;\" 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>','Home2','','inherit','closed','closed','','4892-revision-v1','','','2019-10-03 19:49:00','2019-10-03 19:49:00','',4892,'http://quintelacrosse.com/4892-revision-v1/',0,'revision','',0),(4902,2,'2019-10-03 19:52:10','2019-10-03 19:52: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-7 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-5 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>','Home2','','inherit','closed','closed','','4892-revision-v1','','','2019-10-03 19:52:10','2019-10-03 19:52:10','',4892,'http://quintelacrosse.com/4892-revision-v1/',0,'revision','',0),(4903,2,'2019-10-03 19:53:34','2019-10-03 19:53:34','<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>','Home2','','inherit','closed','closed','','4892-revision-v1','','','2019-10-03 19:53:34','2019-10-03 19:53:34','',4892,'http://quintelacrosse.com/4892-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),(4955,2,'2019-10-21 20:38:02','2019-10-21 20:38: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=\"\"> </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-autosave-v1','','','2019-10-21 20:38:02','2019-10-21 20:38:02','',4945,'http://quintelacrosse.com/4945-autosave-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),(5059,2,'2019-11-23 17:17:22','2019-11-23 17:17:22','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 20px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em; padding-bottom: 0em;\">\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=\"400\" 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</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-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: 75px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\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=\"400\" 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','','5020-revision-v1','','','2019-11-23 17:17:22','2019-11-23 17:17:22','',5020,'http://quintelacrosse.com/5020-revision-v1/',0,'revision','',0),(4964,2,'2019-10-22 12:44:40','2019-10-22 12:44:40','','Development','','publish','closed','closed','','development','','','2020-01-06 03:40:12','2020-01-06 03:40:12','',0,'http://quintelacrosse.com/development/',50,'nav_menu_item','',0),(4965,2,'2019-10-22 12:44:40','2019-10-22 12:44:40','','Quinte Lacrosse School','','publish','closed','closed','','4965','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosse.com/4965/',48,'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),(4968,2,'2019-10-22 12:49:08','2019-10-22 12:49:08','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\"> </p>\r\n \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=\"\">Click <a href=\"http://quintelacrosse.com/quinte-lacrosse-school-information/\">here</a> for more information or to register.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">SHAWN EVANS</h3>\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-4957\" src=\"https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Shawn.jpg?resize=168%2C300\" sizes=\"(max-width: 168px) 100vw, 168px\" srcset=\"https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Shawn.jpg?resize=168%2C300 168w, https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Shawn.jpg?w=341 341w\" alt=\"\" width=\"168\" height=\"300\"></p>\r\n\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<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=\"https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Turner.jpg?resize=200%2C300\" sizes=\"(max-width: 200px) 100vw, 200px\" srcset=\"https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Turner.jpg?resize=200%2C300 200w, https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Turner.jpg?w=390 390w\" 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>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Quinte Winter Lacrosse School at Loyalist Sportsdome!','','publish','open','open','','quinte-winter-lacrosse-school-at-loyalist-sportsdome','','','2020-01-20 19:26:58','2020-01-20 19:26:58','',0,'http://quintelacrosse.com/?p=4968',0,'post','',0),(4969,2,'2019-10-22 12:49:50','2019-10-22 12:49: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=\"\">You are invited to TRY LACROSSE !!!</h2>\r\n<p class=\"\">Come and discover why playing Canada\'s national summer sport is the best way to spend your spring and summer.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong><u>All sessions are:</u></strong></p>\r\n\r\n<ol class=\"\">\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 ! (Helmet with face mask and running shoes are required)</strong></li>\r\n</ol>\r\n<p class=\"\"> </p>\r\n<p class=\"\">UPCOMING 2019/2020 TRY LACROSSE SESSIONS:</p>\r\n\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 \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Quinte Winter Lacrosse School at Loyalist Sportsdome!','','inherit','closed','closed','','4968-revision-v1','','','2019-10-22 12:49:50','2019-10-22 12:49:50','',4968,'http://quintelacrosse.com/4968-revision-v1/',0,'revision','',0),(4970,2,'2019-10-22 12:54:52','2019-10-22 12:54:52','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\"> </p>\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=\"\">Click <a href=\"http://quintelacrosse.com/quinte-lacrosse-school-information/\">here</a> for more information or to register.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">SHAWN EVANS</h3>\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-4957\" src=\"https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Shawn.jpg?resize=168%2C300\" sizes=\"(max-width: 168px) 100vw, 168px\" srcset=\"https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Shawn.jpg?resize=168%2C300 168w, https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Shawn.jpg?w=341 341w\" alt=\"\" width=\"168\" height=\"300\"></p>\r\n\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<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=\"https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Turner.jpg?resize=200%2C300\" sizes=\"(max-width: 200px) 100vw, 200px\" srcset=\"https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Turner.jpg?resize=200%2C300 200w, https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Turner.jpg?w=390 390w\" 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>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Quinte Winter Lacrosse School at Loyalist Sportsdome!','','inherit','closed','closed','','4968-revision-v1','','','2019-10-22 12:54:52','2019-10-22 12:54:52','',4968,'http://quintelacrosse.com/4968-revision-v1/',0,'revision','',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','',4968,'http://quintelacrosse.com/wp-content/uploads/2019/10/Shawn-and-Turner.jpg',0,'attachment','image/jpeg',0),(4972,2,'2019-10-22 13:01:01','2019-10-22 13:01:01','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\"> </p>\r\n \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=\"\">Click <a href=\"http://quintelacrosse.com/quinte-lacrosse-school-information/\">here</a> for more information or to register.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">SHAWN EVANS</h3>\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-4957\" src=\"https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Shawn.jpg?resize=168%2C300\" sizes=\"(max-width: 168px) 100vw, 168px\" srcset=\"https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Shawn.jpg?resize=168%2C300 168w, https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Shawn.jpg?w=341 341w\" alt=\"\" width=\"168\" height=\"300\"></p>\r\n\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<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=\"https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Turner.jpg?resize=200%2C300\" sizes=\"(max-width: 200px) 100vw, 200px\" srcset=\"https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Turner.jpg?resize=200%2C300 200w, https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Turner.jpg?w=390 390w\" 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>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Quinte Winter Lacrosse School at Loyalist Sportsdome!','','inherit','closed','closed','','4968-revision-v1','','','2019-10-22 13:01:01','2019-10-22 13:01:01','',4968,'http://quintelacrosse.com/4968-revision-v1/',0,'revision','',0); INSERT INTO `wpie_posts` VALUES (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),(4989,2,'2019-10-31 04:51:22','2019-10-31 04:51: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<h2 class=\"\">You are invited to TRY LACROSSE !!!</h2>\r\n<p class=\"\">Come and discover why playing Canada\'s national summer sport is the best way to spend your spring and summer.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong><u>All sessions are:</u></strong></p>\r\n\r\n<ol class=\"\">\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 ! (Helmet with face mask and running shoes are required)</strong></li>\r\n</ol>\r\n<p class=\"\"> </p>\r\n<p class=\"\">UPCOMING 2019/2020 TRY LACROSSE SESSIONS (click on date to register for that session):</p>\r\n\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><a href=\"http://quintelacrosse.com/try-lacrosse-registration-november-15th-trenton/\" target=\"_blank\" rel=\"noopener noreferrer\">Friday, November 15, 2019</a></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<p class=\"\"> </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>','Try Lacrosse for FREE','','inherit','closed','closed','','4883-revision-v1','','','2019-10-31 04:51:22','2019-10-31 04:51:22','',4883,'http://quintelacrosse.com/4883-revision-v1/',0,'revision','',0),(4990,2,'2019-10-31 04:53:50','2019-10-31 04: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<h2 class=\"\">You are invited to TRY LACROSSE !!!</h2>\r\n<p class=\"\">Come and discover why playing Canada\'s national summer sport is the best way to spend your spring and summer.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong><u>All sessions are:</u></strong></p>\r\n\r\n<ol class=\"\">\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 ! (Helmet with face mask and running shoes are required)</strong></li>\r\n</ol>\r\n<p class=\"\"> </p>\r\n<p class=\"\">UPCOMING 2019/2020 TRY LACROSSE SESSIONS (click on date to register for that session):</p>\r\n\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><a href=\"http://quintelacrosse.com/try-lacrosse-registration-november-15th-trenton/\" target=\"_blank\" rel=\"noopener noreferrer\">Friday, November 15, 2019</a></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<p class=\"\"> </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>','Try Lacrosse for FREE - Register Now!','','inherit','closed','closed','','4883-revision-v1','','','2019-10-31 04:53:50','2019-10-31 04:53:50','',4883,'http://quintelacrosse.com/4883-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),(4994,2,'2019-10-31 05:04:53','2019-10-31 05:04: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<h2 class=\"\">You are invited to TRY LACROSSE !!!</h2>\r\n<p class=\"\">Come and discover why playing Canada\'s national summer sport is the best way to spend your spring and summer.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong><u>All sessions are:</u></strong></p>\r\n\r\n<ol class=\"\">\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 ! (Helmet with face mask and running shoes are required)</strong></li>\r\n</ol>\r\n<p class=\"\"> </p>\r\n<p class=\"\">UPCOMING 2019/2020 TRY LACROSSE SESSIONS (click on date to register for that session):</p>\r\n\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><a href=\"http://quintelacrosse.com/try-lacrosse-registration-november-15th-trenton/\" target=\"_blank\" rel=\"noopener noreferrer\">Friday, November 15, 2019</a></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><a href=\"http://quintelacrosse.com/try-lacrosse-registration-january-24th-belleville/\" target=\"_blank\" rel=\"noopener noreferrer\">Friday, January 24, 2020</a></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<p class=\"\"> </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>','Try Lacrosse for FREE - Register Now!','','inherit','closed','closed','','4883-revision-v1','','','2019-10-31 05:04:53','2019-10-31 05:04:53','',4883,'http://quintelacrosse.com/4883-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),(4998,2,'2019-10-31 05:10:18','2019-10-31 05:10: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=\"\">You are invited to TRY LACROSSE !!!</h2>\r\n<p class=\"\">Come and discover why playing Canada\'s national summer sport is the best way to spend your spring and summer.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong><u>All sessions are:</u></strong></p>\r\n\r\n<ol class=\"\">\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 ! (Helmet with face mask and running shoes are required)</strong></li>\r\n</ol>\r\n<p class=\"\"> </p>\r\n<p class=\"\">UPCOMING 2019/2020 TRY LACROSSE SESSIONS (click on date to register for that session):</p>\r\n\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><a href=\"http://quintelacrosse.com/try-lacrosse-registration-november-15th-trenton/\" target=\"_blank\" rel=\"noopener noreferrer\">Friday, November 15, 2019</a></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><a href=\"http://quintelacrosse.com/try-lacrosse-registration-january-24th-belleville/\" target=\"_blank\" rel=\"noopener noreferrer\">Friday, January 24, 2020</a></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><a href=\"http://quintelacrosse.com/try-lacrosse-registration-february-21st-belleville/\">Friday, February 21, 2020</a></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<p class=\"\"> </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>','Try Lacrosse for FREE - Register Now!','','inherit','closed','closed','','4883-revision-v1','','','2019-10-31 05:10:18','2019-10-31 05:10:18','',4883,'http://quintelacrosse.com/4883-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,'2019-11-14 03:55:20','2019-11-14 03:55:20',' ','','','publish','closed','closed','','5009','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosse.com/5009/',46,'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),(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),(5060,2,'2019-11-23 17:18:40','2019-11-23 17:18:40','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 20px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em; padding-bottom: 0em;\">\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=\"400\" 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</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-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: 20px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\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=\"400\" 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','','5020-revision-v1','','','2019-11-23 17:18:40','2019-11-23 17:18:40','',5020,'http://quintelacrosse.com/5020-revision-v1/',0,'revision','',0),(5061,2,'2019-11-23 17:20:51','2019-11-23 17:20:51','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 20px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12 align-column-top\">\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\" style=\"padding-left: 1em; padding-bottom: 0em;\">\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=\"400\" 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</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-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: 20px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\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=\"400\" 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','','5020-revision-v1','','','2019-11-23 17:20:51','2019-11-23 17:20:51','',5020,'http://quintelacrosse.com/5020-revision-v1/',0,'revision','',0),(5062,2,'2019-11-23 17:49:14','2019-11-23 17:49:14','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 75px; padding-bottom: 20px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12 align-column-top\">\r\n<div style=\"text-align: center;\">\r\n<div>\r\n<div>\r\n\r\n[smartslider3 slider=4]\r\n\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\" style=\"padding-left: 1em; padding-bottom: 0em;\">\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=\"400\" 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</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-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: 20px; padding-bottom: 75px;\">\r\n<div class=\"col-md-8 col-xs-12 col-sm-12\">\r\n<div></div>\r\n</div>\r\n<div class=\"col-md-4 col-sm-12 col-xs-12\">\r\n<p class=\"\"> </p>\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=\"400\" 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','','5020-revision-v1','','','2019-11-23 17:49:14','2019-11-23 17:49:14','',5020,'http://quintelacrosse.com/5020-revision-v1/',0,'revision','',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.\"\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','','publish','closed','closed','','officials-page','','','2019-11-25 01:01:27','2019-11-25 01:01:27','',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,'2019-11-25 00:20:29','2019-11-25 00:20:29','','Become an OLOA Official','','publish','closed','closed','','5071','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosse.com/5071/',37,'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','',4278,'http://quintelacrosse.com/wp-content/uploads/2019/01/2020-General-Flyer-1.jpg',0,'attachment','image/jpeg',0),(5161,2,'2020-01-08 15:37:43','2020-01-08 15:37: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<p class=\"\"><img class=\"wp-image-5160 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/2020-General-Flyer-1.jpg\" alt=\"\" width=\"431\" height=\"302\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center;\">REGISTRATION FOR 2020 IS NOW OPEN!</h3>\r\n<h4 class=\"\" style=\"text-align: center;\">**SPECIAL PROMOTION**</h4>\r\n<h4 class=\"\" style=\"text-align: center;\">The first 50 NEW registrations receive a FREE lacrosse stick.</h4>\r\n<h5 class=\"\" style=\"text-align: center;\">(Note: registrations must be complete with proof of age and payment to be eligible for the free an. Not eligible to players registered in 2019.)</h5>\r\n<h5 class=\"\" style=\"text-align: center;\"> </h5>\r\n<h5 class=\"\" style=\"text-align: center;\">Quinte Minor Lacrosse is excited to announce that online registration is open for all players.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">Registration is simple and only takes a few minutes.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">For information about our recreational league, see <a href=\"http://quintelacrosse.com/about-omla-house-league/\">About QMLA Recreational League </a>and <a href=\"http://quintelacrosse.com/house-league-days-of-play/\">Recreational League Days of Play</a></h5>\r\n<h5 class=\"\" style=\"text-align: center;\">For instructions on how to register, see <a href=\"http://quintelacrosse.com/howtoregister/\">How To Register</a></h5>\r\n<h5 class=\"\" style=\"text-align: center;\">For a summary of our registration fees, see <a href=\"http://quintelacrosse.com/registration-fees/\">Registration Fees</a></h5>\r\n<h3 class=\"\" style=\"text-align: center;\">To register online now, go to our <a href=\"http://quintelacrosse.com/bg-block/registration-portal/\">Registration Portal</a></h3>\r\n<h5 class=\"\" style=\"text-align: center;\">If you have already registered for our \"Try Lacrosse\" clinics, your player information will be saved. Just click on \"New Registration\" and select the division from the drop-down menu.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">If you were registered in 2019, use the same login and your information will be saved.</h5>\r\n<p class=\"\"> </p>\r\n \r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Online Registration is Open!','','inherit','closed','closed','','4278-revision-v1','','','2020-01-08 15:37:43','2020-01-08 15:37:43','',4278,'http://quintelacrosse.com/4278-revision-v1/',0,'revision','',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','',4278,'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,'2019-11-25 00:29:48','2019-11-25 00:29:48','','Officiating','','publish','closed','closed','','officiating','','','2020-01-06 03:40:12','2020-01-06 03:40:12','',0,'http://quintelacrosse.com/officiating/',48,'nav_menu_item','',0),(5074,2,'2019-11-25 00:29:48','2019-11-25 00:29:48','','OLOA Registration Portal','','publish','closed','closed','','oloa-registration-portal','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosse.com/oloa-registration-portal/',38,'nav_menu_item','',0),(5075,2,'2019-11-25 00:29:48','2019-11-25 00:29:48','','OLA Officiating Page','','publish','closed','closed','','ola-officiating-page','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosse.com/ola-officiating-page/',39,'nav_menu_item','',0),(5076,2,'2019-11-25 00:29:48','2019-11-25 00:29:48','','CLA Officiating Resources','','publish','closed','closed','','cla-officiating-resources','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosse.com/cla-officiating-resources/',40,'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,'2019-11-25 02:26:00','2019-11-25 02:26:00','','Officiating Rates','','publish','closed','closed','','officiating-rates','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosse.com/officiating-rates/',41,'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),(5128,2,'2020-01-02 23:57:09','2020-01-02 23:57:09',' ','','','publish','closed','closed','','5128','','','2020-01-02 23:57:09','2020-01-02 23:57:09','',0,'http://quintelacrosse.com/5128/',12,'nav_menu_item','',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),(5141,2,'2020-01-04 04:12:00','2020-01-04 04:12: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<h2 class=\"\">You are invited to TRY LACROSSE !!!</h2>\r\n<p class=\"\">Come and discover why playing Canada\'s national summer sport is the best way to spend your spring and summer.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong><u>All sessions are:</u></strong></p>\r\n\r\n<ol class=\"\">\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 ! (Helmet with face mask and running shoes are required)</strong></li>\r\n</ol>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration/\">REGISTER</a></p>\r\n<p class=\"\">NOTE: ONLY ONE REGISTRATION IS REQUIRED FOR ALL SESSIONS</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=\"\">UPCOMING 2019/2020 TRY LACROSSE SESSIONS:</p>\r\n\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> </td>\r\n<td width=\"222\"> </td>\r\n<td width=\"258\"> </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<p class=\"\"> </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>','Try Lacrosse for FREE - Register Now!','','inherit','closed','closed','','4883-revision-v1','','','2020-01-04 04:12:00','2020-01-04 04:12:00','',4883,'http://quintelacrosse.com/4883-revision-v1/',0,'revision','',0),(5140,2,'2020-01-03 14:36:27','2020-01-03 14:36: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<h2 class=\"\">You are invited to TRY LACROSSE !!!</h2>\r\n<p class=\"\">Come and discover why playing Canada\'s national summer sport is the best way to spend your spring and summer.</p>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><strong><u>All sessions are:</u></strong></p>\r\n\r\n<ol class=\"\">\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 ! (Helmet with face mask and running shoes are required)</strong></li>\r\n</ol>\r\n<p class=\"\"> </p>\r\n<p class=\"\"><a class=\"btn btn-raised btn-pill btn-color-2\" href=\"http://quintelacrosse.com/registration/\">REGISTER</a></p>\r\n<p class=\"\">NOTE: ONLY ONE REGISTRATION IS REQUIRED FOR ALL SESSIONS</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=\"\">UPCOMING 2019/2020 TRY LACROSSE SESSIONS:</p>\r\n\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> </td>\r\n<td width=\"222\"> </td>\r\n<td width=\"258\"> </td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\" target=\"_blank\" rel=\"noopener noreferrer\">Friday, January 24, 2020</a></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><a href=\"https://admin.sportzsoft.com/apps/regWeb.dll/Login?OrgId=6712\">Friday, February 21, 2020</a></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<p class=\"\"> </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>','Try Lacrosse for FREE - Register Now!','','inherit','closed','closed','','4883-revision-v1','','','2020-01-03 14:36:27','2020-01-03 14:36:27','',4883,'http://quintelacrosse.com/4883-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','','publish','open','open','','bayhawks-fundraiser-night-with-the-belleville-senators','','','2020-02-11 17:32:24','2020-02-11 17:32:24','',0,'http://quintelacrosse.com/?p=5194',0,'post','',0),(5148,2,'2020-01-06 03:35:57','2020-01-06 03:35:57','','Store','','publish','closed','closed','','store','','','2020-01-06 03:40:12','2020-01-06 03:40:12','',0,'http://quintelacrosse.com/store/',52,'nav_menu_item','',0),(5149,2,'2020-01-06 03:35:57','2020-01-06 03:35:57',' ','','','publish','closed','closed','','5149','','','2020-01-06 03:35:57','2020-01-06 03:35:57','',0,'http://quintelacrosse.com/5149/',52,'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),(5162,2,'2020-01-08 15:43:16','2020-01-08 15:43: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<p class=\"\"><img class=\"wp-image-5160 aligncenter\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/01/2020-General-Flyer-1.jpg\" alt=\"\" width=\"431\" height=\"302\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center;\">REGISTRATION FOR 2020 IS NOW OPEN!</h3>\r\n<h4 class=\"\" style=\"text-align: center;\">**SPECIAL PROMOTION**</h4>\r\n<h4 class=\"\" style=\"text-align: center;\">The first 50 NEW registrations receive a FREE lacrosse stick.</h4>\r\n<h5 class=\"\" style=\"text-align: center;\">(Note: registrations must be complete with proof of age and payment to be eligible for the free stick promotion. Not eligible to players registered in 2019.)</h5>\r\n<h5 class=\"\" style=\"text-align: center;\"> </h5>\r\n<h5 class=\"\" style=\"text-align: center;\">Quinte Minor Lacrosse is excited to announce that online registration is open for all players.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">Registration is simple and only takes a few minutes.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">For information about our recreational league, see <a href=\"http://quintelacrosse.com/about-omla-house-league/\">About QMLA Recreational League </a>and <a href=\"http://quintelacrosse.com/house-league-days-of-play/\">Recreational League Days of Play</a></h5>\r\n<h5 class=\"\" style=\"text-align: center;\">For instructions on how to register, see <a href=\"http://quintelacrosse.com/howtoregister/\">How To Register</a></h5>\r\n<h5 class=\"\" style=\"text-align: center;\">For a summary of our registration fees, see <a href=\"http://quintelacrosse.com/registration-fees/\">Registration Fees</a></h5>\r\n<h3 class=\"\" style=\"text-align: center;\">To register online now, go to our <a href=\"http://quintelacrosse.com/bg-block/registration-portal/\">Registration Portal</a></h3>\r\n<h5 class=\"\" style=\"text-align: center;\">If you have already registered for our \"Try Lacrosse\" clinics, your player information will be saved. Just click on \"New Registration\" and select the division from the drop-down menu.</h5>\r\n<h5 class=\"\" style=\"text-align: center;\">If you were registered in 2019, use the same login and your information will be saved.</h5>\r\n<p class=\"\"> </p>\r\n \r\n<p class=\"\"> </p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Online Registration is Open!','','inherit','closed','closed','','4278-revision-v1','','','2020-01-08 15:43:16','2020-01-08 15:43:16','',4278,'http://quintelacrosse.com/4278-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\">\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!','','publish','open','open','','become-a-lacrosse-referee-with-qmla','','','2020-01-15 18:19:20','2020-01-15 18:19:20','',0,'http://quintelacrosse.com/?p=5173',0,'post','',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),(5179,2,'2020-01-20 19:26:58','2020-01-20 19:26:58','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<p class=\"\"> </p>\r\n \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=\"\">Click <a href=\"http://quintelacrosse.com/quinte-lacrosse-school-information/\">here</a> for more information or to register.</p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">SHAWN EVANS</h3>\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-4957\" src=\"https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Shawn.jpg?resize=168%2C300\" sizes=\"(max-width: 168px) 100vw, 168px\" srcset=\"https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Shawn.jpg?resize=168%2C300 168w, https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Shawn.jpg?w=341 341w\" alt=\"\" width=\"168\" height=\"300\"></p>\r\n\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<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=\"https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Turner.jpg?resize=200%2C300\" sizes=\"(max-width: 200px) 100vw, 200px\" srcset=\"https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Turner.jpg?resize=200%2C300 200w, https://i0.wp.com/quintelacrosse.com/wp-content/uploads/2019/10/Turner.jpg?w=390 390w\" 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>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>','Quinte Winter Lacrosse School at Loyalist Sportsdome!','','inherit','closed','closed','','4968-revision-v1','','','2020-01-20 19:26:58','2020-01-20 19:26:58','',4968,'http://quintelacrosse.com/4968-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','','','2020-01-21 16:41:15','2020-01-21 16:41:15','',0,'http://quintelacrosse.com/?p=5180',0,'post','',0),(5183,2,'2020-01-21 16:26:31','2020-01-21 16:26:31','','IMG_7786[1]','','inherit','open','closed','','img_77861','','','2020-01-21 16:26:31','2020-01-21 16:26:31','',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 Rep 2019','','publish','closed','closed','','peewee-rep-2019','','','2020-04-30 02:40:07','2020-04-30 02:40:07','',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),(5234,2,'2020-03-31 00:13:16','2020-03-31 00:13:16','<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;\">COVID-19 Update</h2>\r\nBayhawks Lacrosse Families,\r\n<p class=\"\">With recent news of the extended and indefinite closures of municipal facilities due to the COVID-19 virus, and with the Ontario Lacrosse Association (OLA) ceasing all lacrosse activities until May 15<sup>th</sup> at the earliest (click <a href=\"https://ontariolacrosse.com/content/news/covid-19-update-march-30-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">here</a> for more details), we would like to keep you updated on where things stand with respect to the 2020 lacrosse season. </p>\r\n<p class=\"\">At this time, it is clear the season will not begin as expected in mid-April and we cannot move forward with any league planning or scheduling until we have facilities available to play. We remain hopeful of a lacrosse season in some shape or form in 2020. During the upcoming weeks, with direction from the OLA, we will attempt to re-evaluate what type of programming, at both recreational and competitive levels, we could provide should that opportunity be available to us. We will continue to communicate any updates to our registered members through email, as well as on our website and social media. </p>\r\n<p class=\"\">We appreciate your patience and wish all of you the best of health. </p>\r\n<p class=\"\">Thank you,</p>\r\n<p class=\"\">Joe Fee</p>\r\nPresident, QMLA\r\n\r\n \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-5236 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/03/0_0_360_562.45681382_OLA-covid19-march30.jpg\" alt=\"\" width=\"360\" height=\"562\"></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>\r\n<div class=\"boldgrid-section\">\r\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>','COVID-19 Update','','publish','open','open','','covid-19-update','','','2020-03-31 00:13:16','2020-03-31 00:13:16','',0,'http://quintelacrosse.com/?p=5234',0,'post','',0),(5245,2,'2020-05-24 23:42:36','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2020-05-24 23:42:36','0000-00-00 00:00:00','',0,'http://quintelacrosse.com/?p=5245',0,'post','',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','',5234,'http://quintelacrosse.com/wp-content/uploads/2020/03/OLA-covid19-march30.jpg',0,'attachment','image/jpeg',0),(5237,2,'2020-03-31 00:12:21','2020-03-31 00:12:21','<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;\">COVID-19 Update</h2>\r\nBayhawks Lacrosse Families,\r\n<p class=\"\">With recent news of the extended and indefinite closures of municipal facilities due to the COVID-19 virus, and with the Ontario Lacrosse Association (OLA) ceasing all lacrosse activities until May 15<sup>th</sup> at the earliest (click <a href=\"https://ontariolacrosse.com/content/news/covid-19-update-march-30-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">here</a> for more details), we would like to keep you updated on where things stand with respect to the 2020 lacrosse season. </p>\r\n<p class=\"\">At this time, it is clear the season will not begin as expected in mid-April and we cannot move forward with any league planning or scheduling until we have facilities available to play. We remain hopeful of a lacrosse season in some shape or form in 2020. During the upcoming weeks, with direction from the OLA, we will attempt to re-evaluate what type of programming, at both recreational and competitive levels, we could provide should that opportunity be available to us. We will continue to communicate any updates to our registered members through email, as well as on our website and social media. </p>\r\n<p class=\"\">We appreciate your patience and wish all of you the best of health. </p>\r\n<p class=\"\">Thank you,</p>\r\n<p class=\"\">Joe Fee</p>\r\nPresident, QMLA\r\n\r\n \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-5236 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2020/03/0_0_360_562.45681382_OLA-covid19-march30.jpg\" alt=\"\" width=\"360\" height=\"562\"></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>\r\n<div class=\"boldgrid-section\">\r\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>','COVID-19 Update','','inherit','closed','closed','','5234-revision-v1','','','2020-03-31 00:12:21','2020-03-31 00:12:21','',5234,'http://quintelacrosse.com/5234-revision-v1/',0,'revision','',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\"]','QMLA HL Tyke 2019','','publish','closed','closed','','qmla-hl-tyke-2019','','','2020-04-30 18:20:54','2020-04-30 18:20:54','',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),(5246,2,'2020-05-30 04:18:11','2020-05-30 04:18: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\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-6 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px;\">\r\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-4831 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/09/0_120_400_250_IMG_6348-1024x768.jpg\" alt=\"\" width=\"400\" height=\"250\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-sm-6 col-xs-12 align-column-center\">\r\n<h2 class=\"\">COVID-19 Update: Cancellation of House League Play.</h2>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div 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=\"margin-left: 0;\" width=\"50%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"font-weight: bold;\">Quinte Bayhawks Novice battles Kingstron Krossfire Novice during the 2019 house league season.</p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\" style=\"padding: 1em;\">\r\n<p class=\"\">Unfortunately, due to the extension of health restrictions and facility closures, our board of directors has made the difficult decision to cancel our house league program for 2020. An update on our competitive program should be released by mid-June. The health and well-being of our community must be a priority, and we wish all of our members and families the best of health during this difficult time.</p>\r\n<p class=\"\">For more details regarding member options at this point, please see our official release:\r\n<a href=\"http://quintelacrosse.com/wp-content/uploads/2020/05/HL_Cancellation-Release.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">QMLA COVID-19 Update - Cancellation of House League Play</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','','','publish','open','open','','5246-2','','','2020-05-30 04:18:11','2020-05-30 04:18:11','',0,'http://quintelacrosse.com/?p=5246',0,'post','',0),(5247,2,'2020-05-30 03:52:13','2020-05-30 03:52:13','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops866fda7f87fa8ece30f2e0268820102b','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h250fitcrops866fda7f87fa8ece30f2e0268820102b','','','2020-05-30 03:52:13','2020-05-30 03:52:13','',0,'http://quintelacrosse.com/wp-content/uploads/2020/05/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops866fda7f87fa8ece30f2e0268820102b.jpg',0,'attachment','image/jpeg',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','',5246,'http://quintelacrosse.com/wp-content/uploads/2020/05/HL_Cancellation-Release.pdf',0,'attachment','application/pdf',0),(5249,2,'2020-05-30 04:16:14','2020-05-30 04: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\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-6 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px;\">\r\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-4831 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/09/0_120_400_250_IMG_6348-1024x768.jpg\" alt=\"\" width=\"400\" height=\"250\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-sm-6 col-xs-12 align-column-center\">\r\n<h2 class=\"\">COVID-19 Update: Cancellation of House League Play.</h2>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div 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=\"margin-left: 0;\" width=\"50%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"font-weight: bold;\">Quinte Bayhawks Novice battles Kingstron Krossfire Novice during the 2020 house league season.</p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\" style=\"padding: 1em;\">\r\n<p class=\"\">Unfortunately, due to the extension of health restrictions and facility closures, our board of directors has made the difficult decision to cancel our house league program for 2020. An update on our competitive program should be released by mid-June. The health and well-being of our community must be a priority, and we wish all of our members and families the best of health during this difficult time.</p>\r\n<p class=\"\">For more details regarding member options at this point, please see our official release:\r\n<a href=\"http://quintelacrosse.com/wp-content/uploads/2020/05/HL_Cancellation-Release.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">QMLA COVID-19 Update - Cancellation of House League Play</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','5246-revision-v1','','','2020-05-30 04:16:14','2020-05-30 04:16:14','',5246,'http://quintelacrosse.com/5246-revision-v1/',0,'revision','',0),(5250,2,'2020-05-30 04:18:11','2020-05-30 04:18: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\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tmpl-blog-6 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 20px;\">\r\n<div class=\"col-md-3 col-sm-6 col-xs-12\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-4831 size-full\" src=\"http://quintelacrosse.com/wp-content/uploads/2019/09/0_120_400_250_IMG_6348-1024x768.jpg\" alt=\"\" width=\"400\" height=\"250\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-9 col-sm-6 col-xs-12 align-column-center\">\r\n<h2 class=\"\">COVID-19 Update: Cancellation of House League Play.</h2>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-sm-4 col-xs-12\" style=\"padding: 1em;\">\r\n<div 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=\"margin-left: 0;\" width=\"50%\">\r\n\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"font-weight: bold;\">Quinte Bayhawks Novice battles Kingstron Krossfire Novice during the 2019 house league season.</p>\r\n\r\n</div>\r\n<div class=\"col-md-8 col-sm-8 col-xs-12\" style=\"padding: 1em;\">\r\n<p class=\"\">Unfortunately, due to the extension of health restrictions and facility closures, our board of directors has made the difficult decision to cancel our house league program for 2020. An update on our competitive program should be released by mid-June. The health and well-being of our community must be a priority, and we wish all of our members and families the best of health during this difficult time.</p>\r\n<p class=\"\">For more details regarding member options at this point, please see our official release:\r\n<a href=\"http://quintelacrosse.com/wp-content/uploads/2020/05/HL_Cancellation-Release.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">QMLA COVID-19 Update - Cancellation of House League Play</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','5246-revision-v1','','','2020-05-30 04:18:11','2020-05-30 04:18:11','',5246,'http://quintelacrosse.com/5246-revision-v1/',0,'revision','',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); /*!40000 ALTER TABLE `wpie_posts` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_posts` with 1065 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 = utf8 */; 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),(4082,2,0),(4081,2,0),(4080,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),(4065,2,0),(4333,2,0),(1630,1,0),(2853,2,0),(4055,2,0),(4278,1,0),(4222,2,0),(4014,2,0),(2992,5,0),(4648,17,0),(3126,6,0),(3147,6,0),(3371,1,0),(4091,2,0),(4264,2,0),(4102,2,0),(4113,2,0),(4114,2,0),(4502,5,0),(4257,2,0),(4186,1,0),(4313,2,0),(4944,2,0),(4256,2,0),(4360,2,0),(4231,1,0),(4248,2,0),(4350,1,0),(4353,1,0),(4400,1,0),(4636,15,0),(4406,1,0),(4417,1,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),(4497,1,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),(4631,1,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),(4816,1,0),(4811,9,0),(4812,8,0),(4824,1,0),(4848,2,0),(4883,1,0),(4873,2,0),(4964,2,0),(4965,2,0),(4968,1,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),(5128,2,0),(5148,2,0),(5149,2,0),(5165,25,0),(5224,25,0),(5167,25,0),(5246,1,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),(5234,1,0); /*!40000 ALTER TABLE `wpie_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_term_relationships` with 314 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 = utf8 */; 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=27 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,11),(2,2,'nav_menu','',0,52),(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,3); /*!40000 ALTER TABLE `wpie_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_term_taxonomy` with 25 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 = utf8 */; 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, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=29 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'); /*!40000 ALTER TABLE `wpie_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_termmeta` with 28 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 = utf8 */; 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=27 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); /*!40000 ALTER TABLE `wpie_terms` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_terms` with 25 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 = utf8 */; 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, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=93 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:3:{s:64:\"7935a8dbf1b1290d255fe1f4930b025427bd8d02f20c3bc47856d25a7fa39580\";a:4:{s:10:\"expiration\";i:1591061161;s:2:\"ip\";s:14:\"184.147.43.229\";s:2:\"ua\";s:105:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36\";s:5:\"login\";i:1590888361;}s:64:\"8939fa70ee705eba834be688aa0b1aa2260390a5c7760240ed362f95da7036de\";a:4:{s:10:\"expiration\";i:1591061297;s:2:\"ip\";s:14:\"184.147.43.229\";s:2:\"ua\";s:105:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36\";s:5:\"login\";i:1590888497;}s:64:\"0cc249c716b61a48b7a222bb3f44312d4b677d31ba443f650e9d38030ff6b1ef\";a:4:{s:10:\"expiration\";i:1591134310;s:2:\"ip\";s:14:\"184.147.43.229\";s:2:\"ua\";s:105:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36\";s:5:\"login\";i:1590961510;}}'),(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'),(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','2020-05-31 21:45:10'),(44,2,'wpie_dashboard_quick_press_last_post_id','5245'),(45,2,'community-events-location','a:1:{s:2:\"ip\";s:12:\"184.147.43.0\";}'),(46,2,'wpie_user-settings','libraryContent=browse&editor=tinymce&advImgDetails=show&mfold=o&post_dfw=off&hidetb=1&urlbutton=none&imgsize=full&align=none'),(47,2,'wpie_user-settings-time','1579624878'),(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'); /*!40000 ALTER TABLE `wpie_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_usermeta` with 89 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 = utf8 */; 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_wd_fb_data` -- DROP TABLE IF EXISTS `wpie_wd_fb_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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, `description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `type` varchar(32) NOT NULL, `message` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `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_wd_fb_info` -- DROP TABLE IF EXISTS `wpie_wd_fb_info`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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_wd_fb_option` -- DROP TABLE IF EXISTS `wpie_wd_fb_option`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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_wd_fb_shortcode` -- DROP TABLE IF EXISTS `wpie_wd_fb_shortcode`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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_wd_fb_theme` -- DROP TABLE IF EXISTS `wpie_wd_fb_theme`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpie_wd_fb_theme` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `params` longtext, `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_wpforms_entries` -- DROP TABLE IF EXISTS `wpie_wpforms_entries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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=56 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',''); /*!40000 ALTER TABLE `wpie_wpforms_entries` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_wpforms_entries` with 51 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 = utf8 */; 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=264 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'); /*!40000 ALTER TABLE `wpie_wpforms_entry_fields` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpie_wpforms_entry_fields` with 247 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 = utf8 */; 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_wpforms_lite` -- DROP TABLE IF EXISTS `wpie_wpforms_lite`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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) -- /*!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: Sun, 31 May 2020 22:07:47 +0000
Save
cmd:
run